搜索资源列表
16LCDHANZICODE
- 根据汉字编码,从16*16汉字库读出二进制点阵,并转换成LCD液晶显示的二进制码-under the Chinese character coding, from the 16 * 16 Store read binary lattice, and the conversion of LCD binary code
hafumanbianmayuhanzidianzhen
- 哈夫曼编码在汉字点阵压缩编码的应用,主要是对点阵字符的压缩编码
HZM
- 汉字国标编码,16*16点阵字符,在编译器中输入汉字字符串,字符串的对应的数字,就是该汉字在编码中的位置。非常适合汉字显示的单片机开发
hzk
- 汉字点阵信息编码生成器,用于生成任意大小的汉字的点阵16进制编码,我是在设计LED 显示屏时用到的。-Dot matrix character generator information coding for the characters of any size to generate the lattice of 16-band coding, I am in the design of LED display used.
bianma
- 单片机矩阵LED汉字编码器16*16点阵,可改字体,加线,提取字模-SCM matrix LED characters encoder 16* 16 dot matrix can change the font, add lines, extraction matrix
29f040chinese
- 通常的汉字显示方式是先根据所需要的汉字提取汉字点阵(如16×16点阵),将点阵文件存入ROM,形成新的汉字编码;而在使用时刚需要先根据新的汉字编码组成语句,再由MCU根据新编码提取相应的点阵进行汉字显示。在这种显示方式中,如果使用的流字数量较大或语句较多时,利用汉字的新编码组成语句将是一件十分繁琐而枯燥的工作。针对这种情况,本文提出了一种十分简单的方式——直接利用PC机的汉字内码作为单片机系统的编码。-Chinese characters are usually displayed in acc
example8
- 本实验是点阵的汉字滚动程序,显示的一个汉字滚动程序。本例程中的汉字编码在word函数中,编码是一个“王”字。实验结果是汉字从左到右的滚动,其他的方式可以自行编程。 -This experiment is the Chinese character dot matrix rolling process, shows a Chinese rolling process. This routine in the word in the Chinese character coding function
hzk1616
- 汉字编码的二进制文件,对于理解汉字点阵显示非常有帮助。-Chinese character coding of binary documents, for understanding the Chinese character dot-matrix display is very helpful.
CharMatrix
- 在嵌入式开发过程中,经常会遇到点阵字库的需要。本工具能将任意的矢量字体转换为任意大小的点阵字体图片。支持代码页,也可直接输入单个字符/汉字/符合的 Unicode编码。-In the embedded development process, often encounter the need for dot matrix font. This tool can convert any vector font of any size bitmap font images. Support for
DPU-414_Print_Driver_for_Chinese
- 本驱动程序是仪器开发过程中编写的,我把它提取出来,稍微改动一下,与大家分享。 适合各种不支持汉字打印的微型打印机(ESC编码)。 内附16×16点阵字库(宋体)。-This driver is written instrument development process, I extract it, a little change about to share with you. For a variety of micro-printing characters are not sup
LEDdisplayandkeyboardtest
- 1.在DVCC-51Net单片机综合实验系统上运行显示“-- DVCC系列产品 --”“欢迎使用”的程 序。 2.编辑汉字16×16点阵编码,修改程序的汉字数据区进行在16×16LED由下向上显示“仰恩大学” 四个字的实验。 -1. In the DVCC-51Net Single Chip experiment running on the system display " - DVCC series" - " Welcome" progr
AA11
- 汉字编码 点阵提取 VB编写。。几个点阵提取功能各异,供大家参考-VB, dot-matrix extraction character encoding. . Lattice extracted several different functions, for reference. .
16-hanziziku
- 16*16点阵汉字编码软件 可以方便迅速给点阵编码-16* 16 dot matrix Chinese character encoding software can easily and quickly to the dot matrix code
LED_P
- LED大屏幕源代码,是点阵关于汉字的编码-LED big screen source code, is a lattice of Chinese characters coding
miingzhi
- 通过程序对单片机的控制以及对汉字的编码,实现汉字在8*8点阵上动态显示-By the control program of the microcontroller and the Chinese character encoding, and dynamic display of Chinese characters in the 8* 8 dot matrix
Dotmatrix
- 最新汉字点阵获取工具,delphi开发,能多字快速提取编码。-Get the latest character dot matrix tool, delphi developers can quickly extract multi-word coding.
readhanzi
- 使用VB程序编码编写的一个提取汉字点阵的程序。-Program code written using VB to extract a character dot-matrix program.
tet
- 在 UCDOS 的点阵字库 HZK16 中,字符点阵是按照汉字内码排列的,汉字的内码从一些图形字符开始,起始编码为 A1A1H,汉字内码第一位为区码,每区为 94 个汉字,第二位为每区内的编码,每个汉字的点阵为 16点*16点 共32字节,数据按第一行 1-8点,9-16点,第二行 1-8点,9-16点...排列,每位数据 1 为要显示点,0 为不显示点。汉字点阵数据在字库中的偏移量为 ((区码-A1H)*94 + (区内编码-A1H))*32。 -In the dot matrix fon
decode
- 代码中输入汉字,转换为16*16点阵编码输出。(converted Chinese characters to 16*16 dot matrix encodings)
单片机LED点阵编码仿真
- 单片机LED点阵编码仿真,80C51单片机控制点阵显示汉字。