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

搜索资源列表

  1. shujujiegou

    0下载:
  2. 数据结构的各个算法 树,图,哈希表等十多个算法源代码,ACM 专用-Tree data structure of each algorithm, graphs, hash tables and a dozen algorithm source code, ACM Special
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11997
    • 提供者:宋威
  1. hash

    0下载:
  2. 采用六种数据结构(数组、链表、STL、箱、二分查找树、位向量),实现统计存储若干个随机数所需要的时间。-Using six data structures (arrays, lists, STL, containers, binary search tree, bit vector), to achieve a number of statistical random number stored in the time required.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:323233
    • 提供者:songyanna
  1. erfen

    0下载:
  2. 二分查找,内容包括:二叉排序树及构造 平衡二叉树的查找、插入及旋转 hash表的构造及查找 -Binary search, including: binary search tree and construct a balanced binary tree search, insert and rotate the structure and find the hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:42953
    • 提供者:分析学习
  1. Hash_Table

    0下载:
  2. 哈希表的C++实现,包括四个cpp和三个头文件,仅供参考。-Hash table in C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:226359
    • 提供者:
  1. 34

    0下载:
  2. 数据结构哈希表的运用,运行过正确的,希望有帮助到人。-The use of hash table data structures, run over the right, want to help other people.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:780
    • 提供者:geodan
  1. uthash-1.5

    0下载:
  2. 一个非常不错的c++哈希表结构算法,有详细说明文档-A very good c++ hash table structure algorithm, a detailed documentation
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:469569
    • 提供者:z
  1. 123

    1下载:
  2. (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。 (4) 查找并显示给定电话号码的记录;查找并显示给定用户名的记录。 (5) 将没有查找的结果保存到结果文件Out.txt中,显
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6255
    • 提供者:vello
  1. data

    0下载:
  2. 数据结构 约瑟夫环 哈希表 哈弗曼树 括号匹配四个程序,有代码和报告。-Hash table data structure Josephus four Hafu Man tree brace matching procedures, codes and reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:589827
    • 提供者:王丹
  1. haxibiaokechengsheji

    0下载:
  2. 这是哈希表的课程设计,可以拿来用,创建一个电话本,哈-This course is designed hash table can be used with, create a phone book, Kazakhstan
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:406936
    • 提供者:barney1
  1. 8

    0下载:
  2. 八数码问题 单向启发式搜索 hash表 标准的八数码解-Eight-way digital issue standard heuristic search hash table of eight digital solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:985
    • 提供者:苏程序
  1. Untitled2

    0下载:
  2. 哈希表算法的c-c++实现,里边为可执行文件 -Hash table algorithm c-c++ implementation, an executable file inside
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:815
    • 提供者:WEN
  1. HashTables

    0下载:
  2. Hash tables explaintion
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:405358
    • 提供者:Hidden Dragon
  1. tws_10-2

    0下载:
  2. 哈希表与快速排序查找字符串不同-Hash table with a different search string quicksort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:445899
    • 提供者:田文诗
  1. hash-file-analysis-

    0下载:
  2. 利用boost/regex对日志文件分析的代码实现-code realization about log file analysis
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1433
    • 提供者:charlie
  1. sanliebiao

    0下载:
  2. 散列表演示算法,用于快速遍历数据,提高程序效率,采用文件方式读入,输入地名,输出编号-Hash algorithm demo for rapid traverse data, to improve program efficiency, the use of papers read, input names, output number
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:813
    • 提供者:
  1. yy6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。 -1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-h
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:157713
    • 提供者:武朝阳
  1. GeneralHashFunctions_-_Object_Pascal

    0下载:
  2. General Purpose Hash Function Algorithms Library -General Purpose Hash Function Algorithms Library
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2224
    • 提供者:DavidDeng
  1. lian

    0下载:
  2. 大学的课程设计成果,用hash表中的链地址法和直接地址法存储学生信息。-University curriculum design results in a hash chain with the address and direct address method storing student information.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2718
    • 提供者:wei
  1. HashTable

    0下载:
  2. 实现Hash的基本功能,类实现一个哈希表,该哈希表将键映射到相应的值。任何非 null 对象都可以用作键或值。为了成功地在哈希表中存储和获取对象,用作键的对象必须实现 hashCode 方法和 equals 方法。 -Hash achieve the basic functions of class implements a hash table, hash table that maps keys to values. Any non-null object can be used as
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:28691
    • 提供者:王晨
  1. hashTable

    0下载:
  2. 数据结构的课程设计,实现一个哈希表,哈希函数为模29和模229-Data structure course design, implement a hash table, hash function module 29 and module 229
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2732480
    • 提供者:CTY
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com