-
HHessianImagee
基于hessian矩阵的图像处理,,内附hessian的matlab源码
(Hessian matrix-based image processingg, matlab source containing the hessian
)
- 2012-05-06 18:58:20下载
- 积分:1
-
Dynamic-programming
动态规划程序是求解决策过程(decision process)最优化的数学方法。(dynamic programming)
- 2015-02-25 05:50:45下载
- 积分:1
-
pnsr
求图像峰值信噪比PSNR的代码matlab版(PSNR PSNR for the image code matlab version)
- 2007-11-22 19:02:58下载
- 积分:1
-
IncrementalProtocolSymetricNetwork
a system containing one source, one relay and one destination, the file describe th incremental protocol with Decode and forward.
- 2010-11-22 01:43:07下载
- 积分:1
-
BP
说明: 应用BP神经网络对两个函数进行非线性逼近,并给出MATLAB源程序,还对结果进行了分析。(Application of BP neural network of the two non-linear function approximation, and gives MATLAB source code, but also on the results are analyzed.)
- 2008-11-02 10:28:49下载
- 积分:1
-
MatlabDF
Matlab仿真DF和AF源程序,含详细比较,可得到仿真结果和图表。(Matlab simulation of DF and AF source, including a detailed comparison, simulation results and charts available.)
- 2011-11-19 20:19:28下载
- 积分:1
-
work
Matlab classic program about Work
- 2013-12-28 03:58:39下载
- 积分:1
-
PD_Radar
一篇关于,多普勒雷达的文章,我仔细看过,还是可以,我也是做雷达方面的,希望大家又资源共享!!!!!!(It is about PD radar .I think it is very usefull.)
- 2009-03-25 20:40:28下载
- 积分:1
-
Note-making-using-OCR
Note making using OCR
- 2014-08-07 12:15: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