Welcome![Sign In][Sign Up]
Location:
Search - array

Search list

[Embeded-SCM Developlcd

Description: LCD的源代码,还包括图像数组转换软件-LCD source code, but also includes image array conversion software
Platform: | Size: 520192 | Author: 承诺 | Hits:

[Crack Hackquick

Description: 关于数组排序的经典程序。-Sorting an array of classical procedures.
Platform: | Size: 1024 | Author: 徐玉功 | Hits:

[Mathimatics-Numerical algorithms100!

Description: 100阶乘的数组存储算法-100 factorial array storage algorithm
Platform: | Size: 1024 | Author: 何丢 | Hits:

[Windows DevelopLibrary of Array Routines

Description: 一个vb数组操作函数的类库-an array manipulation functions of the library
Platform: | Size: 6144 | Author: 张花 | Hits:

[Other!实例研究:Array类

Description: 运算符重载数组的整体输入与输出-Operator whole array of input and output
Platform: | Size: 160768 | Author: 成龙 | Hits:

[ADO-ODBCDataSource Array

Description: DataSource Array的例子程序-DataSource Array example procedures
Platform: | Size: 1024 | Author: | Hits:

[CSharpstructArrayTest

Description: 一个用C#开发的测试结构数组使用方法的程序!望赐教!-a C# development of the structure of the array tests use procedures! Look enlighten!
Platform: | Size: 2048 | Author: 流程 | Hits:

[STLarraytemp

Description: 一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。-an array of stl, has implemented a copy constructor function, indexed Operator, containing the test.
Platform: | Size: 131072 | Author: 杨世瀚 | Hits:

[Internet-NetworkYCArray

Description: /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/-/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /
Platform: | Size: 5120 | Author: 叶振华 | Hits:

[Books阵列信号处理1

Description: 一个西电的阵列信号处理讲义,对初学者应该有用PDF文件-a West-- the array signal processing notes, should be useful for beginners PDF files
Platform: | Size: 497664 | Author: 纪晓岚 | Hits:

[matlabBeampattern

Description: 麦克风阵列形成的波束beampattern图形,可调整麦克间距和信号带宽来得到需要的波束图-microphone array beam forming the beampattern graphics, Mike adjustable spacing and the signal bandwidth they need to beam map
Platform: | Size: 1024 | Author: flyyynmgirl | Hits:

[matlabTLS

Description: 麦克风阵列的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 output
Platform: | Size: 2048 | Author: 杨杨 | Hits:

[matlabpolardb

Description: 画麦克风阵列的极坐标图,需要输入角度范围,增益,增益范围等参数-painting microphone array of polar map, the need to import perspective, gain and range parameters
Platform: | Size: 2048 | Author: 杨杨 | Hits:

[Windows DevelopHow to implement the FFT algorithm

Description: 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 modified according to the needs of the user. I ve studied the FFT algorithm when I was developing a software to make frequency analysis on a sample of captured sound.-Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of co mplex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I wa s developing a software to make frequency Analytics sis on a sample of captured sound.
Platform: | Size: 27648 | Author: 冰城 | Hits:

[source in ebookdatastr

Description: 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(需重载 == 和 < 运算符)-data structure array.h : security arrays can be automatically size (random access, but expanded inefficient) linkedlist.h : General Linked List (available random access, the visit inefficient) dclinkedlist : two-way cycle Chain (non-random access, insertion, Traversing the efficiency higher than ordinary Chain) hashtable.h : Hash Table (using keys logo elements, keys to the same element that is considered equal. take Heavy == Operators Hash with user-defined functions) binstree.h : Binary Tree Search (and required heavy ==
Platform: | Size: 15360 | Author: 许愿 | Hits:

[GUI DevelopDynamicarray

Description: 动态数组应用实例,简单介绍如何使用动态数组-dynamic array example, a brief introduction on how to use dynamic arrays
Platform: | Size: 1024 | Author: 邓江 | Hits:

[Otherdoa

Description: 本程序为阵列信号处理中的波达方向角估计的MATLAB程序,可以学习后优化代码.-procedures for the array of signal processing DOA estimation MATLAB, we can learn from optimized code.
Platform: | Size: 141312 | Author: 王阳 | Hits:

[Other(Ewiley)OptimumArrayProcessing

Description: (Ewiley)Optimum Array Processing 用于做阵列信号处理的一本好书,苦苦寻觅才找到的-(Ewiley) Optimum Array Processing spent array signal processing a good book, they will find hard to find the
Platform: | Size: 55899136 | Author: 洛阳 | Hits:

[Othermatrixclasslibraries

Description: 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为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 elements of a start to an index, not 0. This is particularly noteworthy. This is the C language is not the same array
Platform: | Size: 7168 | Author: | Hits:

[WaveletMARBURG

Description: 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) Output Parameters: ep : Real variable representing driving noise variance a : Array of complex AR parameters a(0) to a(ip) ierror=0 : No error =1 : ep<=0 . ef : complex work array. ef[0] to ef[n-1] eb : complex work array. eb[0] to eb[n-1] in chapter 12-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) Output Parameters: ep: Real variable representing driving noise variance a: Array of complex AR parameters a (0) to a (ip) ierror = 0: No error = 1: ep <= 0. ef: complex work array. ef [0] to ef [n-1] eb: complex work array. eb [0] to eb [n-1] in chapter 12
Platform: | Size: 1024 | Author: king_key | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net