文件名称:Text2Bin
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Windows] [程序]
- 上传时间:
- 2014-04-19
- 文件大小:
- 312kb
- 下载次数:
- 0次
- 提 供 者:
- 颖*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
stm32数组转二进制工具,在Keil下运行
1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。
2.支持8位和16位数据。
3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。
4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。
5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
1 input file must contain similar {0xff, 0xff} c language such array format to normal conversion. Braces and leading character "x" is a must.
2 supports 8-bit and 16-bit data.
3 supports 4-byte length and width information to facilitate Image2Lcd program output image into Bin.
4 support paired "/" symbol contains annotation information, if only a single file contents "/" peril.
5 support the first four bytes wide exchange of information stored in a high position.
1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。
2.支持8位和16位数据。
3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。
4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。
5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
1 input file must contain similar {0xff, 0xff} c language such array format to normal conversion. Braces and leading character "x" is a must.
2 supports 8-bit and 16-bit data.
3 supports 4-byte length and width information to facilitate Image2Lcd program output image into Bin.
4 support paired "/" symbol contains annotation information, if only a single file contents "/" peril.
5 support the first four bytes wide exchange of information stored in a high position.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Text2Bin.exe