资源列表
zypy3.0_ydm
- 自由拼音输入法version 3.0 源码-Pinyin Input Method free version 3.0 source
4
- 里面介绍了许多键盘按键所对应的ASCII的值,对于想对键盘有了解的同学很实用!-It s very good!
freepy
- 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
InputMethodReset
- 输入法的中英文切换快捷键复位软件源代码。包含用Delphi对注册表的读写及其判断操作。是学习Delphi操作注册表的好例子。-Input method switching bentween English and Chinese shortcut keys reset software source code. Include using Delphi and the judge to read and write to the registry operator. Delphi to lear
BIG5togb2312
- BIG5中文处理 BIG5中文处理 -BIG5 Chinese and BIG5 Chinese and BIG5 Chinese processing BIG5 Chinese and
Pinyin_Input_Method
- 拼音输入法,利用有限键的键盘实现拼音输入,可作为毕业设计。-Pinyin input method, use of the limited keys of the keyboard to achieve phonetic input can be used as graduate design.
BIG2GB
- 一个在C++中进行简体中文(GB2312)向繁体(BIG5)转换的程序。两地通软件曾将些程序应用到了项目中。因此还是值得学习一下的。-One carried out in C++ Simplified Chinese (GB2312) to Traditional (BIG5) conversion process. Concerto Software has two more procedures will be applied to the project. So it is worth l
input_proteus
- 上传以前写的输入法程序,proteus仿真通过的-上传以前写的输入法程序,proteus仿真通过的
InputBox
- InPutBox的使用代码,可以学习InPutBox的调用方法-InPutBox the use of the code, you can call methods to study InPutBox
GetInputState
- 获取指定窗口输入状态,vc6.0,XP编译通过-Access to the specified window, enter the state, vc6.0, XP compiled by
itos
- 字符类型转化代码,主要是整型到string型的转化,看了代码你就明白具体的作用了。-data type converter,i can help you easily code your program.