搜索资源列表
ihex.zip
- This program will dump a block of program code to the 8051 serial port in Intel HEX format. It was a quick and nasty hack to fulfill a need, however it includes a good checksum calculation routine, which is nice. For simplicity, this program dumps I
Hex格式
- intel hex32的文件格式 嵌入式开发需要对该格式有一定了解 -file formats that embedded developers need to understand a certain format
USBMouse2
- This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 co
intel hex格式
- LCD 仿真器一、概述 LCD仿真器是一种电子产品的辅助开发工具。目前LCD(液晶屏)在各种电子产品的使用越来越广泛,开发人员在开发带LCD的产品时会用到各种各样的LCD,这些LCD或是现有的,或是定制,现有的LCD不一定能完全满足设计需要,定制LCD需要时间,需要资金,做好后还有修改的可能性,造成不必要的浪费。传统的做法是用LED(发光管)+驱动电路来仿真LCD,其弊端有四,一、电路复杂,功耗大,100多点的LCD电流将达1A左右。二、图案逼真性差,不直观。三、制作、修改困难,灵活性差
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
hexgenerator
- 生成intel .hex 格式的文件,在main函数中加入自己需要存储的文件。-Generate intel. Hex file in the main function they need to add a document storage.
fuzzy_pic
- This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the
Hex2asm_new
- convert Hex file to asm file
Hex2Bin
- 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
hex_splitter
- 这是一个C#的项目,主要是读取INTEL格式的HEX文件然后输出成16进制表示的文本格式-This is a C# project, mainly to read INTEL HEX format file and then output as indicated in the text format of 16 hex
51Hex_Bin
- 很经典的hex及bin文件互转工具,清晰明了。 sonicss 51系列软件之三 之一:51定时器初值计算 之二:51波特率初值计算 ============================================= 在老古开发网(www.laogu.com)上看到Intel Hex 文件格式,便制作了此软件(Windows 版),可以运行于 Win9x/Me/2K 或更高版本,本软件为Intel Hex文件和 Bin文件相互转化程序
Hex2CSV
- 一个读取intel的.HEX文件的数据,转换成整型数据写入.CSV文件的一个工具源代码。可以在VS2010下编译。-A tool source code to read the Intel .HEX file data, converted to integer data into a .CSV file. Can be compiled under the VS2010.