CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 二维数组

搜索资源列表

  1. maandian

    0下载:
  2. 这是一个判断马鞍点的算法,当用户输入一个二维数组,当一个元素为每行的最小,而又是每列的最大时,它就是马鞍点!-This is a judgment of the saddle point algorithms, user input when a two-dimensional array, When one element per line for the smallest, which is the largest per, it is saddle point!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:944
    • 提供者:刘六龙
  1. twl

    0下载:
  2. 当然用另外一种直观的方法就是把全部的方块结构都声明为一个最大的那个二维数组,这个是最简单的方法,但是这样会浪费很多的空间,不能够较为接近的表达这种结构,我又否决了。 -Of course, with another kind of intuitive way forward is for the all of the box structure for a declaration that the largest two-dimensional array, this is the simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3597
    • 提供者:黄俊
  1. array

    0下载:
  2. 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:564
    • 提供者:hudongyuan
  1. wang.c.tar

    0下载:
  2. 用二维数组名作为实参和形参,在对函数数组的声明的方式,实例。-Two-dimensional array of names as arguments and formal parameters, in a statement on the function of the array the way, examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1346
    • 提供者:wangxs
  1. TXTfile_OPER

    0下载:
  2. 1. 删除TXT文件中的空行; 2. 删除TXT文件中的空格; 3. 删除TXT文件中的TAB键; 扩展功能,下个版本实现: a. 统计txt文件的总行数,每行对应的字符数 b.使用动态二维数组存放以上信息 c.使用回调函数维护数组信息; d.删除特定字符串的行-1. Delete TXT files in the blank lines 2. Delete TXT files in the space 3. Delete TXT files i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1141
    • 提供者:enju
  1. second_search

    0下载:
  2. 对于一个int型的二维数组,从其中查找出第二大的元素-For a two-dimensional array of int type, find out from them the second largest element
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:521
    • 提供者:bryn
  1. three-dimensional-Array

    0下载:
  2. 一维、二维、三维数组动态申请内存的方法 一维、二维、三维数组动态申请内存的方法-One-dimensional, two-dimensional, three-dimensional array of dynamic memory approach to apply a one-dimensional, two-dimensional, three-dimensional array of dynamic memory approach to apply a one-dimensional
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1903
    • 提供者:lcj
  1. mine-sweeping

    0下载:
  2. 模拟“扫雷”游戏规则,随机生成地雷分布位置,输出雷区分布图. 主要思路:用随机函数生成表示地雷分布的二维数组。 将二维直角坐标系与二维数组结合,用x轴上0-9的整数表示二维数组的列数,用y轴上0-9的整数表示二维数组 的行数,用随机函数分布生成x,y的值,以此确定地雷的准确位置。 -Analog " mine" the rules of the game, randomly generated mines location of the output minefie
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:835
    • 提供者:tata
  1. Random-array

    0下载:
  2. 实现随机生成一个二维数组 实现随机生成一个二维数组-Randomly generate a two-dimensional array Randomly generate a two-dimensional array
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:1422
    • 提供者:邹江平
  1. vector

    1下载:
  2. 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
  3. 所属分类:Linux驱动

    • 发布日期:2013-11-08
    • 文件大小:600
    • 提供者:熊韬
  1. DataGridViewToTreeView

    0下载:
  2. C#在DataGridView及TreeView中显示数据,定义一个二维数组,数组中的每一行代表DataGridView中的一条记录-C# in the DataGridView and TreeView to display data, define a two-dimensional array, the array each row represents a record in the DataGridView
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:12294
    • 提供者:李春霞
  1. Efficiency-page

    0下载:
  2. 对比二维数组先读取行和先读取列的效率问题,与内存分页有关-Contrast two-dimensional array of rows and first read first read the column efficiency, and memory paging related
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:593
    • 提供者:风格还是
  1. p4

    1下载:
  2. 为了让您在使用数组,指针,结构,枚举,和不同的I/ O流的经验。为了让你有乐趣的应用程序是非常迷人的。 世界的简单的程序,我们将编写此项目模拟运行的生物围绕在一个简单的方形的世界。世界是一个m-n的平方二维网格(数m代表网格的高度的个数n表示宽度的网格。)。 每个生物生活的广场之一,面临的一个主要罗盘方向(北, 东,南,西),属于一个特定的物种,这就决定了该生物如何 行为方式。-To give you experience in using arrays, pointers, s
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-08-07
    • 文件大小:5120
    • 提供者:XUE
  1. AdaptWin

    0下载:
  2. 通过opencv的函数读取和显示图像,图像数据转成二维数组进行自适应窗口的视差估计。算法根据黎洪松的《数字视频处理》中视差估计这章。-By opencv function to read and display images, the image data into a two-dimensional array of adaptive window disparity estimation. Algorithm based on Lihong Song " Digital Video
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:2000545
    • 提供者:xiaopan
  1. Two-dimensional-array

    0下载:
  2. 二维数组排序Two dimensional array.rar-Two dimensional array.rar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:8114
    • 提供者:alison
  1. MATLABMatrix-and-matrix-operations

    0下载:
  2. 本节系统阐述:一、二维数值数组的创建、寻访;数组运算和矩阵运算的区别;实现数组运算的基本函数;多项式的表达、创建和操作;常用标准数组生成函数和数组构作技法;高维数组的创建、寻访和操作;非数NaN、“空”数组概念和应用;关系和逻辑操作。-Commonly used standard array generation function and fabric techniques High dimensional array to create, search and operation The nu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:219251
    • 提供者:刘洋
  1. FirstTask_cmd_version2

    0下载:
  2. 学生成绩系统,一维数组,二维数组排序cmd运行,文件重定向,已验证过了,可以使用-Student achievement system, one-dimensional arrays, two-dimensional array sorting run cmd file redirection, has been verified, you can use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:336373
    • 提供者:李艾斯
搜珍网 www.dssz.com