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

搜索资源列表

  1. HASHITABLE

    0下载:
  2. hash表的算法,建立一个hash表用于存储信息,用c++编写。-hash table algorithm, to build a hash table is used to store information, using c++ write.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:25264
    • 提供者:shizhu
  1. sort

    0下载:
  2. 排序算法集合,其中有快速排序、堆排序、hash排序、归并排序等-A collection of sorting algorithms, including quick sort, heap sort, hash sort, merge sort, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:103129
    • 提供者:liu
  1. 20033194

    0下载:
  2. this source is a HASH algorithm.if hash function make the same key, it solve overflow by chain algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5003
    • 提供者:jess
  1. ds_6

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

    • 发布日期:2017-03-31
    • 文件大小:636
    • 提供者:Yvonne
  1. rsa

    0下载:
  2. rsa&md5 公钥和私钥就是从两个文件PublicKey.xml、PrivateKey.xml中读取出来,相当于是现实中的指定公钥和私钥;再验证时我为了方便直接验证的A计算出的HASH码,现实中应该是由B重新计算出文件M的HASH码-ras&md5
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:10303
    • 提供者:123
  1. hash22

    0下载:
  2. hash排序,用hash法进行字符或数字的排序。-hash
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:565518
    • 提供者:刘黎
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. hashchazhao

    0下载:
  2. 这也是我在本学期学习数据结构是做的实验题目:hash查找。上传上来供大家学习,借鉴。-This is me in this semester to study the data structure is to do experimental subjects: hash check. Upload up for all to learn from.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2268
    • 提供者:viking
  1. dictionary-skiplist-hashtable

    0下载:
  2. 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2400
    • 提供者:Robin.Wang
  1. HashTables

    0下载:
  2. using Hash Strcut for saving information, such as picture or -using Hash Strcut for saving information, such as picture or ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:50581
    • 提供者:siya
  1. allforhash

    0下载:
  2. Hash算法详解。通过对hash算法的全面讲解和代码案例说明让您对hash有更加深刻的理解。包含ppt解释文档和代码的实现。-Hash algorithm Xiangjie. Hash algorithms through a comprehensive case statement to explain and code to give you a deeper understanding of hash. To explain the document contains the ppt an
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:356595
    • 提供者:belly
  1. SE205b_assignment3

    0下载:
  2. 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7580
    • 提供者:刘洋
  1. AprioriHash-java

    2下载:
  2. 基于Apriori的Hash改进算法的Java实现。利用Hash技术减少了生成频繁项集的时间。-The Hash-based Apriori Algorithm for Java. Hash technology reduces the use of frequent itemsets to generate the time.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-28
    • 文件大小:16113
    • 提供者:lining
  1. GBKhash

    0下载:
  2. 利用了GBK编码的hash表,快速进行汉语分词的自然语言程序-Advantage of the GBK-encoded hash table, fast Chinese word segmentation of natural language program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1964
    • 提供者:海铭
  1. SHA256

    0下载:
  2. Source code from SHA256 hash.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9254
    • 提供者:Daldegam
  1. hash

    0下载:
  2. 校园导游咨询: 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 (1) 设计你所在学校的平面图,所含景点不少于10个。以图中景点表示校内各景点存放景点名称,代号,简介等信息;以边表示路径,存放路径长度等相关信息。 (2) 为来访的客人提供图中任意景点相关信息的查询。 (3) 为来访的客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 -harsh
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:650091
    • 提供者:周嘉伟
  1. sort

    0下载:
  2. 使用VC6实现的几种排序算法,包括快速排序、堆排序、归并排序、哈希排序。-VC6 achieved using several sorting algorithms, including the quick sort, heap sort, merge sort, hash sorted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2069
    • 提供者:zhangyuanxiu
  1. hanoibfs

    0下载:
  2. 用广度搜索编的汉诺塔问题,能解决14个盘子的,用到位运算压缩判重,用哈希表判重。-The Tower of Hanoi with the breadth of search code problem, can solve the 14 dishes, with a compression sub-re-place operations, using the hash table sub-weight.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:997
    • 提供者:ly
  1. 8numcant

    1下载:
  2. 广度搜索八数码问题,用康托展开判重,哈希表的思想。-BFS 8 digital issues, with Cantor re-start negotiations, hash table ideas.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:919
    • 提供者:ly
  1. ha

    0下载:
  2. 假设哈希表长为m,哈希函为H(x),用链地址法处理冲突,试编写输入一组关键字并建造哈希表的算法。-Suppose the hash table length m, the hash function as H (x), treatment with a chain address the conflict and try to enter a keyword and the preparation of the construction of hash table algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:565
    • 提供者:林小芬
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com