搜索资源列表
HEX2BIN
- 在线编程中,将hex文件转换成相对应的bin文件的工具-Online programming, the hex file will be converted into corresponding bin files tools
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 wi
hex2bin
- HEX文件转换为BIN文件。有些编译器不能生成bin文件。-HEX files into BIN files. Some compilers can not generate the bin file.
Hex_To_Bin
- 将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!-Firmware of the hex file will be converted into 16 binary files, which in the application that need to download Firmware is very useful!
hex2bin
- Converting a *. hex *. bin An example TCL scr ipt to convert the file into *. hex *. bin file. The program accepts 0, 1 or 2 arguments. 1-st argument - the input file (if 0 arguments - stdin), 2-th argument - the ou