搜索结果
找到约 276 项符合
Binary 的查询结果
按分类筛选
- 全部分类
- 技术资料 (50)
- 数据结构 (18)
- 其他 (17)
- matlab例程 (17)
- Linux/Unix编程 (13)
- Java编程 (10)
- 压缩解压 (9)
- VHDL/FPGA/Verilog (9)
- 其他书籍 (8)
- 数学计算 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 单片机开发 (6)
- 数值算法/人工智能 (5)
- Delphi控件源码 (5)
- Applet (4)
- 多国语言处理 (4)
- 汇编语言 (4)
- 通讯编程文档 (4)
- 其他嵌入式/单片机内容 (4)
- 源码 (3)
- 电子书籍 (3)
- 编译器/解释器 (3)
- 嵌入式Linux (3)
- 微处理器开发 (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 学术论文 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 教育系统应用 (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- Windows CE (2)
- Symbian (2)
- 行业发展研究 (2)
- VIP专区 (2)
- DSP编程 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 嵌入式综合 (1)
- IEEE论文 (1)
- 模拟电子 (1)
- Modem编程 (1)
- *行业应用 (1)
- CA认证 (1)
- uCOS (1)
- 手机WAP编程 (1)
- Java书籍 (1)
- 生物技术 (1)
- 系统设计方案 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
通讯编程文档 non-binary ldpc documents
non-binary ldpc documents
Applet Binary Expression Tree show in SVG
Binary Expression Tree show in SVG
电子书籍 It is an ebook about binary trees.
It is an ebook about binary trees.
软件设计/软件工程 binary pso for particle swarm optimisation
binary pso for particle swarm optimisation
通讯/手机编程 the programme for the transform between decimal and binary
the programme for the transform between decimal and binary
源码 BBA-binary bat algorithm
离散蝙蝠算法代码,可以作为离散算法的入门
技术资料 16Binary Adder Improving
16Binary Adder Improving
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...
单片机开发 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:
uchar BcdToBin(uchar val)
uchar BinToBcd(uchar val)
CA认证 * * 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 ---- Need a CRLF every 64 base64-character
* BASE64_NotCRLF ---- Need not CRLF between 64 base64-character
*
* Output
* char data
* char data length
*
* Return
* 0: success -1: e ...