搜索资源列表
鞍点
- java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
findSaddledot
- 找出一个4行5列的二维数组的”鞍点”,即该位置上的元素在该行上最大,在该列上最小。也有可能没有鞍点。-identify a line 4 5 2-D array of "saddle point," that is the position of the element in the largest firms, out of the smallest. They may not saddle point.
找出一个3x3数组的“鞍点”
- 找出一个3x3数组的“鞍点”-find a 3x3 array of "saddle"
3
- 里面包含三个源码,1,两种排序方法及折半查找,2,数组实现两个矩阵相乘。3,找鞍点(我源码有限,也只能上传一些简单一点的)
andian
- 这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标
AnDian
- visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点
找鞍点
- 在一个矩阵中寻找鞍点,若一个元素是所在行的最大值,且是所在列的最小值,则为鞍点
andian
- c++计算曲面鞍点 c++计算曲面鞍点-c++ calculated saddle-point surface c++ calculated saddle-point surface
07_03
- 寻找已知数组中鞍点(行最大,列最小元素)的C++程序源代码。-Looking for array of known saddle points (the largest firms, listed the smallest element) of the C++ program source code.
andian
- 如果矩阵A中存在这样的元素,a[i][j]满足如下条件:a[i][j]是i行中最小元素,又是j列中最大元素,则称之为矩阵的马鞍点。编写程序,计算输入的m*n矩阵中所有的鞍点。-If the matrix A, there is a such element, a [i] [j] satisfy the following conditions: a [i] [j] is the smallest element in row i, column j is the largest element,
andian
- 产生一个3×3的整数随机数数组,随机数要 在0到100之间,然后找出数组的鞍点,即该位置上的元素在该行上最大,在该列上最小,也可能没有鞍点.-Produce a 3 × 3 array of integer random numbers, random number to between 0 and 100, and then find the array of saddle point, that is, the position of the elements in the bank
andian
- 产生一个3×3的整数随机数数组,随机数要在0到100之间,然后找出数组的鞍点,即该位置上的元素在该行上最大,在该列上最小,也可能没有鞍点。-Produce a 3 × 3 array of integer random numbers, random number to between 0 and 100, and then find the array of saddle point, that is, the position of the elements in the bank'
Atwodimensionalarrayofsaddlepoints
- 约瑟夫环问题、冒泡发排序、寻找二维数组鞍点,这三个小程序的学习性较高!-Joseph loop problem, bubbling hair, looking for a 2d array of saddle points, the three little program of higher learning!
andian
- 鞍点问题: 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]是矩阵A中的一个鞍点。写出一个可以确定鞍点位置的程序-10, saddle point problem: If the matrix A of an element A [i, j] is the minimum value of i-line, but is the first j columns of the maximum, claimed that A [i, j] is the ma
andian
- 这是一个求鞍点的VC++程序,可能不够简洁,但结果是对的.-vc++
wnterzhouAndian
- 用C++编写的一个程序,该程序是为了求算鞍点写的-Written in C++, a program that is written to calculate the saddle point
Saddle-point
- 在labview中实现3*3矩阵的鞍点!-Saddle point.
saddle-point
- 求鞍点的简单的C++工程,对初学C++新手可能有用-A simple C++ projects of seeking saddle point, beginner may be useful
saddle
- 输入一个二维数组,找出该二维数组的鞍点,即该位置上的元素在该行上最大,在该列上最小。也可能没有鞍点-Find the saddle points for the two dimensional array
鞍点
- 若矩阵A中存在某个元素aij是i行最小值j列最大值,则称为鞍点,求矩阵中的鞍点(If the existence of an element AIJ in the matrix A is the maximum value of the minimum J column of the I line, it is called the saddle point, and the saddle point in the matrix is solved.)
