-
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
-
FTDI--1
FTDI mpsse communication
- 2015-04-07 17:01:20下载
- 积分:1
-
clusterdigit
数字聚类识别,基于图像模式识别-VC++技术实现书的基础上完成的(Number of cluster identification, image-based pattern recognition technology-VC++ based on the completion of the book)
- 2010-03-02 15:03:35下载
- 积分:1
-
uniform-circular
均匀圆阵部分阵元失效情况下的DOA估计方法(Part of uniform circular array element failure in case of DOA Estimation)
- 2013-12-26 12:47:54下载
- 积分:1
-
RRG-MAENS
解决大规模限量弧路由的程序,本程序采用了PAM聚类的方法。(To solve large-scale limited arc routing procedures, the program uses a PAM clustering method.)
- 2013-12-03 15:39:31下载
- 积分:1
-
2
说明: 是关于用matlab在单站无源定位中的仿真应用,通过一篇论文来详细说明(Is about using matlab simulation applications in a single station passive location through a paper to detail)
- 2014-01-05 17:20:50下载
- 积分:1
-
MyView
自己写的混合遗传算法模板匹配程序,实现功能良好(temple match)
- 2012-04-16 21:11:52下载
- 积分:1
-
zuiyoutidu
最速下降法的Matlab程序,实现函数无约束条件下的最小值求解(Steepest descent method in Matlab, functions to achieve the minimum under no constraints to solve)
- 2011-12-14 08:51:16下载
- 积分:1
-
APF
Low-pass filter 可自行調整延遲角度(Low-pass filter)
- 2014-10-29 19:46:12下载
- 积分:1
-
Mmattlab--AGGA
实现MATLAB下的音频AGC,,关键是要有高效的算法。效果不错。
(Audio AGC on MATLAB, the key is to have efficient algorithms. Good results.)
- 2012-07-27 16:18:22下载
- 积分:1