-
这是一个简单的防火墙,可以阻止一些危险的东西,也可以显示…
这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
- 2022-07-26 01:20:26下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1
-
Wrappit
Wrappit - a DLL proxy wrapper for hooking DLL calls or injecting code.-Wrappit- a DLL proxy wrapper for hooking DLL calls or injecting code.
- 2022-03-18 08:13:29下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
包括了:菜单类,按钮类,工具条类,打印类,文件类,文本框类,时间类,EXCEL类,汉字转换类等。。
所有类,均有注释和详细的使用说明。欢迎大家提出宝贵的意见...
包括了:菜单类,按钮类,工具条类,打印类,文件类,文本框类,时间类,EXCEL类,汉字转换类等。。
所有类,均有注释和详细的使用说明。欢迎大家提出宝贵的意见。-Includes: menu categories, category buttons, tools, article type, print type, file type, text box type, time category, EXCEL categories, such as Chinese characters conversion. . All categories, both notes and detailed instructions. Welcome to everyone for their valuable views.
- 2023-05-07 11:20:03下载
- 积分:1
-
打开/关闭CDROM
打开/关闭CDROM- Opens/closes CDROM
- 2022-06-29 22:15:32下载
- 积分:1
-
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序...
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序-The program can be achieved through the operating system restarts, restart the system in the For programming, you can use the program
- 2023-01-07 16:25:03下载
- 积分:1
-
中国移动cmpp3模拟网关
中国移动cmpp3模拟网关 -China Mobile cmpp3 analog gateway
- 2023-06-09 14:50:03下载
- 积分:1
-
编程实现windows系统进程监控。
编程实现windows系统进程监控。-process control system.
- 2022-10-04 20:45:03下载
- 积分:1
-
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi...
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi-cpu read the serial numbers and names, and with the protection of the document processing. Included source code for delphi
- 2022-03-20 02:26:27下载
- 积分:1