-
Layman
采用比较浅显易懂的方式讲解了VC++里面怎样进行dll编程。(The use of relatively easy to understand way which explains how the VC++ dll programming.)
- 2011-09-29 13:40:17下载
- 积分:1
-
main
基于句柄类的文本查询示例(C++ Primer 4th)(Text handle classes of queries based on the sample (C++ Primer 4th)
)
- 2013-09-22 15:12:37下载
- 积分:1
-
cmd
采用钩子函数进行键盘监视,将键盘输入信息保存到一个文件中(Using the keyboard hook function monitor, keyboard input information saved to a file)
- 2010-05-10 09:55:53下载
- 积分:1
-
keymouse
键盘模拟鼠标的源码 (The source to smimulate keyboard and mouse input)
- 2021-04-13 02:58:56下载
- 积分:1
-
HookFindFile
文件HOOK例程HookFindFile.rar,可以直接以VC6编译通过,达到文件隐藏目地。(HOOK routine document HookFindFile.rar, can be passed directly to the VC6 compiled to document the hidden purpose.)
- 2009-05-16 14:53:12下载
- 积分:1
-
selport
在VC++中使用 WINDOWS API 函数对计算机串口进行读写操作(in VC use Windows API functions for serial port of computer literacy operation)
- 2007-04-10 11:01:25下载
- 积分:1
-
QQMM
QQ 盗号模拟, 监视键盘程序。 做的比较粗糙点(QQ simulated ones, monitor keyboard procedures. Rough point of comparison to do)
- 2008-03-09 19:09:34下载
- 积分:1
-
Disable-key-combination
本示例程序演示了如何在子窗体中禁止切换组合键和关闭组合键功能。(This sample program demonstrates how to disable the subform combination of keys on and off switching function key combinations.)
- 2013-07-17 22:24:36下载
- 积分:1
-
KeyboardHook
VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
- 2013-12-22 15:43:07下载
- 积分:1
-
P3-315
先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’
’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。
(Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
- 2012-06-30 12:33:52下载
- 积分:1