-
Matlab_jiaocheng
matlab的基本教程,适合初学者学习使用。(matlab basic tutorial, suitable for beginners learning to use.)
- 2008-03-05 02:09:36下载
- 积分:1
-
matlab_tongxin
matlab通信与仿真,ppt,M脚本,不仅有ppt讲解,还有matlab代码示例(matlab communication and simulation, ppt, M script, not only to explain ppt, there are examples of matlab code)
- 2010-11-15 16:35:44下载
- 积分:1
-
SpatiallyAdaptiveTotalVariation
Spatially Adaptive Total VariationSpatially Adaptive Total Variation
- 2010-12-14 00:49:51下载
- 积分:1
-
linearizeabt_5deg_yaw
The linearized model of a quadrotor about a 5 degree yaw angle in Simulink.
- 2011-05-31 06:05:11下载
- 积分:1
-
FCM-sugeno
fuzzy logic program for sugeno
- 2011-11-29 05:49:27下载
- 积分:1
-
yangjinchuan
关于bpsk的ber仿真与理论性能比较,可运行(Ber simulation and theoretical performance on bpsk comparison, you can run)
- 2013-11-26 20:11:30下载
- 积分:1
-
zixiangguan
用MATLAB实现的自相关的算法源程序,不错(Using MATLAB realize the auto-correlation algorithm source code, it is true)
- 2008-03-29 17:00:43下载
- 积分:1
-
MVDR
说明: 自己编写的基于奇异值分解的MVDR方法进行信号频率估计的Matlab代码。
(Matlab code of the MVDR method of frequency estimation based on singular value decomposition.)
- 2010-04-23 10:11:18下载
- 积分:1
-
Untitled2
实现参数辨识,可以自己更改当中的某些参数,实现不同对象的参数辨识(To achieve parameter identification, which can change some of their parameters, to achieve parameter identification of different objects)
- 2011-10-28 17:03:33下载
- 积分: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