说明:迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容-Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure, <刘雨超> 在 上传
| 大小:2kb | 下载:0
说明:重言式,数据结构里的典型编程题,c语言代码,有具体的实现-Tautologies, data structures typical programming questions, c language code, specific implementation <付涛> 在 上传
| 大小:2kb | 下载:0
说明:后缀表达式转为中缀表达式,应用链表进行连接和判断。-Postfix expression into infix expression, application of the linked list to connect and judgment. <林伟> 在 上传
| 大小:2kb | 下载:0
说明:验证二叉树的二叉链表表示,实现CreateBiTree算法创建二叉树,实现二叉树的层次遍历算法,实现二叉树的先序、中序、后序递归遍历算法中的一种,编写主程序调用CreateBiTree创建二叉树,并调用二叉树的层次遍历、先(中、后)序遍历算法,测试不同的输入数据创建二叉树,预期输出并验证输出的结果。
-The binary list validation binary tree the preorder achieve CreateBiTree algorithms to create a <dd> 在 上传
| 大小:2kb | 下载:0
说明:哈弗曼树的优化实现, 哈弗曼树的优化实现,哈弗曼树的优化实现-Optimization of Havermann tree, Havermann tree optimized to achieve Havermann tree optimization to achieve Havermann tree optimization to achieve <zhouhui> 在 上传
| 大小:2kb | 下载:0
说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。
-Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R <yan> 在 上传
| 大小:2kb | 下载:0
说明:给定一个容量为C的背包及n个重量为
wi,价值为pi的物品,要求把物品装入背
包,使背包的价值最大,此类问题为背
包问题。物品或者装入背包,或者不装
入背包,称之为0/1背包问题。
-A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items of of pi, requirements of the <yan> 在 上传
| 大小:2kb | 下载:0