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

搜索资源列表

  1. Test9

    0下载:
  2. /** * 第9题:写一方法,打印等长的二维数组,要求从1开始的自然数由方阵的最外圈向内螺旋方式地顺序排列。 如: n = 4 则打印: * 1 2 3 4 * 12 13 14 5 * 11 16 15 6 * 10 9 8 7 * @antor ZhangLinmin */-/*** Question 9: Write a method to print a two-dimensional array of equal length, requiri
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:1152
    • 提供者:小戈
  1. P1_3

    0下载:
  2. 输入一个5*5的二维数组,将各行最大值的坐标放置在一个新的一维数组中,最后按照下面的格式输出: 第0行:12 34 23 45 7 最大值为45,坐标是(0,4)-Enter a two-dimensional array of 5* 5, placing all the coordinates of the maximum in a new one dimensional array, the output according to the following format: Row
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:162320
    • 提供者:张茫
  1. P1_4

    0下载:
  2. 输入一个5*5的二维数组,列出其中所有的的素数以及所在位置,并且按照值(行,列)的格式输出。-Enter a 5* 5 of two-dimensional arrays, lists all the prime Numbers and location, and in accordance with the value (row, column) the format of the output.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:156412
    • 提供者:张茫
  1. juzhendejiajianchengchu

    0下载:
  2. 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:672
    • 提供者:长城
  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. saolei

    0下载:
  2. 本课程设计实现类似于Windows操作系统自带的扫雷游戏。在课程设计中,系统开发平台为Windows XP,程序设计语言采用Visual C++,程序运行平台为Windows 2000/XP。在程序设计中,把整个雷区看成一个二维数组,把雷方块定义为具有所在雷区二维数组的行和列、当前状态、方块属性、历史状态的结构体,采用了结构化与面向对象两种解决问题的方法。整个游戏程序包括了布雷、扫雷过程和结果三个阶段,在处理鼠标响应事件中伴随着GDI绘图。程序通过调试运行,实现了设计目标,能够同时满足扫雷游戏初
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:4465635
    • 提供者:dingchen
  1. test

    1下载:
  2. 稀疏矩阵的压缩与还原。 一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。 -Sparse matrix compression and reduction.A matrix with nonzero element is less, and zero element is relat
  3. 所属分类:Data structs

    • 发布日期:2016-09-25
    • 文件大小:17408
    • 提供者:denghuakaidiewu
  1. yc_wrtgrd

    0下载:
  2. 这是一个用matlab编写的将任意二维数组写入surfer软件grd格式文件的程序-This is a matlab prepared to write an arbitrary two-dimensional array grd format surfer software program
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:590
    • 提供者:yin
  1. code

    0下载:
  2. 使用open函数、构造函数、文件流对象的成员函数打开文件,定义一个二维数组,用键盘输入二维数组的元素值,输出二维数组元素值及其最大值。 -Using open function, constructors, file stream object' s member function to open the file, define a two-dimensional array, use the keypad to enter the two-dimensional array eleme
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:2780
    • 提供者:cs
  1. shuzu

    0下载:
  2. 数组平均值 作差 指针调用二维数组 分段函数-Array averages for poor
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:胡歌
  1. fft

    1下载:
  2. matlab实现二维数组的fft变化,得到时域图、幅频域图。-fft change implementation, time domain, frequency domain amplitude, is a two-dimensional array of the FFT changes
  3. 所属分类:matlab

    • 发布日期:2016-04-19
    • 文件大小:1024
    • 提供者:dahuai
  1. csharp

    0下载:
  2. C#在数组中快速查找近似值,一维数组二维数组的用法,C#初学者参考。... C#在数组中快速查找近似值,一维数组二维数组的用法,C#初学者参考-C# quickly find the approximate value in the array, one-dimensional array uses two-dimensional array, C# beginners reference. ... C# quickly find the approximate value in the arr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:16063
    • 提供者:三鲜丸子
  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. c-language-Applications-examples

    0下载:
  2. C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose-C language pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45688
    • 提供者:cklyandre
  1. Two-dimensional-array

    0下载:
  2. 本程序是C入门练习的一个程序,是关于二维数组元素地址的表示的一个小程序-This program is a C entry to practice a program, on the two-dimensional array element address indicates a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:617
    • 提供者:王志伟
  1. erweishuju

    0下载:
  2. 练习二维数组编程的绝佳资料,适合初学者快速入门。-Two-dimensional array of programming exercises great information for beginners Quick Start.
  3. 所属分类:LabView

    • 发布日期:2017-04-05
    • 文件大小:6389
    • 提供者:王伟涛
  1. beibao-2

    0下载:
  2. 二维数组解决背包问题,不是十分经典,但对初学者十分有用-Two-dimensional array to solve knapsack problem, not very classic, but very useful for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2223973
    • 提供者:11
  1. 014

    0下载:
  2. c语言编写程序实现用二维数组实现矩阵的转置-With a 2 d array of deferring to realize matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9603
    • 提供者:针对
  1. union2snrsinr

    0下载:
  2. 将一个整数转换成二维数组,数组每行的次序依次为1,2,3-Convert an integer into two-dimensional array of each line in the order followed by 1,2,3 ......
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1142
    • 提供者:张颖恺
  1. DP

    0下载:
  2. 动态规划问题。给定一个整数的二维数组,由其中若干邻近元素构成的矩形称为子数组。 编程计算所有子数组元素之和的最大值。输入为整数n,及n^2个数,输出为所有子数组元素之和的最大值-Dynamic programming problem.Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater l
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:13509
    • 提供者:
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 37 »
搜珍网 www.dssz.com