-
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
-
FHSS_DSSS_CDMA
FHSS_DSSS_CDMA system simulation with MATLAB (FHSS_DSSS_CDMA system simulation with MA dis)
- 2007-04-12 21:54:41下载
- 积分:1
-
HOGcode
在阅读过2005年的HOG论文后写的梯度方向直方图的代码(I wrote the code of HOG after I read the paper which name was Histograms of Oriented Gradients published at CPRV05.)
- 2011-12-03 18:15:25下载
- 积分:1
-
Year
一个判断年份,是闰年还是平年的小工具,可以非常方便的查询个个年份(A judge year, or a non-leap year is a leap year a small tool that can be very convenient to check everybody Year)
- 2010-02-08 17:15:15下载
- 积分:1
-
parameter
用matlab实现参数估计与假设检验,图形显示结果,得出最优结论(Parameter estimation and hypothesis testing using matlab graphical display of results, draw the optimal conclusion)
- 2012-07-28 15:08:48下载
- 积分:1
-
MATLAB_programming_matrix_operation_and_processing
MATLAB编程矩阵的运算与处理教程MATLAB programming matrix operation and processing tutorial(MATLAB programming matrix operation and processing tutorial MATLAB programming matrix operation and processing tutorial)
- 2010-08-02 14:14:59下载
- 积分:1
-
displacementPID
小车位移的模拟仿真实现,分为带PID和不带PID的仿真,并用GUI予以直观表达,平台matlab6.5,欢迎大家下载交流(Vehicle simulation displacement achieved with PID and is divided into non-PID of the simulation, and be intuitive GUI expression platform matlab6.5, welcome to download the exchange of)
- 2009-04-21 16:54:22下载
- 积分:1
-
Gabor_matlab
maltab Grabor 滤波程序适合人脸识别,Grabor算法适合做为识别程序的基函数(maltab Grabor filtering process is suitable for face recognition algorithm is suitable for Grabor basis function as a recognition program)
- 2013-05-21 00:42:37下载
- 积分:1
-
ButterworthFilter
an introduction to butterworht filter
- 2010-07-30 15:18:04下载
- 积分:1
-
DCT_Qutization_watermarking
用matlab实现的DCT水印处理,并附有图像显示。(Matlab implementation of the DCT with watermark treatment, together with image display.)
- 2009-04-02 23:44:24下载
- 积分:1