-
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
-
ARMA11
Implementation of ARMA Proess of sample data.
- 2011-07-19 22:07:01下载
- 积分:1
-
imhist
利用matlab绘制图像灰度直方图,能够表现像素统计的结果(Using matlab to draw the image histogram, the statistical results can show pixels)
- 2013-09-28 11:43:27下载
- 积分:1
-
DIPUM_toolbox_m-file_v1.1.3
gonzalez数字图像处理MATLAB版,DIPUM源代码(Digital Image Processing Using MATLAB
source code)
- 2009-03-23 15:24:53下载
- 积分:1
-
achievo-1.4.5.tar
ACHIEVO OH Ñ ONELE MONTED IN THE FFT TRANSFORMER
- 2014-12-04 08:14:42下载
- 积分:1
-
gugauss
高斯加性白噪声的MATLAB 简单易懂的编码程序 (High places like the white noise of the MATLAB simple coding procedure)
- 2008-04-28 10:21:04下载
- 积分:1
-
pso-bpbianshi
一种结合PSO及改进BP网络的辨识方法 很好的微粒群应用算法辨识效果很好(A combination of PSO and the improved BP network identification method of application of particle swarm algorithm is a very good very good identification results)
- 2010-12-14 15:55:15下载
- 积分:1
-
PPR
有关投影寻踪回归的matlab编程,其中运用了遗传算法对其参数进行优化,实现起来比较简单(The projection pursuit regression matlab programming, including the use of a genetic algorithm to optimize its parameters, simple realization)
- 2021-02-22 17:09:41下载
- 积分:1
-
bayes
用matlab实现的贝叶斯分类算法,基于先验概率等(bayes algorithm use the matlab,)
- 2011-05-27 15:26:07下载
- 积分:1
-
ODE-in-Matlab-code-example
MATLAB中ODE算法的完整例程,可以参照学习,并且可以直接改动参数,可以运行成功。(Complete routine in MATLAB ODE algorithm can refer to learn, and you can directly change the parameters, you can run successfully.)
- 2014-10-09 10:15:05下载
- 积分:1