搜索资源列表
模拟拼音输入法的源程序
- 在VC++6.0环境下用C++语言编写一个简单的模拟拼音输入法程序,该模拟拼音输入法具有真正的拼音输入法的基本功能。-6.0 in VC environment with C language simulation of a simple phonetic input procedures, the simulation Pinyin input method with the real Pinyin input method's basic functions.
wordsanalyse
- 一个用C语言编写的词法分析器,该程序只要实现对输入代码的词法分析并输出文件以保存结果。-a C language prepared by the lexical analyzer. as long as the procedures for the importation of code to achieve the lexical analysis and output files to preserve the results.
wordwrap4
- 是一个非常棒的程序。用visual basic 编写的。-is a wonderful procedure. Using visual basic prepared.
vbSb
- 用vb编写的鼠标手写输入程序Vb mouse with handwriting input program written in。Vb mouse with handwriting input program written in-Vb mouse with handwriting input program written in
srf
- 一个用c++编写的输入法程序,是一个很好的范例哦-A c++ written with the input program is a good example of oh
input-method
- 浅谈输入法编程 本文拟结合作者的亲身体验简要介绍一下在Windows环境下如何编写输入法程序。 -On the input method of programming with this first-hand experience to be a brief overview of how to write in the Windows environment, input method program.
IME
- 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。(注:此程序非本人亲手所写,只是珍藏好久,拿出来和大家分享)-This softwar
JSiemXP2008-11-14
- 经过多年的编写,极速五笔功能上终于达到了一个相当的高度,安全可以和现在流行的《万能五笔》、《极品五笔》输入法一拼高下,现发布《极速五笔》的第一个完整源程序包,以供大家下载研究,为输入法的发展出一份自己的力量。请保留本人信息,以便促进程序交流和极速五笔发展,谢谢。-After years of preparation, speed five functions finally reached a considerable height, safety can and now popular om
KeyboardDiagnostic
- 这款小程序可以监测你击了键盘上的哪个键,并以不同色彩出来,列出该键位的相关硬件信息。如果想编写打字程序的朋友,这款程序可能会对你有所帮助。-This small program can monitor you hit the keyboard on which keys, and out of different colors, sets out the key bits of information related to hardware. Procedures for the prepara
InputMethodEditor
- 在windowCE系统下用evc编写的输入法的程序-WindowCE system used in the preparation of the input method evc procedures
freepy
- 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
WMV12S
- 用汇编写的打字练习小程序。界面用的是C语言写的,调用ASM程序。-Typing practice with the compilation of small programs written in. Interface using a C-written in, call ASM program.
pinyin
- 用于编写输入法程序的拼音码表,通过码表可以实现输入法程序的编写,很好的工具-Used to write the Pinyin input method program code table, the table can be achieved through the code input method program written in a very good tool for
cffxq
- c语言编写的简单词法分析器的实现,适用于初学者的简单程序。-c lexical analyzer written in a simple implementation of a simple procedure for beginners.
Lesson4Code
- 讲述MFC的消息映射机制,和文字编程方法。自己编写一个WORD程序,里面有几个例子供参考。-About MFC message mapping mechanism, and text programming method. I have written a WORD program, there are a few examples for reference.
text
- CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,定时器的使用和DrawText函数的巧妙运用。如何使用CDC的裁减功能。-Master the CDC s word processing program to write, how to generate custom fonts and custom caret, familiar with the use of CString class. By Kara OK progr
ImgInjection
- 使用VS2008编写的输入法注入器。使用的是极品五笔的dll,可以注入任何程序,以及游戏。其中实现方法比较简单,打开源码一目了然-Written input method using VS2008 injector. Need Wubi using the dll, can be injected into any program, as well as games. Which method is relatively simple, open source glance
characters
- 统计字符数目,编写一个程序,统计一个文件中字符数目-Statistics Number of characters to write a program, a file character statistics
calculator
- 参加一个简单的计算器,编写一个程序完成加法,减法,乘法,除法-Write a program to complete the addition, subtraction, multiplication, division
zywb
- 这是一个基于易语言这样一个最简单的开发平台的编写的五笔输入法程序,主要是方便大家了解输入法的过程和实现的原理。同时基于外挂hook模式开发,未来会改进并基于ime模式。1.2.lpk是支持库文件,主要实现了按键拦截和模拟,调试程序前请先安装。基于这个输入法框架进行开发,可以实现大部分输入法的设计要求。避免了vc和windows复杂的消息机制及ime机制的学习成本,使业余爱好者专注于编码的实现,大部分人可以在一周熟练使用易语言开发程序。代码写的比较简陋,内置码表从极点五笔导出,实现了生僻字的输入,