CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 鞍点

搜索资源列表

  1. 鞍点

    0下载:
  2. java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:2v
  1. javajdTwoDi

    0下载:
  2. 二维数组的鞍点实验,是一个试验的题目,包括源代码和项目分析。是初学者不可多的实例。-two-dimensional array of saddle point experiment is a test of topics, including the source code and project analysis. Beginners are not many examples.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8966
    • 提供者:lizhx
  1. andian

    0下载:
  2. 可以求一个矩阵的鞍点(即该矩阵的行最大点,列的最小点)-can seek a matrix of the saddle point (that is, the matrix of the largest firms point out the smallest points)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:993
    • 提供者:刘玥
  1. riritur

    0下载:
  2. 捕鱼和分鱼;用逆推法求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"
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:15508
    • 提供者:李小飞
  1. findSaddledot

    0下载:
  2. 找出一个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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2993
    • 提供者:Eaglexiu
  1. 数据结构第四次作业

    0下载:
  2. 十字链表和求鞍点的程序-Cross and saddle point for the procedure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:69638
    • 提供者:啊哈哈
  1. Andian_seek

    0下载:
  2. 一个求二维数组鞍点的实例-a two-dimensional array for the example saddle point
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:李紫涵
  1. 找出一个3x3数组的“鞍点”

    0下载:
  2. 找出一个3x3数组的“鞍点”-find a 3x3 array of "saddle"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3756
    • 提供者:朴贤姬
  1. 3

    0下载:
  2. 里面包含三个源码,1,两种排序方法及折半查找,2,数组实现两个矩阵相乘。3,找鞍点(我源码有限,也只能上传一些简单一点的)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1516
    • 提供者:yuan
  1. andian

    0下载:
  2. 这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4487
    • 提供者:郑淑美
  1. AnDian

    0下载:
  2. visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:46705
    • 提供者:yeyanbin
  1. saddlepoint

    0下载:
  2. 在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1055
    • 提供者:李秋华
  1. 找鞍点

    0下载:
  2. 在一个矩阵中寻找鞍点,若一个元素是所在行的最大值,且是所在列的最小值,则为鞍点
  3. 所属分类:其他小程序

    • 发布日期:2012-05-21
    • 文件大小:499
    • 提供者:314142608
  1. 找出一个二维数组的鞍点

    0下载:
  2. 找出一个二维数组的鞍点,即该位置上的元素在该行上最大、在该列上最小(也可能不存在鞍点)。,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).
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-21
    • 文件大小:674
    • 提供者:yanglingfei
  1. andian

    0下载:
  2. c++计算曲面鞍点 c++计算曲面鞍点-c++ calculated saddle-point surface c++ calculated saddle-point surface
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1084
    • 提供者:李力
  1. 07_03

    0下载:
  2. 寻找已知数组中鞍点(行最大,列最小元素)的C++程序源代码。-Looking for array of known saddle points (the largest firms, listed the smallest element) of the C++ program source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:905
    • 提供者:易木
  1. data_manipulation

    0下载:
  2. 包含一些比较常见的数据操作算法:素数判断、矩阵转置、将数组中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 fun
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6167
    • 提供者:fangchen
  1. Saddle-point

    0下载:
  2. 在labview中实现3*3矩阵的鞍点!-Saddle point.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:11466
    • 提供者:dj
  1. 2

    0下载:
  2. 一种找二维数组中的马鞍点的新算法,程序简洁易懂-A two-dimensional array to find the saddle point in the new algorithm, the program easier to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:864874
    • 提供者:yizi
  1. 鞍点

    0下载:
  2. 若矩阵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.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:为你喝水
« 12 3 4 5 »
搜珍网 www.dssz.com