-
xindian
基于MATLAB的心电信号的分析与处理设计(Ecg signal analysis and processing design based on MATLAB)
- 2014-09-02 17:55:32下载
- 积分:1
-
IA2
解决旅行商,解决旅行商,解决旅行商,解决旅行商,解决旅行商解决旅行商(TSP PROBLEM)
- 2011-09-25 14:08:51下载
- 积分:1
-
biaogao4
机械设计及理论 转子动力学中对轴承的研究(Mechanical Design and Theory Rotor Dynamics)
- 2013-10-08 10:47:31下载
- 积分:1
-
vcmat
以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用
的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。(before using Matlab and vc mixed programming using the first procedure used mcc m into dl l, then vc call method. This method of complex documents m very easy, but for some minor procedures, such as curve visualization, matrix eigenvalue calculation, and so on, these are just two lines need a small procedure code, reuse dll on the loss outweighs the gain. After testing, can be found directly in the C Programming Calling Matlab c/c math)
- 2007-01-16 11:13:13下载
- 积分:1
-
10.1.1.98.328
ocr paper for character recognition with neural network
- 2011-11-22 16:28:40下载
- 积分:1
-
Matlab与VC CBuilder混合编程精选
说明: 本套资料,包含了各种Matlab和C++混合编程的例子和理论.是研究Matlab 和VC CBuilder的最权威和经典的例子.在网上搜集的时候发了一个下午的时间。结果发现内容太少了.不得不到我们学校的图书馆去找了。找遍了整个中国期刊全文数据库(CJFD),才找到了这几篇对与编程人员来说的有帮助和参考的文章了。发了我好几块钱了,希望对那些Matlab与Vc和Cbuilder混合编程的人员有很大的帮助了.(the sets of data, including a variety of mixed Matlab and C programming examples and theory. Research VC CBuilder Matlab and the most authoritative and classic examples. The online collection of hair at a time. The results showed very little content. Our school had to find a library. Grateful the entire CJFD (CJFD), they will find this program with a few pairs of officers help and reference of the article. I made a few good money in the hope that those with vitamin C and Matlab Cbuilder mixed programming staff have great help.)
- 2005-12-01 12:38:38下载
- 积分:1
-
dianwei1
电位电极系测井曲线,用matlab编写,可用于学测井的人参考(Potential electrode system logs, prepared by matlab, people can learn logging for reference)
- 2013-11-29 14:32:56下载
- 积分:1
-
myVAD
calculate a voice detection.also one can calculate the frequency of his/her voice.
- 2009-11-17 00:16:38下载
- 积分:1
-
Matlab-senior-notes(5)
Matlab高级讲义- SIMULINK仿真基础(Matlab senior notes- SIMULINK based simulation)
- 2011-12-24 21:15:08下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1