资源列表
minimal_spanning
- 最小生成树,参考《数据结构——C++语言描述》-Minimum spanning tree
2009
- 判断任意指定的图是否是树,从文件中读入图,提供实验报告-Map to determine whether any given tree, read from a file into the map, and provide experimental report
dongtaiguihuafa
- 算法设计与分析题目 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用动态规划法实现。-Algorithm design and analysis
DoubleLinkedList
- 双向链表的基本功能的实现,插入,删除,以及队列操作 -Doubly linked list implementation of the basic functions, insert, delete, and queue operations
Dijkstra
- 迪杰斯特拉算法的简单实现,供大家参考,代码简洁易懂,数据结构可用-Di jester pull algorithm of simple realization, provide everyone reference, code concise to understand, the structure of the data available
yuese
- 数据结构,约瑟夫环C++程序代码,有需要的可下载 -Data structure, Joseph Central C++ code, there is need to download
BinTree
- 关于数据结构课本中二叉树的建立和前序遍历、中序遍历和后序遍历以及层次遍历-Data structure on the textbooks in the binary tree establishment and traversal, preorder and postorder traversal and hierarchy traversal
hanoi
- 汉诺塔问题解决,采用简洁的VC编程,将繁琐的移动问题转化为嵌套程序。-hanoi problem is move the span from stick ,so that find one soulation can match the remand.
huisufa
- 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现。-The length l1, l2 ... ln n programs on the tape T1 and T2, and want to use the maximum search time in accordance wi
BinaryTree
- 数据结构 二叉树的建立和遍历 1.按前序次序建立一棵二叉树,以‘#’表示空。 2.中序、后序遍历该二叉树,输出遍历序列。 3.求出该二叉树的深度并输出,或求出该二叉树的叶子数目并输出。 4.试以栈为辅助存储结构实现二叉树的前序非递归算法或以队列为辅助存储结构实现二叉树的层次遍历算法。-Data structure, the establishment and traversal of binary tree 1. According to the sequence order
ComplexCalculator1
- 一个多功能的实用复数运算器 能实现加减乘除等运算-complexcalculate
Huffman
- 哈弗曼编码 包括编码与解码-HuffMan coding, including encoding and decoding