-
greymodel
本程序主要用来计算根据灰色理论建立的模型的预测值。
应用的数学模型是 GM(1,1)。(This procedure is mainly used to calculate the basis of gray theory model of the predicted value. Application of mathematical model is GM (1,1).)
- 2007-09-07 20:42:58下载
- 积分:1
-
mfiles
是教材matlab6.5(张志勇)的源代码,很有用的(Is a textbook matlab6.5 (Zhang Zhiyong) source code, very useful)
- 2010-12-31 12:46:15下载
- 积分:1
-
Digital-image-processing
图像处理源代码 matlab 各种经典算法
- 2013-07-10 20:02:40下载
- 积分:1
-
PF
说明: This code is used for trajectory tracking using PF.
- 2014-10-01 15:23:33下载
- 积分:1
-
estimate-reporter
the code i have uploaded estimate the position of speaker,in environment put a number of microphones that by extended kalman filter estimate the position of speaker
- 2014-12-25 01:14:04下载
- 积分:1
-
MOPSO多目标粒子群优化算法MATLAB实现
说明: MOPSO多目标粒子群优化算法MATLAB实现(可直接运行)(MOPSO multi-objective particle swarm optimization algorithm MATLAB (can be directly run))
- 2020-04-25 15:51:15下载
- 积分:1
-
spfxgjx
MATLAB时频分析工具箱,内容包括:时频分析工具箱和其中函数的应用的具体实例
(Time-frequency analysis MATLAB toolbox, including: time-frequency analysis function of the toolbox and the specific examples of applications)
- 2007-10-11 14:19:20下载
- 积分:1
-
WindowDcDemo
在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
- 2013-11-27 07:37:26下载
- 积分:1
-
Template Classes
Template Classes的用法(Template usage)
- 2005-02-25 21:31:42下载
- 积分: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