-
Tiny-Lab---Matlab
Research Paper on TINY LAB based on MATLAB
- 2013-10-20 18:48:23下载
- 积分:1
-
folhas
File about pages in matlab
- 2011-06-15 00:52:06下载
- 积分:1
-
zhuanxianghuizheng
matlab下的simulink实现转向回正功能的模型(Under the model simulink matlab function to achieve a positive turning back)
- 2014-10-02 19:52:39下载
- 积分:1
-
shiww
该文件是在瑞利信道统计的基础上,给出了Clarke模型,并给出了仿真方法(Rayleigh channel statistics based on the file given Clarke model and simulation method)
- 2012-11-11 19:37:14下载
- 积分:1
-
barbar
画三维bar图,可以改变文字角度和灵活调节颜色。(Draw three-dimensional bar charts, you can change the text angle and the flexible adjustment of color.)
- 2013-01-01 17:07:17下载
- 积分:1
-
fast-ICA
fastICA2.5 ICA算法,使用快速独立分量分析(ICA)算法进行特征提取(fastICA2.5 ICA algorithm, the use of fast independent component analysis (ICA) feature extraction algorithm)
- 2011-05-16 14:01:57下载
- 积分:1
-
Joint-estimation-algorithm
上课的时候老师让我们小组做的一个载波相位与位定时联合估计的matlab仿真实现的程序,很强大的哦!呵呵,希望可以帮助到大家!(Joint estimation algorithm)
- 2012-08-26 11:08:54下载
- 积分:1
-
Simulation
All optical discrete Fourier transform processor for 100Gbps OFDM
- 2013-12-28 12:53:11下载
- 积分:1
-
MAP
卷积码的最大后验概率译码算法的一个验证matlab算法,必有注释。(Convolutional codes of maximum a posteriori probability decoding algorithm matlab an authentication algorithm, there is the Notes.)
- 2007-09-11 21:04:16下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1