-
matlab
matlab工程应用的PPT教程,是学习matlab的基础,对矩阵的讲述很详细。(engineering applications of PPT tutorial matlab, matlab is to learn the basis of the matrix describes in great detail。)
- 2011-11-01 12:25:28下载
- 积分:1
-
C_matlab
本文档介绍了如何在c++环境下调用MATLAB(This document describes how to call c++ environment MATLAB)
- 2010-11-28 16:22:16下载
- 积分: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
-
chapter19
matlab软件中有关elman神经网络预测的程序(matlab software procedures elman neural network prediction)
- 2013-12-10 09:42:57下载
- 积分:1
-
AMhalftoning
matlab 调pin加网matlab 调幅加网matlab 调幅加网matlab 调幅加网(matlab matlabmatlab matlabmatlab matlabmatlab matlab)
- 2021-04-28 11:28:43下载
- 积分:1
-
sousuosuanfa
深度优先搜索算法Matlab源码。。。。。
- 2010-08-20 21:35:13下载
- 积分:1
-
kemllman
卡尔曼滤波程序。实现多维卡尔曼滤波卡尔曼滤波程序。实现多维卡尔曼滤波(Kalman filter procedure.维卡尔曼realize multi-filter
)
- 2012-04-15 14:27:34下载
- 积分:1
-
TimeZoneEditorSrc
In mid-2003, someone in the Lounge asked for a list of time zones. I said that I had one, but the data was in a CodeBase/FoxBase file. Chris Maunder asked if I could retrieve that data and submit it to CodeProject. After procrastinating a few weeks, I decided to go ahead and not only extract the data, but to write a program to edit that data.
- 2007-10-16 09:33:47下载
- 积分:1
-
VC调用matlab文件中的函数的实例的源代码
说明: 关于在VC中如何调用matlab中定义的.m文件中的函数的实例,这是源代码,有需要的朋友可以看看!(on how VC called defined in Matlab. M document examples of the function, which is the source code, we need to see friends!)
- 2005-11-09 15:25:14下载
- 积分:1
-
MIMO_OFDM_Source
主要是MIMO-OFDM系统的C++语言实现,简单实用,值得一看。(This is a C++ language of MIMO-OFDM system, simple and practical, worth a visit.)
- 2014-11-18 20:00:48下载
- 积分:1