-
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
-
pwdspy
PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.
- 2010-06-11 01:24:11下载
- 积分:1
-
detours2.1
由于很多人都不懂得怎么编译detours2.1库.文件包含了detours2.1的所有文件以及编译好的库文件detours.lib.(Because many people do not know how to compile library detours2.1. Detours2.1 document contains all the files and library files compiled detours.lib.)
- 2008-05-13 17:34:42下载
- 积分:1
-
PassStarter
This is example how to load a dll library and prepare for hook.
- 2013-12-25 07:46:25下载
- 积分:1
-
MousehookDemo
调用鼠标钩子DLL的实例源码,希望对大家有所帮助(Call an instance of the mouse hook DLL source code, we want to help)
- 2011-05-31 21:25:25下载
- 积分:1
-
dllm
Visual Basic Hook example
- 2017-06-13 23:15:55下载
- 积分:1
-
API Hooking
Hook Library API Sample
- 2017-10-24 20:34:06下载
- 积分:1
-
MouseTrace
MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。(MouseTrace, using VC++ to write the mouse Hook hook, get X, Y coordinates and the time display on the form, as shown, move the mouse over the form, coordinate information will be tracked, out of form would be invalid.)
- 2015-02-06 10:32:13下载
- 积分:1
-
Windows-API-programming
Windows API 桌面编程,文件中有源代码及说明,适合大家学习使用(Desktop Windows API programming, source code files and instructions for them to learn to use)
- 2013-05-28 09:22:24下载
- 积分:1
-
Keyboard-keys-query
实现获取键盘id的小工具。可用于消息钩子(Achieve access to the keyboard id gadget)
- 2020-10-10 12:17:34下载
- 积分:1