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

搜索资源列表

  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. 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. 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. 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. 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
    • 提供者:那强
  1. Hash

    0下载:
  2. 1.设每个记录有下列数据项:电话号码、用户名、地址; 2.从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 3.采用一定的方法解决冲突; 4.查找并显示给定电话号码的记录; 5.查找并显示给定用户名的记录。 --【进一步完成内容】 1.系统功能的完善; 2.设计不同的散列函数,比较冲突率; 3.在散列函数确定的前提下,尝试各种不同类型处理冲突的方法,考察平均查找长度的变化。-This is a program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2359030
    • 提供者:鈊啲淚佷
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. Hash

    0下载:
  2. 设计散列表实现身份证查找系统,对身份证号进行 Hash。 [基本要求] (1) 设每个记录有下列数据项:身份证号码(虚构,位数和编码规则与真实一致即 可)、姓名、地址。 (2) 从键盘或文件输入各记录,以身份证号码为关键字建立散列表。 (3) 采用开放定址的方法解决冲突。 (4) 查找并显示给定身份信息的记录。-Designed to achieve identity hash table lookup system, ID number for Hash. [
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:548738
    • 提供者:真真
  1. C

    0下载:
  2. C实现的一些数据结构,包括队列,散列表,栈,二叉树,图的拓扑排序-some data structure in C,including queue,hashtable,stack,tree,graph topsort
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3578196
    • 提供者:phl
  1. CacheFile

    0下载:
  2. 该系统通过散列表来保存CACHE文件,以完成CACHE文件的管理功能。它能够实现CACHE文件管理表的创建、释放,向CACHE中添加文件,从CACHE中删除文件,从CACHE中查找文件(当该文件不在CACHE中,则从外存调入),清理CACHE等功能。-The system through the hash table to store the CACHE file, to complete the CACHE file management functions.It can realize th
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1205202
    • 提供者:likaimin
  1. note

    0下载:
  2. 为某个单位建立一个员工通讯录管理系统,可以方便查询每一个员工的电话与地址。设计散列表存储,设计并实现通讯录查找系统。-Establishment of an employee address book management system for an organization, you can easily query every employee s telephone number and address. Design hash table storage, address book lo
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:李锦钊
  1. 课程设计

    0下载:
  2. 用哈希表(散列表))实现电话号码的查询功能(Hash table to implement telephone number query)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:dark蒜
搜珍网 www.dssz.com