资源列表
222222222222
- 1. 利用克鲁斯卡尔算法求网的最小生成树。 2. 利用普里姆算法求网的最小生成树。 3. 要求输出各条边及它们的权值。 -1. Using Kruskal' s algorithm for minimum spanning tree network. 2. Prim algorithm for the use of the minimum spanning tree network. 3. Requirements of the output of each side, and
5555555555555
- 假设有n个待排序记录,记录Ri的关键字为Keyi, Keyi由d位十进制数字组成,即Keyi=Ki1 Ki2 Ki3 … Kid ,试分别采用链式存储结构和顺序存储结构实现基数排序。-Assuming that there is a question to sort n records, records Ri keywords for Keyi, Keyi by the d decimal places, namely, Keyi = Ki1 Ki2 Ki3 ... Kid, were used
Typicalissueofprograming
- Typical Issue of programming
egc
- Here are some programs that are linked in a way to each other, to develop a drawing using the C language.
hfm
- 数据结构经典算法,对给定字符实现赫夫曼编码-Huffman Coding
hfm1
- 数据结构的实验之一 哈弗曼编码的设计,有注释-Data structure, one of the experimental design of coding哈弗曼
jiafa
- 题目描述: 一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如: 15=1+2+3+4+5 15=4+5+6 15=7+8 请编写程序,根据输入的任何一个正整数,找出符合这种要求的所有连续正整数序列。 输入数据:一个正整数,以命令行参数的形式提供给程序。-Title Descr iption: There may be a positive integer can be expressed as n (n> = 2) mon
calculator
- 简单的计算器,用于大数的计算。位数没有限制。-simple large number calculator
baggreedy
- 改写成面向对象的贪心算法(背包问题),一定容量,每个物体按效益/重量排序,本例只有三个物体-Rewritten into a greedy algorithm for object-oriented (knapsack problem), a certain capacity, for each object according to benefit/weight sorting, which in this case only three objects
migong
- C++版的迷宫问题,可以手动或者自动生成迷宫-Maze problem
maxsub
- 求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence