Welcome![Sign In][Sign Up]
Location:
Search - c hashtable

Search list

[Other resourceHashTable

Description: 用c++实现的hashtable的基本所有操作,有关one-way hash的再另行上传
Platform: | Size: 12921 | Author: 杨光 | Hits:

[Other resourceHashTable

Description: 哈希表的实现(C/C++版本),实现了哈希表及基于哈希表的查找。
Platform: | Size: 4612 | Author: 小二 | Hits:

[Other resourceHashTable

Description: 用C语言实现了哈希表的存储和读取,可以用字符串作为键值来存储数据
Platform: | Size: 2319 | Author: huaixichen | Hits:

[Data structs开散列的散列表

Description: 利用闭散列方法中的线形探查建立散列表。用c实现的。-closed hash method using the linear exploration establish hashtable. C used to achieve.
Platform: | Size: 31744 | Author: 曾德胜 | Hits:

[OtherHashTableinDS

Description: 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。 四:需求分析 本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。 -one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested random function on its own if the structure should first be adjusted his random function, it evenly distributed. Names not on the length of more than 19 characters (the longest names such as : both Chong (ZHAGN SHUANG SHUANG).
Platform: | Size: 2048 | Author: wjs | Hits:

[Data structslibcprops-0.1.6.tar

Description: 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
Platform: | Size: 543744 | Author: meitian | Hits:

[ADO-ODBChash_src

Description: 一个开源的hash表的实现。The source code of structure hashtable.-An open source realize the hash table. The source code of structure hashtable.
Platform: | Size: 1024 | Author: 朱炽衡 | Hits:

[Data structsHashTable

Description: 用c++实现的hashtable的基本所有操作,有关one-way hash的再另行上传-With c++ Realized hashtable of all the basic operations, the one-way hash of a separate and upload
Platform: | Size: 12288 | Author: 杨光 | Hits:

[Data structsHashTable

Description: 哈希表的实现(C/C++版本),实现了哈希表及基于哈希表的查找。-Realize Hashtable (C/C++ Version), realize the hash table and hash table based lookup.
Platform: | Size: 4096 | Author: | Hits:

[Data structsHashTable

Description: 用C语言实现了哈希表的存储和读取,可以用字符串作为键值来存储数据-Using C language to achieve a hash table to store and read, can use the string as a key to store data
Platform: | Size: 2048 | Author: huaixichen | Hits:

[Linux-UnixRhapsody-0.1.8.tar

Description: sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
Platform: | Size: 252928 | Author: 林绍川 | Hits:

[OtherHashList

Description: 哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
Platform: | Size: 3072 | Author: 韩笑 | Hits:

[Software EngineeringNICOMPANY1

Description: 专家点评: Y P7 `. @ {$ r% pa.功能很强大,可以看出花了很多心血在算法上,非常好。算法上还有一点瑕疵,例如在删除一个员工的同时没有办法自动建立其他员工的上下级关系,必须删除全部下级员工,不是非常合理。此外,界面设计过于简单,应该加强. " W" R+ b* g$ a$ Sb.程序运用了自己的算法来提高Tree控件显示的速度和资源分配,这个非常值得肯定和鼓励。* C. c4 D0 e9 ` J$ w# U c.基本实现所有规定的功能,在所有参赛者中唯一熟 : O) l- F6 F9 f) S7 Q. l练使用面向对象设计方式开发程序的工程师,很不错!程序体现了作者非常扎实的数据结构功底,值得大家学习。工程管理也做得非常好,体现了作者在软件工程方面也有很深入的研究,该代码是很好的学习范例。 % G* H$ ~3 W1 ]. e! id.算法的创新是独特之处(hashtable算法建立),可见作者在数据结构方面的熟练掌握.此程序是很多专家会员学习典范.-err
Platform: | Size: 614400 | Author: 卢永 | Hits:

[Windows DevelophashTable

Description: 问题描述: 针对我班的人名设计一个杂凑表,数据表的长度为40~80个记录;分析平均查找长度,完成相应的建表和查表程序,设计直观的界面显示杂凑表的内容。 基本要求: 人名用汉语拼音表示,例如“陈燮霞”表示为“chen xiexia”。人名的长度不超过19个字符。字符的取码方法可直接利用C语言中的toascii函数。 -Problem Description: For the names of my class to design a hash table, data table length of 40 ~ 80 records analysis of average search length, the completion of the corresponding table and look-up table construction procedures, design intuitive interface shows the contents of hash table. Basic requirements: that the names used for the Chinese Phonetic Alphabet, for example, Chen Xia, expressed as chen xiexia . The length of names of persons not more than 19 characters. Character check code method can be directly used by C language toascii function.
Platform: | Size: 3072 | Author: LeeDaHae | Hits:

[ConsoleHashTable

Description: Hash table implementation in c language
Platform: | Size: 234496 | Author: dumspirospero | Hits:

[CSharpEasyChat

Description: 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TCP通信的类的实际应用。 2. WIN平台下的多线程程序开发,后台监听线程是网络应用程序开发中的一个基本技术,这个实例的客户端和服务器端都用了后台监听数据包的线程。 3. 客户端和服务器之间交换消息的方法,主要是byte[ ]格式的消息包的消息格式设计和识别,以便让客户端和服务器能够正确交互。 4. 服务端对连接客户的信息存储和状态监控,这个实例用了Hashtable来存储客户连接信息-a chat tool develop by c# in the desk of windows,including source code of client sever ,which can help the students who want to study .net and c#
Platform: | Size: 831488 | Author: sunrong | Hits:

[CSharptel_book

Description: 利用C#开发的一个简单的电话管理小程序,主要在于哈希表(Hashtable)的嵌套使用,这方面的初学者可以参考一下-C# development using a simple telephone management of small procedures, mainly due to hash table (Hashtable) nested use this area for reference for beginners
Platform: | Size: 46080 | Author: 葛李欣 | Hits:

[Data structshashtable

Description: 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
Platform: | Size: 5120 | Author: qz | Hits:

[Data structsdictionary-skiplist-hashtable

Description: 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
Platform: | Size: 2048 | Author: Robin.Wang | Hits:

[Data structsHashTable

Description: Implementation of c++ hash table... Used to learn c++ grammar
Platform: | Size: 2653184 | Author: qpt | Hits:
« 12 3 »

CodeBus www.codebus.net