搜索结果

找到约 123 项符合 byte 的查询结果

嵌入式/单片机编程 A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously sends a five byte packet

A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously sends a five byte packet over EP8IN:
https://www.eeworm.com/dl/647/111664.html
下载: 128
查看: 1028

数值算法/人工智能 Calculate Parameter Byte using ROM-BIOS

Calculate Parameter Byte using ROM-BIOS
https://www.eeworm.com/dl/518/112184.html
下载: 121
查看: 1112

单片机开发 keil C51 Byte事例

keil C51 Byte事例
https://www.eeworm.com/dl/648/118099.html
下载: 178
查看: 1157

数据结构 此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式

此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
https://www.eeworm.com/dl/654/133174.html
下载: 141
查看: 1054

单片机开发 This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of t

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 &micro Vision2 Project with a target for each supported device.
https://www.eeworm.com/dl/648/148376.html
下载: 23
查看: 1083

Delphi控件源码 "我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句

"我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。
https://www.eeworm.com/dl/666/171973.html
下载: 128
查看: 1072

压缩解压 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内

内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) ...
https://www.eeworm.com/dl/617/192241.html
下载: 148
查看: 1086

汇编语言 tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :us

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
https://www.eeworm.com/dl/644/199821.html
下载: 162
查看: 1034

汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by

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 ...
https://www.eeworm.com/dl/644/199823.html
下载: 110
查看: 1119

Applet 整型int和字符数组byte相互转换的源程序:写了一个封装类来实现整型int和字符数组byte相互转换的功能.可以用于网络数据流的程序中,实现数据转换.

整型int和字符数组byte相互转换的源程序:写了一个封装类来实现整型int和字符数组byte相互转换的功能.可以用于网络数据流的程序中,实现数据转换.
https://www.eeworm.com/dl/634/207001.html
下载: 112
查看: 1049