-
鼠标取词的一个小程序,用VB6.0写的.大家可以学习学习
鼠标取词的一个小程序,用VB6.0写的.大家可以学习学习-The mouse to take the word of a small program written in VB6.0. We can learn it
- 2023-01-29 21:35:03下载
- 积分:1
-
ini配置文件读写代码.
ini配置文件读写代码.
ini配置文件读写代码.
ini配置文件读写代码.-ini configuration file to read and write code. ini configuration file to read and write code.
- 2022-03-25 05:51:29下载
- 积分:1
-
6环境下的主动寄存器控制,操作简单,值得一个五
VC++6.0环境下注册ACTIVE控件,操作简洁,值得一看哦-VC++ 6.0 environment ACTIVE register controls, operation is simple and worth a visit, oh
- 2022-05-12 10:00:21下载
- 积分:1
-
查看所有的动态库可以调用情况战俘的过程…
可以查看所有动态库被进程调用的情况,功能强大-View all the dynamic libraries can be the process of calling the situation a powerful
- 2023-02-03 15:35:04下载
- 积分:1
-
可以指定当前的选中的窗口用热键呼出
例如可以用来网吧免费上网(下机后用热键呼出浏览器)
窗口是z顺序置前的。...
可以指定当前的选中的窗口用热键呼出
例如可以用来网吧免费上网(下机后用热键呼出浏览器)
窗口是z顺序置前的。-can specify the current selected window exhaled with hotkeys for example can be used to free Internet cafes (After using hotkeys exhaled browsers) z window is the former home of the order.
- 2022-01-25 20:32:55下载
- 积分:1
-
Rootkit的IAT HOOK
Rootkit IAT HOOK---利用内核共享内存实现IAT hook-Rootkit IAT HOOK--- realize the use of shared memory kernel IAT hook
- 2022-11-03 16:40:03下载
- 积分:1
-
Show the dynamic link library
显示动态链接库相关信息,帮助理解DLL内容。-Show the dynamic link library-related information to help understand the contents of DLL.
- 2022-01-28 08:59:14下载
- 积分:1
-
VC2005下利用ATLServer创建的webservice服务。备注:为了可以顺利完成Web 服务的创建,应当做好准备工作。不仅要保证操作系统为Window...
VC2005下利用ATLServer创建的webservice服务。备注:为了可以顺利完成Web 服务的创建,应当做好准备工作。不仅要保证操作系统为Windows NT 4.x或Windows 2000,而且要保证IIS被妥善安装。-VC2005 using ATLServer created webservice service. Note: in order to be successful completion of the creation of Web services, it should be well prepared. Not only to ensure that the operating system for Windows NT 4.x or Windows 2000, but also to ensure that IIS was properly installed.
- 2022-06-26 04:38:25下载
- 积分:1
-
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作...
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作-the system code exhaustive process, and then kill the process, and the use of some sort CreateToolhelp32Snapshot operation
- 2022-03-19 18:51:30下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1