-
CPN
cpn算法例程,主要用c++实现,分两层实现,等等,自己看吧,(CPN algorithm routines, the main c++ achieved, divided into two levels to achieve, and so on, their own look,)
- 2008-12-16 11:06:32下载
- 积分:1
-
matlabenginetest
该程序是一个matlab与C++混合编程的例子,用matlab引擎在c++中调用matlab程序(that the procedure was a mixed Matlab and C programming examples, Matlab engine used in c Calling Matlab procedures)
- 2007-05-11 17:19:53下载
- 积分:1
-
wavelet--fft
实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。(To achieve spectral analysis. Shows the signal with the frequency spectrum. Sinusoidal signal and triangular wave one-dimensional FFT algorithm to obtain the frequency spectrum.)
- 2012-08-19 20:19:43下载
- 积分:1
-
Kalman_xitongbianshi
卡尔曼滤波用于系统辨识,推荐大家下载,网上很难找到(Kalman filter for system identification, we recommend downloading difficult to find online)
- 2013-04-22 22:10:28下载
- 积分:1
-
Affractalp
应用毯子法求一幅图像的分形维维数,matlab上的应用方法
(The application of a blanket of an image through the fractal dimension of the Matlab application method)
- 2012-07-18 20:50:55下载
- 积分:1
-
GA
一些非常有用的遗传算法函数,可以和大家一起分享学习一下。(Some very useful genetic algorithm function, you can learn about and share with everyone.)
- 2013-12-14 16:00:30下载
- 积分:1
-
adpcm
g.722 code for speech compression
- 2010-03-02 16:08:59下载
- 积分:1
-
xp165
使用起来非常方便,小波包分析提取振动信号中的特征频率,FIR 底通和带通滤波器和IIR 底通和带通滤波器。( Very convenient to use, Wavelet packet analysis to extract vibration signal characteristic frequency, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.)
- 2017-04-17 12:52:50下载
- 积分:1
-
kalman
opencv3.0实现的卡尔曼滤波鼠标移动预测(the sourse of kalman)
- 2015-01-31 16:08:08下载
- 积分:1
-
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