CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 鞍点
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 鞍点 - List
[
GUI Develop
]
鞍点
DL : 0
java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
Date
: 2008-10-13
Size
: 2.77kb
User
:
2v
[
JSP/Java
]
javajdTwoDi
DL : 0
二维数组的鞍点实验,是一个试验的题目,包括源代码和项目分析。是初学者不可多的实例。-two-dimensional array of saddle point experiment is a test of topics, including the source code and project analysis. Beginners are not many examples.
Date
: 2008-10-13
Size
: 8.76kb
User
:
lizhx
[
Other resource
]
andian
DL : 0
可以求一个矩阵的鞍点(即该矩阵的行最大点,列的最小点)-can seek a matrix of the saddle point (that is, the matrix of the largest firms point out the smallest points)
Date
: 2008-10-13
Size
: 993byte
User
:
刘玥
[
Web Server
]
riritur
DL : 0
捕鱼和分鱼;用逆推法求EX=1+x+x.x/2!+x.x.x/3!......的值;找出一个二维数组的“鞍点”-fishing and the fish; Backstepping method used for EX x.x x = 1 / 2! x.x.x / 3 !...... value; find a two-dimensional array of the "saddle"
Date
: 2008-10-13
Size
: 15.14kb
User
:
李小飞
[
Other
]
findSaddledot
DL : 0
找出一个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.
Date
: 2008-10-13
Size
: 2.92kb
User
:
Eaglexiu
[
Other
]
找出一个3x3数组的“鞍点”
DL : 0
找出一个3x3数组的“鞍点”-find a 3x3 array of "saddle"
Date
: 2008-10-13
Size
: 3.67kb
User
:
朴贤姬
[
Other
]
找鞍点
DL : 0
在一个矩阵中寻找鞍点,若一个元素是所在行的最大值,且是所在列的最小值,则为鞍点
Date
: 2012-05-21
Size
: 499byte
User
:
314142608
[
Other
]
找出一个3x3数组的“鞍点”
DL : 0
找出一个3x3数组的“鞍点”-find a 3x3 array of "saddle"
Date
: 2025-07-08
Size
: 3kb
User
:
朴贤姬
[
GUI Develop
]
鞍点
DL : 0
java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
Date
: 2025-07-08
Size
: 3kb
User
:
2v
[
Console
]
AnDian
DL : 0
visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点-visual c++ 6.0 judgment realize an arbitrary (i* j) the existence of two-dimensional array on the saddle point
Date
: 2025-07-08
Size
: 45kb
User
:
南才北往
[
VC/MFC
]
Lab3
DL : 0
若在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),试写一个求矩阵鞍点的算法-If m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called for the saddle point), try to write a saddle point matrix algorithm
Date
: 2025-07-08
Size
: 1kb
User
:
pgal
[
Windows Develop
]
saddle
DL : 0
一个寻找马鞍点的程序,-A saddle point search procedure,
Date
: 2025-07-08
Size
: 2kb
User
:
zzff
[
Other
]
saddlepoint
DL : 0
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法-In the m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called saddle point), this procedure is the saddle point matrix algorithm
Date
: 2025-07-08
Size
: 1kb
User
:
李秋华
[
Other
]
andian
DL : 0
c++计算曲面鞍点 c++计算曲面鞍点-c++ calculated saddle-point surface c++ calculated saddle-point surface
Date
: 2025-07-08
Size
: 1kb
User
:
李力
[
JSP/Java
]
Andian
DL : 0
找出一个二维数组的鞍点,即该位置上的元素在该行上最大、在该列上最小(也可能不存在鞍点)。-Two-dimensional array to find a saddle point, that is, the position of the elements in the bank' s largest and the smallest in the series (also saddle point may not exist).
Date
: 2025-07-08
Size
: 1kb
User
:
yanglingfei
[
Other
]
maandian
DL : 0
若在矩阵Am×n中存在一个元素A[i][j],其满足A[i][j]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。-Matrix Am × n if there is an element in A [i] [j], it meets A [i] [j] is the first i-line elements in the minimum value, and because the first element in the j column maximum, claimed that this elements of the matrix of a saddle point. Two-dimensional array stores matrix Am × n, matrix design algorithm find all the saddle points.
Date
: 2025-07-08
Size
: 1kb
User
:
曹欣
[
Mathimatics-Numerical algorithms
]
data_manipulation
DL : 0
包含一些比较常见的数据操作算法:素数判断、矩阵转置、将数组中m个数循环后移n个位置、调用时间函数求运行时间、调用相关time函数进行日期推算、矩阵鞍点、链表的相关操作等-Contains some of the more common data manipulation algorithms: Prime judge, matrix transpose, the array m the number of cycles shifted n positions, call the time function evaluation run time, call the relevant time function to date projections, matrix saddle point, the list of relevant operation, etc.
Date
: 2025-07-08
Size
: 6kb
User
:
fangchen
[
Other
]
Saddle-point
DL : 0
在labview中实现3*3矩阵的鞍点!-Saddle point.
Date
: 2025-07-08
Size
: 11kb
User
:
dj
[
Data structs
]
2
DL : 0
一种找二维数组中的马鞍点的新算法,程序简洁易懂-A two-dimensional array to find the saddle point in the new algorithm, the program easier to understand
Date
: 2025-07-08
Size
: 845kb
User
:
yizi
[
CSharp
]
鞍点
DL : 0
若矩阵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.)
Date
: 2025-07-08
Size
: 1kb
User
:
为你喝水
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.