-
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
-
restore-the-motion-blurred
说明: 根据需要输入模糊参数,生成相应的模糊图像,并对模糊图像进行恢复,验证运动模糊图像的恢复算法(Input fuzzy parameters needed to generate the corresponding blurred image,and restore the blurred image to authenticate the algorithm)
- 2011-03-07 14:10:05下载
- 积分:1
-
svm
基于MATLAB的支持向量机工具箱,好用(Support vector machine based on MATLAB toolbox, easy to use)
- 2010-08-16 22:56:08下载
- 积分:1
-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
Fractals
图像分形盒维数的算法源程序.此算法是基于黑白二值图像的,因此,需要对导入的图片进行二值化处理,因此算法存在一定误差,但是此算法误差控制在4 以内(Image fractal dimension algorithm source code box This algorithm is based on black and white binary image, and therefore, need to import the picture binarization processing, so the algorithm there are some errors, but this algorithm is less than 4 error control)
- 2011-10-18 18:43:03下载
- 积分:1
-
LFM
该程序可以用于产生LFM信号,并输出在理想和加噪情况下分别经过匹配滤波器后的结果。(The program can be used to generate LFM signal, and outputs the noise in the ideal case and processing each of the results after the matched filter.)
- 2013-12-14 15:56:00下载
- 积分:1
-
main
2 barcode for visual C++(2 Barcode)
- 2014-10-14 15:06:11下载
- 积分:1
-
Upathplanningn
规则障碍物环境下的机器人路径规规划matlab源码!
(Robot path planning rules obstacle environment planning matlab source code!)
- 2012-08-09 00:41:28下载
- 积分:1
-
MyRearch
包含matlab及C++对图像的基本操作,如:边缘提取,配准等等(Contains matlab and C++ the basic operation of the image, such as: edge detection, registration, etc.)
- 2012-04-16 19:39:18下载
- 积分:1
-
MATLAB
MATLAB混合编程课程设计资料(VC,VB)
在Matlab环境下实现混合编程的学习者可以下载(MATLAB hybrid programming curriculum design information (VC, VB) in the Matlab environment to achieve mixed programming learners can be downloaded.)
- 2009-10-05 11:22:22下载
- 积分:1