A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously sends a five BYTE packet over EP8IN:
标签: continuously isochronous and transfer
上传时间: 2015-02-01
上传用户:ywqaxiwang
Calculate Parameter BYTE using ROM-BIOS
标签: Calculate Parameter ROM-BIOS using
上传时间: 2014-11-30
上传用户:teddysha
keil C51 BYTE事例
上传时间: 2014-01-25
上传用户:洛木卓
此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,BYTE,char*和结构均支持, 数据是以流的形式
上传时间: 2015-03-25
上传用户:CHINA526
This example demonstrates how to erase, write, and read the on-chip 640-BYTE EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This example includes a µ Vision2 Project with a target for each supported device.
标签: demonstrates example on-chip EEPROM
上传时间: 2015-05-04
上传用户:wl9454
"我a你c窗体bbbbb你"如果要你在第四个BYTE那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。
上传时间: 2015-07-05
上传用户:一诺88
内存中进行压缩和解压的两个方法: 压缩 int RamEncode(BYTE *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 BYTE *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 解压 int RamDecode(BYTE *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 BYTE *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 对文件进行压缩和解压的两个方法: 压缩: int FileEncode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 ) 解压: int FileDecode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 )
标签: RamEncode inBuffer inSize size_t
上传时间: 2014-01-21
上传用户:wangchong
tr1 BYTE "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string BYTE "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 BYTE "eg: 1234ecdf",0dh,0ah,0 examp2 BYTE " 03ab2543",0dh,0ah,0
上传时间: 2014-08-22
上传用户:huyiming139
data array sdword 2 dup(?) str1 BYTE "Please input one 32-bit sign number :",0dh,0ah,0 str2 BYTE "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
标签: Please sdword number array
上传时间: 2014-01-13
上传用户:xiaoyunyun
整型int和字符数组BYTE相互转换的源程序:写了一个封装类来实现整型int和字符数组BYTE相互转换的功能.可以用于网络数据流的程序中,实现数据转换.
上传时间: 2015-10-09
上传用户:kbnswdifs