CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HASH

搜索资源列表

  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. JH

    0下载:
  2. JH哈希密码算法,SHA-3杂凑密码候选算法候选之一-THE HASH FUNCTION JH
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7519818
    • 提供者:rey
  1. volume_dump

    0下载:
  2. MD5 File. This file is used to take the MD5 Hash message Digest.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-17
    • 文件大小:132404
    • 提供者:Iftikhar_Aziz
  1. jiami

    0下载:
  2. 文件加密解密的算法,vc6.0下已经测试通过,包括数据签名的HASH算法-HASH
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:748609
    • 提供者:糖王朝
  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. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. k-DNA

    0下载:
  2. k-长DNA子序列在DNA全序列中出现频数的计数问题。该算法通过一个哈希函数把k-长DNA子序列映射为整数关键字从而把k-长DNA子序列出现频数的计数问题转化为整数关键字的重复计数问题,使得能够利用经典B树算法来解决k-长DNA子序列的出现频数计数问题-k-long DNA sequence in the DNA sequence in the frequency of counting problems arise. In the algorithm, a hash function to k
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:17733
    • 提供者:张莉
  1. Hashtable

    0下载:
  2. 此算法是用来简历哈希表,方便对数据进行查找和定位-This algorithm is used to resume the hash table, to facilitate search and locate the data
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:4348
    • 提供者:韩丰
  1. exampleReadAssignment2-1

    0下载:
  2. This program stores up to 10.000 book names , authors , issn-number. The input data is stored in a hash table. You can sort the input data ascending/descending by their author name or by the issue-number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:19399
    • 提供者:alelex
  1. MIPS_CPU

    0下载:
  2. MIPS结构的CPU,采用VHDL编码,附带验证程序,能够跑题hash算法,流水灯,求π程序-MIPS structure of the CPU, using VHDL coding, with the verification process, to get off track and hash algorithms, water lights, find π procedures
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:464147
    • 提供者:maylag
  1. hash

    0下载:
  2. C++源码 课程设计 哈希表问题 严蔚敏版的书香阁的-werw
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1814
    • 提供者:mafan
  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
    • 文件大小:45430
    • 提供者:linnvel
  1. chazhao

    0下载:
  2. 查找 1.有序表的查找 2.顺序表的查找 3.哈希表的查找 4.退出程序-1. Ordered the table to find 2. In order to find the table 3. Hash table lookup 4. Exit
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1090253
    • 提供者:JIA
  1. c

    0下载:
  2. 用hash函数实现 的一个简单公司员工信息查询。-Hash function is implemented with a simple employee information query.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1553
    • 提供者:li
  1. L3_Hash

    0下载:
  2. Hash MD4 C++ Emlementation
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11419455
    • 提供者:Marina
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. stringmatch_DNA

    0下载:
  2. 北京理工大学亚信杯的一道题,看似简单,却花了我一周的时间,题目存在时间和内存限制,用hash索引实现-DNA computer programming of Aisainfo
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1170
    • 提供者:杀生丸
  1. CSharpKill

    0下载:
  2. 主要介绍了委托,匿名方法,索引器,接口,哈希表(HashTable)的使用-Introduces the delegate, anonymous methods, indexers, interfaces, hash table (HashTable) the use of
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6212
    • 提供者:王美丽
  1. phonebox

    0下载:
  2. 嵌入式中c语言的,hash电话本,带单条记录删除功能-Embedded in the c language, hash phone book
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:7014
    • 提供者:pfming
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com