搜索资源列表
用C51实现单片机的中文输入法
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 -Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_va
c51pyshurufa
- 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败 -a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code
MCS51-KeilC-Codes
- 内容包含:X25045标准子程序集、LM75标准操作子程序集、51读写EEPROM应用实例、PCF8584应用实例、PS7219操作子程序集、拼音输入法源程序、AT29C040读写源程序、ACM12864液晶驱动源程序、320×240液晶驱动源程序、抽水控制器、44780LCD驱动源程序、单片机处理红外遥控信号等源代码,采用keil c51编写-contains : X25045 standard subroutine sets, LM75 standard operating subrouti
51pinying
- c51单片机的中文拼音输入法c程序源代码-decoder SCM Chinese Pinyin input method c source code
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
pingyinshuru
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例:-Pinyin input method is unable to exercise functions : unsigned char code py_ime * (unsigned char inpu t_py_val []) inp
pinyinshuru
- 嵌入式开发中拼音输入程序的源代码,可供嵌入式开发的应用,很不错,欢迎大家使用-Embedded Development Pinyin input program's source code for embedded application development, is pretty good, Everyone is welcome to use
TOUCH_T9.171.rar
- 在STM32上面做的T9拼音输入法,详细工程代码。,Done in the STM32 above T9 Pinyin input method, detailed engineering the code.
PINYIN
- C 源码,适用于单片机的拼音输入法源程序及码表,仅包括GB2312汉字,不包括以外的-C source code, applies to SCM Pinyin input method, and source code form, only include GB2312 characters, not including outside
39
- 单片机51的C程序,拼音输入法查询码表,直接在Keil C51环境下编译运行-Single-chip 51 C procedures, Pinyin input method query code table, directly in the Keil C51 compiler environment to run
dpjxsxt
- 单片机系统中的汉字显示[拼音输入法)包括源程序-Single-chip microcomputer system of Chinese characters display [Pinyin input method], including source code
c51PingYin
- C51拼音程序源码原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。-C51 Pinyin program source code using an original two-dimensional array for the lookup table, I think that' s a waste of space, and the index table address of e
pinyin
- 这是用keil C51写的普通拼音输入法源程序-It is written in keil C51 General Pinyin input method source code
PinYin_C51
- C51写的拼音输入法源程序,用于C51的环境下编写汉语拼音输入法-C51 source code written in Pinyin input method for the preparation of C51 environment Pinyin Input Method
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
py_input
- 实用的拼音输入法c源码,有注释,可直接调用-Practical Pinyin input method c source code, there are notes, can be called directly
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
pinyin
- 拼音输入法源程序,可以用于嵌入式系统的移植-Pinyin input method source code, can be used in the embedded system transplantation
Stm32f407zgt6-Pinyin-input
- stm32f407zgt6拼音输入法源程序,MDK编译- 27/5000 Stm32f407zgt6 Pinyin input method source code, MDK compiler
PinyinInput
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={"bang"}; unsigned char chines_string[100]; sprintf(chines_string,"%
