-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1
-
GDOP
卫星导航系统中计算DOP值,非常实用的程序,希望对大家有用(satellite navigation system )
- 2009-12-06 19:14:46下载
- 积分:1
-
swts1
说明: 可计算地下洞室的围岩稳定问题,模拟地下洞室的开挖、支护过程,介质可以是均质体,也可以是分区变化的非均质体,还可有夹层、节理等。(Calculate the stability of underground rock caverns, underground excavation simulation, supporting the process, the media can be a homogeneous body, you can also change the partition of non-homogeneous body, but also as a layer, joints and so on.)
- 2011-03-16 14:52:44下载
- 积分:1
-
Conventional-Optimal-Power-Flow-Analysis-Using-th
Conventional Optimal Power Flow Analysis Using the Matlab Optimization Toolbox
- 2014-01-17 15:14:14下载
- 积分:1
-
wk_sim
SAR成像wk算法,简单程序,对初学者有用(SAR imaging,wk)
- 2017-03-19 19:52:19下载
- 积分:1
-
EXIT
This is a matlab code for drawing EXIT chart. This is a chart that is used for performance evaluation in different coding and
decoding techniques. This is an mfile.
- 2013-11-20 05:53:56下载
- 积分:1
-
sinuous
正弦函数与余弦函数的线性组合
变精度数是用确切的有理表示存在的一个小数点。利用变精度而合理的算法,创建变量使用vpa功能。(This example feedforward utilization 2/3 convolutional encoder drawing. Describes how to determine the coded block parameters. This example also illustrates the use of the calculation error block reception delay.)
- 2012-11-30 20:35:15下载
- 积分:1
-
Guyan
Guyan法模型减缩,缩减系统治疗刚度矩阵维数,同时保持低阶模态精确性(Guyan condensaton method)
- 2014-03-31 09:07:07下载
- 积分:1
-
filter-deniose
matlab下实现降噪,功率谱计算。%程序中设定采样点数为256个,采样频率为10000hz,
%输入信号为随机噪声和两个正弦的合成信号
%设定的滤波器的截止频率为3500hz
%通过挈比雪肤滤波器,运行程序,比较滤波前后的频域波形
%滤波去除了高频信号(matlab achieve noise reduction, power spectrum calculation. Sampling procedure set for 256 points, the sampling frequency of 10000hz, input signal for the random noise and the two sinusoidal signals synthetic filter set a cut-off frequency 3500hz manner than through the filter雪肤, run procedures, compared before and after filtering in frequency domain waveforms filtering in addition to high-frequency signals)
- 2008-12-25 21:22:12下载
- 积分:1
-
MATLAB
在这本实用的指导书帮助下你立即就可使用MATLAB了。《MATLAB揭秘》为学习这种功能强大的数学计算工具提供了高效的、启发性的方法。
本书使用简单易行的风格,一开始介绍了MATLAB基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE的数值解,使用特殊函数工作。本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB精华。
(In this practical guide book to help you immediately can use the MATLAB. " MATLAB Secret" To learn this powerful tool for mathematical calculations to provide a highly efficient and enlightening way. The book is easy to use style, the beginning describes the basis of MATLAB, you will learn how to draw images, solving algebraic equations and calculating the points will also learn how to solve the differential equations, and numerical solution of ODE, the use of special function工作. This book contains hundreds of examples and a detailed explanation of the process, with the end of chapter exercises, the book also take the final test at the end of the topic, a word, this book is to give you the essence of MATLAB.)
- 2009-06-07 11:50:04下载
- 积分:1