Support Vector Machine toolbox for Matlab
标签: Support Machine toolbox Matlab
上传时间: 2016-05-23
上传用户:希酱大魔王
用于编写vector.c,该代码可以在win或者在类unix环境下都可以编译
上传时间: 2013-12-23
上传用户:qweqweqwe
贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方向,而且只是 * 保存头部的前进方向,因为其他的前进方向已经用位置来指明了。 其中newDirection * 必须和原来的direction不是相反方向,所以相反方向的值用了同样的奇偶性。在测试 * 的时候使用了direction%2!=newDirection%2 进行判断。 * moveOn(),用来更新蛇的位置,对于当前方向,把头部位置进行相应改变。如果越界, * 结束;否则,检测是否遇到食物(加头部)或身体(结束);如果什么都没有,加上头部, * 去掉尾部。由于用了LinkedList数据结构,省去了相当多的麻烦。
上传时间: 2014-06-14
上传用户:cjf0304
svr(support vector regression),即支持向量回归,是人工神经网络的一种学习算法。可用于数据预测等。
标签: 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.
标签: Brunt-Vaisala calculates DYNMODES vertical
上传时间: 2013-12-06
上传用户:busterman
渲染可伸缩矢量图形(Scalable Vector Graphics,SVG)的函数
标签: Scalable Graphics Vector 可伸缩
上传时间: 2013-12-25
上传用户:stampede
A 2-D ECG compression algorithm based on wavelet transform and vector quantization
标签: quantization compression algorithm transform
上传时间: 2016-06-27
上传用户:sammi
操作系统 vector银行家算法 可以参考啊
上传时间: 2016-06-28
上传用户:wangdean1101
Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filter
标签: 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
标签: transmission simulator Channel inputs
上传时间: 2016-07-22
上传用户:kelimu