搜索资源列表
pinyininput
- linux下的拼音输入法,解决了在linux下中文字符的输入问题。其中的.exe文件直接运就可以了。.c文件为程序的源代码-the Pinyin input method solves the Chinese characters under linux on the importation issue. The. Exe files shipped directly on it. . C files for a program'
pinyininput
- linux下的拼音输入法,解决了在linux下中文字符的输入问题。其中的.exe文件直接运就可以了。.c文件为程序的源代码-the Pinyin input method solves the Chinese characters under linux on the importation issue. The. Exe files shipped directly on it. . C files for a program'
PinYinInput
- 我自己做的拼音输入法,可能不太完善,那位高手改善后联系下我,QQ272482604-I have to do the phonetic input method may not be perfect, that master of the improved contact me, QQ272482604
PinyinInPut
- 编辑控件和中英文输入法。 1。做了输入界面,把算法实现了;2。增补了2级字库——原来的程序只有一级字库,3000多字,现在一二级都有了,6000多字,一般够用了。3. 调了字序——按常用不常用排了序,哪个常用哪个不常用,有一定主观色彩,不见得大家都认可,不过还是比不排强多了。 程序的另一个部分是编辑控件,支持中英文混合输入,单行的,扩展成多行的也不难。 -Edit control and the text input. 1.
PinYinInPut
- C语言编写单片机上使用的拼音输入法,在Keil C51 V8.12编译通过。-C language on a single chip using the Pinyin input method, compile the Keil C51 V8.12
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];