-
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
-
dip3
this is a digital image processing project on canny edge detection and color filter done in matlab .m files included
- 2011-05-27 17:58:06下载
- 积分:1
-
MP-and-OMP
匹配追踪和正交匹配追踪的matlab程序 非常有用 非常详细(Matching Pursuit and Orthogonal Matching Pursuit matlab program very useful very detailed)
- 2014-11-04 09:40:04下载
- 积分:1
-
(Solutions)
MATLAB信号处理Digital image processing using matlab一书的课后解答(MATLAB signal processing DIgital Image PRocessing an after-school book answers)
- 2014-02-11 10:10:32下载
- 积分:1
-
matlab
matlab入门,一些基本规则,算法,书中还有一些实用的例子(matlab entry, some basic rules, algorithms, there are some practical examples of the book)
- 2011-07-12 16:10:51下载
- 积分:1
-
guidesign001
matlab GUI示例程序,内有详细说明(Matlab GUI sample program, described in detail)
- 2012-05-28 13:36:48下载
- 积分:1
-
garada
STK软件平台对garada卫星系统的仿真,可见性,覆盖面积和经历时间分析(simulink of satellite system by STK )
- 2013-09-03 10:35:42下载
- 积分:1
-
MPC
多变量预测控制,运用于两输入两输出的情况,显示输入输出。(Multivariable predictive control, applied to the case of two-input two outputs, display input and output.)
- 2013-09-12 21:26:28下载
- 积分:1
-
simulation-of-OFDM-system
几乎包括所有的OFDM所需要的源程序,包括信道模型,循环前缀等源代码(inculding almost all OFDM source code )
- 2011-07-19 21:52:43下载
- 积分:1
-
myaa
matlab圆滑曲线及曲面程序,有效去除作出的曲线和曲面的锯齿(matlab program sleek curves and surfaces, effectively removing jagged curves and surfaces )
- 2014-11-17 15:23:33下载
- 积分:1