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

搜索资源列表

  1. hashing

    0下载:
  2. 制作哈希表 使用哈希表 哈希表应用 根据要求制作的哈希表-hash
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:7003
    • 提供者:stone
  1. DESencryption2bin

    0下载:
  2. 使用DES,通过二进制hash进行认证系统的比较-The use of DES, a binary hash authentication systems through the comparison of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2569572
    • 提供者:廖东
  1. createdigest

    0下载:
  2. hash function SHA-256
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:donweena
  1. Hash_Table1616057162003

    0下载:
  2. A hash table that stores key/pointer pairs. The table can handle either numbers or strings as keys, you specify which type it is when you create it. When you use strings as the keys, you should store the key permanently yourself somewhere, such as in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:7119
    • 提供者:csp
  1. hanyupinyin

    0下载:
  2. 实现两个中文词组按拼音排序的功能,也可以用于查找汉字的拼音。效率较高,直接采用哈希表数组存储,程序运行时不需要建立哈希表,直接可索引快速查找-Achieve two Chinese phrases sorted according to the phonetic features of Chinese characters can also be used to check spelling. More efficient, direct use of the hash table array
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:105079
    • 提供者:翁家祥
  1. SentenceSearch

    0下载:
  2. 用散列表存储、搜索许多文件,对这些文件进行关键词或者关键句搜索,可以视作一个简单的文件搜索引擎-With the hash table to store, search many documents, these documents keyword or key words search, can be regarded as a simple file search engine
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6160484
    • 提供者:huangshuzhi
  1. md5

    0下载:
  2. 最近在研究魅族M8也就是Windows Mobile6.0系统下的数据库编程,打算开发M8Money个人记账软件,为了让数据库更严谨,秉承一贯的作风,对个人帐号的password字段进行MD5散列,我所使用的是轻量级嵌入式数据库sqlite (仅有几K大小)并没有大多数流行数据库提供的password()内置函数,(但这丝毫没有降低我对sqlite的好感,一款强大的跨平台+嵌入式数据库,支持标准SQL语法,纯粹由C代码组成)。网上找了很多MD5加密的代码,自己又重新研究了一下《密码学》,综合各方
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:25144
    • 提供者:王海宝
  1. 6

    1下载:
  2. 考虑具体问题的关键字集合,如{19,14,23,1,68,20,84,27,55,11,10,79}这样一组数据和给定的哈希表长m 或哈希表的装填因子a,选用除留余数法和线性探测再散列技术解决冲突所形成的哈希表-Keywords set to consider specific issues, such as (19,14,23,1,68,20,84,27,55,11,10,79) such a set of data and a given length m of the hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:lilin
  1. md5

    0下载:
  2. Hash 函數算法,輸出消息散列值,比MD4稍慢一些,但更位安全-Hash function algorithms, the output message hash value, and some slower than MD4, but more-bit security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4266
    • 提供者:JU
  1. sanliebiao

    0下载:
  2. 散列表的C++实现,是学习数据结构的好例子,希望能给大家带来帮助-Hash table implementation of C++ is a good example to learn the data structure, hoping to give us some help
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:125141
    • 提供者:tanfeng
  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. Astar

    0下载:
  2. A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2049
    • 提供者:oily
  1. MD5

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。   将数据(如汉字)运算为另一固定长度值是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。-MD5 or Message-Digest Algorithm 5 (Information- Digest Algorithm 5), used to ensure a complete a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1847
    • 提供者:jolly
  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. renju

    1下载:
  2. 用哈希表实现的人工智能五子棋游戏。为学习人机博弈的同学提供了一个好的学习示例-With the hash table to achieve artificial intelligence welcome to play. Students learning human-computer game provides a good learning example. . .
  3. 所属分类:Chess Poker games

    • 发布日期:2015-07-02
    • 文件大小:153739
    • 提供者:shen li
  1. hashmap

    0下载:
  2. 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.-A Hash Table Implementation The following header file and implementation fil
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:667941
    • 提供者:刘亚
  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. hashcode

    0下载:
  2. 哈希软算法,对任意大小文件or资料进行哈希-hash software code
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:185538
    • 提供者:guofei
  1. clab.tar

    0下载:
  2. hash table sorter etc
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6281
    • 提供者:zman
  1. HASH_C

    0下载:
  2. 用纯C语言实现的HASH加密算法与解密算法,希望对朋友所帮助。-HASH
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37907
    • 提供者:yaofengyi
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com