搜索资源列表
单片机系统中的汉字显示
- 单片机系统中的汉字显示 摘要: 需要显示的汉字较多时,单片机系统中的汉字编码非常繁琐。本文介绍一种直接利用PC机的汉字内码作为单片机系统的汉字编码,以简化系统的设计。-SCM system of Chinese character display Abstract : The need to show the Chinese characters more, the SCM system of Chinese character coding very cumbersome. This p
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
cckeilv802
- keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keil\\c51\\bin 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 at compile time will 0xfd characters (some with the Chinese characters within the code) off filtration, which
LatticeChineseCharacterDisplay(Clanguage)
- HZK16文件是按照GB 2312-80标准,也就是通常所说的国标码或区位码的标准排列的。国标码分为 94 个区(Section),每个区 94 个位(Position),所以也称为区位码。其中01~09 区为符号、数字区,16~87 区为汉字区。而 10~15 区、88~94 区是空白区域。 如何取得汉字的区位码呢?在计算机处理汉字和ASCII字符时,使每个ASCII字符占用1个字节,而一个汉字占用两个字节,其值称为汉字的内码。其中第一个字节的值为区号加上32(20H),第二个字节的值
input
- 基于MSP430编程,包涵汉字内码获得,点阵数据获取,简单实用
codecovert
- 软件开发者经常会遇到一些汉字代码转换的问题,常见的汉字内码表现形式一般包括区位码、Unicode码、GBK码等几种。 在此向大家推荐一款汉字、区位码、Unicode码、GBK码互转的小工具,希望对大家有用。
HanziInput
- 汉字在计算机内存放分为两种情况,一种是在外部存储设备上存放的点阵数据或矢量数据,一种是在内存中存放的内码或者交换码。汉字内码用于一般汉字的识别和显示,它与汉字字库有着天然的对应关系,通过内码可以在字库中得到这个汉字的点阵或是矢量数据用于显示。交换码用于网络的传输交换或者特定字符集的转换。在我们嵌入式环境中只使用汉字内码进行汉字的感知。输入法要解决的问题就是如何把外部输入转换为汉字内码的问题,一般来说的外部输入码有两种ASCLL字符,或特殊为汉字输入设计的字符如五笔字型。这里我们采用使用ASCLL
xianshi.rar
- 显示屏显示程序,用于从上位机接收汉字内码,处理转换成32字节显示到显示屏上,可以级联,Screen display program for receiving characters from the PC code to handle 32-bit display into the screen, you can cascade
C51hznm
- C51中必备的汉字内码提取工具,让单片机很好的输入输出汉字.-C51 in the essential character of the code extraction tool that allows single-chip input and output of Chinese characters very well.
ziku
- 汉字取模软件,很方便将汉字内码转换成汉字自摸,并送点阵显示-Chinese modulus software, it is easy to convert the Chinese characters within the code Zimo, and sent dot-matrix display
wq020115keilv
- keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码如"数""三"等字)过滤, 而导致编译出的程序在做液晶汉字显示时出错显示乱码. 请下载之后放到你的keil\c51\bin 目录里,运行这个程序.就可以了. 支持v8.02 -keil c51 will be at compile time 0xfd characters (some characters with the character code such as " few" " c"
embedded_systems_CODE_CONVERTER
- 对于通用的嵌入式系统字处理单元,本模块化程序可以快速实现常用汉字编码(GB2312,GB18030,BIG5码,Unicode码)的相互转换,无需库函数.从而实现使用单汉字字库显现多内码.具体参见readme.txt-For general-purpose embedded systems word processing unit, the modular process can quickly achieve commonly used Chinese character encoding (
62256L
- UC/GUIARM汉字内码处理建立汉字模值表-UC/GUIARM Chinese characters within the code module to deal with the establishment of the value of table
29f040chinese
- 通常的汉字显示方式是先根据所需要的汉字提取汉字点阵(如16×16点阵),将点阵文件存入ROM,形成新的汉字编码;而在使用时刚需要先根据新的汉字编码组成语句,再由MCU根据新编码提取相应的点阵进行汉字显示。在这种显示方式中,如果使用的流字数量较大或语句较多时,利用汉字的新编码组成语句将是一件十分繁琐而枯燥的工作。针对这种情况,本文提出了一种十分简单的方式——直接利用PC机的汉字内码作为单片机系统的编码。-Chinese characters are usually displayed in acc
1
- 一种直接利用PC机的汉字内码作为单片机系统的汉字编码-A direct use of PC-Chinese Internal Code as a microcomputer system, Chinese character coding
small-printer
- 用MSP430和凌阳单片机做的小打印机实例,有汉字内码转换工具软件-Sunplus with MSP430 MCU and a small printer to do an instance, a character code conversion tools within the software
Pinyin-input-method-
- 1.发送固定的数字组合返回不同的拼音串 发送有效的拼音串返回对应汉字串. 2.直接向液晶发送ASCII码和汉字内码,液晶模块自行显示. 3.液晶模块具有uncode字符转换功能.-1. Send back a fixed number of combinations of different phonetic string send a valid Pinyin string returns the corresponding character string. 2. ASCII co
lcd
- LCD—display 128X64 在pic33FJ256MC710上设置,和输出。 包含字符输出,字符串输出,汉字输出,图形输出。 优化汉字内码搜索。-LCD-display 128X64 in pic33FJ256MC710 set, and output. Contains the character output, string output, character output, graphics output. Optimization of characters in th
display-128x64
- LCD—display 128X64 在pic33FJ256MC710上设置,和输出。 包含字符输出,字符串输出,汉字输出,图形输出。 优化汉字内码搜索。-LCD-display 128X64 in pic33FJ256MC710 set, and output. Contains the character output, string output, character output, graphics output. Optimization of characters in th
ledscreen
- LED屏源代码,采用软件算法替代硬件,实现汉字的左右移动,汉字内码的转换。-LED screen
