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

搜索资源列表

  1. c51PingYin

    0下载:
  2. C51拼音程序源码原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。-C51 Pinyin program source code using an original two-dimensional array for the lookup table, I think that' s a waste of space, and the index table address of e
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:36564
    • 提供者:bright
  1. wxp

    0下载:
  2. 可以将文本文件里面的数据读到一个二维数组里面-You can read a text file inside a two-dimensional array of data inside the text-file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2710
    • 提供者:网海水手
  1. 2

    0下载:
  2. A数组是由随机生成的且均为两位数的元素构成的6×6二维数组,在每一列中选出一个最小数,然后在所选的6个数中挑出最大的一个数,叫做“小数中的最大数”;在每一行中选出一个最大数,然后在所选的6个数中挑出最小的一个,叫做“大数中的最小数”。在文本框中分别显示这两个数。-A array is by randomly generated and double-digit elements of 6 x 6 A 2d array, each column in A minimum number of ele
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1807
    • 提供者:张一
  1. fabianyi

    0下载:
  2. 未优化模式就是原生代码,其调式期间可以和源代码一 一对应,maxspeed模式则尽可能将操作放在寄存器内完成,并且有一定的算法优化;而最小代码模式则通过合并部分代码,尽可能的通过EBP比例变址寻址,完成对二维数组的访问。 -Model is not optimized native code, and its modal period of the source code can be one correspondence, maxspeed model is designed to opera
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3359
    • 提供者:Tracy
  1. sanweidixing

    0下载:
  2. 将固定大小的地形高值二维数组转化为三维地形表示-The topography of high-value fixed-size two-dimensional array into a three-dimensional terrain that
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1057443
    • 提供者:刘冰
  1. a

    0下载:
  2. 该程序计算元胞自动机凝聚扩散的实例,附加判断二维数组的元素及其个数-The program calculated the proliferation of cellular automata examples of cohesion, the additional two-dimensional array to determine the number of elements and their
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:560
    • 提供者:fangtui
  1. Lab6-1

    0下载:
  2. 数据结构中二维数组的实现代码,利用三元组形式-Two-dimensional array data structure in the implementation of the code, using the form of triples
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2532
    • 提供者:皮皮熊
  1. cyuyan

    0下载:
  2. 用c语言编写的小程序,包括:1.给固定的方块图形填涂颜色;2.随机给二维数组赋值。3.键盘操作。-With a small c language programs, including: 1. To a fixed box graphics Tiantu color 2. Were randomly assigned to two-dimensional array. 3. Keyboard operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1511
    • 提供者:张磊
  1. hello

    0下载:
  2. 动态规划的是思想实现,快速查找最长公共字串的问题(二维数组和一维数组的实现)-adapt the DP to solve the common longest strings(two and one dimension array)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1343
    • 提供者:zhengguohua
  1. gradesofstudents

    0下载:
  2. 利用二维数组对学生的成绩进行统计并输出结果打屏幕上-The use of two-dimensional array of statistics on student performance and output on the screen to play
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:780
    • 提供者:nathan
  1. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:955152
    • 提供者:lixiang
  1. shuanfa3

    0下载:
  2. (1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案) (2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。 -(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to l
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:863639
    • 提供者:lixiang
  1. migong

    0下载:
  2. 从入口处摸墙求解,利用循环通过对墙壁的触摸来寻找出口。规定迷宫为一个二维数组,迷宫入口在二维数组第一行,出口在二维数组最后一列。-From the entrance to touch the wall solving, use of loop through the walls of touch to find export. The provisions of the maze for a two-dimensional array, the maze entrance in the two-
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205881
    • 提供者:lishan
  1. array

    0下载:
  2. 动态申请/释放二维数组,所用语言有C和C-Dynamic applications for two-dimensional array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:205667
    • 提供者:cynic
  1. binary

    1下载:
  2. 用labview实现图像的二值化,通过把图片转化为二维数组,通过和阈值比较把图像二值化-Achieved with labview binary image by the image into a two-dimensional array, and the threshold value by comparison to image binarization
  3. 所属分类:Special Effects

    • 发布日期:2015-10-28
    • 文件大小:17748
    • 提供者:zhang
  1. 7-8

    0下载:
  2. 找出一个二维数组中的鞍点,即该位置上的元素是该行上最大,在该列上最小。也可能没有鞍点。-Find a saddle point in two-dimensional array, that is, the position of the element is the bank' s largest and the smallest in the column. May not have saddle points.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:8896
    • 提供者:sun
  1. fapai

    0下载:
  2. 遍历二维数组,查找值为card的元素,输出对应的花色和面值-Two-dimensional array traversal to find the element value card, the output corresponding to the color and the face value
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:882
    • 提供者:yrq
  1. 08150851

    0下载:
  2. 从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1: M, 1: N) simulated maze, an ar
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1516
    • 提供者:de
  1. Atwodimensionalarrayofsaddlepoints

    0下载:
  2. 约瑟夫环问题、冒泡发排序、寻找二维数组鞍点,这三个小程序的学习性较高!-Joseph loop problem, bubbling hair, looking for a 2d array of saddle points, the three little program of higher learning!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:紫色雨
  1. language10-11casesofactual

    0下载:
  2. 实例10 使用一维数组统计选票  实例11 使用二维数组统计学生成绩-Instance 10 Using one-dimensional array of Statistics votes Instance 11 Student achievement using two-dimensional array of statistics
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1660
    • 提供者:SB
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »
搜珍网 www.dssz.com