搜索资源列表
VC-import
- 用VC++制作输入法。代码完整,有意制作输入法的朋友可以参看-VC production input methods. Code integrity, interested in making friends input method can see!
winhtml
- 在很多领域我们怎么寻找一个很好的理由来查找一个已经开发好了的输入发啊代码呢.这就需要我们必须在VC++上开发
input_changer
- 一个用于在本进程内自动切换输入法与键盘布局的类,代码使用VC++编写。测试通过。
Visual C++编程控制输入法切换
- 本代码实现了在Windows应用程序中动态的控制输入法的技术。在DELPHI中许多控件都有控制输入法的属性,用户在设计时只要设置好这个属性就可以了,但在VC中并不直接提供对输入法的控制,要在VC应用中实现这种功能必须调用Windows API。在本文中我将用一个类将与输入法操作有关的Windows API函数进行封装,并进行了实现。对输入法编程有很好的参考价值。
CalendarNotepad
- 日历记事本c++课程设计代码 实现vc++查询日历,显示当前时间,在记事本中编辑。-Calendar Notepad design code c++ program to achieve vc++ check the calendar to show the current time, in Notepad editor.
shurufa
- 中英文输入法源码,配有漂亮的界面,完整的代码。-Source in both English and Chinese input method with a beautiful interface, complete the code.
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
VCPinyin
- VC编写的拼音输入法,包含完全代码,不失为学习C的理想代码 -VC writing Pinyin input method, including the complete code, the code may well be the ideal learning C
InputLanguang-res
- 本代码实现了在Windows应用程序中动态的控制输入法的技术。在DELPHI中许多控件都有控制输入法的属性,用户在设计时只要设置好这个属性就可以了,但在VC中并不直接提供对输入法的控制,要在VC应用中实现这种功能必须调用Windows API。-This code implements the technology in Windows applications dynamically control the input method. Many of the controls in the D
VCPPregularEx
- VC++从正则表达式到有穷自动机实例,这个初级代码,值得学习一下。-VC++ from regular expressions to finite automata examples, the initial code, it is worth learning about.
zywb
- 这是一个基于易语言这样一个最简单的开发平台的编写的五笔输入法程序,主要是方便大家了解输入法的过程和实现的原理。同时基于外挂hook模式开发,未来会改进并基于ime模式。1.2.lpk是支持库文件,主要实现了按键拦截和模拟,调试程序前请先安装。基于这个输入法框架进行开发,可以实现大部分输入法的设计要求。避免了vc和windows复杂的消息机制及ime机制的学习成本,使业余爱好者专注于编码的实现,大部分人可以在一周熟练使用易语言开发程序。代码写的比较简陋,内置码表从极点五笔导出,实现了生僻字的输入,