搜索资源列表

  1. 使用HASH列表实现SDL

    0下载:
  2. 使用HASH列表实现SDL,作为一次SDL嵌入式实习,界面比较友好。
  3. 所属分类:GDI/图象编程

  1. hash

    0下载:
  2. hash algorithm ,with auto expand features
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:周大塖
  1. 计算 HASH 值的 C 语言源代码  

    0下载:
  2. 计算 HASH 值的 C 语言源代码  -calculated hash value of the C language source code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:张历历
  1. Hash-SHA

    0下载:
  2. 密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:15360
    • 提供者:WQ
  1. iprout-hash

    0下载:
  2. 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-03
    • 文件大小:1157120
    • 提供者:张文宾
  1. hash.c++

    0下载:
  2. 一个开源的哈希表源码实现,算法比较简短精简-a revenue source to achieve hash table, the relatively brief concise algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:kanyu
  1. C++hash

    0下载:
  2. 数据结构算法中关于哈希的经典算法的C++实现-data structure hash algorithm on a classical algorithm in C++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:13312
    • 提供者:罗一
  1. hash

    0下载:
  2. 一些经典的HASH函数及测试数据-some classics of the hash function and test data.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:48128
    • 提供者:lll
  1. hash

    0下载:
  2. 主要关于hash算法的一些资料,个人觉得比较好,与大家共享-Hash algorithm is mainly concerned with some of the information, individuals feel better, and the U.S. share
  3. 所属分类:文件格式

    • 发布日期:2024-05-03
    • 文件大小:4294656
    • 提供者:张晓梅
  1. hash

    0下载:
  2. hash代码实现和测试,包括新增、删除、查找-hash code and testing, including add, delete, search
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:lp
  1. hash

    0下载:
  2. 外存索引文件的hash算法,提供添加、删除-Out-of-Core hash index file algorithm, to provide add, delete
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:lp
  1. HASH

    0下载:
  2. 哈希查找算法的源代码,可以在BC、TC、VC++上运行-Hash algorithm to find the source code, can BC, TC, VC++ Run
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:zt
  1. hash

    0下载:
  2. 这是一个用matlab写的hash函数,相信对用matlab做实验仿真的同学有所帮助-This is a hash function written in matlab, I believe that using matlab simulation experiments help students
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王量
  1. Hash

    0下载:
  2. 1. 本程序是针对我们班级中“人名”设计的哈希表,平均查找长度不超过R。 2. 程序中人名为汉语拼音形式,共30个我周围较熟悉的同学,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 人名的长度均不超过19个字符,测试数据为查找“hanbiao”。 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:198656
    • 提供者:ck
  1. hash

    0下载:
  2. Hash(哈西)中的各种经典操作,如遍历,查找节点,删除节点,等等。-Hash (Hash) in a variety of classical operations such as traversal, finding nodes, delete nodes, and so on.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:13312
    • 提供者:王新新
  1. hash

    0下载:
  2. Hashing is a technique that allows insertions, deletions and searches of records according to keys in constant average time. In this tutorial, we will construct a hash table and implement its operations.-Hashing is a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:jovi
  1. hash

    0下载:
  2. 32位hash生成器 -32-bit hash generator 32 hash generator
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:614400
    • 提供者:
  1. HASH

    0下载:
  2. 一个hash表的实现以及测试代码,比顺序查找快100多倍-A hash table to achieve and test code, than to find the order of 100 times faster
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:monk_lee
  1. hash

    0下载:
  2. PHP服务器端HASH功能的源代码。编译后在服务器端使用。-PHP server-side source code HASH function. Compiled in the server-side use.
  3. 所属分类:Web服务器

    • 发布日期:2024-05-03
    • 文件大小:121856
    • 提供者:barry
  1. hash

    0下载:
  2. hash表:用C++实现的HASH表及测试-hash table: The C++ realize the HASH table and test
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:徐晓云
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org