CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 散列表

搜索资源列表

  1. tong11

    0下载:
  2. 用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3706
    • 提供者:汪江
  1. 散列表

    0下载:
  2. 用VC实现散列表,很好地解决冲突!-with VC hashtable, a good solution to the conflict!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26655
    • 提供者:小百
  1. table

    0下载:
  2. < 散列表的设计和实现>>实现一个简单的电话管理系统.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:304103
    • 提供者:陈燕平
  1. 无词典分词

    0下载:
  2. 基于后缀数组的无词典分词算法,通过后缀和散列表获取汉字的结合模式,通过置信度筛选词
  3. 所属分类:其他小程序

    • 发布日期:2009-05-28
    • 文件大小:4087
    • 提供者:yidouyi@163.com
  1. Hashtable

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  1. Hashtable

    0下载:
  2. 跟据全年级学生的姓名,构造一个散列表,选择适当的散列函数和解决碰撞的方法,实现插入、删除和查找算法,统计碰撞发生的次数-With the whole school year, according to the names of students, to construct a hash table, select the appropriate hash function and resolve the collision method, the realization of insert, d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12495
    • 提供者:陈济恺
  1. hashList1

    0下载:
  2. 散列表的操作,散列表的存储,冲突处理(链式和开放定址法处理)-Hash table operation, hash table storage, conflict management (chain and open treatment addressability)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:11295
    • 提供者:王祥
  1. fen

    0下载:
  2. 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-Suffix array-based non-dictionary word segmentation algorithm, the use of hash table model was combined with Chinese characters, through the confidence to carry out the election race.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4087
    • 提供者:wangzhen
  1. HashTable

    0下载:
  2. 简单的散列表实现,这是cpp文件 ,用于学校实验报告用-The realization of a simple hash table, which is cpp files for the experimental school report
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:916
    • 提供者:张烨
  1. include1

    0下载:
  2. 1.利用实验建立一个有序表,采用折半查找实现某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法、外拉链法实现 散列表的建立。 -find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3378
    • 提供者:李惠
  1. aa

    0下载:
  2. 利用C++编写的散列表,用于存储一连串的数字,然后进行搜索,可以得到搜索的次数等-now ,none of them.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:855027
    • 提供者:李明
  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. dsd

    0下载:
  2. 针对某个集体中人名设计一个散列表,使得平均查找长度不超过R,并完成相应的建表和查表程序-Design of a collective name for a hash table, so the average search length does not exceed R, and complete the tables and look-up table construction process
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:60057
    • 提供者:杨启帆
  1. san-lie-biao

    0下载:
  2. 散列表实现个人信息 散列表---实现个人信息管理 一、 数据结构 个人信息:至少五个域 散列表:以姓名为关键字,平均查找长度不超过2.5,确定表大小,设计散列函数,冲突处理方法(建议采用拉链法)。 文件:个人信息以文件形式保存 二、 基本算法 插入个人信息 删除个人信息 按关键字查找个人信息 按非关键字查找个人信息 统计两种查找过程的平均查找长度 三、 功能要求 读文件数据建立散列表 保存散列表到文件 散列表遍历 修改个人信息
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:153624
    • 提供者:若水
  1. student

    0下载:
  2. 对于两个C程序,设计并实现两种不同的基于散列表的检测算法,计算两个程序的相近度,并分析比较两种算法的效率。-Two C programs, the design and two different detection algorithm based on the hash table, calculate the two procedures are similar, and analyzed to compare the efficiency of the algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3086
    • 提供者:H
  1. Student

    0下载:
  2. 对于两个C程序,设计并实现两种不同的基于散列表的检测算法,计算两个程序的相近度,并分析比较两种算法的效率。-Two C programs, the design and two different detection algorithm based on the hash table, calculate the two procedures are similar, and analyzed to compare the efficiency of the algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2412
    • 提供者:kexinxin
  1. cblocks_disjointSet

    0下载:
  2. 这个是散列表的实现,参考了《数据结构》一书的方法,希望有帮助~-this is the fulfil of the disjointSet
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:209084
    • 提供者:李铎
  1. sanliebiao

    0下载:
  2. 数据结构中适用于外存访问的散列表,方便程序对外存的访问,降低时间复杂度-The hash table data structure applies to the external memory access, convenient program the external memory access, reduce the time complexity
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:2021
    • 提供者:yang
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:11959
    • 提供者:BidyBai
  1. open_hash

    0下载:
  2. 外散列表,与内散列一样对产生的10000个数据进行分桶存储-Scattered outside the list, the same as on the inner hash produced 10,000 barrels of stored data points
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1032
    • 提供者:那强
« 12 »
搜珍网 www.dssz.com