搜索资源列表

  1. hash_table

    0下载:
  2. C语言写的Hash算法,在各种平台上都编译通过,可以直接使用。-C language to write the Hash algorithms on various platforms are compiled, can be used directly.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:coldplus
  1. hashbobo

    0下载:
  2. 适用于文件加解密求文件的hash值用来测试-increases apply to documents declassified documents for the hash value for testing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:芯秀海
  1. MonAlgorithmCode

    0下载:
  2. algorithm , tree hash table, b tree, Tas de Fibonnaci-algorithm, tree hash table, b tree, Tas de Fibonnaci
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:lalabu
  1. 11_SHA

    0下载:
  2. 安全散列算法采用单向Hash函数将需加密的明文"摘要"成一串128bit的密文-security hash algorithm uses one-way hash function would require encryption expressly "summary" as a bunch of 128bit The ciphertext
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:358400
    • 提供者:fasf
  1. list_hash

    0下载:
  2. hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:likebj
  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 stora
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:21504
    • 提供者:芦林飞
  1. Hash-ipstatistic

    0下载:
  2. 以IP地址为例,介绍采用Hash技术统计分析海量数据,结果存入数据库,由于数据库文件太大,只上载了Java源代码-IP addresses as an example, the use of statistical analysis Hash Massive technical data, the results are stored in the database. As the database files too, with on
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:16384
    • 提供者:
  1. 11912918hash.c++

    0下载:
  2. Hash.h 此类简单实现了一个hash表的功能,基本描述了哈西表的功能 -Hash.h simple to achieve such a hash table functions, the basic descr iption of the hash function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:z
  1. hashchar

    0下载:
  2. 自己写的一个HASH算法小程序,基本的查找修改功能实现了。-himself wrote a hash algorithm for small procedures, the basic search function to achieve the changes.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:Nicole
  1. sanliebiao

    0下载:
  2. 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:dfa
  1. aprioriWritByJava

    0下载:
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:kpeng
  1. GetCRC32(CS)

    0下载:
  2. CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:23552
    • 提供者:李哓
  1. hash_c

    0下载:
  2. 计算HASH值的C语言源代码,包括7种算法。-Calculated HASH value of C language source code, including seven kinds of algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:walker
  1. HashTable

    0下载:
  2. 实验五 哈希表 [实验目的] 1、哈希函数的选择 2、用链表创建哈希表 3、输出哈希表 [题目] 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留取余数法构造。用链表来处理冲突。-Five experimental hash table [the experiment was] one, the choice of hash function
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:薛崖
  1. GasServer

    0下载:
  2. 黑龙江省煤矿瓦斯监控系统办事处端的程序;使用ADO方式连接SQLSERVER数据库,用SOCKET方式交换瓦斯报警数据,同时连接WEB网页,使用线程池技术建立与数据库的多个连接。这是一个监控现场正在运行的程序。对于数据库软件开发非常有参考价值。使用哈希表(HASH)查找数据。-潞 脷脕煤 陆 脢 隆 脙 潞 驴 贸脥脽脣 鹿 录 脿 驴 脴脧渭脥 鲁 掳 矛脢脗
  3. 所属分类:数据库编程

    • 发布日期:2024-05-17
    • 文件大小:187392
    • 提供者:人民币
  1. HashDemo

    0下载:
  2. 在MFC框架下调用.NET函数实现hash算法-In the MFC fr a mework calls. NET realize hash function algorithm
  3. 所属分类:.net编程

    • 发布日期:2024-05-17
    • 文件大小:4325376
    • 提供者:yifei
  1. hash_src

    0下载:
  2. 一个开源的hash表的实现。The source code of structure hashtable.-An open source realize the hash table. The source code of structure hashtable.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:朱炽衡
  1. Demo

    0下载:
  2. The demo is a simple console application that tests that the various hash tables work, illustrating things such as... ...how to reuse the generic hasher classes for other Key types. ...how to use another HashTabl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:ncu
  1. Hash

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因
  3. 所属分类:CA认证

    • 发布日期:2024-05-17
    • 文件大小:35840
    • 提供者:張建良
  1. Judy

    0下载:
  2. 一种类似于hash算法,但可顺序遍历成员,节省空间的映射算法实现,包括文档和源码-A hash algorithm is similar to, but can be a member of the order of traversal, mapping a space-saving algorithm, including documentation and source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1125376
    • 提供者:wuyang
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org