资源列表
Dijkstra
- Dijstrat算法求最短路径,可行性算法分析-Dijstrat
nqueen
- n皇后问题, 数据结构编程(c++语言)-n queeen
good
- 第4章 数组 1. 定义一个int型的一维数组,包含10个元素,分别赋一些随机整数,然后求出所有元素的最大值, 最小值,平均值,和值,并输出出来。 -Chapter 4 Array 1. Define a one-dimensional array of type int, contains 10 elements, respectively, assigned some random integer, then find all the elements of the maximu
binary-tree
- 分别以先序和中序遍历序列,后序和中序遍历序列构造一棵二叉树 要求以括号表示法输出该二叉树-Preorder and inorder traversal sequence after sequence, and the traversal sequence construct a binary tree the brackets indicate the method outputs the binary tree
hefumanshu
- 赫夫曼树,赫夫曼编码!赫夫曼 树,赫夫曼编码!赫夫曼树,赫夫曼编码!-Huffman tree, Huffman coding! Huffman tree, Huffman coding! Huffman tree, Huffman coding! Huffman tree, Huffman coding!
HuffmanTree
- 有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
establishment-and-traversal
- 数据结构图的建立与遍历,广度遍历,深度遍历-Data structure of the establishment and traversal, traverse the breadth and depth traversal
Point
- 第一行输入点的个数,第二行输入坐标,结果显示点与点之间两两的距离-The first line of the number of input points, the second line input coordinates, the results show that the distance between the point and the point two two
order
- 编程计算出将n个数(1<=n<=50)依序排列时有多少种序关系.
link
- 实验一:链式基本操作的实现 【问题描述】 选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作 (包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等) 【实验内容】 一、必做内容 菜单: 1.初始化 2.链表的建立 2.1头插入建链 2.2尾插入建链 3.插入 4.删除 5.查找 6.输出表长(即表中元素个数) 7.链表元素的逆置 8.退出-Experiment: chain
tree
- 二叉树的建立与打印输出,其中输出方式有递归和非递归两种-The establishment of tree and print output, which output has two kinds of recursive and non-recursive
1
- 此代码具体用C实现了银行家算法,对操作系统很用帮助
