CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - hex bin

搜索资源列表

  1. danpianjikanfagongju

    0下载:
  2. 片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-machine used in the process of developing the multi-purpose tools, including therm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1391078
    • 提供者:赵相立
  1. he将HEX文件格式转换成BIN文件格式的工具的源代码

    2下载:
  2. 一个将HEX文件格式转换成BIN文件格式的工具的源代码.,A HEX file format conversion tool for BIN file format of the source code.
  3. 所属分类:其他小程序

    • 发布日期:2014-04-11
    • 文件大小:27954
    • 提供者:刘阁
  1. Hex2Bin

    0下载:
  2. 快速地将16进制转换为2进制文件,在很多要烧写程序的时候会用到.-Convert Hex file to Bin file
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:1086
    • 提供者:Stanley
  1. hex2bin[1]

    0下载:
  2. hex2bin hex to bin file convertion-hex2bin
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:5221
    • 提供者:zhangying
  1. Hex2Bin

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:30520
    • 提供者:fwr
  1. hex-bin-core

    1下载:
  2. 这里面包含两个小工具,一个是.hex文件转.bin文件工具,另一个是.bin文件转.coe文件。希望对在做工程的同行有帮助。-This is a small tool which includes two, one. Hex file transfer. Bin files tools, the other is. Bin file transfer. Coe file. Want to do engineering counterparts helpful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:100994
    • 提供者:454545
  1. hex

    0下载:
  2. INTEL hex 格式文件 读写, 和 BIN 文件转换-INTEL hex format to read and write, and the BIN file conversion
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:33837
    • 提供者:施红雷
  1. 372

    0下载:
  2. HEX转换成Bin文件的源码,网上下载的-HEX file into Bin-source, on-line download
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3553
    • 提供者:蜀都
  1. CPPDumpCtrl_MFC

    0下载:
  2. User build MFC Class for view and edit data in Hex, Dec, Bin, Oct, Ascii formats etc :)
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:291740
    • 提供者:Cake
  1. bintohex

    0下载:
  2. bin 格式转 hex 格式小程序,大家可以自己编译一下.-bin format to hex format applet, we can compile their own look.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1466
    • 提供者:hi
  1. CommWizard

    0下载:
  2. 源码-串口接收-发送调试用助手 含 串口类-方便用户自学调用 含 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
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:827091
    • 提供者:buliti
  1. HexBin_GLONASS

    0下载:
  2. Convert hex data to bin data
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:victor
  1. Hex_To_Bin

    0下载:
  2. 将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!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1117238
    • 提供者:zhang
  1. B

    0下载:
  2. this program convert BIN value to HEX value
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:33304
    • 提供者:ali
  1. hex2bin

    0下载:
  2. convert hex code to bin file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:694
    • 提供者:ahric
  1. Hex2Bin

    0下载:
  2. 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
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:802994
    • 提供者:Kiran P
  1. Hex2Bin

    0下载:
  2. Hex(intel-Hex or motorola-S) to Bin converter source-file for windows.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:24421
    • 提供者:Tom
  1. M_ARY

    0下载:
  2. HEX,BIN,DEC,OCT CONVERT EACH OTHER!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1580570
    • 提供者:wang wmit
  1. conv-dec-bin-hex

    0下载:
  2. Dec, hex, bin converter.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:112148
    • 提供者:damian
  1. 生成BIN

    0下载:
  2. 脱机下载时所用到的都是BIN文件 ,此程序把已有的HEX生成BIN文件 ,然后可直接脱机下载(When downloading offline, all the files you use are BIN files. This program generates the BIN file from the existing HEX, and then downloads it offline directly)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1035264
    • 提供者:vince qi
« 12 3 4 5 »
搜珍网 www.dssz.com