搜索资源列表
hook
- wince 的 消息钩子 有键盘钩子和鼠标钩子 鼠标钩子注意不能断点回调函数 可以同时使用键盘和鼠标钩子 用完记得卸载钩子否则会一直被拦截 有强行卸载钩子的办法请QQ305805891-wince news hook a keyboard and mouse hook hook hook careful not to break the mouse callback function can use the keyboard and mouse hook run will a
number-recognition
- 学习时字库自动保存,已有键盘字符,字母,数字和简单汉字如要识别复杂汉字,请先用学习功能!-Learning font automatically saved the existing keyboard characters, letters, numbers and simple Chinese characters, such as to recognize the complexity of Chinese characters, please use the learning functi
5name
- 输入五个姓名,并将几段名字的首字母大写,能识别空格。最后将输入的名字输出到data文件-Write a programme that reads in the name (Given name+ space+ family name) of 5 persons and writes them to a disk file. Each name in the disk file always starts on a new line. Note that you need consider
5_1
- 一个名为CPerson的类有以下4个private属性:姓名、性别、年龄和身高。请用C++语言定义这个类,并在保护派生类CStudent中增加 3个public 属性:学号、数学成绩、英语成绩,并为上述属性分别定义设置和显示的相应的方法,要求能分别在屏幕上设置和输出这些属性,增加成员函数成绩的录入和求平均,并能完成排序,键盘录入5个学生的信息,完成按照数学成绩的排序。-A class called CPerson following four private properties: name,
keyboard
- VC6键盘模拟按键,一个程序执行另一个程序的功能键-VC6 keyboard emulation buttons, a program s another program function keys
Flush
- A working function to flush the keyboard buffer in standard C.