搜索资源列表
Font_view
- 转贴原作者声明: ViewChr 程序使用说明: 本程序可方便浏览和调用 Hzk16(16*16中文点阵字库)和Asc16(8*16中文点阵字库)内容。 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按\"Add chr.asm\"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。在显示文字区域双击可切换网格显示开关状态。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。 (
ConvertToHex
- 将打印文件转换为十六进制文件,LPC2220打印该文件可实现打印-to print documents to hexadecimal documents, LPC2220 Print the document can be realized Print
uC-GUI-BitmapConvert
- 一个bmp文件到16进制数组转换的工具,可以应用于嵌入式系统中的LCD哦。-bmp files to a 16-band array conversion tool can be used in embedded system LCD oh.
ASS58N
- 把格雷码转换成十六进制的C语言程序,用来读取编码器的值-Gray code put into hexadecimal C Programming Language, used to read the value encoder
ReadHexFile
- 将16进制文件转换成RAM可读的文件,verilog语言编写-229 to 16 documents into RAM readable document, verilog language
DS1802qudongProcedures
- 温度传感器DS18B02与单片机连接的驱动的Procedures,采用晶振:12M,这个主要包含读出转换后的温度值、读DS18B20的程序,从DS18B20中读出一个字节的数据,写DS18B20的程序、读DS18B20的程序,从DS18B20中读出两个字节的温度数据、-将从DS18B20中读出的温度数据进行转换、将16进制的温度数据转换成压缩BCD码、DS18B20初始化程序等组成。
Elfs2Bin
- 16进制Motorola S-records 文件说明 及转换为Bin/Binary S3格式程序
1016translate
- 自己写的一个简单的10进制和16进制进行互相转换的工具。对于学习单片机的朋友来说,非常实用。-This software is used to interconvert the HEX and BIN ,it s useful to the friends who are learning MCU.By the way ,it s very easy.
text
- 十六进制数据倒置,一个十六进制数据,全部取反,转换成十六进制数据-Hexadecimal data inversion, a hexadecimal data, all negated, converted to hexadecimal data
BIN2HEX
- 二进制文件转换成十六进制文件的工具(超过64k)-Binary file into a hex file tool (over 64k)
AN_SPMC75_0204
- 利用SPMC75制作十六进制数据到BCD码转换,全带代码以及测试程序-Use SPMC75 production of hexadecimal data to BCD conversion, with code and testing procedures
misc_Int32ToHexStr
- 把无符号整形数转换为16进制字符串,长度为len。 -The unsigned integer converted to hexadecimal string of length len
GUI
- 单片机uart上位机程序,通过matlab编写,显示波形及16进制转换-Microcontroller uart PC program, prepared by matlab waveform display and hex conversion
6-binary-to-10-batch-software
- 电子工程师经常需要使用串口获得现场的一些数据用于分析.而一般的串口助手软件获得的数据都是16进制的,这不利于直观的分析或是绘制图形.在这种情况下写了这个进制转换工具. 2.数据的输入来源于文件.文件的格式必须是 16进制+分隔符+16进制 的形式,比如: 4A 78 90 12这种格式(分隔符是空格),也可以是4A*78*90*12这种格式(分隔符是*号).而且16进制数字最长是16位.比如123A 34A3 1278这样类型.如果长度大于16位,软件将会自动忽略多余的部分. 有效
bmp2hex
- 将windows 24位位图转换为16进制数组供单片机使用。-convert windows 24-bit bmp to hexcode for MCU.