搜索资源列表
xishujuzenh
- 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, t
tusuanfa
- 用vc++6.0实现图-邻接矩阵-最短路径.数据结构课程必备,有一定参考价值。-with vc 6.0 map-adjacency matrix-shortest path. Data structure courses required that a certain reference value.
SpiralMetrix
- 打印如下规律的螺旋矩阵,尽管存在求数值规律的方法,但本代码的方法更为基本和通用。vc++ 2005环境。 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 -Print the following laws of the spiral matrix, despite the existence of the law for numerical methods, but this code
code
- 学习数据结构时编写的有关二叉树基本运算实现,有向图和邻接矩阵,邻接表的转换,输出某矩阵转置矩阵的三元组以及两矩阵进行运算后结果用三元组表示,在学习VC程序设计写了一个简单的机场不同型号车辆的收费系统。-Learning data structures to prepare basic operations on binary tree realization of a directed graph and the adjacency matrix, adjacency list of the c
matrix_class_by_vc
- VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
FixMath
- VC++下面实现的矩阵定运算,采用定点数运算法则,包含基本的加减乘,求逆-VC++ to achieve the following set of matrix operations, using fixed point algorithms, including basic addition and subtraction, multiplication, inverse
Classic_VC_programming_code_matrix_operations
- VC编程实现矩阵运算经典代码Classic VC programming code matrix operations -Classic VC programming code matrix operations
SHORTEST
- 弗洛伊德求最短路径的VC算法 #include <iostream> using namespace std #define MAXV 50 #define INF 32767 typedef int InfoType //邻接矩阵存储方法 typedef struct { -Freud find the shortest path algorithm# include VC <iostream> using namespace s
daima
- C++实现矩阵的一些基本运算,非常好用,VC ++读入编译即可。-matrix calculation for VC++
Matrix-operations
- vc矩阵运算源代码,适合初学者下载学习,非常有用-matrix operations vc source code download for beginners to learn, very useful
SolveAllPaths
- VC++开发的穷举图中指定起始点间所有路径的算法,图的存储格式为邻接矩阵。-Exhaustive diagram of the VC++ development specified in the algorithm of all the paths between the starting point, the storage format of the graph adjacency matrix.
Matrix-Quick-transpose
- 使用vc++实现矩阵的快速转置,调试可以使用-Matrix transpose
VC-largest-eigenvalue-of-the-matrix
- 通过VC++语言 求矩阵的最大特征值 利用迭代算法 有精确度-Matrix VC++ language largest eigenvalue accuracy using an iterative algorithm
PrintMatrix
- 用VC实现将一个矩阵,按顺时针方向打印出来-With VC will be a matrix printouts clockwise