资源列表
Trie
- Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。
HuffmanClass
- 这是我改编的一个Huffman(哈夫曼)算法,通过VS2010测试,绝对能用。。。真给力 !-This is my adaptation of a Huffman (Huffman) algorithm, VS2010 test, absolutely can. . . Haha
bucket
- 用桶排序的方法对一个数组进行排序,将数组里的数分开放到各个桶里,分别对每个桶进行排序,最后得到对数组的排序-use buckets to sort a array
zoj2314
- zoj2314的解题源代码,属于求有上下界网络流的题目。内有核心代码的解析-zoj2314 problem-solving source code, is seeking a network flow bounds of the subject. Resolution within the core code
Cpp1
- c语电话簿,(1)加入一个新电话号码;(2)删除一个电话号码;(3)显示保存的所有电话号码;(4)修改功能;(5)排序功能,-c language telephone directory (1) add a new phone number (2) to delete a phone number (3) display all the phone numbers saved (4) modify the function (5) sorting functionality.
graph
- 输入多条边(村庄之间的道路)依附的顶点(村庄)及权值(路径长度),然后找到两个村庄之间的最短路径-Enter the number of edges (the road between the villages) attachment vertices (villages) and weights (path length), and then find the shortest path between two villages
damon
- (排列宝石问题)算法思想 形如着色问题依次填充,如不能填写任何宝石则回溯.
exer5
- 链表排序,数据结构的算法实现,利用链表的拆分,实现排序,从个位到百位,实现三次拆分
noi_debug
- 程序测试机,就是专门用来测试OI竞赛的数据的,省去一个个数据的手功测试的麻烦。只要输入相应的资料便可,程序执行完后会有列表清单,告诉你对了哪些题。
IDAstar
- 这是一个迭代加深, 哈希, A星. 16宫图.的代码.-Iterative deepening search, hash, A star. sisteen crawling picture.
111
- 两个单链表合并成一个链表C语言开发有头结点
com
- 双色球机选程序 为买双色球机选的朋友提供一个简单程序 使用了冒泡法和随机函数