搜索资源列表
database(c++)
- C++版的数据结构源代码,对初学者有很好的借鉴
seqsearch
- 包含各种VISUAL C++中的查找方法和系统 功能较齐全 -VISUAL C++ includes a variety of search methods and a more complete system functionality
seqsearch
- This is a document file related to searching techniques in algorithms
SeqSearch
- 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
happy-tree-friends
- earch for word in the list wf iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj) // did we locate the word? if (iter != wf.end()) // yes. increment the word frequency (*iter).increment()
seqsearch
- 在一个已知无(或有序)序队列中找出与给定关键字相同的数的具体位置。原理是让关键字与队列中的数从第一个开始逐个比较,直到找出与给定关键字相同的数为止。-In a known free (or ordered) sequence in the queue to find the given key number of the specific location of the same. Principle is to allow the n
SeqSearch
- 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
SeqSearch
- 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
ex18
- 1. 设计在数组中查找数据模板函数 函数名: SeqSearch 参数名及顺序: 数组:list, 数据:key, 个数:n 返回: 成功:数据在数中的下标,失败: -1-1 designed to find the data in the array template function function name: SeqSearch parameter names and order: Array: list, d
seqsearch
- 提供一个哈希算法,并且采用线性探查法解决冲突-A hashing algorithm and linear probing method to resolve conflicts