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

搜索资源列表

  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:513468
    • 提供者:liyingan
  1. array

    0下载:
  2. 把二维数组数据从外部文本文件导入labview中,并实现对导入数据的按列提取,将提取后的几组数据组成新的几个二维数组显示出来,并显示其图形-The two-dimensional array of data from external text file into labview, and the realization of the import data extracted by the column, the extraction of several sets of data after
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:24481
    • 提供者:解云峰
  1. fft2d

    0下载:
  2. 用fortran法编写的二维数组的傅立叶变换程序,用户可根据需要编写输入和输出程序,这里只给出程序主体部分-Written using two-dimensional array fortran method of Fourier transform procedure, the user may need to write the input and output procedures, the main part of the program are given here only
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3778
    • 提供者:冯亦晨
  1. EMD

    0下载:
  2. 一维EMD算法 输入ip--待分解数据序列,一维列向量; 输出imf--分解后得到的IMF分量,二维数组表示;-One-dimensional EMD algorithm input ip- be decomposed data series, one-dimensional column vectors output imf- IMF components obtained after decomposition, two-dimensional array representati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1449
    • 提供者:niulei
  1. wigb

    2下载:
  2. 用于应用二维数组,生成地震记录剖面,对于地震模型的模拟数据快速生成剖面很有帮助。-A two-dimensional array for application and generates seismic records for seismic model section of analog data generated fast profile is very helpful.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1472
    • 提供者:xiaoyu
  1. KMEANS

    0下载:
  2. 对二维数组的最基础的K-means聚类算法的c++实现-Two-dimensional array of the most basic K-means clustering algorithm c++ to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2268
    • 提供者:赵文龙
  1. 5-1

    0下载:
  2. 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组,用来存放结点坐标 ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值, ie---实型二维数组,存放布尔矩阵 p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移 a,b,a---实型数组,存放各个单元的面积及由结点坐标计算的bi,bj,ci,cj g---实型数组,存放单刚子块
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1242
    • 提供者:dick
  1. migong

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:132322
    • 提供者:罗子
  1. gzq

    0下载:
  2. 已知二维向量数组,并根据已知数组能够计算出二维向量的权向量,判别函数-Known two-dimensional vector array, and the basis of known two-dimensional array to calculate the vector of the right vector, discriminant function
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:6637
    • 提供者:羽裳
  1. shuzhifenxi2

    1下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1065
    • 提供者:张涛
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. Kmean_cluster

    0下载:
  2. 进行基于最大最小方法和K均值结合的分类方法 并画出具体的分类情况,对二维数组具有鲁棒性。-Based on max-min method and combination of K-means classification method and draw a specific classification of two-dimensional array with robustness.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2947
    • 提供者:cai
  1. move

    0下载:
  2. 贪食蛇. 对于二维数组的认识.及一些小游戏的做法有一个简单的了解-贪食蛇. The understanding of two-dimensional array. And the practice of some small game has a simple understanding of
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:201636
    • 提供者:adsee1
  1. tc_3

    0下载:
  2. 该工程的功能是根据输入的二维数组的长度输出魔方数组-The project is based on the importation of the functions of the two-dimensional array length of the output array cube
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7925
    • 提供者:问路人
  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. migong

    0下载:
  2. 迷宫求解,数据结构,用二维数组存储迷宫,回朔法-Maze solving, data structure, with two-dimensional array storage maze, back to New Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1441
    • 提供者:lirunxe
  1. quxian

    0下载:
  2. 用CVI编写的对二维数组进行曲线拟和的程序。在工程中是很实用的。可拟和为直线、多项式或指数。用户需有CVI环境才可使用。-CVI prepared using two-dimensional array of curve fitting procedures. In engineering is very practical. Can be and as a straight line, polynomial or index. Users need only be used CVI envir
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6954
    • 提供者:邱守信
  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:855
    • 提供者:zzd
  1. clear

    2下载:
  2. 清除数字游戏:计算机生成一个1-100范围内的5×5的二维数组 游戏开始时,计算机给出一个数字a,由玩家从该二维数组中选择两个数字 如果两者之和为a,则将这两个数字清除(相应数组元素置0) 然后计算机再给出一个数字b,由玩家再次从剩下的数组中选择两个数字 看是否能清除,依次进行直到数组中所有数字被清除,最后计算机显示游戏时间。-Clear numbers game: a computer-generated 1-100 within the scope of 5 × 5 game
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1605
    • 提供者:KEVIN
  1. c

    0下载:
  2. 读者可以找到有用的找出一个二维数组中的马鞍点程序-Readers can find useful to find a two-dimensional array of saddle-point procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2918
    • 提供者:王碧玲
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com