资源列表
1111
- 实现最小生成树 采用了普里姆(Prim)算法求网的最小生成树-smallest tree
bank
- 这是数据结构报告,主要是研究开发银行业务模拟。-VC++ bank
danlianbiao
- 单链表你可以用它,对你的学习很有帮助,是关于数据结构的东西-nioio io ionio ioio jiojio m
ClosestPt
- 采用分治算法找距离最近的两点,点数按输入给定,随机产生。能达到1000000个点。-use divid and conquer method to find the nearest points.
knapsack
- MFC写的用动态规划法解决0-1背包问题。-solve 0-1 knapsack problem using dynamic programming.
LIS
- MFC写的使用贪心算法求最小递增子序列。-calculate the longest increaing sub-sequence.
SortCmpCode
- 比较几种常见的排序算法:插入排序,快排,归并排序等。-compare several common sorting algorithms, such as inserting sort, quick sort, merge sort, etc.
xianxingbiao
- 数据结构课程中,线性表实验源程序,用c++做的-Data structure course, the linear form experimental source, using c++ to do
Level_C
- 从文本文件输入n个同学的姓名、性别、成绩,按成绩又高到底的顺序输出所有学生信息,分别求出男同学、女同学的平均成绩并输出。-From a text file input n students in the name, gender, achievement, merit-based and high in the end the order of the output information for all students, respectively, find the male student
05
- 1.接受原始数据:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树。2.编码:利用已建立好的哈夫曼树,对文件中的正文进行编码。3.译码:利用已建立好的哈夫曼树将代码进行译码。4.打印编码规则:即字符与编码的一一对应关系。-1. Accept the raw data: From the terminal reads the character set size n, n characters, and n-weights, the establishment of Huffman tre
poop
- Polynomial operation
BinaryTree
- 二叉树代码,可以实现二叉树的建立和二叉树递归遍历。-Binary code, can achieve the establishment and binary recursive binary tree traversal.