-
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
-
mrasbased-sensorless-model
基于MRAS(模型参考自适应)方法的永磁同步电机控制MATLAB仿真模型(已调试,效果较好)(Based on MRAS (model reference adaptive) method of permanent magnet synchronous motor control MATLAB simulation model (has debug, better))
- 2013-07-02 16:36:30下载
- 积分:1
-
plotcma
画等离子体物理中的CMA(Clemmow-Mullaly-Allis)图(Plot CMA(Clemmow-Mullaly-Allis) diagram in Plasma Physics)
- 2012-11-09 15:44:37下载
- 积分:1
-
MLE
用matlab实现基于正态分布的极大似然估计(Realization of maximum likelihood estimation based on normal distribution)
- 2018-08-18 14:44:39下载
- 积分:1
-
uigetfiles
lets share matlab codes
- 2009-09-28 16:55:28下载
- 积分:1
-
Ctftb
说明: 用C语言写的在matlab中编译好的时频分析工具箱,大大提高了m语言运行的效率。(Written by C language compiled in matlab time frequency analysis in the toolbox, greatly improving the efficiency of m language runtime.)
- 2011-03-26 08:36:56下载
- 积分:1
-
emd
针对一维非线性非平稳信号降噪的一种算法,EMD算法,这是其MATLAB代码。(An algorithm for one-dimensional nonlinear and non-stationary signal noise reduction, EMD algorithm, which is its MATLAB code.)
- 2015-03-11 17:38:32下载
- 积分:1
-
firnet
有限脉冲神经网络MATLAB源码,由波兰国立大学生物医药信号处理实验室提供。FIR 神经网络属于一种BP神经网络。(Finite Impulse Response (FIR) neural network models each synapse as a linear filter to provide dynamic interconnectivity. Temporal backpropagation is used to train the network in which error terms are symmetrically filtered backward through the network)
- 2020-08-04 10:18:33下载
- 积分:1
-
orderWithFileName
order your file with their different name, especially for pictures, in matlab
- 2007-09-10 10:07:28下载
- 积分:1
-
1
说明: 主要讲matlab的基本功能函数及其应用的方法(Main speakers matlab basic functions and its applications)
- 2012-05-29 10:32:26下载
- 积分:1