搜索结果
找到约 123 项符合
byte 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (22)
- 单片机编程 (12)
- Java编程 (11)
- 加密解密 (8)
- 汇编语言 (7)
- 嵌入式/单片机编程 (6)
- 其他 (5)
- 微处理器开发 (4)
- 技术资料 (4)
- VIP专区 (4)
- 数据结构 (3)
- 压缩解压 (3)
- uCOS (3)
- 数值算法/人工智能 (2)
- Delphi控件源码 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- DSP编程 (2)
- C/C++语言编程 (1)
- 仿真技术 (1)
- 接口技术 (1)
- 数学计算 (1)
- Applet (1)
- 书籍源码 (1)
- 文件格式 (1)
- J2ME (1)
- 其他书籍 (1)
- 磁盘编程 (1)
- Windows CE (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- 数据库系统 (1)
- VC书籍 (1)
- 系统设计方案 (1)
- 通讯编程文档 (1)
- Linux/Unix编程 (1)
- 串口编程 (1)
- 书籍 (1)
- 源码 (1)
嵌入式/单片机编程 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:
数值算法/人工智能 Calculate Parameter Byte using ROM-BIOS
Calculate Parameter Byte using ROM-BIOS
单片机开发 keil C51 Byte事例
keil C51 Byte事例
数据结构 此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
单片机开发 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 µ Vision2 Project with a target for each supported device.
Delphi控件源码 "我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句
"我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。
压缩解压 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内
内存中进行压缩和解压的两个方法:
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
...
汇编语言 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
汇编语言 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 ...
Applet 整型int和字符数组byte相互转换的源程序:写了一个封装类来实现整型int和字符数组byte相互转换的功能.可以用于网络数据流的程序中,实现数据转换.
整型int和字符数组byte相互转换的源程序:写了一个封装类来实现整型int和字符数组byte相互转换的功能.可以用于网络数据流的程序中,实现数据转换.