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

搜索资源列表

  1. 基于哈希表的词频统计

    0下载:
  2. 基于哈希表的词频统计 -Hash table based on word frequency statistics
  3. 所属分类:软件工程

    • 发布日期:2017-03-30
    • 文件大小:17230
    • 提供者:sa
  1. GTK_jichuang

    0下载:
  2. 简要论述了Linux下图形配置界面设计的Gtk+的技术原理。基于Gtk+库设计了数控机 床良好的人机操作界面,对其中的重点问题hash表和回调函数进行说明。-none
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:96454
    • 提供者:rejoiceliberty
  1. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. 1_080114120833

    0下载:
  2. tcp_inode当然就是一个inode节点了,而tcp_socket等于tcp_inode.u.socket_i,通过一个指针他们指向同一个内存.tcp_socket是用来通信使用的,可以叫TCP的controlsocket或者是communication socket,当TCP通信没有相应的socket的时候这个socket就充当了socket的角色.比如在一个关闭端口上收到SYN时发送RST,或者是在三次握手的时候发送SYN(还没有accept产生新的socket)
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2640840
    • 提供者:zhangxio
  1. shujujiegoukechengsheji

    0下载:
  2. Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:228338
    • 提供者:谭锴
  1. STLport-v5.1.3

    0下载:
  2. STLport 是一个多平台的 ANSI C++ 标准类库实现,具备很多高级特征,并且为效率,异常安全性和线程安全性做了优化,还做了许多扩展,如 hash 表和单链。 -STLport is a multiplatform ANSI C++ standard library implementation, has a number of advanced features, and for the efficiency, safety and thread-safe exception of
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1228414
    • 提供者:白裕飞
  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. NET_Memcached

    0下载:
  2. Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据-Memcached in memory by opening an area to maintain a large hash table to speed up
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:8657
    • 提供者:yf
  1. CSharpKill

    0下载:
  2. 主要介绍了委托,匿名方法,索引器,接口,哈希表(HashTable)的使用-Introduces the delegate, anonymous methods, indexers, interfaces, hash table (HashTable) the use of
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6212
    • 提供者:王美丽
  1. hash

    0下载:
  2. 用哈希表实现学生成绩管理系统的源程序代码-Hash table to achieve student performance management system
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:2590
    • 提供者:`张连杰
  1. haxibiao

    0下载:
  2. 人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,... [HashList.rar] - 实现哈希表的建立 查找-Named after people, the Chinese name of the pinyin form. 30 to be filled into a hash table of names, ... [HashList.rar]- the establishment of the hash table lookup
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:84992
    • 提供者:longhuasong
  1. include

    0下载:
  2. 用哈希表建立的联系人,姓名,号码,并实现查找,删除,插入以及显示-Use a hash table to establish contacts, names, numbers, and find, delete, insert, and display
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:71168
    • 提供者:longhuasong
  1. CSharp-Hashtable--User-guide

    0下载:
  2. 哈希表,可能对于很多同行来说已经很熟悉.刚开始接触时有点陌生,后来用多了也就熟了.当然网上关于这一个知识点的介绍很多,不过这并不妨碍我个人对此作出自己的总结与理解. -Hash table, it may already be familiar with many peers. Just getting started with a little bit strange, later used also cooked. Course online about the introduction
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1469
    • 提供者:Jackiewu3
  1. exam

    0下载:
  2. 这是我的一个课程设计,关于数据结构的迷宫求解和哈希表的实现。-This is one of my curriculum design, maze solving and hash table data structure to achieve.
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:122486
    • 提供者:谢超群
  1. HAXIBAIO.ZIP

    1下载:
  2. 利用哈希表做个生命游戏,必须使用哈希表才可以的,是一个简单的控制台的java生命游戏,欢迎改进-Use a hash table to be a game of life, you must use a hash table can, is a simple java console Game of Life, welcomed the improved
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:155875
    • 提供者:中成微
  1. feng1

    0下载:
  2. 实现哈希表,实现哈希表的增删查改,很方便实用-Achieve a hash table, the hash table to achieve CRUD, very convenient and practical
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:13464
    • 提供者:封佶东
  1. haxibiao

    0下载:
  2. 利用哈希表实现电话号码的查询,利用数据链实现对电话记录的增加和删除-Use a hash table to phone number inquiries, the use of data link to achieve the telephone records are added and deleted
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:lkx
  1. hash

    0下载:
  2. 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requir
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:2495
    • 提供者:qubo
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. U201514766

    0下载:
  2. 基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation
  3. 所属分类:软件工程

    • 发布日期:2018-01-07
    • 文件大小:14787584
    • 提供者:aliiiim
« 12 »
搜珍网 www.dssz.com