-
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
-
ascii
implementation asii algorithm
- 2013-10-13 01:12:04下载
- 积分:1
-
Fyyalefacea
人脸识别matlab程序,yyale人脸库上实现,三阶近邻法
(Face recognition matlab program the yyale face database, the third-order nearest neighbor method)
- 2012-09-30 18:08:55下载
- 积分:1
-
MATLAB
matlab图像集合变化与图像增强操作以及报告 (MATLAB image collections and image enhancement operations and reporting)
- 2014-02-17 15:16:29下载
- 积分:1
-
MatlabFns
比较有名的matlab图像处理工具包,常见的一些图像处理功能里面都有,该工具包是一位从事计算机视觉研究的人写的,很好用,用起来也很方便(More famous matlab image processing toolkit, some common image processing functions which has the toolkit is a person engaged in computer vision research to write good use, and very convenient to use)
- 2017-01-11 10:12:32下载
- 积分:1
-
orderWithFileName
order your file with their different name, especially for pictures, in matlab
- 2007-09-10 10:07:28下载
- 积分:1
-
03
说明: 《MATLAB 7.0从入门到精通》一书的配套程序——第3章的程序。(" MATLAB 7.0 from the entry to the master," a book supporting the program- Chapter 3 of the program.)
- 2012-07-08 18:26:52下载
- 积分:1
-
colour_detection_by_webcam
colour detection by wecam(color detection by wecam)
- 2007-07-01 10:50:46下载
- 积分:1
-
matlab
MATLAB 程式设计与应用,有很多用途的示例,及对接口都有详细的说明()
- 2007-09-02 17:39:42下载
- 积分:1
-
DTV-ber
该matlab程序实现了数字电视信号在TD-LTE信号干扰下的误码率的计算(DTV ber with interference of TD-LTE)
- 2013-03-13 09:36:20下载
- 积分:1