搜索资源列表
实用单片机系统
- 增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层
Font_view
- 转贴原作者声明: ViewChr 程序使用说明: 本程序可方便浏览和调用 Hzk16(16*16中文点阵字库)和Asc16(8*16中文点阵字库)内容。 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按\"Add chr.asm\"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。在显示文字区域双击可切换网格显示开关状态。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。 (
FIFODATAWRITE
- Cypress 的USB ASCI IC FIFO DATA WRITE 可直接將值寫入FIFO中
HexEdit.rar
- 以十六进制形式显示数据,格式内容包括地址,ASCI码,显示数据的宽度。 编辑框属性可控,In order to display data in hexadecimal format the content including the address, ASCI code, indicating the width of the data. Edit box control properties
通过滚动条对字库进行浏览
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。,Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-m
asci-found
- 进入界面后经提示输入一个自己要查询的字符 程序将会输出改字符的ascii吗-After entering the interface prompt to enter a query of their own character and will be output to the ascii characters in it
A_5
- 5. 完成”WinApp10_1ASCII查询.exe”程序所示的功能,打开窗体后,将键盘按键的ASCI-5. Completed " WinApp10_1ASCII inquiries. Exe" program shown in the function, open the form, the keyboard keys to the ASCI
checkgz
- if you download binary file by ftp (asci mode) the will corrupt fix it with this code
ComMsg
- 串口通信调试程序,能够进行两个串口之间的通信,并能将接收到的数据分别以不同的数据格式显示出来,如十六进制,ASCI码等,能监控串口通信的整个过程。-Debug serial communication procedures, to carry out the communication between two serial ports, and be able to receive data in different data formats is displayed, such as hexa
wangnianli
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。-Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-matrix fo
yejingwnl
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。-Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-matrix fo
1820wannl
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。-Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-matrix fo
09wangnl
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。-Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-matrix fo
ourdev_432329
- 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按"Add chr.asm"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。-Through the scroll bar to browse to the font through the text box to input Chinese characters can get their dot-matrix fo
enc
- A small assemply program to enrypt a given string using shift by two ASCI code.
mazhilang
- 本程序由汇编语言设计: 功能分四大块: 1:Read Cmos message 读取一些Cmos 中的信息,并显示。 2: Show The Time 显示当前日期和时间。 3:Test the Key_Board 测试按键,每按一键,相应显示该键的Asci 码 和 Scan 码。 4:Math operation 由用户输入算术式,以 = 结束,相应在屏幕上显示结果。运算符号 包括 + , - , * , / 。 5:Escap
logical-operation-ASCI
- ASCII及进制转换: 2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
ascii16x8
- 在LCD中asci 显示所需要的编码即英文字符编码-LCD ASCI
pcf8563FA
- 一个ASCI码(7F),用于虚拟按键用修改UART串口的命令解析程序源码,修改RTC的pcf8563中断部分,精简IIC与smart完整源代码,可直接使用。-An ASCI code (7F), for the virtual UART serial key command with a modified analytic program source code, modify the pcf8563 RTC interrupt part of the IIC and smart to stre
Ascii
- ASCI kod finder, ASCI kod bulucu.