搜索资源列表

  1. structArrayTest

    0下载:
  2. 一个用C#开发的测试结构数组使用方法的程序!望赐教!-a C# development of the structure of the array tests use procedures! Look enlighten!
  3. 所属分类:C#编程

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:流程
  1. arraytemp

    0下载:
  2. 一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。-an array of stl, has implemented a copy constructor function, indexed Operator, containing the test.
  3. 所属分类:STL

    • 发布日期:2024-04-27
    • 文件大小:131072
    • 提供者:杨世瀚
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-27
    • 文件大小:5120
    • 提供者:叶振华
  1. 阵列信号处理1

    0下载:
  2. 一个西电的阵列信号处理讲义,对初学者应该有用PDF文件-a West-- the array signal processing notes, should be useful for beginners PDF files
  3. 所属分类:电子书籍

    • 发布日期:2024-04-27
    • 文件大小:497664
    • 提供者:纪晓岚
  1. Beampattern

    0下载:
  2. 麦克风阵列形成的波束beampattern图形,可调整麦克间距和信号带宽来得到需要的波束图-microphone array beam forming the beampattern graphics, Mike adjustable spacing and the signal bandwidth they need to beam map
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:flyyynmgirl
  1. TLS

    0下载:
  2. 麦克风阵列的TLS自适应波束形成算法仿真,麦克间距和输入信号带宽可调,通过调整参数达到需要的输出-microphone array of adaptive beamforming TLS algorithm simulation, Mike spacing and adjustable input signal bandwidth. by adjusting the parameters of the needs of the outp
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:杨杨
  1. polardb

    0下载:
  2. 画麦克风阵列的极坐标图,需要输入角度范围,增益,增益范围等参数-painting microphone array of polar map, the need to import perspective, gain and range parameters
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:杨杨
  1. How to implement the FFT algorithm

    0下载:
  2. Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be
  3. 所属分类:Windows编程

    • 发布日期:2024-04-27
    • 文件大小:27648
    • 提供者:冰城
  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和
  3. 所属分类:书籍源码

    • 发布日期:2024-04-27
    • 文件大小:15360
    • 提供者:许愿
  1. Dynamicarray

    0下载:
  2. 动态数组应用实例,简单介绍如何使用动态数组-dynamic array example, a brief introduction on how to use dynamic arrays
  3. 所属分类:界面编程

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:邓江
  1. doa

    0下载:
  2. 本程序为阵列信号处理中的波达方向角估计的MATLAB程序,可以学习后优化代码.-procedures for the array of signal processing DOA estimation MATLAB, we can learn from optimized code.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:141312
    • 提供者:王阳
  1. matrixclasslibraries

    0下载:
  2. 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector eleme
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:7168
    • 提供者:
  1. MARBURG

    0下载:
  2. Routine marburg: To estimate the AR parameters by Burg algorithm. Input Parameters: n : Number of data samples ip : Order of autoregressive process x : Array of complex data samples x(0) through x(n-1) Ou
  3. 所属分类:波变换

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:king_key
  1. bmptoarray

    0下载:
  2. 通过输入BMP位图名称,将256色BMP位图转换成16制数组.需要手动复制数组数据-through input from Bitmap name, will 256-color bitmap BMP converted into 16 array system. the need for manual data replication array
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:
  1. sarray20

    0下载:
  2. 一个动态数组设置程序,可以增加,删除数组头,尾,和一般数组效率比较等-a dynamic array setup program can add, delete arrays head, tail, and the general comparison of the efficiency of the array
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-04-27
    • 文件大小:28672
    • 提供者:liuyidao
  1. TCL_learning

    0下载:
  2. TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:434176
    • 提供者:王力
  1. ArrayRadarSignalProcess

    0下载:
  2. 阵列雷达信号处理工具箱 阵列雷达信号处理工具箱-Array Radar Signal Processing Toolbox Array Radar Signal Processing Toolbox
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-27
    • 文件大小:9733120
    • 提供者:jfg
  1. circulararraymusic

    0下载:
  2. 介绍了一种均匀圆阵doa的music源程序-introduces a uniform circular array of music source DOA
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:zb821
  1. Smart_AntennaB

    0下载:
  2. This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation And Null Steering Algorithm For The Weights Estimation To The Required O
  3. 所属分类:书籍源码

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:小尹
  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类
  3. 所属分类:文件操作

    • 发布日期:2024-04-27
    • 文件大小:11264
    • 提供者:青衣
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org