搜索资源列表

  1. database(c++)

    0下载:
  2. C++版的数据结构源代码,对初学者有很好的借鉴
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:1532928
    • 提供者:fgt
  1. seqsearch

    0下载:
  2. 包含各种VISUAL C++中的查找方法和系统 功能较齐全 -VISUAL C++ includes a variety of search methods and a more complete system functionality
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:刘云
  1. seqsearch

    0下载:
  2. This is a document file related to searching techniques in algorithms
  3. 所属分类:搜索引擎

    • 发布日期:2024-06-17
    • 文件大小:133120
    • 提供者:safwan
  1. SeqSearch

    0下载:
  2. 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:263168
    • 提供者:elieen
  1. happy-tree-friends

    0下载:
  2. 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()
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:40960
    • 提供者:王博
  1. seqsearch

    0下载:
  2. 在一个已知无(或有序)序队列中找出与给定关键字相同的数的具体位置。原理是让关键字与队列中的数从第一个开始逐个比较,直到找出与给定关键字相同的数为止。-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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:TKD
  1. SeqSearch

    0下载:
  2. 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:263168
    • 提供者:rcenta
  1. SeqSearch

    0下载:
  2. 实现顺序查找,通过对输入的数据建索引实现顺序查找-to creat the index to accomplish the SeqSearch
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:263168
    • 提供者:medMor
  1. ex18

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:505856
    • 提供者:杜紫萼
  1. seqsearch

    1下载:
  2. 提供一个哈希算法,并且采用线性探查法解决冲突-A hashing algorithm and linear probing method to resolve conflicts
  3. 所属分类:数据库编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:刘东洋

源码中国 www.ymcn.org