搜索资源列表
BISEARCH
- 二分查找算法的源代码,可以在BC、TC、VC++上运行
HASH
- 哈希查找算法的源代码,可以在BC、TC、VC++上运行
word_match
- 单词查找程序,包括带通配符的查找,算法采用了正则表达式。-Word search program, including with wildcard search, the algorithm using regular expressions.
Binary-search-algorithm
- 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
RFID
- 一种RFID识别算法的模拟,模拟了采用多叉树存储的数据如何快速查找的过程,可以在VC++下运行。-An RFID identification algorithm simulation, simulation of a multi-tree storage of data is how to quickly find the process can run VC++ under.
Sunday
- 用于执行查找的sunday 算法,改算法实现起来还是效率比较的高-The sunday algorithm used to perform a lookup, change algorithm efficiency
SPFA
- 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
Navigation
- 地图信息查找整理程序。从固定dat地图信息文件中读取信息,进行信息的处理,并采用多种查找排序算法进行处理。-Map Find finishing process. Map information from a fixed dat file to read information, information processing, and using a variety of search sorting algorithm for processing.
DLinkedList
- 双链表的定义和插入算法,双链表的定义,删除,插入和查找算法-Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm
poj_dsa_string_homework
- 数据结构与算法字符串作业: 合格的字符串(查找集) English_number_translator(递归) 前缀中的周期(KMP)-Data Structures and Algorithms string operations: Qualified string (search set) English_number_translator (recursive) prefix cycle (KMP)
Edit
- 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
BinTree
- 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
search
- 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
chabingji
- 查并集算法,加快查找的速度,快速得到文章的答案-Check and set the algorithm
PEX
- 字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
main
- C++ STL算法:STL算法元素计数、STL算法最小值和最大值、STL算法查找算法1、STL算法查找算法2、STL算法查找算法7-C++ STL<algorithm>