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

搜索资源列表

  1. SelfComp

    0下载:
  2. 自定义CombBox组件,可实现编码和名称二维数组选择-Custom CombBox component, codes and names two-dimensional array can be realized select
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3786
    • 提供者:郑力
  1. three-dimensional-array

    0下载:
  2. C/C++语言动态申请二维数组和三维数组的几种方法-C/C++ language dynamic several ways to apply for a two-dimensional arrays and three-dimensional array
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:366976
    • 提供者:roc
  1. bianli

    0下载:
  2. 图的深度及广度遍历 首先创建一个无向图,顶点用一个一维数组存储,弧用一个二维数组存储,不相邻顶点之间设置无限大。深度遍历时设置顶点的布尔函数,访问过的顶点布尔值为true,递归调用DFS函数。广度遍历时,结合队列的存储方式,进行遍历。-Figure traverse the depth and breadth of First create a non-directed graph, vertex with a one-dimensional array to store the arc w
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:7880
    • 提供者:周天行
  1. c_tuixiangzi

    0下载:
  2. 纯C语言写的推箱子游戏。推箱子游戏是一款很有趣味的游戏,其开发过程有一定的技巧和方法,其中涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识。-Pure C language to write Sokoban game. Sokoban game is a very interesting game, certain skills and methods in the development process, which comes to the knowledge of the sof
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:46169
    • 提供者:kaigo
  1. shuzu3

    0下载:
  2. 对二维数组的处理,如何对整个数组内容进行比较,运算等等内容-Comparison, arithmetic, and so on, and how the entire contents of the array contents of the two-dimensional array of processing
  3. 所属分类:Button control

    • 发布日期:2017-11-18
    • 文件大小:174261
    • 提供者:
  1. N-lines-before-output-Triangle

    0下载:
  2. 一、 输入一个正整数n,通过程序输出杨辉三角的前n行,并输入一个正整数m,若m在杨辉三角中存在,输出所在位置的行列。 (1) 输入正整数n,输出杨辉三角形的前n行,1<n<20。要求至少给出四种解法:不使用任何数组,只使用一维数组,只使用二维数组,使用递归。 (2) 输入正整数m, 若m在杨辉三角形中存在,输出所在位置的行列编号。-Enter a positive integer n, the first n rows of Pascal' s Triangle pro
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:41206
    • 提供者:Frank.Soo
  1. reverse

    0下载:
  2. 输入一个36个数的二维数组,之后将其逆置后输出。-Enter a 36 the number of two-dimensional array, after inverse output after the set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:2799
    • 提供者:沈金山
  1. tanchishe

    0下载:
  2. 二维数组+GDI写的贪吃蛇,timer控件控制时间,可以自己调整速度-Two-dimensional the array+GDI write Snake, timer controls, control time, can adjust the speed
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:62928
    • 提供者:万帅
  1. blockbs

    0下载:
  2. 实现博客自动登录加上语音密码与二维数组进行交替式更换的自动识别功能-The blog automatically login plus the the voice password with the two-dimensional array of alternating replacement automatic recognition
  3. 所属分类:JavaScript

    • 发布日期:2017-11-27
    • 文件大小:22197
    • 提供者:czc
  1. 7.13

    0下载:
  2. 返回二维数组中的最大元素的位置 public static int[] locationLargest(double[][] a)-The Back the location of the largest element in the two-dimensional array public static int [] locationLargest (double [] [] a)
  3. 所属分类:Applet

    • 发布日期:2017-12-02
    • 文件大小:3412
    • 提供者:kevin
  1. 2

    0下载:
  2. 若矩阵Am?n中的某一元素A[i][j]是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵的一个鞍点。假设以二维数组存放矩阵,试编写一个函数,确定鞍点在数组中的位置(若鞍点存在时),并分析该函数的时间复杂度。 -If the matrix Am? N of an element A [i] [j] is the minimum value of the i-th row, is also the maximum value of the j-th column in the,
  3. 所属分类:Oracle

    • 发布日期:2017-11-21
    • 文件大小:8621
    • 提供者:王二牛
  1. 1.2-text

    0下载:
  2. 使用Visual C++编写的二维数组操作程序-2D array manipulation program written in Visual C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:456676
    • 提供者:邓心欢
  1. maze

    0下载:
  2. C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:2653
    • 提供者:
  1. zzzzz

    0下载:
  2. 比较两个较大的二维数组的相同的个数的数目,并计数-Compare two larger number of the same number of the two-dimensional array, and counting,
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:821
    • 提供者:sir
  1. CPP

    0下载:
  2. 初始化两个二维数组,数组元素由随机函数获取,实现矩阵转置后返回主函数输出-Initialize two dimensional array, the array elements to obtain by the random function to return to the main function of the output matrix transpose
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:220355
    • 提供者:荣凯悦
  1. ex1

    0下载:
  2. 用for循环产生4行100列的二维数组,数组成员如下: 1,2,3.......100 100,99,98.......1 6,7,8.......105 105,104,103......6 -For loop generates 4 rows of 100 two-dimensional array, the array members are as follows: 1, 2, 3 ....... 100 100,99,98 ....... 1 6,7,8
  3. 所属分类:LabView

    • 发布日期:2016-01-26
    • 文件大小:77824
    • 提供者:sun
  1. 求一个3*3矩阵对角线元素之和

    0下载:
  2. 题目:求一个3*3矩阵对角线元素之和 ___________________________________________________________________ 程序分析:利用双重for循环控制输入二维数组,再将a累加后输出。-Topic: for a 3* 3 matrix diagonal element the sum ______________________________________________________
  3. 所属分类:其他小程序

    • 发布日期:2016-01-24
    • 文件大小:3072
    • 提供者:崔嬴
  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. Saddle-point-learning

    0下载:
  2. C语言求二维数组鞍点的问题 saddle point-C language seeking a two-dimensional array of saddle point problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:367902
    • 提供者:cpufo
  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 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 37 »
搜珍网 www.dssz.com