资源列表
huffman
- 一段VC++程序来实现Hunffman编码,输入一段字符,输出编码和平均码长。-A vc++ to achieve Hunffman coding, a character input, output coding and average code long.
text1
- 本程序详细描述了算法的分支界限法的原理,对于初学分支界限算法很好小程序,通俗易懂。-This procedure describes in detail the principle of the algorithm branch and bound method for beginners branch and bound algorithm very good applet, easy to understand.
Shortest-Path
- 该程序主要完成的是最短路径问题,最短路径 最短路径-Allow phonetic typing The program completed the shortest path problem, shortest path, shortest path shortest path
ShortPath
- 这个是一个求最短路径的程序,程序应用了地杰克斯拉算法-This is one of the shortest path procedures, the procedures applied to Dijksla algorithm
StackEx
- 这是关于栈的功能实现及验证的小程序,这个程序在学习数据结构是会有帮助。-This is a stack of functions and validation procedures, this procedure in the study of data structures it would be helpful.
Tower-of-Hanoi
- 汉诺塔数据结构编程的源代码,有趣的小程序-Tower of Hanoi data structure programming,it s a interesting program.
02
- 编写递归函数,求n个元素集合的所有子集。 不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase le
Trifurcate-linked-list
- 二叉树的三叉链表存储表示 (1)定义二叉树的链式存储结构; (2)建立一颗二叉链表表示的二叉树; (3)对其进行前序,中序,后序输出。 -Trifurcate linked list storage representation of a binary tree
Leftist-Tree
- 左式树的懒惰算法实现,实现了增加、懒惰删除等等功能-the implement of lazy strategy in leftist tree
01
- 利用递归方式的算法计算斐波那契数列各个项数-Recursively the algorithm to calculate the Fibonacci series of various number of items
AVLTree
- avl树的的插入、删除、修改操作,数据结构上机作业的完美答案 -insert,delete,modify operation of avl tree.
currency
- Simple currency calculator in C++.
