文件名称:Andian
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:893byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
/**
* 二维数组的鞍点
* (行上最大,列上最小)
* 思想:先找到每行上的最大值,保存在一维数组上b[i]。
* b[0]对应的那列最大值的行号为0,
* b[1]对应的那列最大值的行号为1
*/-/**** Two-dimensional array of the saddle point (the line' s largest and column minimum)* thinking: first find the maximum on each line, save in the one-dimensional array b [i].* B [0] corresponds to the maximum value that the line number column 0,* b [1] that the column corresponding to the maximum line number is 1* /
* 二维数组的鞍点
* (行上最大,列上最小)
* 思想:先找到每行上的最大值,保存在一维数组上b[i]。
* b[0]对应的那列最大值的行号为0,
* b[1]对应的那列最大值的行号为1
*/-/**** Two-dimensional array of the saddle point (the line' s largest and column minimum)* thinking: first find the maximum on each line, save in the one-dimensional array b [i].* B [0] corresponds to the maximum value that the line number column 0,* b [1] that the column corresponding to the maximum line number is 1* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2二维数组的鞍点.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.