Support Vector Machine toolbox for Matlab
標(biāo)簽: Support Machine toolbox Matlab
上傳時間: 2016-05-23
上傳用戶:希醬大魔王
用于編寫vector.c,該代碼可以在win或者在類unix環(huán)境下都可以編譯
上傳時間: 2013-12-23
上傳用戶:qweqweqwe
貪吃蛇*要點分析: *1)數(shù)據(jù)結(jié)構(gòu):matrix[][]用來存儲地圖上面的信息,如果什么也沒有設(shè)置為false, * 如果有食物或蛇,設(shè)置為true;nodeArray,一個LinkedList,用來保存蛇的每 * 一節(jié);food用來保存食物的位置;而Node類是保存每個位置的信息。 *2)重要函數(shù): * changeDirection(int newDirection) ,用來改變蛇前進的方向,而且只是 * 保存頭部的前進方向,因為其他的前進方向已經(jīng)用位置來指明了。 其中newDirection * 必須和原來的direction不是相反方向,所以相反方向的值用了同樣的奇偶性。在測試 * 的時候使用了direction%2!=newDirection%2 進行判斷。 * moveOn(),用來更新蛇的位置,對于當(dāng)前方向,把頭部位置進行相應(yīng)改變。如果越界, * 結(jié)束;否則,檢測是否遇到食物(加頭部)或身體(結(jié)束);如果什么都沒有,加上頭部, * 去掉尾部。由于用了LinkedList數(shù)據(jù)結(jié)構(gòu),省去了相當(dāng)多的麻煩。
標(biāo)簽: matrix 貪吃蛇 分 數(shù)據(jù)結(jié)構(gòu)
上傳時間: 2014-06-14
上傳用戶:cjf0304
svr(support vector regression),即支持向量回歸,是人工神經(jīng)網(wǎng)絡(luò)的一種學(xué)習(xí)算法。可用于數(shù)據(jù)預(yù)測等。
標(biāo)簽: regression support vector svr
上傳時間: 2013-12-19
上傳用戶:dsgkjgkjg
% DYNMODES calculates ocean dynamic vertical modes % taking a column vector of Brunt-Vaisala values (Nsq) at % different pressures (p) and calculating some number of % dynamic modes (nmodes). % Note: The input pressures need not be uniformly spaced, % and the deepest pressure is assumed to be the bottom.
標(biāo)簽: Brunt-Vaisala calculates DYNMODES vertical
上傳時間: 2013-12-06
上傳用戶:busterman
渲染可伸縮矢量圖形(Scalable Vector Graphics,SVG)的函數(shù)
標(biāo)簽: Scalable Graphics Vector 可伸縮
上傳時間: 2013-12-25
上傳用戶:stampede
A 2-D ECG compression algorithm based on wavelet transform and vector quantization
標(biāo)簽: quantization compression algorithm transform
上傳時間: 2016-06-27
上傳用戶:sammi
操作系統(tǒng) vector銀行家算法 可以參考啊
標(biāo)簽: vector 操作系統(tǒng) 家 算法
上傳時間: 2016-06-28
上傳用戶:wangdean1101
Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filter
標(biāo)簽: associated difference equations the
上傳時間: 2014-06-12
上傳用戶:釣鰲牧馬
ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - vector of channel outputs (matrix for MIMO again, just like x matrix) % create noise vector sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white
標(biāo)簽: transmission simulator Channel inputs
上傳時間: 2016-07-22
上傳用戶:kelimu
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1