搜索资源列表
bin2intelhex
- 将bin转换成intel的hex文件的源程序-to convert the hex intel source documents
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
hex
- INTEL hex 格式文件 读写, 和 BIN 文件转换-INTEL hex format to read and write, and the BIN file conversion
Hex
- 描述intel HEX文件格式的文档,详尽说明了HEX文件各字段含义-Descr iption intel HEX file format documentation, detailed descr iption of the meaning of each field of the HEX file
Hex2Bin
- A project with source code, to convert Intel-16 Hex file (*.hex) into Binary file (*.bin). Project is written in Visual Basic 2008. Probably much useful in In Application Programming (IAP) of embedded systems projects, where binary file will be input
Hex2Bin
- Hex(intel-Hex or motorola-S) to Bin converter source-file for windows.
Hex2bin-1.0.10
- Convert Intel Hex File To Bin
51Hex_Bin
- 很经典的hex及bin文件互转工具,清晰明了。 sonicss 51系列软件之三 之一:51定时器初值计算 之二:51波特率初值计算 ============================================= 在老古开发网(www.laogu.com)上看到Intel Hex 文件格式,便制作了此软件(Windows 版),可以运行于 Win9x/Me/2K 或更高版本,本软件为Intel Hex文件和 Bin文件相互转化程序
51Hex_Bin
- 运行于 Win9x/Me/2K 或更高版本,本软件为Intel Hex文件和 Bin文件相互转化程序(适合51系列单片机和其他用 Intel Hex和Bin文件的单片机系列)
HEX文件说明
- intel HEX文件记录格式详细说明! 记录格式 数据记录 扩展线性地址记录(HEX386) HEX文件和BIN文件格式区别