搜索资源列表
源码附件:VC--初探WINDOWS下的IME编程
- 初探WINDOWS下IME编程源码: 大家知道,DELPHI许多控件有IME属性。这么好用的东西VC可没自带,怎么办呢?其实,可通过注册表,用API实现。下面说一下本人对IME的研究结果,并提供示例工程供大家参考: -of IME programming under Windows source : As we all know, many controls are DELPHI IME attributes. So handy things VC may not own, how do?
12.2
- 在C++语言中,用户经常会使用到输入输出操作,即“cin”和“cout”。其中,操作符“cin”在默认情况下,表示计算机的键盘。而操作符“cout”在默认情况下表示计算机的显示屏幕。实际上在C++语言中,还有其他的一些用于输入输出操作的类或者是函数方法。因此,在本章中,将向用户介绍这些输入输出流类及其相关的功能函数方法-In C++ language, users often will be used to input and output operations "cin" and "cout"
Sunday
- SUNDAY字符串匹配算法。在大多数时候比KMP算法迅速,且思路快捷新颖,实为学习的好例子。-SUNDAY string matching algorithm. Most of the time than the KMP algorithm quickly and novel ideas quickly, in fact, a good example of learning.
