搜索资源列表
matrix_opritions
- 专门的矩阵操作类-matrix operate class
matix
- VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
cinvtest
- 复数矩阵求逆,当中包含了一个自定义的CComplex类,输入输出友好,并包含测试程序和输入输出文档,便于对功能进行熟悉。-Complex matrix inversion, which includes a custom CComplex class, input-output-friendly, and includes testing procedures, and input and output documents, facilitate the function of familiar
file3
- 自己创建矩阵类,可以实现矩阵加法、减法 数乘、乘法、除法等。 -Building matrix class automatically which can achieve add,subtraction,multiply between matrix and matrix
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
Floyd
- 这是算法课的作业,读取文件中的距离矩阵,计算最短路径-This is the algorithm class job, read the file in the distance matrix to calculate the shortest path
Class-matrix
- 设计一个矩阵类CMatrix,该矩阵的行列数可根据需要设定(即不指定固定的行列数),并完成基本的计算功能。-Designing a matrix class CMatrix, the number of ranks of the matrix may need to be set (ie do not specify a fixed number of ranks), and perform basic computing functions.