-
tongxin
通信原理的MATLAB编程,满足对课本基础知识的理解,包括调制解调。(Communication Theory of the MATLAB programming to meet the basic knowledge to understand the textbook, including the modem.)
- 2009-05-17 16:02:26下载
- 积分:1
-
matcom
利用MATCOM可以实现VC++与MATLAB的混合编程,本例子实现了独立与具体开发环境的绘图的方法
(MATCOM can be achieved using VC and MATLAB mixed programming, The example of the independence and achieve specific development environment mapping methods)
- 2007-07-04 18:54:14下载
- 积分:1
-
tankf
matlab simuink 模糊控制器tank 改进(matlab simuink improved fuzzy controller tank)
- 2014-01-17 10:24:05下载
- 积分:1
-
Tosuu_svm330h
这是一款非常优秀的matlab开发的支持向量量机程序源码,对分类效果非常好。 可直接使用。
(This is a very good amount of support vector machine program source code of matlab development, very good classification results. Can be used directly.)
- 2012-06-24 12:17:18下载
- 积分:1
-
matlaba
matlab代码 各种信息 对于初学者很有用(matlab code a variety of useful information for beginners)
- 2013-04-11 10:59:30下载
- 积分:1
-
queueing-theory
洗车模型,经典排队论,关于排队模型的相应说明含在压缩文件之中(Wash model, classical queuing theory, queuing models regarding the appropriate instructions included in the compressed file into)
- 2013-10-25 13:00:58下载
- 积分:1
-
[Getting.Started.with.Arduino].Massimo.Banzi
the introduction for arduino beginner
- 2014-10-27 10:56:05下载
- 积分:1
-
passthrough
PCL中使用直通滤波器对点云数据进行滤波处理(需要安装配置PCL点云库)(PCL-through filters used to filter the point cloud data processing (requires installation configuration PCL point cloud library))
- 2014-09-25 15:22:02下载
- 积分:1
-
VCandMatlab
VC和Matlab混合编程总结
VC和Matlab混合编程总结(VC and Matlab programming concluding mixed mixed VC and Matlab programming summary)
- 2008-04-20 22:44:07下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1