-
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
-
Matlab-VisualC
vc与matlab混合编程应用的书籍,教你怎么用得案例(vc mixed with the matlab programming applications, books, teach you how to get the case with)
- 2011-10-09 22:14:03下载
- 积分:1
-
xbcseeg02
自己编写的基于要所感知的脑电信号预处理,代码效率良好,而且程序架构简单易行。(I have written EEG signal preprocessing based on the perceived good code efficiency, and procedural framework is simple.)
- 2012-06-27 16:23:41下载
- 积分:1
-
fangxing
这是一个应用一致性几何绕射理论编写的简单程序,初学学者可作为参考(This is a simple program UTD written application, can be used as a reference for beginners and scholars)
- 2021-01-13 16:48:53下载
- 积分:1
-
main
2 barcode for visual C++(2 Barcode)
- 2014-10-14 15:06:11下载
- 积分:1
-
GANNT
matlab绘制甘特图的代码matlab绘制甘特图的代码matlab绘制甘特图的代码(matlab code draw Gantt chart code matlab matlab draw Gantt chart drawing Gantt chart code)
- 2013-01-08 00:55:19下载
- 积分:1
-
07532376optics
牛顿环 杨氏双缝的MATLAB代码,很实用,很准确(Young' s double-slit Newton ring MATLAB code, very practical, very accurate)
- 2015-04-05 12:55:06下载
- 积分:1
-
battery_params
battery_params battery_params
- 2015-11-26 10:52:20下载
- 积分:1
-
EEG-LMS
可以去除脑电中的50Hz工频干扰,同时可以剔除部分生理伪迹,如眼电、肌电伪迹。( can be removed the 50Hz frequency interference of EEG, and can eliminate part of the physiological artifacts such as EOG, EMG.)
- 2015-10-14 19:18:39下载
- 积分:1
-
Basesss2
FCM code source help you to execute an automatic seglentation using c++ language
- 2014-08-30 07:02:29下载
- 积分:1