搜索资源列表

  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. 十字链表和求鞍点的程序-Cross and saddle point for the procedure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:69632
    • 提供者:啊哈哈
  1. Andian_seek

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李紫涵
  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

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘玥
  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源码

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:李小飞
  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. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:Eaglexiu
  1. 3

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yuan
  1. andian

    0下载:
  2. 这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标-Used to realize this is a saddle point finding procedure, the final output saddle point where the abscissa and ordinate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:郑淑美
  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. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:易木
  1. andian

    0下载:
  2. 如果矩阵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, co
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:liweidong
  1. andian

    0下载:
  2. 产生一个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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:yan
  1. andian

    0下载:
  2. 产生一个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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:鹿水
  1. 7-8

    0下载:
  2. 找出一个二维数组中的鞍点,即该位置上的元素是该行上最大,在该列上最小。也可能没有鞍点。-Find a saddle point in two-dimensional array, that is, the position of the element is the bank' s largest and the smallest in the column. May not have saddle points.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:sun
  1. Atwodimensionalarrayofsaddlepoints

    0下载:
  2. 约瑟夫环问题、冒泡发排序、寻找二维数组鞍点,这三个小程序的学习性较高!-Joseph loop problem, bubbling hair, looking for a 2d array of saddle points, the three little program of higher learning!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:紫色雨
  1. andian

    0下载:
  2. 鞍点问题: 若矩阵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, c
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:bjtupro
  1. andian

    0下载:
  2. 这是一个求鞍点的VC++程序,可能不够简洁,但结果是对的.-vc++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:220160
    • 提供者:Li
« 1 23 4 5 »

源码中国 www.ymcn.org