-
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
-
Main
reding the ECG signal information
- 2009-07-11 13:15:37下载
- 积分:1
-
centroDeMassa.m
Source Code Matlab.
Find Centre Mass.
- 2011-08-01 06:11:56下载
- 积分:1
-
programs
this file contains all of Model predictive control programs in Matlab
- 2013-07-26 16:14:24下载
- 积分:1
-
secant
The function takes three input arguments (function and two initial guesses belonging to the interval). After iterations, it returns the root of the function. The fourth input argument is to change the stopping criteria of the loop.
- 2013-09-21 18:56:19下载
- 积分:1
-
matlab
利用matlab来实现多项式的运算,及其各种符号的使用。例如求极限,数值积分,函数的求导等(Using matlab to achieve polynomial operations, and its various symbols are used. Such as finding the limit, numerical integration, function derivation, etc.)
- 2013-10-16 00:06:19下载
- 积分:1
-
MAT101_ECG_authentication
ecg (electro cardio gram) based authetication in matlab.output varified 100 working code.bla bla bla bla bla bla
- 2015-12-15 17:21:08下载
- 积分:1
-
plot_H_alpha
全极化SAR分类算法的实现代码,plot_H_alpha(Full polarimetric SAR classification algorithm implementation code, plot_H_alpha)
- 2011-11-26 22:48:16下载
- 积分:1
-
Fuzzyfor
Fuzzy Logic Controller for an Inverted Pendulum System using
- 2013-11-13 15:04:38下载
- 积分:1
-
ACS3-1
说明: 最优路径问题,蚁群算法,仓储系统的货位拣选路径优化仿真(Optimal path problem, ant colony algorithm, optimization simulation of cargo location picking path for warehouse system)
- 2019-03-26 13:29:22下载
- 积分:1