-
visual_c_matlab_code
包含大量的关于图像处理的C++程序和matlab程序,适合初学者学习(Contains a large number of image processing of C++ program and matlab program for beginners to learn)
- 2010-08-29 18:54:45下载
- 积分:1
-
meizhizhibiao
美股实时指数 在副图窗口,方便操作与美元有关的相关产品(US stock index for MT4)
- 2014-11-21 22:18:24下载
- 积分:1
-
LMS
LMS三角定位迭代加权算法 LMS三角定位迭代加权算法 LMS三角定位迭代加权算法(LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm)
- 2013-12-03 09:05:26下载
- 积分:1
-
exp2
实验二、数字图像伽马校正。MATLAB程序。有报告,有源码。(The second experiment, digital image gamma correction)
- 2011-01-04 19:22:34下载
- 积分:1
-
chap4
这是matlab第四章的ppt,希望对你的学习有帮助,多谢笑纳!(This is the fourth chapter matlab ppt, want to help you learn, thank you accept my gift!)
- 2010-06-08 09:16:38下载
- 积分:1
-
Search_DFT
Filtros Ma t lab trae varios filtros para series de tiempo
- 2013-09-24 08:00:15下载
- 积分:1
-
power
潮流计算的好程序,c++,潮流计算的好程序,c++(Good program flow calculation, c++)
- 2014-02-21 00:13:07下载
- 积分:1
-
grey-forecasting-model
灰色预测是一种对含有不确定因素的系统进行预测的方法。灰色预测通过鉴别系统因素之间发展趋势的相异程度,即进行关联分析,并对原始数据进行生成处理来寻找系统变动的规律,生成有较强规律性的数据序列,然后建立相应的微分方程模型。(Dissimilarity trends, namely, correlation analysis, and generate raw data processing system to find the law changes, generate a strong regularity of the data sequence, then the corresponding differential equation model.)
- 2014-11-27 13:01:46下载
- 积分: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
-
2PSK
2PSK调制器的设计,在通信原理教学中应用MATLAB语言,可借助MATLAB方便的绘图性,把信号的频谱用MATLAB图形,很好地展现给学生,这样学生可以通过形象的图形来掌握抽象的理论,从而更好地理解原理.(2PSK modulator design, principles of teaching in the communications applications MATLAB language, can take advantage of MATLAB graphics and convenient, the spectrum signal using MATLAB graphics, a good show to the students so that students can grasp the image of the graphics to the theory of abstract to better understand the principle.)
- 2009-04-22 19:21:42下载
- 积分:1