搜索资源列表
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
hexTObin
- 本代码是一个编译器编译出的HEX文件转换为BIN文件。会记录每次转换的动作,以便以后查找记录。-The code is a compiler to compile a file conversion of the HEX file for the BIN. Will record each action in order to find records of the future.