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

搜索资源列表

  1. 实验报告1 地图着色.rar

    0下载:
  2. 1.以二维数组list[N+1][N+1]表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:106968
    • 提供者:
  1. multidim_bsort.zip

    0下载:
  2. 二维数组的冒泡排序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1086
    • 提供者:
  1. 函数传递数组的方法

    0下载:
  2. 多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array pos
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:王 艳
  1. Display_RGB_ARRAY_In_Dialog_Window

    0下载:
  2. 将二维数组[RGB数组]显示成24位BMP图片,功能非常简单,是在DlgDraw的基础上修改而来。不用害怕复杂的BMP头信息。-show the image from the RGB array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:48021
    • 提供者:胡进
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. HeightMap

    1下载:
  2. 这是我使用OpenGL编写的C++程序,可以将一个规定大小的地形高程值二维数组转化为直观的三维地形表示-This is what I use OpenGL, prepared by C procedures, can be the size of a required two-dimensional array of terrain elevation values into an intuitive three-dimensional terrain that
  3. 所属分类:OpenGL program

    • 发布日期:2014-08-14
    • 文件大小:1057714
    • 提供者:Vicky
  1. Dynamic_Malloc_Memory(MultiDim)

    0下载:
  2. 动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:978
    • 提供者:gjj
  1. array

    0下载:
  2. C语言:二维数组b[5][5]中每一行的最大数、每一行的最小数-Two-dimensional array b [5] [5] the maximum number of each row, each line of the minimum number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:151242
    • 提供者:yolanda
  1. CSharpCode

    0下载:
  2. C#基础与案例开发详解 例子控件实例 二维数组综合实例 学生学籍管理系统-C# Developing Detail Explain the basis of examples and case examples of two-dimensional array of control instances of student record management system integrated
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7546762
    • 提供者:zhouxiaohua
  1. shuzu

    0下载:
  2. 包括二维数组的运算,包括去最大、最小值,并且对最值的定位,对数组内的元素进行排序,对数组元素的加减乘除运算等操作
  3. 所属分类:Windows编程

    • 发布日期:2014-06-13
    • 文件大小:1404
    • 提供者:xiwenlejian
  1. 测试数组名是否占用内存

    0下载:
  2. 测试数组名是否占用内存,包括一维数组,二维数组
  3. 所属分类:数据结构常用算法

  1. array

    0下载:
  2. 通过代码实现二维数组冒泡排序,选择排序等功能。(Through the code to achieve two-dimensional array bubble sorting, sorting, sorting and other functions.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:killerbaby
  1. 数组列最大值

    0下载:
  2. 求二维数组按照列的最大值,最小值。直接就可以用了(Find a two-dimensional array, according to the maximum value of the column, the minimum value. You can use it directly)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:shuiyuege
  1. ge

    0下载:
  2. 使用list存储数组,并将其绘制出来的数组(Use the random number generated array, draw the heartbeat waveform, and move to the left;)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:Snow1028
  1. array

    0下载:
  2. 帮助初学者了解一维数组和二维数组在内存中的存储方式(To help beginners understand the storage of one-dimensional array and two-dimensional array in memory)
  3. 所属分类:Windows编程

  1. labview2

    0下载:
  2. 内容 1:在一个波形图控件中用 2 种不同的线宽显示一条正弦曲线和一条余弦曲线。内容2:在一个波形图表控件中显示 3 条曲线,分别用红、绿、蓝 3 种颜色表示范围 0~1、0~5 和 0~10 的 3 个随机数。内容三:产生一个 10 行 10 列的二维数组,数组成员为 0~100 之间的任意整型数,用强度图显示出来。(Content 1: a sine curve and a cosine curve are displayed with 2 different line widths in
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:57344
    • 提供者:jiaxu1996
  1. exp3

    0下载:
  2. 定义一个二维数组并随机赋值,然后找出最大最小值,并给出系统所需时间(A two-dimensional array is defined and assigned randomly, then the maximum and minimum values are found out, and the time needed for the system is given.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:7342080
    • 提供者:crz
  1. IDL.FILE

    0下载:
  2. IDL实现读文件、二维数组画图、修改背景色(IDL implements read file, 2d array drawing, change background color.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:夜雨今生
  1. 4.26 数组替换元素

    0下载:
  2. 一维数组用新元素替换,二维数组使用一维数组替换整行或整列(A one-dimensional array is replaced by a new element. A two-dimensional array uses a one-dimensional array to replace the entire row or column.)
  3. 所属分类:LabView编程

    • 发布日期:2018-05-04
    • 文件大小:9216
    • 提供者:aaagwy
  1. 二维数组排序

    1下载:
  2. 选择二维数组要排序的列,然后选择好升序还是降序排列,相同大小保留原有排列顺序
  3. 所属分类:LabView编程

« 1 23 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com