搜索资源列表

  1. zhaoandian

    0下载:
  2. 找鞍点,鞍点的元素值在该行上最大, 在该列上最小-Element value to find the saddle point, saddle point on the line maximum, minimum on the column
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘团秀
  1. p313

    0下载:
  2. 求任意的一个m×n矩阵的鞍点——鞍点是指该位置上的元素在该行上为最大、在该列上为最小, 矩阵中可能没有鞍点,但最多只有一个鞍点。m、n(2<=m<=20、2<=n<=20)及 矩阵元素从键盘输入(只考虑int型和每行、每列中没有并列最大/最小的情况)。-Find an arbitrary mn matrix saddle point- saddle point is the element that po
  3. 所属分类:C#编程

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

    0下载:
  2. 先在交互界面上输入3行4列的数组,然后找出数组中存在的鞍点(代码说明详细哦!)-Enter the four first three rows of the array on the interactive interface, and then locate the presence of an array of saddle points (the code is described in detail Oh!)
  3. 所属分类:其他小程序

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

    0下载:
  2. 先在交互界面上输入3行4列的数组,然后找出数组中存在的鞍点(代码说明详细哦!)-Enter the four first three rows of the array on the interactive interface, and then locate the presence of an array of saddle points (the code is described in detail Oh!)
  3. 所属分类:其他小程序

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

    0下载:
  2. 寻找鞍点,一行中最大值,同时时一列中最小值-Looking for a saddle point, line maximum, in the same time a minimum
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:月媚
  1. seek-for-saddle-point

    0下载:
  2. 找出一个m*n数组的鞍点。若找到了鞍点则输出鞍点的行号和列号,若数组不存在,则输出鞍点不存在-seek for saddle point
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张惠伦
  1. SaddlePoint

    0下载:
  2. C语言经典小程序 求解3×3矩阵的鞍点。程序分横向求最值和纵向确认鞍点两部分。矩阵扩充时需将横向求最值部分换为冒泡-This programme is writen to find the saddle point of a 3*3 matrix.
  3. 所属分类:Windows编程

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

    0下载:
  2. 若矩阵某位置上的元素在该行上为最小,而在该列上为最大,则称该位置(即行列号)为 矩阵的鞍点。输出给定矩阵中的所有鞍点。 - If a matrix element position on the line is the smallest, and the largest on the column, called the position (ie, ranks No.) is Saddle point matrix.
  3. 所属分类:汇编语言

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

    0下载:
  2. 寻找一个矩阵元素的鞍点的Fortran小程序,根据数据元素是否大于其周围八个点的值判断-Looking for a saddle point of the matrix elements of small Fortran program, according to the data element is larger than the judgment value of the surrounding eight points
  3. 所属分类:书籍源码

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

    0下载:
  2. 用数组的方式求鞍点。开始时假设a[i][0]最大,将列号0赋给maxj保存,找出第i行中的最大者-With an array of ways for saddle point
  3. 所属分类:软件工程

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

    0下载:
  2. 寻找矩阵的鞍点,即行中元素的元素在其所在列中最大。-Looking saddle point matrix elements that line the elements in their maximum in the column.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:197632
    • 提供者:邱將
  1. saddle-point

    0下载:
  2. 找出一个二维数组中的鞍点,即该位置上的元素在该行上最大,在该列上最小,也可能没有鞍点。(假设是4行5列)-Find a two-dimensional array of saddle point, the largest element of the position in the column on the smallest on the line, it may not have a saddle point. (Assumed t
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:176128
    • 提供者:于玺
  1. homework4

    0下载:
  2. 1.输入一无符号整数num,要求通过计算,得到它的二进制方式,并输出在显示屏上 2.求3X3矩阵对角线元素之和 3.求n*n矩阵对角线元素之和 4.鞍点 5.字符串按逆序重新存放 6.两个字符串S1和S2比较-1. Enter an unsigned integer num, requested by calculation, to get it in binary mode, and output on the display 2.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1163264
    • 提供者:zgj
  1. progamming

    0下载:
  2. 各种算法比如矩阵鞍点,分划,n阶乘,螺旋阵,穿越沙漠,二分法求解方程,百鸡问题,残缺棋盘,贪心法删数,矩阵乘法动态规划。。。等等,亲测可以运行。-Various algorithms such as matrix saddle point, partition, n factorial, spiral array, through the desert, the dichotomy solve the equations, one hu
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 鞍点(Saddle point)在微分方程中,沿着某一方向是稳定的,另一条方向是不稳定的奇点,叫做鞍点。在泛函中,既不是极大值点也不是极小值点的临界点,叫做鞍点。-The saddle point (point Saddle) in the differential equation, along a certain direction is stable, and the other direction is not stabl
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:156672
    • 提供者:代云祥
  1. Andian100

    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. 所属分类:驱动编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:qiao17395
  1. find-Saddle-point

    0下载:
  2. 寻找一个特定多维数组的鞍点,即在行上最大的的同时是列上最小值-To find the saddle point
  3. 所属分类:数据库编程

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

    0下载:
  2. 此程序用VS平台下的C++语言实现了寻找二维数组中的鞍点-saddle point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4043776
    • 提供者:
« 1 2 3 4 5»

源码中国 www.ymcn.org