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