搜索资源列表
_itlearneraspv1.1.rar
- ITlearner ASP探针 测试服务器基本信息: 显示服务器的一些参数,并带遍历Application、Session和服务器参数的功能。 测试服务器组件情况: 测试IIS自带,常用文件上传、收发邮件、图像处理等组件,和自定义组件的支持情况。 测试服务器运算能力: 让服务器执行50万次加法(整数运算)和20万次开方(浮点运算),记录其所使用的时间。 测试服务器磁盘信息: 服务器各硬盘的空间使用情况,当
newdir.tar
- 用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
VC6中用DOM遍历网页中的元素 源代码
- VC6中用DOM遍历网页中的元素 源代码 对于网页中的重新使用和分析网络元素具有便利作用,可以作为个人参考,学习-VC6 website using DOM traversal of the source code for elements of the website re-use and analysis of network elements with a facilitating role, as a reference, learning
MemSearch
- 一个内存搜索精灵源码,可以遍历系统4G的内存空间,想研究游戏修改器的可以参考一下-a memory search genie source, the 4G system can traverse the memory space, to study changes of the game for reference
csxm
- 使用vfp遍写的的是发就的发是大撒方法机;了发发撒的就发-use times written on the fat of the fat is the major method of spreading machine; The spreading of the fat on fat
lll333
- 这是一个利用扩展先序二叉树建立二叉树,并采用先序,中序,后序进行遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and a first sequence, sequence, After traversal sequence for the algorithm!
fei333
- 这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non - recursive algorithm which preorder algorithm!
trav-dir.c
- 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
HarkDll
- 生成DLL,可注入到记事本进程中,进程的判断使用了进程的遍历.-generated DLL, can be injected into the notebook process, the process used to judge the ergodic process.
HideService
- 虽然我不知道icesword是什么样列举服务的,但估计最终也是通过历遍SCM内部的ServiceRecordList来检测。 为什么呢?看下面。 用附件中的InjectDLL.exe把hideservice.dll注入到Services.exe进程后就会把Alerter服务隐藏掉。用icesword也检测不出Alerter服务了。 代码原理很简单,就是在Services.exe进程找到ServiceRecordList表,将需要隐藏的服务从链表上断开。 既然icesword
文件加密技术一例
- 文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different oc
StringM
- 遍历给定目录中的所有文件(包括子目录中的文件),以实现文件查找功能。支持通配符查找。-given directory traversal of all documents (including subdirectories document), to achieve the document search function. Search support wildcards.
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
parsefile
- 遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中
ProcessKill
- 一个进程遍历的小程序,可以扫描系统当前运行的进程选中后可以终止,程序主要展现如何使用进程遍历和控制.
VC6 MFC程序遍历整个文件夹
- VC6 MFC程序.程序可以遍历整个文件夹,包括所有子目录文件.可以查找指定文件.创建线程查找不会卡窗口-VC6 MFC program. Program can traverse the entire folder, including all sub-files can be to find the specified file. Create a thread to find the window will not card
extentreaddir
- 使用广度遍历的算法统计批定目录包括其子目录下文件的数量-Breadth traversal algorithms using statistical batch given directory including its subdirectories, under the volume of documentation
GetFileSize
- 通过遍历文件夹下的文件(包括子文件夹),获取文件夹的大小。-Get the size of a file.
linuxdir
- linux遍历目录,能够修改成查找某个文件。或者某个目录,并且记录当前的路径。-linux traverse directory, can be modified to search for a file. Or a directory, and the record of the current path.
2
- 利用c 语言,在linux环境下实现遍历文件夹构成目录树-folders tree