搜索资源列表
bcd_conv
- 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) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o AS
500bintohex
- bin to hex本程序是将bin文件转换为hex文件以适合不同的下载需求-bin to hex the process is to bin hex conversion of paper documents to suit the needs of different download
MCUTool
- 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-microcontroller used in the process of developing the multi-purpose tools, includ
LCD-CLOCK+AL
- 单片机的LED和时钟程序的BIN和HEX烧写代码,希望对大家有益-SCM LED clock and procedures BIN burning and HEX code, we hope to benefit
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
HEX-BIN.rar
- HEX转换BIN转换工具用于单片机的编译,HEX conversion tools convert BIN compiler for SCM
DIS8051
- 8051反汇编程序!用于将HEX/BIN转换为ASM。-8051 Disassembler! Used to HEX/BIN converted to ASM.
Asc2Hex
- 一个用于将hex文件转化为bin格式文件的工具,适用于烧些EEPROM数据或者类似的存储体的时候编辑文件 -One for the hex file into bin files tools, applicable to burn more EEPROM data storage or similar body, when editing the document
BootLoad_PeiMegaLoader
- 一个BootLoader程序和PC端的VB源代码 AVR程序是由527DZ的代码修改而来,主要修正了1个Bug,并增加了页地址效验 目标系统是M8,11.0592M,可根据需要修改,熔丝位BOOTRST要编程 VB程序只支持Bin文件,不支持Hex文件,可使用Hex2Bin工具转换,或使用烧录工具,调入后再保存成Bin文件,只是要注意长度,不要写到Boot区地址 -A BootLoader program and the PC side of the VB source code for
MCUToolsEn
- MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
BIN-HEX
- bin转换为hex格式的小软件。用于某些特定的编程器。-bin is converted to hex format for the small software. For some specific programmer.
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 output file (if not specified -
MCUSUPERTool
- 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-Microcontroller used in the process of developing multi-functional tools, includi
Tutorial-microcontroller-core-source
- 传统的单片机实验过程都是先用KEIL C51或其他的单片机开发软件把源代码汇编成HEX或BIN文件然后用编程器把汇编文件烧写入单片机中再把单片机插入实验板中才能看到软件的执行结果-The traditional process is the first single-chip experiment with KEIL C51 or other microcontroller development software to compile source code into HEX or BIN f
bin-to-hex--compeir-file
- bin to hex- compeir file use in dreg and drop-bin to hex- compeir file use in dreg and drop
hex-to-bin
- 将hex文件转换成 bin,以减小代码的大小-Convert hex file into the bin, to reduce code size
MDK-bin
- 在 Realview MDK 的集成开发环境中,默认情况下可以生成*.axf 格式的调试文件和*.hex 格式的可执行文 件。虽然这两个格式的文件非常有利于 ULINK2仿真器的下载和调试, 但是 ADS 的用户更习惯于使用*.bin 格式的文件, 甚至有些嵌入式软件开发者已经拥有了*.bin 格式文件的调试或烧写工具。- In Realview MDK integrated development environment, by default, you can generate
bin2hex100
- 将bin文件转换成相应的hex文件,使用方法:1)确保bin和bin2hex在同一目录下 2)运行-> cmd-> 进入上诉目录-> 输入BIN2HEX命令-> 按提示操作-Bin files will be converted into the corresponding hex file, use the methods: 1) to ensure that the bin and bin2hex in the same directory 2) Run-
51Hex_Bin_Tool
- 实现将hex文件转换为bin文件,该工具经过调试使用正常,第一个word的字节序可能需要调整-Implementation to convert hex file for the bin file, the tool use normal after debugging, the first byte order may need to adjust the word
hextobin_6982
- 16进制文件转换为bin文件,具体操作以实际操作为准-hex file rebuild to bin