搜索资源列表
24c16
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={\"bang\"} unsigned char chines_string[100] sprintf(chines_string,\"%s\",p
12.2
- 在C++语言中,用户经常会使用到输入输出操作,即“cin”和“cout”。其中,操作符“cin”在默认情况下,表示计算机的键盘。而操作符“cout”在默认情况下表示计算机的显示屏幕。实际上在C++语言中,还有其他的一些用于输入输出操作的类或者是函数方法。因此,在本章中,将向用户介绍这些输入输出流类及其相关的功能函数方法-In C++ language, users often will be used to input and output operations "cin" and "cout"
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
