-
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
-
efinger[1]
一个关于指纹识别的MATLAB编程,对大家会有帮助的(A fingerprint identification on MATLAB programming, it would be helpful to everyone)
- 2010-01-05 09:51:04下载
- 积分:1
-
ERRandSNR
MIMO技术,信噪比SNR和误码率BER的关系对比图像,MATLAB仿真程序代码(MIMO technology, signal-to-noise ratio SNR and bit error rate (BER) the relationship between contrast images, MATLAB simulation program code)
- 2013-04-22 19:32:50下载
- 积分: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
-
guzhangjisuan
电力系统故障计算,能进行横向故障,纵向故障,同时能计算出各支路的短路电流。(Power system fault calculations, can be transverse faults, vertical fault, and can calculate the short-circuit current of each branch)
- 2014-09-18 15:12:02下载
- 积分:1
-
shudianwangchaoliu
说明: 输电网潮流计算 牛顿法 matlab程序(power system calculation)
- 2010-04-13 15:38:09下载
- 积分:1
-
VB_ArcObjects(VB)
ArcObjects开发指南,实例的资源文件(ArcObjects development guidelines, examples of resource documents)
- 2007-02-11 09:32:42下载
- 积分:1
-
MxianxintiaopA
基于MATLAB的线性调频信号产生和频谱分析,某雷达参数数下的模糊函数及自相关函数仿真分析。,已通过测试。
(MATLAB linear FM signal generator and spectrum analysis, the number of parameters of a radar ambiguity function and autocorrelation function of simulation analysis. , Has been tested.)
- 2012-07-20 08:59:19下载
- 积分:1
-
Matlab
MATLAB各种指令综合,可方便使用、查询,非常适合初学者下载。(MATLAB various commands comprehensive, easy-to-use, inquiry, is ideal for beginners to download.)
- 2009-07-12 19:03:08下载
- 积分:1
-
nelder
downhill simplex问题 matlab 简单(Simplex Downhill matlab code)
- 2013-05-05 19:16:15下载
- 积分:1