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

搜索资源列表

  1. LZWandLZW2

    0下载:
  2. 关于压缩与解压缩的源码 自己编的 适合数据结构学习 用到了散列-on the compression and decompression of the source code developed for the data structure used in the study of hash
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:63367
    • 提供者:Candasy
  1. JumpQueue

    0下载:
  2. 对买票插队现象的一个数学上的分析,假设由一个人又很多朋友的情况,利用了哈希表.-queue to buy a phenomenon of mathematical analysis, the assumption that people from a lot of friends, use of the hash table.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:王佩君
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP '
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53517
    • 提供者:郭春阳
  1. jeromel

    0下载:
  2. 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21297
    • 提供者:芦林飞
  1. HashFM1

    0下载:
  2. 散列文件的操作,四个操作:向散列中插入一个元素,删除一个元素,查找散列中的元素,输出散列元素等。-hash document, the operation of four operators : to insert a hash elements, delete an element Search hash of elements, such as elements of the output hash.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4550
    • 提供者:刘莹
  1. aprioriWritByJava

    1下载:
  2. 用JAVA编写的apriori中的动态项目集计数实现算法。采用Hash方法实现具体的划分,属于apriori的一种改进算法-with JAVA apriori prepared by the dynamic item counting algorithm. Hash methods used to achieve specific division is apriori an improved algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5315
    • 提供者:kpeng
  1. datastruct

    0下载:
  2. 安全数组 普通链表 哈希表 二叉搜索树 AVL树 集合类 通用自动机 所有类均使用模板编写,并不特定于 Windows 平台,只要有 C++ 编译程序的操作平台都可使用。-security array ordinary Chain Hash Table 2 forks search tree AVL Tree collections Universal Automatic machine is used in all types of template preparation, is not s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:31080
    • 提供者:刘楚
  1. haxibiao

    0下载:
  2. 数据结构  哈希表应用-data structure Hash Table Application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2644
    • 提供者:峰峰
  1. PKU3220Source

    0下载:
  2. PKU3220代码 简单HASH的使用
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:chenni
  1. 统计关键字出现的频度

    0下载:
  2. 用Hash技术统计某个C源程序中的关键字出现的频度
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:941
    • 提供者:lingalu
  1. javahashbucket

    0下载:
  2. 基于hash技术的关联规则挖掘,还比较初级
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:7077
    • 提供者:pxj
  1. sha1sourcecode

    0下载:
  2. 本代码是SHA1用C语言实现的源代码,SHA1与MD5是目前最为常用的HASH算法,可用于认证及签名等
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53865
    • 提供者:cl
  1. md5sourcecode

    0下载:
  2. 本代码是C语言实现的MD5算法的源代码。MD5和SHA1是目前最为常用的HASH算法,可用于认证签名等。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25530
    • 提供者:cl
  1. hash

    0下载:
  2. 想看的就知道了 关于希哈表的算法,不知道是否合适你
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:2174
    • 提供者:caohuan
  1. HashTable

    0下载:
  2. 用c++实现的hashtable的基本所有操作,有关one-way hash的再另行上传
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12921
    • 提供者:杨光
  1. HashFile

    0下载:
  2. hash 文件操作(数据结构)-hash file operations (data structures)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3822
    • 提供者:
  1. wordseg

    1下载:
  2. 基于正向最大匹配法的分词。采用hash表技术将一段连续的话用所给词库进行分词输出。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71942
    • 提供者:王达山
  1. HashTable_Src

    0下载:
  2. Hash Table Source Code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4931
    • 提供者:Harry
  1. hash

    0下载:
  2. 哈希表是一种高效的数据结构。本文分五个部分:首先提出了哈希表的优点,其次介绍了它的基础操作,接着从简单的例子中作了效率对比,指出其适用范围以及特点,然后通过例子说明了如何在题目中运用哈希表以及需要注意的问题,最后总结全文。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32882
    • 提供者:dongpei
  1. hash

    0下载:
  2. 使用链地址法解决冲突问题的哈希索引的实现!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7300
    • 提供者:廖运荣
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com