文件名称:MatrixProcessing
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 615kb
- 下载次数:
- 0次
- 提 供 者:
- 杨*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
有两个方阵A、B,编程利用数组,求矩阵A与矩阵B的和矩阵C,并找出和矩阵C主对角线最大元素及其位置。
要求:
1)用自定义函数input实现数组的输入;
2)用自定义函数add实现矩阵的加运算;
3)用自定义函数diag_max实现查找;
4)在主函数输出和矩阵、输出查找结果。
-There are two square A, B, using an array of programming, find the matrix A and matrix B and matrix C, and to identify the main diagonal and the matrix C the largest element and its location. Requirements: 1) implement a custom function input array input 2) add custom functions to achieve additional operational matrix 3) to achieve a custom search function diag_max 4) matrix in the main function of output and output search results.
要求:
1)用自定义函数input实现数组的输入;
2)用自定义函数add实现矩阵的加运算;
3)用自定义函数diag_max实现查找;
4)在主函数输出和矩阵、输出查找结果。
-There are two square A, B, using an array of programming, find the matrix A and matrix B and matrix C, and to identify the main diagonal and the matrix C the largest element and its location. Requirements: 1) implement a custom function input array input 2) add custom functions to achieve additional operational matrix 3) to achieve a custom search function diag_max 4) matrix in the main function of output and output search results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MatrixProcessing\Debug\StdAfx.obj
................\.....\test202.exe
................\.....\test202.ilk
................\.....\test202.obj
................\.....\test202.pch
................\.....\test202.pdb
................\.....\vc60.idb
................\.....\vc60.pdb
................\ReadMe.txt
................\StdAfx.cpp
................\StdAfx.h
................\test202.cpp
................\test202.dsp
................\test202.dsw
................\test202.ncb
................\test202.opt
................\test202.plg
................\Debug
MatrixProcessing
................\.....\test202.exe
................\.....\test202.ilk
................\.....\test202.obj
................\.....\test202.pch
................\.....\test202.pdb
................\.....\vc60.idb
................\.....\vc60.pdb
................\ReadMe.txt
................\StdAfx.cpp
................\StdAfx.h
................\test202.cpp
................\test202.dsp
................\test202.dsw
................\test202.ncb
................\test202.opt
................\test202.plg
................\Debug
MatrixProcessing