搜索资源列表
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
372
- HEX转换成Bin文件的源码,网上下载的-HEX file into Bin-source, on-line download
bintohex
- bin 格式转 hex 格式小程序,大家可以自己编译一下.-bin format to hex format applet, we can compile their own look.
CommWizard
- 源码-串口接收-发送调试用助手 含 串口类-方便用户自学调用 含 hex转换字符 函数 可以传送文件 可以设置多个串口,不限定个数 方便 串口调试 -Source- the serial receive- send debugging assistant with serial-type- call with user-friendly self-character hex conversion function can send a document to set up
Hex
- 描述intel HEX文件格式的文档,详尽说明了HEX文件各字段含义-Descr iption intel HEX file format documentation, detailed descr iption of the meaning of each field of the HEX file
sum_check
- 因工作需要自己用VC++写的,给烧写用的bin文件添加和校验字节,防止别人盗版。也可以再做简单修改给bin或HEX文件添加CRC校验。-Because of their work themselves with VC++ to write, to add a programmer to use the bin file and check bytes, to prevent others piracy. You can also do a simple change to the bin or
c2bin
- 本代码采用VC++ 6.0编译,用于将HEX格式的文本文件转换为BIN格式的文件-convert hex file to binary file