搜索资源列表
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.
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
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
fen
- 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-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.
Set
- 数据结构中集合与字典的类库程序。包含:跳表,散列,并查集等常用程序。-Collection of data structure libraries with the dictionary program. Include: jump tables, hash, and check collection and other popular programs.
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
3Web_dictionary
- C#实现在线字典,web dictionary实现,可自动加载字典,并采用哈希生成自己的小字典便于查询,利用哈希和顺序两种算法查询并比较其查询时间效率-C# achieve online dictionary, web dictionary implementation, can automatically load the dictionary, and the hash generated by a small dictionary to facilitate their inquiries
common
- 纯C 实现的 一个 map数据结构 set数据结构和list数据结构,map是字典 key value 但不是hash的 基于rbtree -Pure C implementation of a map data structure of set data structure and the data structure of list, map is the dictionary key value but not hash based on rbtree
hash_project
- 哈希表的设计与实现问题:给定一个字字典“dict.txt”,给出一个单词列表“testing.txt”,翻译名单,并输出它们的含义所有的字 采用不同的哈希技术分析成功的搜索 分析不成功的搜索使用不同的散列技术-Given a word dictionary “dict.txt” given a word list “testin.txt”, translate all the words in the list and output their meanings ;Analyzing the s
Program4
- Evil Hangman. Made with a hash function and a dictionary