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

Search list

[Special Effectsbitmap

Description: 读取bmp图像的灰度值,用一维数组输出!-Bmp image to read the gray value, using one-dimensional array of output!
Platform: | Size: 1301504 | Author: 曾轶飞 | Hits:

[matlabPattern

Description: 波束形成的一些程序 极坐标下的 有圆阵和线阵-Beamforming polar coordinates some of the procedures under the circular array and have linear array
Platform: | Size: 73728 | Author: lwx | Hits:

[Algorithm2

Description: 中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle.-ACM South Division title race Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1* 1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle.
Platform: | Size: 1024 | Author: 王建华 | Hits:

[SCMAudio_Homing_Robot

Description: Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance applications. The Adaptive Communications and Signals Processing Group (ACSP) research group at Cornell specializes in studying various aspects of autonomous vehicle control. Previously, ACSP has examined video sensing for autonomous control. Our goal is to build on their previous research to incorporate audio source tracking for autonomous control.
Platform: | Size: 274432 | Author: 张子凤 | Hits:

[matlabarray

Description: 四个偶极子天线的特性分析。包括场特性,方向图等-Four dipole antenna characteristic analysis. Including market characteristics, such as the direction of graph
Platform: | Size: 1024 | Author: 徐永杰 | Hits:

[matlabcyclic_MUSIC

Description: 圆形天线阵列MUSIC算法的matlab实现,有详细注释-Circular antenna array MUSIC algorithm matlab realize, there are detailed notes
Platform: | Size: 1024 | Author: | Hits:

[Other systemsantenna

Description: 本程序仿真了二元对称偶极子天线的辐射方向图,以及单元因子和阵因子。-This procedure simulated binary symmetric dipole antenna radiation pattern, as well as cell factor and array factor.
Platform: | Size: 143360 | Author: ck | Hits:

[Windows DevelopJosephus

Description: Josephus算法,约瑟夫问题利用数组结构进行解决;C++源码;-Josephus algorithms, Joseph problems to solve using the array structure C++ Source
Platform: | Size: 1024 | Author: yangjun | Hits:

[3D GraphicHuffman

Description: 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set the value of each node to the number of times that its symbol appears in the data stream. 3) Create a Minimum-Heap of N nodes. 4) Add every node whose value is greater than zero to the heap. 5) Extract the best two nodes in the heap. 6) Create a parent node whose children are the two extracted nodes. 7) Add the parent node to the heap. 8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap). 9) Extract the last node in the heap. The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream. The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.-So far seen the most convenient huffman coding, efficient write a foreigner, I have research value Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes , representing N possible symbols (ranging between 0 and N-1) .2) Set the value of each node to the number of times that its symbol appears in the data stream.3) Create a Minimum-Heap of N nodes.4) Add every node whose value is greater than zero to the heap.5) Extract the best two nodes in the heap.6) Create a parent node whose children are the two extracted nodes.7) Add the parent node to the heap.8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap) .9) Extract the last node in the heap.The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream.The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.
Platform: | Size: 17408 | Author: 游弋人生 | Hits:

[VHDL-FPGA-Verilogante

Description: 智能天线自适应LMS算法,假设具有4个天线阵元。-Smart antenna adaptive LMS algorithm, the assumption that with four million antenna array.
Platform: | Size: 4096 | Author: 黄虎 | Hits:

[OtherModernDesignofAntenna

Description: 近代天线设计 800余页 一、天线辐射原理 二、偶极和单极天线 三、缝隙天线 四、环天线 五、行波天线 六、非频变天线 七、喇叭天线 八、反射面天线 九、透镜天线 十、微带天线 十一、相控阵天线 十二、自适应天线阵 十三、天线阵综合 -Modern antenna design more than 800 pages a second antenna radiation principle, dipole and monopole antenna three or four-slot antenna, loop antenna V. traveling wave antenna of six, seven non-frequency-dependent antenna, horn antenna eight, nine reflector antenna, lens 10 antennas, microstrip antennas 11, 12 phased array antenna, adaptive antenna array 13, the integrated antenna array
Platform: | Size: 9606144 | Author: plantain | Hits:

[Oracleocitest

Description: oci函数批量插入数据,使用绑定数组的方法,一次批量绑定2000条,代码经过编译测试。-oci function of bulk insert data, use the bind array method, a 2000 bound volume, compiled test code.
Platform: | Size: 386048 | Author: junally | Hits:

[Otherconformal_antenna

Description: 上传了几篇有关圆柱共形微带天线及其阵列相关的文章-From a few relevant cylindrical conformal microstrip antenna and its array of related articles
Platform: | Size: 5597184 | Author: henry | Hits:

[matlabGenetic_Algorithm_optimize_the_phases_of_antenna_a

Description: 用matlab开发的遗传算法来综合实现天线阵方向图的波束赋形-Matlab developed using genetic algorithm to realize an integrated pattern of antenna array beamforming
Platform: | Size: 330752 | Author: 王建 | Hits:

[JSP/Javainsert-element-into-sorted-array

Description: A Java example to insert element into sorted array
Platform: | Size: 1024 | Author: tommy | Hits:

[Windows Developdarts-0.32.tar

Description: double array trie的实现,是从国外的网站下载的-realize the double array trie is from abroad site download
Platform: | Size: 234496 | Author: 罗平 | Hits:

[Otherarray

Description: c和c++动态数组的实现.visual studio 2008下编译通过-c and c++ realize dynamic array. visual studio 2008 under the compiler through
Platform: | Size: 214016 | Author: 陈利聪 | Hits:

[MPIexercise1

Description: 在软件MAX+plus II环境中,设计了一台RISC模型机,具有以下功能:输入包含10个整数(无符号数)的数组M,按从小到大的顺序输出这10个数。-In terms of software MAX+ Plus II environment, the design model of a RISC machine, has the following features: input contains 10 integer (unsigned number) of the array M, according to the order from small to large number of the output of these 10.
Platform: | Size: 937984 | Author: 陈自分 | Hits:

[Audio programTestReadWav

Description: c++写的比较规范的读取wav文件然后将其数据保存的数组里。-c++ written in a fairly standard wav file and then read the data saved in the array.
Platform: | Size: 14336 | Author: Ma xianzhe | Hits:

[OtherMicrophone_Array_Signal_Processing

Description: 《Microphone Array Signal Processing》,2008年新出的一本关于麦克风阵列处理的好书。- Microphone Array Signal Processing , 2008-year out of a good book on the microphone array processing.
Platform: | Size: 2706432 | Author: 王青云 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net