-
HookFindNextFile
hook findnextfile 隐藏文件(hook findnextfile hidden files)
- 2009-10-10 23:22:12下载
- 积分:1
-
HBase
辅助开发库HBase,很好用的个人代码总结库,开发人员经常会有很多经典的开发代码,下次使用仍然很频繁,HBase就做了很好的总结,方便了开发使用(Supporting the development of library HBase, well summed up by the personal code library, developers will often develop a lot of classical code, the next use is still very frequent, HBase on to do a very good summary of the development to facilitate the use of)
- 2009-03-30 16:15:11下载
- 积分:1
-
CPaintDCDemo
第6章 设备描述表和图形对象CPaintDCDemoCPaintDCDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。(Chapter 6 describes the tables and graphics device object CPaintDCDemo CPaintDCDemo.rar, very good vc source, interested friends can see.)
- 2011-09-11 23:02:40下载
- 积分:1
-
serialnumber
根据CPU、磁盘序列号生成注册码程序,为软件版权序列号生成提供了一个方法。(According to CPU, the disk serial number registration code generation program)
- 2014-11-10 14:54:21下载
- 积分:1
-
Winmfws
分割窗口并动态调整分割区域(类似于Windows中的资源管理器),(Split window and dynamic adjustment segmented regions (similar to the Windows of the resource manager),)
- 2017-06-12 22:39:37下载
- 积分:1
-
vb
说明: 进销存管理系统!数据库源码!数据库设计模式!(inventory management system. Database source!Database Design Mode!)
- 2010-03-08 23:41:51下载
- 积分:1
-
regedit-hive
1. 内存中操作Hive, 而非操作磁盘hive. 比同等的Hive解析工具(eg.狙剑)速度快.
2. 操作方式和windows自带的regedit.exe相同, 而同等的工具仅列出hive对应的项,一般用户不知如何使用
3. 支持整个子键(Key) / 键值(Values) 的删除,增加,修改,重命名. 而同等的工具考虑到安全性,没有加入对Key的删除/增加 操作
4. 没有特殊情况的话,能发现一切注册表隐藏信息,解析hive的都能做到.
5. 查找功能没有暴搜hive数据结构,换用常规API. (1. Memory operation Hive, rather than the operation of the disk hive. Than analytical tools Hive same (eg. sword spy) speed. 2. Operation of regedit.exe and windows bring the same tools and the same list only hive the corresponding item, the general users do not know how to use 3. in support of the entire sub-key (Key)/key (Values) to delete, add, modify, rename. and the same tools to take into account security, do not add the delete Key/increase in operation 4. the absence of exceptional circumstances, then, to discover all the hidden registry information, are able to resolve the hive. 5. Find hive found no storm data structure, for conventional API.)
- 2009-07-08 10:17:51下载
- 积分:1
-
PL0-The-compiler
一、完成的实验内容及说明
基本内容
(1)扩充赋值运算:+ 和 -
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
选做内容
(1)增加运算:++ 和 。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类型
(A, the experiment content and complete
The basic content
Operation: (1) expand the assignment+ and
(2) REPEAT expansion statements
< > statement sequence
Conditions of DOWHILE < >
Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence
Choose to do content
(1) operation:++ and .
(2) types: (1) character types (2) real types.
(3) the expansion of function: (1) has a return value and return statement (2) a parameter function.
(4) increase a one-dimensional array type)
- 2020-07-16 22:38:54下载
- 积分:1
-
19947_VcExtend
采用visual c++来进行的位数扩展编程(The number of bits the visual c++ to expand programming)
- 2012-07-20 17:27:46下载
- 积分:1
-
MeDelete
SelfDelete(可以删除自身的VC++源码(巳通过了调试))
为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging))
In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function.
)
- 2011-06-26 23:22:21下载
- 积分:1