CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Search

搜索资源列表

  1. sequential search

    0下载:
  2. 数据结构中顺序查找的例子-sequence data structure search examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:张海青
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树的各种基本操作,各种遍历的递归和非递归实现,还有输出在指定范围的节点等-Binary search tree, variety of basic operations, a variety of traversal recursive and non-recursive implementation, as well as output in the specified range of nodes, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:984.61kb
    • 提供者:沈成光
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:张蓓蓓
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:14.96kb
    • 提供者:海霞
  1. Search

    0下载:
  2. 数据结构中的关于查找基本操作,包含了折半查找,哈希查找!-Data structure in the basic operation on the search, including a half to find, hash Find!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.07kb
    • 提供者:李小兰
  1. search

    0下载:
  2. 使用c++实现顺序表的二分查找(具体使用折半查找)。-The use of c++ Realization of the order of the binary search table (specifically the use of half to find).
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:21.69kb
    • 提供者:小宋
  1. datrie_cvs20061001.tar

    0下载:
  2. This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as h
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:33.77kb
    • 提供者:lucoy
  1. hash_functions_src

    0下载:
  2. 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79.47kb
    • 提供者:wuzh
  1. Search

    0下载:
  2. 文档包含两个程序,第一个实现了希尔排序、快速排序、堆排序、折半查找。第二个实现了二叉树查找。均包含源码和一组测试结果。-Document contains two procedures, the first implementation of the Hill sort, quick sort, heap sort, binary search. The second implementation of the binary tree search. Contains the source co
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8.83kb
    • 提供者:shuiyeshan
  1. search

    0下载:
  2. 邻接表表示的深度搜索,数据结构实验,源码可运行-Adjacent table express the depth of search, the structure of the experimental data, source code can be run
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:30.7kb
    • 提供者:cjf
  1. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:370.82kb
    • 提供者:winnershu
  1. BFS

    0下载:
  2. 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.94mb
    • 提供者:牛芳
  1. sorting_and_searching

    0下载:
  2. 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:230.87kb
    • 提供者:seckCoder
  1. search_graph

    0下载:
  2. 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.67kb
    • 提供者:周鹏
  1. search

    0下载:
  2. ACM 搜索好书 资料 大家要下阿 我好不容易收集俄-ACM Search Books Information
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:155.19kb
    • 提供者:chaiyingying
  1. Search

    0下载:
  2. 数据结构搜索算法大全!!! 所有经典算法!!包括AVL树!BST!Hash表!跳表!Sortedchain!Sortedlist!详细注释!所有代码都全部调试成功!-Data structure search algorithm Daquan! ! ! All classical algorithm! ! Including AVL tree! BST! Hash table! Jump table! Sortedchain! Sortedlist! More comments! All o
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:44.37kb
    • 提供者:linnvel
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.59kb
    • 提供者:prince
  1. gecco09

    0下载:
  2. Metaheuristic Monkey search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:185.12kb
    • 提供者:destroy
  1. Template-Binary-Search

    0下载:
  2. The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparais
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:12.45kb
    • 提供者:Bhushan
  1. binary-search

    0下载:
  2. 数据结构 查找中的折半查找 算法 源代码-binary search binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.84kb
    • 提供者:陈元元
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com