binary
二进制(binary),是在数学和数字电路中以2为基数的记数系统,是以2为基数代表系统的二进位制。这一系统中,通常用两个不同的符号0(代表零)和1(代表一)来表示[1]。发现者是莱布尼茨。数字电子电路中,逻辑门的实现直接应用了二进制,现代的计算机和依赖计算机的设备里都使用二进制。每个数字称为一个比特...
资源总数
135
binary 热门资料
查看全部 135 份 →a program can convert binary to ASC and ASC to binary
a program can convert binary to ASC and ASC to binary
2015-05-05
153
* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode
* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF -...
2015-06-04
174
convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to H
convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c:...
2015-04-29
82