-
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-soc
用于VC与matlab之间的通信,对初学者有好处(Used for communication between VC and matlab, good for beginners)
- 2011-09-09 11:03:35下载
- 积分:1
-
turbo-code
说明: 我不多说废话,这是一个完整的TURBO码的编解码程序,对想做信道编码仿真的人绝对利好,该死的20个字(I will not nonsense, it is a complete code of TURBO codec procedures, right wants to channel coding simulation of absolute good, damned 20 characters)
- 2006-05-12 12:30:09下载
- 积分:1
-
ch5_matDemo
高成编写的《matlab接口技术与应用》中例题的源代码(High into the preparation of the " matlab interface technology and applications" in the source code examples)
- 2010-10-19 22:14:10下载
- 积分:1
-
xxx
circiut battery charger used with inverter circiut
- 2013-12-24 03:49:07下载
- 积分:1
-
Lamb-wave
程序计算了压电铌酸锂薄板中Lamb波传播时的相速度(The program calculates the phase velocity of the piezoelectric thin lithium niobate when the Lamb wave propagation)
- 2014-08-20 22:11:40下载
- 积分:1
-
NLPCA
pca主成分分析,改进的pca程序源代码(pca principal component analysis, improved pca program source code)
- 2020-09-18 15:47:55下载
- 积分:1
-
Digital-Signal-Processing
数字信号处理--理论与实践 王大伦
数字信号处理--理论与实践 王大伦(Digital Signal Processing- Theory and Practice Wang Tailun)
- 2011-10-23 16:57: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
-
queue
排队买饭程序:利用队列实现,可以有好朋友一起排队。(Queuing to buy food program: the use of queues to achieve, you can have friends lined up together.)
- 2014-01-11 21:28:30下载
- 积分:1