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

搜索资源列表

  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. Ds

    0下载:
  2. 使用c++ 语言编写的数据结构演示程序,包括单链表、树、图、广义表,散列表等-Using c++ language demo of the data structure, including such as single-chain, tree, map, generalized list,hash table
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:7004587
    • 提供者:wei
  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. SanLie

    0下载:
  2. 自己编写的数据结构程序,主要是进行散列表的各种存储方式优越性 的比较-Their own procedures for the preparation of the data structure is primarily one of a variety of stored hash table comparison of the superiority of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1939
    • 提供者:雷文
  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. 09

    0下载:
  2. 问题描述 设计散列表实现通讯录查找系统,使得平均查找长度不超过2,完成相应的建表和查表程序。 -Hash table implementation to describe the design problem to find the system address book, bringing the average search length of no more than 2 to complete the construction of the corresponding table
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:482036
    • 提供者:朱宝金
  1. qq

    0下载:
  2. 这个是用c实现的,用散列表实现电话查询,是个课程设计-Hash table implementation by telephone
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1761
    • 提供者:柯幽
  1. Linear_Has2177703232010

    0下载:
  2. 一个线性散列表DEMO,允许用户插入空表并观察其增长情况(每次插入后重新显示)。-Title: Linear Hashing Example Descr iption: Demonstrate how linear hashing works by allowing users to insert elements into an empty hash table and see how it grows (hash table is re-displayed after every ins
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6528
    • 提供者:r
  1. hashexapl

    0下载:
  2. LINUX_C编程中的散列表之拉链法代码-hash
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1362
    • 提供者:daimh
  1. shuju

    0下载:
  2. 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stacks, queues, trees, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:113370
    • 提供者:任鹏富
  1. cedar

    0下载:
  2. 散列表实现的电话号码 查找1.从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2.采用一定的方法解决冲突; 3.查找并显示给定电话号码的记录; 4.查找并显示给定用户名的记录; -Hash table to find a phone number to achieve. From the record keyboard input, respectively, phone number and user name tags set up hash table 2.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:1281
    • 提供者:査雪松
  1. chazhao

    0下载:
  2. 1:折半查找算法的思想及实现。 2:掌握二叉排序树,AVL树的查找,插入,删除,建立算法的思想及实现 3:存储结构的思想,能选择合适散列函数,实现不同冲突处理方法的散列表的查找,建立 -1: The binary search algorithm and the realization of the idea. 2: The master binary sort tree, AVL tree search, insert, delete, create the idea of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:85113
    • 提供者:王博
  1. hash_table

    0下载:
  2. 利用开散列表实现电话本存储及查找功能,可用于计算机专业数据结构课程设计-By using opening the hash table realize the telephone storage and retrieval functions, can be used for computer professional data structure course design
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1191245
    • 提供者:刘洋
  1. javax

    0下载:
  2. JAVA编写散列表的操作要求图形界面演示过程-JAVA graphical interface requires the preparation of the hash table during the demonstration
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4133
    • 提供者:江超
  1. P

    0下载:
  2. 散列表的应用:插队买票,实现两个窗口。可从中改写。-Application of hash table: jump the queue ticket, to achieve two windows. From which to rewrite.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3343
    • 提供者:周凯
  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. CSDN

    1下载:
  2. 带你步入J2EE殿堂:最易懂的J2EE实例 简析J2EE应用程序数据库类设计模式 编写高级应用程序3 关 于JAVA 的 可 移 植 性 Java 程序编码规范 利用Java实现zip压缩/解压缩 Java语言的Socket编程 利用Java实现串口全双工通讯 Java语言中字符的处理 区分引用类型和原始类型 Java中的两个特殊变量this和super Java中利用散列表实现股票行情的查询 Java中文问题详解
  3. 所属分类:Java Develop

    • 发布日期:2015-07-11
    • 文件大小:581632
    • 提供者:张津楠
  1. Phone-number-inquires-the-system

    0下载:
  2. [问题描述] 设计散列表实现电话号码查找系统。 -[Problem Descr iption] designed to achieve phone number lookup hash table system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:9238
    • 提供者:潇洒
« 1 23 4 5 »
搜珍网 www.dssz.com