文件名称:p313
介绍说明--下载内容均来自于网络,请自行研究使用
求任意的一个m×n矩阵的鞍点——鞍点是指该位置上的元素在该行上为最大、在该列上为最小,
矩阵中可能没有鞍点,但最多只有一个鞍点。m、n(2<=m<=20、2<=n<=20)及
矩阵元素从键盘输入(只考虑int型和每行、每列中没有并列最大/最小的情况)。-Find an arbitrary mn matrix saddle point- saddle point is the element that position on the line for the biggest, the smallest on the column, you may not have a saddle point in the matrix, but only up to a saddle point. m, n (2 < = m < = 20,2 < = n < = 20) and the matrix elements from the keyboard input (considering only the int type and each row, each column is not tied Max/Min situation).
矩阵中可能没有鞍点,但最多只有一个鞍点。m、n(2<=m<=20、2<=n<=20)及
矩阵元素从键盘输入(只考虑int型和每行、每列中没有并列最大/最小的情况)。-Find an arbitrary mn matrix saddle point- saddle point is the element that position on the line for the biggest, the smallest on the column, you may not have a saddle point in the matrix, but only up to a saddle point. m, n (2 < = m < = 20,2 < = n < = 20) and the matrix elements from the keyboard input (considering only the int type and each row, each column is not tied Max/Min situation).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
p313.c