搜索资源列表
模拟拼音输入法的源程序
- 在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.
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
WM5.0input
- 北京得意公司的输入法产品,有源代码,C++编写-Beijing proud of the company' s input products, source code, C++ to prepare
12.2
- 在C++语言中,用户经常会使用到输入输出操作,即“cin”和“cout”。其中,操作符“cin”在默认情况下,表示计算机的键盘。而操作符“cout”在默认情况下表示计算机的显示屏幕。实际上在C++语言中,还有其他的一些用于输入输出操作的类或者是函数方法。因此,在本章中,将向用户介绍这些输入输出流类及其相关的功能函数方法-In C++ language, users often will be used to input and output operations "cin" and "cout"