资源列表
huffman
- Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0, . . . , sq?3, s′ 的编码w0, . .
chap5
- Greedy Algorithms,Prim s algorithm
HuffmanAlgorithm
- Huffman Greedy Algorythm
Knight
- VS2008实现的骑士巡游的回溯算法,有解即停止搜索,并输出-VS2008 knight parade achieve backtracking algorithm, which stops searching solvability, and the output
struct
- 简单链表,超级简单的链表。一看就懂的链表-Simple list, super simple list. List understand at a glance
data-struct
- 学数据结构时写的顺序查找的小程序,程序比较简单易懂,初学者可以-School data structure in order to find the time to write small programs, the program is relatively simple to understand, beginners can take a look
binaryTree
- 数据结构的二分查找,程序比较简单易懂,适合初学者-Binary search data structure, the program is relatively simple to understand for beginners
threeOrder
- 数据结构中三种遍历方式的小程序,代码比较简单易懂-Three traversal data structure of small programs, the code is relatively simple to understand
CPP_sert_code
- 使用C++实现数据结构中各种简单的排序算法,用于比较各种算法的效率,适用于初学者-an office word file including c++ source code that bulid for some sort solution
main
- 1、系统应具备的功能: (1)建立链表 (2)基于链表的排序算法实现 (3)基于链表的查找算法实现 -1, the system should have the functions: (1) establish a linked list (2) based on the list of sorting algorithm (3) based on the list of search algorithm
Sort-of-integrated-application
- 排序的综合应用,涉及到快速排序、希尔排序。-Sort of integrated application that involves quick sort, sort Hill
binary-sort-tree
- 任意给定一组数据,设计一个算法,建立一棵二叉排序树,对它进行查找、插入、删除等操作。-Any given set of data, design an algorithm to build a binary sort tree, it to find, insert, delete files.
