CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 2-dimension array

搜索资源列表

  1. MWINDOW

    0下载:
  2. Routine mwindow: To Obtain Window Function. Input parameters: n : the length of window data. iwindow: window type desired. if : iwindow=1: rectangular window , =2: triangular window , =3: cosin window , =4: Hanning window , =5: Ham
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:990byte
    • 提供者:汤长春
  1. MAMPRES

    0下载:
  2. Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:969byte
    • 提供者:king_key
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. Pointer_2demension_array-

    0下载:
  2. 在C++中,三位数组和二维数组不能够动态生成,但是可以使用指针来动态生成数组空间-In programming language C++, the 3 dimension array and 2 dimension array cannot be generated dynamically, however we can use pointer to generate the array
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:291.05kb
    • 提供者:zhangjing
  1. FFT

    1下载:
  2. 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:202.21kb
    • 提供者:张诚
  1. myGraph

    0下载:
  2. Search Graph in 2 dimension array
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:669byte
    • 提供者:Ilis
  1. two_dimension_array

    0下载:
  2. 摘 要 : 在堆中模拟生成二维数组-a simulator that generates 2-dimension-array in heap space, using operator new/delete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:614byte
    • 提供者:ocree
  1. jinzhizhh

    0下载:
  2. 实现各种进制转换,产生随机数。产生随机数的函数,返回值类型为 Long 数组,下标从零开始。注意:随机位数最多为9!注意 任何数据类型的数组都需要 20 个字节的内存空间,加上每一数组维数占 4 个字节,再加上数据本身所占用的空间。数据所占用的内存空间可以用数据元数目乘上每个元素的大小加以计算。例如,以 4 个 2 字节之 Integer 数据元所组成的一维数组中的数据,占 8 个字节。这 8 个字节加上额外的 24 个字节,使得这个数组所需总内存空间为 32 个字节。-Achieve a va
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:9.87kb
    • 提供者:jj
  1. First_Test1

    0下载:
  2. 1、使用System.Array类的方法获取已知数组(数组元素为80,90,67,89,78,85,45,69,77,95)的维数、长度,并对数组排序、反转。 提示:Rank,Length,Sort(),Reverse() 2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。 任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:55.83kb
    • 提供者:xiaobai66393
  1. pack_sobi_instantaneous_cp3

    1下载:
  2. 二阶欠定盲分离程序,经典,完整,让您一目了然,请放心使用,原汁原味的matlab代码及详细的英文标注。-ack sobi_cp3 Second Order Blind Identification via Candecomp/Parafac order-3 (CP3) to solve linear instantaneous Blind Source Separation (BSS). sobi_cp3 allows to handle the exactly-det
  3. 所属分类:matlab例程

    • 发布日期:2017-05-26
    • 文件大小:5.02mb
    • 提供者:李振涛
  1. Array-made-of-double-linked-lists

    0下载:
  2. the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:sundos
  1. arrays

    0下载:
  2. 一个使用向量和矩阵运算的历程。介绍了使用方法。-An example of how to set up arrays in C++. In particular, we note that vectors are easy to declare with fixed or dynamic dimensions, but that arrays of dimension 2 or greater aren t easy to declare dynamically. The example sho
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.34kb
    • 提供者:蔡文杰
  1. capon

    0下载:
  2. 基于3个正交均匀直线阵的二维Capon来估计信号的二维DOA,利用其中一个线阵来组合其他2个线阵分别估计的一维DOA-Based on 3 orthogonal uniform linear array of two-dimensional Capon to estimate the signal of the two-dimensional DOA, using one of the linear array to the combination of the other 2 linear a
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:江东
  1. Matlab-draw

    0下载:
  2. 如何读取数据 textread,例如通过x textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画二维曲线图 plot,例如 plot(x,y, ob- , linewidth , 2)可以画分别以xy为横纵坐标的二维曲线,线型由ob-决定。 -How to read the data textread, for example, through x textrea
  3. 所属分类:matlab

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:古真
  1. matlab

    0下载:
  2. 如何读取数据textread,例如通过xin textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组xin中,且xin的维数和大小会自动与文件x_inlet.txt的相匹配。 如何设定坐标轴范围和坐标间距axis,set 例如 axis([0,7,0,12,-10,2])表示xyz坐标范围分别为0~7,0~12,-10~2,set(gca, XTick ,[0:1:7])表示x坐标范围为0~7,坐标间距为1.-How can we read
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-14
    • 文件大小:651byte
    • 提供者:古真
  1. Dynamic_Grid_1_code

    0下载:
  2. The post is devoted to the Wpf data grid with dynamically defined number of rows and columns but all cells has the same size.
  3. 所属分类:.net编程

    • 发布日期:2017-12-31
    • 文件大小:26kb
    • 提供者:Reznykov
  1. chan

    0下载:
  2. 二维情况的chan定位算法,1994年原版论文代码实现,可以支持远近和linear nonlinear四种模式(2 dimension chan algorithm, TDOA localization. Including near, far field and linear nonlinear sensor array)
  3. 所属分类:数学计算

搜珍网 www.dssz.com