搜索资源列表
438372汉字平台系统
- 本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be
PYB
- 拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 提取出简单的单字对照表,用于待开发系统的拼音汉字转换。 主要用途:输入拼音头的汉字检索 拼音对照表(简表)结构: 以汉字‘啊’的内码 B0A1(十六进制数) 为文件的零基点,依 次输入汉字对应的拼音头字母。没有汉字的区域用符号 @ 填充。 生成拼音对照表。 如何从系统中提取对照表: 操作系统的 开始->程序->附件->输入法生成器。 在输入法
HZ2PY3
- 字音转换大师是一个可以将汉字转换成拼音的免费绿色软件,该程序由阿龙编写 软件可以自动工作于两种模式: 1.智能模式,您需要安装“微软拼音输入法”,此时软件能自动识别多音字,能标注声调等。 2.简单模式,暂时没有自动识别多音字,对多音字的拼音全部标出,暂时没有标注声调 “微软拼音输入法”是指“微软拼音输入法3.0”,“微软拼音输入法2003”等中的任意一个。 XP下安装微软拼音输入法的方法(1): 通过“开始/设置/控制面板”打开控制面板 通过
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
pinyin_one
- 中文汉字的拼音对照表,通过它可以设计拼音输入法-Chinese characters in Pinyin CRT, which can design Pinyin input method
C51pingyinshurufa
- C51写的普通拼音输入法源程序可输入很多汉字和ASCii码-C51 wrote the ordinary alphabet input source can import a lot of Chinese characters and ASCii code
pinyingshurufahanzibiao
- 拼音输入法汉字排列表.txt
fcitx-3.5-070703
- 可以用于Linux系统的汉字拼音输入法.稳定,性能可靠.
单片机系统中的汉字显示(拼音输入法源码)
- 单片机系统中的汉字显示(拼音输入法源码)--Display Chinese characters in SCM system by Pin Yin inputting method.
直接在Keil下仿真的T9拼音输入法(完整版)
- 仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕,所以请先到 http://www.pchome.net/dl/chinese.htm 下载RichView,安装运行 3、在Keil环境下可以直接按“Ctrl+F5”键仿真,按“F5”全速运行,
chineseinputmethod.rar
- 用c语言编写的中文输入法,能实现数字、拼音汉字输入,With the c language of Chinese input method, to achieve figures, Pinyin Chinese character input
led
- LCD显示-----拼音输入法,我们所完成的汉字拼音输入法是基于AVR Atmeg16单片机的-LCD display----- Pinyin input method, we have completed Chinese Pinyin input method is based on Microcontroller AVR Atmeg16
PINYIN
- C 源码,适用于单片机的拼音输入法源程序及码表,仅包括GB2312汉字,不包括以外的-C source code, applies to SCM Pinyin input method, and source code form, only include GB2312 characters, not including outside
VC++
- 一个简单的T9拼音输入法,已经按汉字使用频率排序了.-A simple T9 Pinyin input method, has been sorted according to frequency of use of Chinese characters.
S3C44Bpingying
- S3C44B0X中对中文汉字的拼音输入法进行编程,其中包括了大量字库-S3C44B0X of Chinese Pinyin input method of Chinese characters to be programmed, including a large number of font
913116
- 913116单片机系统中的汉字显示(拼音输入法源码).rar-913,116 single-chip microcomputer system of Chinese characters in the show (Pinyin input source). Rar
spell_mb
- T9拼音输入法的汉字码表,大概收录了6000个汉字-chinese T9 spell unicode table,there is about 6000 chinese
PinYing
- 拼音输入法模块。使用单片机开发拼音输入法的源代码,结合汉字字模,可完美实现汉字在51单片机平台上的输入和显示。-Pinyin input method module. Pinyin input method using the MCU development source code, combined with Chinese font can be perfectly realized character in the 51 single-chip platform, the input an
PyTest
- 我改进了的拼音输入法,不需要输入完整拼音就会显示汉字。-Improved Pinyin Chinese input method. it supports non-completed pinyin input.
拼音输入法
- 拼音输入法,包含常用汉字,可以再裸机上使用。(Pinyin input method)