搜索结果
找到约 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)
系统设计方案 R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM).
R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable
ROM). They realize high speed, low power consumption and a high level of reliability by employing
advanced MNOS memory technology and CMOS process and low voltage circuitry technology. They
also have a 128- ...
嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1 to 8 do
begin
if not fcomm comml writecommdata(sendbutter,i) then
begin
Commflg=false
break
end
end
end
(4) 接收数据
在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
加密解密 A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is ei
A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
Java编程 Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will be generated at time ...
压缩解压 Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols fro ...
Java编程 Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应
Java 程序编码规范
所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。
内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、 ...
Java编程 Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应
Java 程序编码规范
所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。
内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、 ...
汇编语言 This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout ...
Linux/Unix编程 hcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端
hcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端,就像DOS环境中的UCDOS一样,为控制台(console)环境提供完整的双字节语言环境。-zhcon work in the Linux console is under the efficient double-byte Chinese / Japanese / Korean (CJK) virtual terminal, just like DOS environment UCDOS same for consol ...
单片机开发 8051 INSTRUCTION SET NOTES ON INSTRUCTION SET AND ADDRESSING MODES: Bit Manipulation Logic Instruc
8051 INSTRUCTION SET
NOTES ON INSTRUCTION SET AND ADDRESSING MODES:
Bit Manipulation Logic Instructions Byte Manipulation Increment-Decrement Instructions