搜索资源列表
Perlprimer
- 第1学时Perl 入门 第2学时Perl 的基本构件:数字和字符串 第3学时控制程序流 第4学时基本构件的堆栈:列表与数组 第5学时进行文件操作 第6学时模式匹配 第7学时哈希结构 第8学时函数-1 hour introductory paragraph 2 Perl school Perl's basic components : Digital string section and three school flow control procedures
RFC1994_PPP
- PPP挑战握手认证协议(CHAP),PPP【1】提供了点到点链路传输多协议数据报的标准方法。 在PPP中也定义了一种可扩展的LCP,允许协商认证协议,从而可以在进行网络层 协议传输之前对对端进行认证。 本文定义了一种PPP认证方法,该方法利用随机“挑战”和依据“挑战”和密钥 计算出的加密哈希“应答”来完成认证。 -PPP Challenge Handshake Authentication Protocol (CHAP), PPP [1] provides
基于哈希表的词频统计
- 基于哈希表的词频统计 -Hash table based on word frequency statistics
Hash_Table
- 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
CSharpKill
- 主要介绍了委托,匿名方法,索引器,接口,哈希表(HashTable)的使用-Introduces the delegate, anonymous methods, indexers, interfaces, hash table (HashTable) the use of
SHA-256(VCsharp)
- 应用密码课程设计;VC#2005环境;SHA-256简单功能,显示每次中间哈希结果。-Applied Cryptography course design VC# 2005 environment SHA-256 Simple function, showed intermediate hash result every time.
searchmethod
- 在数据结构中实现查找(顺序、二分法、二叉排序树、哈希)-n data structures, in order for (dichotomy, binary sort tree hash)
Thehash
- 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”等等。 -Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function&q
hash
- 用哈希表实现学生成绩管理系统的源程序代码-Hash table to achieve student performance management system
haxibiao
- 人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有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
include
- 用哈希表建立的联系人,姓名,号码,并实现查找,删除,插入以及显示-Use a hash table to establish contacts, names, numbers, and find, delete, insert, and display
CSharp-Hashtable--User-guide
- 哈希表,可能对于很多同行来说已经很熟悉.刚开始接触时有点陌生,后来用多了也就熟了.当然网上关于这一个知识点的介绍很多,不过这并不妨碍我个人对此作出自己的总结与理解. -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
exam
- 这是我的一个课程设计,关于数据结构的迷宫求解和哈希表的实现。-This is one of my curriculum design, maze solving and hash table data structure to achieve.
HAXIBAIO.ZIP
- 利用哈希表做个生命游戏,必须使用哈希表才可以的,是一个简单的控制台的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
feng1
- 实现哈希表,实现哈希表的增删查改,很方便实用-Achieve a hash table, the hash table to achieve CRUD, very convenient and practical
haxibiao
- 利用哈希表实现电话号码的查询,利用数据链实现对电话记录的增加和删除-Use a hash table to phone number inquiries, the use of data link to achieve the telephone records are added and deleted
hash
- 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requir
1
- 对记录序列(查找表):{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
548945184
- 数据结构的课设。包括哈希表、二叉树以及各种排序算法。应有尽有-Class data structure set. Including hash tables, binary trees, and various sorting algorithms. Everything
Dynamic-Array
- hash function 哈希算法 经典计算机科学与技术系题目 代码编程常用 算法导论题目提及的-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.