-
ProtectFile
本程序功能为防止文件删除,其中包含三个部分,分别为:FSD INLINE HOOK初级防删,HOOK IoCreateFile中级防删,HOOK IoCheckShareAccess高级防删。(The program features to prevent file deletion, which consists of three parts, namely: FSD INLINE HOOK primary anti deleted, HOOK IoCreateFile intermediate anti deleted, HOOK IoCheckShareAccess senior defense deleted.)
- 2010-07-09 11:04:31下载
- 积分:1
-
接口,用于下载手机中的基本信息,比如手机厂商,手机型号...
接口,用于下载手机中的基本信息,比如手机厂商,手机型号-Interface for mobile phones to download basic information, such as cell phone manufacturers, mobile phone models
- 2022-01-31 06:05:01下载
- 积分:1
-
基于WMI的PC资产管理系统,这是客户端,负责收集本地主机资源。...
基于WMI的PC资产管理系统,这是客户端,负责收集本地主机资源。-WMI"s PC-based asset management system, which is the client responsible for the collection of local host resources.
- 2022-03-16 18:13:38下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
OsenXPCntrl
VB仿XP风格的窗体控件含演示代码,有需要的就下载吧。(XP style imitation VB form controls with demo code, there is a need to download it.)
- 2013-08-03 23:45:19下载
- 积分:1
-
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话....
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the
conversation duty assignment, machine does for chooses the bull dozer,
other machines share the terminal service conversation
- 2023-01-10 18:00:04下载
- 积分:1
-
TMS-Aurelius-FMX-2.2-Full-Source
TMS Aurelius FMX 2.2 Full Source D2010, DXE-DXE5
- 2013-12-26 00:21:39下载
- 积分:1
-
RegJump
Regjumpopen regedit in custom path
- 2016-05-07 21:56:52下载
- 积分:1
-
md5
易语言MD5自检源码例程程序结合易语言互联网支持库和数据操作支持库,实现执行文件的MD5自检验。
(Easy language MD5 self source routine procedures combined with easy language Internet support library and data operations support library, the implementation of the file MD5 self-test.
)
- 2017-03-21 20:35:34下载
- 积分:1
-
Standard-C-P-P-Library
标准的C++库大全,拥有很多自己学得和网上搜集的各种资料整理出的C++标准库。(Standard C++ Library)
- 2012-03-30 18:21:59下载
- 积分:1