C/C++常用的數(shù)據(jù)結(jié)構(gòu)類 包括: array.h: 安全數(shù)組,可自動增長大?。S機訪問,但擴充時效率低) linkedlist.h: 普通鏈表(可隨機訪問,但訪問效率低) dclinkedlist: 雙向循環(huán)鏈表(不可隨機訪問,但插入、遍歷的效率都比普通鏈表高) hashtable.h: 哈希表(使用鍵值標識元素,鍵值一樣的元素即認為相等,需重載 == 運算符并由用戶定義哈希函數(shù)) binstree.h: 二叉搜索樹(需重載 == 和 < 運算符) avltree.h: AVL 樹(需重載 == 和 < 運算符)
標簽: array 數(shù)據(jù)結(jié)構(gòu) 數(shù)組
上傳時間: 2014-01-02
上傳用戶:秦莞爾w
This MATLAB code calculates the array factor for N element linear array. N單元線性陣列的方向圖函數(shù)MATLAB仿真代碼
標簽: MATLAB array calculates element
上傳時間: 2014-01-18
上傳用戶:海陸空653
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for apattern.函數(shù)“arect”是給出一個方向圖的3D圖。函數(shù)“makepattern”是計算一個陣列方向圖的值。
標簽: pattern makepattern displays computes
上傳時間: 2016-12-09
上傳用戶:zm7516678
A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on transmit and receive LFM waveform parameters.計算具有收發(fā)線性調(diào)頻波形參數(shù)的相位權(quán)重的16單元線性匹配濾波器
標簽: constant matched element weights
上傳時間: 2014-07-19
上傳用戶:siguazgb
double corner_pt[3]={10,10,10} char * edge_len[3]={"30","20","10"} tag_t blk_tag UF_MODL_create_block1(UF_NULLSIGN,corner_pt, edge_len,&blk_tag)
標簽: 10 corner_pt edge_len blk_tag
上傳時間: 2016-12-19
上傳用戶:chenbhdt
對double型的向int型轉(zhuǎn)換的出錯問題的校正
上傳時間: 2014-01-10
上傳用戶:秦莞爾w
除零異常和捕獲三種類型異常,int,char,double類型的異常.
上傳時間: 2017-01-15
上傳用戶:515414293
A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array geometry. User can specify the array geometry, directions of incoming signals, noise power, and the type of beamformer. Useful for gaining insight about collaborative beamforming in sensor networks and random arrays. You need both randomarray.fig and randomarray.m to work.
標簽: beamformer narrowband realizing radiation
上傳時間: 2014-01-06
上傳用戶:qb1993225
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戲","繼續(xù)游戲","游戲設(shè)置","高分榜","游戲幫助","退出游戲"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 構(gòu)造方法 * */
標簽: public CircleMenuCanvas implements Runnable
上傳時間: 2014-01-08
上傳用戶:zhaoq123
3d dipole array pattern simulation very nice
標簽: simulation pattern dipole array
上傳時間: 2013-12-27
上傳用戶:xaijhqx
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1