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

搜索资源列表

  1. MapKit_1.4

    0下载:
  2. 轻松创建哈希表的跨平台(Unix,Windows)库-This is a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C. Multiple keys and values types are provided (int, double, strings,...), and
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:58736
    • 提供者:ling
  1. 548945184

    0下载:
  2. 数据结构的课设。包括哈希表、二叉树以及各种排序算法。应有尽有-Class data structure set. Including hash tables, binary trees, and various sorting algorithms. Everything
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:312541
    • 提供者:Zheng
  1. sjjgsy

    0下载:
  2. 数据结构实验验收源码,包含二叉树的遍历,图的遍历,停车场管理系统以及哈希表的应用-Experimental data structure acceptance source, contains two binary tree traversal, traversal, parking management system and the application of hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:10501
    • 提供者:小强
  1. hash_table

    0下载:
  2. 在Linux环境下,用动态数组和双向链表实现的哈希表-Dynamic arrays and hash tables doubly linked list implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:18421
    • 提供者:xiaoy
  1. hashtable

    0下载:
  2. 用实例详细讲解了哈希表的使用方法与作用,哈希表的操作等有详实的例子。-Use examples to explain in detail the use and effect of hash table, the hash table operation and detailed examples.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:41013
    • 提供者:yufeng
  1. hashlist

    0下载:
  2. 实现了哈希表的链表形式。每秒种查找百万次-The hash table to achieve the list form. Search millions of times per second
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:8396
    • 提供者:张三
  1. Data-structure

    0下载:
  2. 哈希表(带查询),哈希表的设计,树的遍历,停车场,图,约瑟夫环(链表),约瑟夫环(数组),招工考试-The hash table (with query), design of hash table, tree traversal, parking lot, figure, Joseph ring (list), Joseph ring (array), recruitment examination
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:110507
    • 提供者:江中落雪
  1. strtab

    0下载:
  2. 通过哈希表,缓冲器实现字符串表,是根据C++实践之路中自己编的一个小例程,比较适合初学者对C++理解-By hash table, a buffer to achieve a string table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8291
    • 提供者:武锦龙
  1. HashTable_Array

    0下载:
  2. 用数组实现的哈希表,包括哈希表的构建、哈希函数的设计。-Using an array of the hash table, the hash table is constructed including the design of the hash function.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:893952
    • 提供者:蔡禾苗
  1. hashTable

    0下载:
  2. 哈希表(hash table),在visual c++中,分别使用链表和数组来实现的,可直接调用-hash table, complemented with linkedList and array by visual c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:王耿
  1. Hash-table-design

    0下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。-For a collective (such as your class) in the names design a hash table, making the average to find the length of not more than R, to complete the appropriate procedures to build tables and lo
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1232
    • 提供者:fei
  1. HASH-cpp

    0下载:
  2. hash表测试实例,实现一个简单的哈希表的应用实例-hash table test cases to achieve a simple hash table application examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:61396
    • 提供者:yaunger
  1. hash

    0下载:
  2. 哈希表的实现,C++源代码,codeblocks调试成功-Achieve the hash table, C++ source code, codeblocks successful commissioning
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:209212
    • 提供者:Yang
  1. Hash_Table

    0下载:
  2. 哈希表,数据结构,完整代码,值得学习。C++语言-Hash tables, data structures, complete code, it is worth learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:227975
    • 提供者:陈子溦
  1. hashtable

    0下载:
  2. 类实现一个哈希表,两个.h文件,一个.cpp文件,实现了哈希表的遍历。-Class implements a hash table, two.H file, a.Cpp file, the realization of the hash table traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:张娜
  1. SpellChecker

    0下载:
  2. 用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, and email clients, include a sp
  3. 所属分类:Data structs

    • 发布日期:2015-12-05
    • 文件大小:486400
    • 提供者:EricZhang
  1. haxibiao

    0下载:
  2. 关于哈希表的数据结构实现,是用C语言编写的,简单实用,你值得拥有!-About the data structure of the hash table implementation is written in C language, simple and practical, you deserve!
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-05
    • 文件大小:123457
    • 提供者:yanghang
  1. MajorAssignmentOne

    0下载:
  2. 简单的哈希表程序代码,需要用户输入数字,初始化哈希表为空-initialize hash table to-1s, for empty
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4598
    • 提供者:li
  1. the-k_nearst-alogrithm

    0下载:
  2. 一种快速搜索散乱点云数据 k 邻近的算法 对逆向工程中散乱点云数据的 k 近邻搜索,提出一种快速搜索散乱点云 k 邻近点的算法。该算法根据 点云数据的范围、点的总数及最近点数目 k,确定合适的立方体边长,采用空间划分策略,把数据划分成多个子立方体; 然后用哈希表记录每个子立方体所包含的数据点及每个点所在的立方体索引号,并排除不包含数据的子立方体,以此 确定邻近点的最佳搜索范围。实验结果表明:该算法有效的提高 k 近邻搜索的速度,同时保证了搜索结果的正确性。 -a fast m
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:792910
    • 提供者:lefen
  1. MaxPointsonaLine

    0下载:
  2. Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂直于x轴的直线斜率为无穷大,截距用x截距),同时还需要保存每
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:857
    • 提供者:lb
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 »
搜珍网 www.dssz.com