搜索资源列表
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
darts-0.2.tar
- 双数组辞典生成程序。利用双数组实现trie算法,对于不定长度共同前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。-array dictionary-generation procedures. Using two arrays to achieve Trie algorithm for the indefinite length of the inquiry common prefix than Hash methods more effective. Frequently used
namelist
- 采用散列存储法,建立字典,能够整体处理学生名单-used hash storage method, the dictionary, to the list of overall students
梅花三弄版dezend V1.0
- php开源屠龙刀 梅花三弄dezend v1.1 [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式: <?php @Zend; 4147; 现改为:首行包含Zend的文件为需dezend文件 ***************************************** 梅花三弄dezend v1.0 一、特点: 1.基于"黑刀4.3"作为内核,
TorrentParser.实现的封装类CTorrentParser
- 实现的封装类CTorrentParser,完成的主要任务有: 1.判断torrent文件是否有效 2.得到如下的重要信息: tracker服务器列表 文件列表 分块尺寸 分块个数 分块sha1的数组 3.其他的一些次要信息如发布者,发布日期,注释等 4.计算infohash ,Metainfo files are bencoded dictionaries with the following k
search-tree
- 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
RaptorDB_v1.5.1
- Smallest, fastest embedded nosql persisted dictionary using b+tree or MurMur hash indexing. .-RaptorDB is a extremely small size and fast embedded, noSql, persisted dictionary database using b+tree or MurMur hash indexing. It was primarily designed
dictionary
- 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
jsonchecker
- aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
Hash
- HashMapping: 算法基础,用于大数据量的可查询存储-HashMapping: Used in store data, eg.e-dictionary
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
HashDictionary
- Simple Data Dictionary that implements Hash for course: Information retrieval and storage
dictionary-skiplist-hashtable
- 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
SE205b_assignment3
- 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
snake
- In this homework, we will focus on data structures and you are responsible for their (correct) implementation. You will implement the queue data structure, which allows FIFO access. You will also implement the hashtable data structure, which implemen
dictionary
- 基于四字hash的中文分词词典,将此条放在数据库中,利用memcache提高词典索引速度。实现文本词典到数据库中此条的自动转换。-Hash based on four characters of Chinese word dictionary, the clause on the database, dictionary use memcache to improve indexing speed. Text dictionary to the database to achieve the a
HASH(Trie)-
- hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
Data-structures
- Data Structures in java which helps us to describe the data structures like linked list,hash dictionary,avl teel,binary search tree,array list and all util package
dictionary
- 利用散列表实现英汉字典并设计程序实现相关功能-The hash table Dictionary and design program
Hash List
- A new kind of datastructure used mainly to store Dictionary kind of words