-
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-Statistical-analysis
matlab 统计分析与应用 40个案例分析(Statistical analysis and application of 40 case studies)
- 2013-07-29 19:19:23下载
- 积分:1
-
tx_Segment
LTE标准下,当要进行Turbo编码的数据长度大于6100,先进行分块,分块后再一块一块进行编码(LTE standard, when the Turbo coded data to be longer than the 6100, first block, block encoded and then a piece of)
- 2013-11-20 11:52:39下载
- 积分:1
-
carriermodulation
This is used for carrier modulation
- 2014-02-08 18:42:40下载
- 积分:1
-
Rossler
Lyapunov指数程序。适合初学者,可以直接通过替换方程,来进行计算。清晰实用。
(Lyapunov index procedure. For beginners, you can directly replace the equation to calculate. Clear and practical.)
- 2014-10-14 15:30:59下载
- 积分:1
-
KalmanAll
kalman 滤波器,初学者的参考,最好先学习一下其推到过程(kalman filter kalman filterkalman filterkalman filterkalman filterkalman filter)
- 2011-11-24 16:24:24下载
- 积分:1
-
K_MEANS_v2.1
K MEANS VERSİ ON NEW CLASFİ CATİ ON
- 2013-12-08 17:02:11下载
- 积分:1
-
EKF_monoSLAM_1pRANSAC
一种将RANSAC和卡尔曼滤波结合起来的方法,仅适用一个点来进行判断,大大提高了速度。具体见README文件。(The method of RANSAC and Kalman filtering to combine, apply only to a point to be judged, greatly improving the speed. See in particular the README file.)
- 2020-07-10 10:18:55下载
- 积分:1
-
wave3
小波包变换的matlab程序库,对信号进行小波变换,推荐下载(Matlab wavelet packet library, the signal wavelet transform, recommended download)
- 2007-11-22 15:08:01下载
- 积分:1
-
gabor
gabor变换即小波变换,对输入的图像进行小波变换,可以用于进行图像的下一步处理,比如在人脸识别中的应用(gabor transform the wavelet transform of the input image wavelet transform, the image can be used for further processing, such as face recognition)
- 2013-10-20 19:31:52下载
- 积分:1