搜索资源列表
juzhen
- 改程序提示用户输入数和数的坐标,完成矩阵的加减或者转置功能-Change the program prompts the user to enter the number of several coordinates to complete the addition and subtraction of the matrix transpose function
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
CPPMatrix
- 构造矩阵类,包括判断矩阵是否相等,矩阵相加、相减、相乘、相除等,很完整,可以作为矩阵处理的参考-Construct matrices, including judgment matrix are equal, matrix addition, subtraction, multiplication, division, etc., it is complete, can be used as a reference matrix processing