资源列表
ziyuanfenpei
- 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
zuiduanlujing
- 最短路径全程序,可以解决很多的问题。如路径。网络。航线等-The shortest path to all procedures that can solve many problems. Such as the path. Network. Routes, etc.
zhongzhui-
- 可以解决在数据结构中的一些问题,中缀变后缀-Can solve some problems in the data structure
Dijkstra
- 可以求出最短路径,Dijkstra算法。计算方法,给出主要步骤-You can find the shortest path, Dijkstra algorithm. Calculation method, the main steps are given
Bitree
- 二分树建立与各种遍历,包括先序后序和中序-Binary tree is created with a variety of traversal, including the first sequence and the sequence after sequence
binaryTree
- 求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35 68 9-Find a binary tree from r
412124
- 这是一个老鼠走迷宫的问题,这是我第一次上传,有问题请见谅。-This is a rat maze problem, this is my first upload, have questions, please forgive me.
jisuanqi
- c语言计算带括号的四则运算(字符串输入运算表达式)-C language computing the parenthesized arithmetic operations (string input expression)
dynamic-planning
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n matrix with the product A1A2 ...
gongyuan
- 这是用c写的应用最短路算法的公园导游图,请大家下载使用-This is a written application with c shortest path algorithm park guide map, please download
Monophyletic-shortest-path
- Dijkstra提出按各顶点与源点v间的路径长度的递增次序,生成到各顶点的最短路径的算法。既先求出长度最短的一条最短路径,再参照它求出长度次短的一条最短路径,依次类推,直到从源点v 到其它各顶点的最短路径全部求出为止。-Dijkstra proposed by the vertex and the path between the source point v in increasing order of length, to generate the shortest path to each
QueensLVB
- 8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
