搜索资源列表
多线程文件查找器
- 多线程文件查找器,可多硬盘分区同时进行
编译原理 二分查找
- 编译原理的二分查找
C++关于字符串查找的
- 关于字符串查找的
查找模块内跳板地址的代码VC
- 这是一段VC++实现的代码,主要的功能是将LoadLibrary加载的模块中特定的汇编指令地址显示出来。 我们在编写windows平台漏洞利用程序时经常需要查找特定的跳板地址,以求漏洞利用程序拥有较强的通用性,该段代码可以迅速的查找到 某模块中"JMP ESP"指令在内存中的位置。
查找匹配字符串所在的位置
- 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
二叉查找树
- 详细实现了二叉查找树的各种操作:插入结点、构造二叉树、删除结点、查找、 查找最大值、查找最小值、查找指定结点的前驱和后继
数组中查找删除
- 数组中的查找和删除数据,最大上限为100,用c语言编写,可直接运行(Array of search and delete data, the maximum limit of 100, written in C language, can be run directly)
单链表的建立、插入、删除、查找
- 用C++,实现单链表的建立、插入、删除、查找功能(link's create insert delete search)
二分法查找算法C源码
- 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
查找COM
- 查找电脑COM,可以查找com1--com99,查看运用情况,是否存在(Find the computer COM, you can find com1--com99, check the use of the situation, whether there is)
查找定位czdw
- cad中lisp查找文字,并定位,文字查找与定位文字查找与定位文字查找与定位,(text find, exploring txt and locations,text find, exploring txt and locations)
查找算法
- 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
查找空文件夹v1.1
- 查找路径的空文件夹,可以打开,并且删除,没有使用注册表读取(Find the empty folder of the path, you can open, and delete, do not use the registry to read)
插入排序和二分查找
- 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
顺序查找和折半查找
- 建立一个整数数据文件datafile 从文件中读取数据构成查找表 顺序查找 冒泡排序 递归及非递归折半查找方法(1, a plastic data file datafile is set up. 2, reading the data from datafile to form a lookup table 3, sequence lookup 4, bubble sort 5, recursive and non recursive binary search
98快速的全盘文件查找程序
- 98快速的全盘文件查找程序,超级好用的软件(Fast full disk file lookup program)
散列查找
- 文件包含散列查找的C++代码以及说明文档。散列查找是一种高效的查找算法。代码中使用了类模板,可作为大型项目的查找接口。(The file contains hashed lookups for C ++ code and documentation. Hash search is an efficient search algorithm. Class code is used in the code as a lookup interface for large projects.)
超级查找
- 查找的内容全部出现在结果框内,快速的寻找并删除重复文本(All the contents of the lookup appear in the result box)
基于二分查找的有序符号表
- 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
查找算法
- 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)