搜索资源列表
Pz_c
- 它提供对字词库(.mb)的批量修改方法。开发环境为Visual J++ 6.0,您可选择(或修改)其中一种使用。-it right word thesaurus (. Mb) Batch modification method. The development environment for Visual J 6.0, you can choose (or modification) to use one.
cccloukongzi
- 镂空字效果处理,一个简单的处理,可能对大家涌出不大,看看吧-word processing, a simple, we turned right may not see it
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's source code
ime001
- 在游戏中加入输入法一定很重要,这个源代码可以提供给你足够的帮助。-the game to input it is very important that the source code may be made available to you enough help.
Typing
- 一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。-a typing procedures used for typing practice, it also can be imported is mistaken judgment, which can be set typing time.
ascii
- 简单的ASCII查看器,使用它可以轻松查看键盘的任何一键ASCII码值-simple ASCII viewer, it can easily use the keyboard to see any one of the keys ASCII value
输入法安装制作原理
- 输入法安装制作原理 -------------------------------------------------------------------------------- 来源:http://wbfansbbs.yeah.net 作者:酋长 五笔爱好者论坛里很多朋友问我输入法安装程序怎么做,这两天有空,就整理了一下,希望能够从中给大家一点启示! ★Win9x/Me 系统 步骤一:拷贝文件。 在Win9x/Me系统下, 把输入法相关文件(一般是*.IME,可能还有其它 .DLL文件)拷贝
IME输入法编程
- Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计转换程序,因此,汉字输入自然而然落到WINDOWS系统管理中。-Windows systems Chinese character input method is actually imported to the standard ascii string of coded according to certain rules into
Dll_Ime
- 此动态连接库,支持用户把本机所有输入法列入到一个ComBox中,选中之后对于TextBox可以自动选择输入法。外表现层程序需要自己编程-this dynamic link library support users of this machine include all input to a ComBox, after selected for TextBox can automatically input methods. Outside the performance level it ne
WINCE上应用的输入法源码
- 一个在WINCE上应用的输入法源码,很是用,值得参考研究。,It s a source code about input method on WINCE.
MyIME2.zip
- 输入法编程源代码,希望广大编程者的使用。。。,this is a program source.it is a very good code.
JJCK_Tools
- 拼音加加词库处理工具 Ver1.02 作者:张文焕 本软件用以辅助制作拼音加加格式的词库。它共包括“整理”、“注音”、“排序”、“筛选”、“固顶”5个小程序,具体功能参阅各程序相关说明。另外,dfc、jjgx两个文件夹分别是“大分词”、“加加词库更新”工具,未予集成,请单独选用。-Phonetic processing tools Ver1.02 of Gaga Thesaurus: Zhang Wenhuan the software used to assist production
IME
- 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。(注:此程序非本人亲手所写,只是珍藏好久,拿出来和大家分享)-This softwar
Eingabehilfe
- 我自己写的c#输入法,拿出来和大家交流一下!-I wrote it myself c# input, to share out and about!
input-source
- 一个用C语言写的开源输入法的源代码,一个很强大的输入法,现在很多输入法都是基于它来做的。-Written in a language in C source code for open source input, a very powerful input method, many input methods are based on it for the.
pinyin_input
- 从网上搜集来的自由拼音输入法的源码,如果你正在学习输入法编程,一定是不错的选择!-Collected from the Internet to the freedom of Pinyin input method of the source, if you are learning programming input method, it must be a good choice!
change
- 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为Ansi、Unicode、UTF8字符串之间的转换和写入文本文件。题外:PUDN能不能格外开恩让我不用上传5个呢-I wrote an article based on the network several format conversion process, a very realistic value, capable of immediate implementation. To Ansi, Unicode, UTF
vc_yufafenxi
- VC++专用的语法分析工具,可以分析出你的VC代码是否正确,它分为词法分析和语法分析两个程序,封装在一个CFenXi类中,,本程序利用了分割窗体技术和单文档设计,压缩包内附有开发文档说明。 -VC++-specific grammar analysis tools, you can analyze your VC code is correct, it is divided into lexical analysis and syntax analysis of the two procedur
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