-
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
-
ATM
利用stemwin制作的几款界面软件,便于新手学习进步啊。(Stemwin make use of several interface softwaremFacilitate novice learning progress .)
- 2015-12-07 20:56:32下载
- 积分:1
-
canny算法的改进
代码中提出了一种基于适应滤波器处理的canny算法,对图像的分割有很好的作用,特别是对带噪声的图像有很好的分割作用。
- 2022-01-26 08:30:29下载
- 积分:1
-
abc
高斯消元法求矩阵的源代码,输入3个数可以进行线性拟合,质量非常高。(Gauss elimination method for the matrix of the source code, input the number 3 can be linear fit, the quality is very high.)
- 2011-09-19 17:26:48下载
- 积分:1
-
UTCHEM
化学驱仿真模拟系统,由美国得克萨斯大学编写。(Chemical flooding simulation system, prepared by the University of Texas.)
- 2012-09-28 15:45:11下载
- 积分:1
-
evaluate.rar
影像融合评价程序,计算标准偏差,平均梯度,相关系数,光谱扭曲度等融合指标。(Image fusion evaluation, calculation of standard deviation, average gradient, correlation coefficient, spectral distortions, such as integration targets.)
- 2009-03-03 20:35:24下载
- 积分:1
-
DebugScissor
我想很多程序员都遇到这种情况:新建了很多工程,编译后生成了很多的Debug、Release,想删除的时候一个个文件夹打开,删除,太累啦~~~!!不删又占空间!!我也“深受其害”,今天实在无法忍受了,写个程序,自动删,呵呵。
使用时把它放在你想清理的文件夹里面,运行后它会自动搜索子文件夹,直到完成,使用时请小心,它看见Debug、release就删,呵呵,所以如果不想删除,就不要用这个名字啊!!
主要用了一些文件操作和文件夹操作(I think many programmers have experienced this situation: a lot of new projects has become a much later compiler Debug, Release, would like to delete a folder when opened, deleted, tired啦~ ~ ~! ! Do not cut and space! ! I also " suffer" , this really could not bear, and write a program to automatically delete, huh, huh. Put it in when you want to clean up inside the folder, it will automatically run the search sub-folders until completed, when used with care, it is to see Debug, release on the cut, huh, huh, so if you do not want to delete, do not use name ah! !)
- 2009-05-08 20:40:06下载
- 积分:1
-
ArchitectingModern.pdf
Architecting Modern Web Applications with ASP.NET Core and Azure
- 2018-02-11 03:15:18下载
- 积分:1
-
PointClouds
PCL库的C#封装,用于点云的处理,包括点云读取,显示,分割,分类,聚类等(C# wrapper of point cloud library.)
- 2020-11-09 19:49:46下载
- 积分:1
-
demo
永磁同步电机DSP2812控制程序代码(PMSM),20字(Program Control Code of Permanent Magnet Synchronous Motor DSP2812)
- 2020-06-19 08:20:02下载
- 积分:1