-
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
-
Matlab-senior-notes(3)
Matlab高级讲义-控制系统的数学描述与建模(Matlab senior notes- the mathematical description of the control system and modeling)
- 2011-12-24 21:12:57下载
- 积分:1
-
FF-RLST
系统辨识中的递归最小二乘参数估计的matlab程序算法(System Identification of recursive least-squares parameter estimation algorithm matlab program)
- 2011-10-18 15:53:08下载
- 积分:1
-
CCppt
Clear Case briefly introduction power point
- 2013-09-25 10:03:02下载
- 积分:1
-
galib246
遗传算法的一个07版本,可以让初学者有入门,让有一定基础的同志有进阶。(07 version of a genetic algorithm that allows beginners get started, so that some comrades are based Advanced.)
- 2011-04-29 09:48:08下载
- 积分:1
-
isctest
matlab程序,一种快速ICA算法,用于混合信号盲分离,可应用于通信系统信号处理(matlab program, a fast ICA algorithm for blind separation of mixed signals, signal processing can be used in communication systems)
- 2013-11-08 19:12:37下载
- 积分:1
-
MATLABp2BCSharpp2Bbook
讲matlab和c#混合编程的电子书,英文版,里面例子较多(Mixed matlab and c# programming e-books, English speaking, which examples are more)
- 2012-08-01 16:21:46下载
- 积分:1
-
InsProDisk.Partial.Src
InsProDisk.Partial.Src.rar 一个虚拟硬盘的源代码,用户级别的(InsProDisk.Partial.Src.rar a virtual hard disk source code user level)
- 2006-11-04 00:23:43下载
- 积分:1
-
pf-segmentation-master
Matlab interface for the image segmentation algorithm of
Efficient Graph-Based Image Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer Vision, 59(2) September 2004.
- 2013-09-28 06:40:40下载
- 积分:1
-
queue
说明: 非常著名的爱尔朗公式的实现,主要对排队思想的进一步编程实现(Well-known Erlang formula to achieve, mainly on the line thinking further programming)
- 2010-04-17 11:50:00下载
- 积分:1