-
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
-
Bretschneider
function [H T] = Bretschneider(F,U,D)
functie [H T] = Bretschneider(F,U,D)
F= fetchlengte (m)
U =windsnelheid (m/s)
D= depth (m)
Depth dependend Bretschneider formulag.
see
Sorensen, R.M. (1993). Basic Wave Mechanics for Coastal and Ocean Engineers. New
York: John Wiley & Sons.
- 2015-03-03 19:07:24下载
- 积分:1
-
STFT
短时傅里叶变换的实现代码,可根据自己的信号改变参数仍可实现STFT(The implementation code of STFT)
- 2018-05-06 17:58:07下载
- 积分:1
-
S310060021_4
用matlab实现数字水印,课程的一个实验报告,很详细。(Digital watermarking using matlab)
- 2010-10-10 19:06:19下载
- 积分:1
-
Csharp_VLC
C#调用VLC进行视频播放,支持多种视频格式(C# calls VLC for video playback, supporting multiple video formats.)
- 2020-11-08 21:09:47下载
- 积分:1
-
interp
实现拉朗日插值、线性插值、样条插值,用MATLAB计算两种二维插值的方法。(Implementation date lalang interpolation, linear interpolation, spline interpolation, calculated using MATLAB in two methods of two-dimensional interpolation.)
- 2009-04-04 09:12:03下载
- 积分:1
-
hmm_model
inicializacion, entrenamiento y validacion de modelos hmm para reconocimiento de digitos
- 2009-05-14 01:16:43下载
- 积分:1
-
MATLAB7_0
神经网络理论与MATLAB7实现_0 一本好书(Neural Network Theory and MATLAB7 achieve _0 a good book)
- 2009-12-24 09:26:57下载
- 积分:1
-
zfpro
程序对2发2收系统进行ZF算法的仿真。发送信号采用QPSK调制,信道为准静态瑞利平坦衰落信道,引入的噪声为均值为0的高斯白噪声,接收端采用最大似然检测算法,仿真其误比特率特性。(The ZF algorithm simulation program 2 admission system. Send signals using QPSK modulation, channel prevail static Rayleigh flat fading channels, the introduction of noise with mean 0 Gaussian white noise, the receiving end using the maximum likelihood detection algorithm, simulation of the bit error rate characteristics.)
- 2013-03-29 13:45:12下载
- 积分:1
-
ApplicationandProspect
介绍了暖通空调系统(HVAC) 故障检测与诊断(FDD) 的概念,发生故障的原因以及主要的故障检测与诊断方
法,比较了常用的故障检测与诊断方法的优缺点,分析了国内、外暖通空调故障检测与诊断的研究现状和应用情况,对暖
通空调故障检测与诊断的发展过程与方向进行了总结和展望(Introduction of the HVAC system (HVAC) fault detection and diagnosis (FDD) concept, the reasons for failure as well as major fault detection and diagnosis methods, compared the commonly used method of fault detection and diagnosis of the strengths and weaknesses, analyzes the domestic and foreign HVAC Fault Detection and Diagnosis Research and application of HVAC Fault Detection and Diagnosis with the direction of the development process are summarized and prospects)
- 2007-08-27 10:52:32下载
- 积分:1