搜索资源列表
VcAddMATLAB
- VC++中使用MATLAB的C++数学库和MCC生成的程序。-VC use MATLAB C Math Library and MCC production procedures.
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 proc
matlabc123
- VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m *. mpli
matlabVCsimulink
- Matlab7.0利用mcc与VC++编程实例,MATLAB 与 C 语言的接口,在simulink环境下实现实时仿真。
Matlabmcc
- mcc的简单用法 关于matlab和vc的交互编程-MCC simple usage of vc on matlab and interactive programming
MccDemo3
- Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
VC_MATLAB
- VC++中使用MATLAB的C++数学库和MCC生成的程序-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated
fixed_point
- Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the eq
sumilation moteur MCC
- ce programme de simulation en Matlab permet de simuler la commande d un moteur à courant continu
Generatrice_synchrone_cc
- synchronous generator mcc
MATLAB-GUI-design-learning-Notes
- 【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点
MCC
- Direct curent machine simulation on matlab simulink
MATLAB-program-compiled
- MATLAB编译器产生的应用程序或运行库 ;MATLAB编译器的安装及配置;mcc命令详解 -MATLAB Compiler generated applications or runtime installation and configuration of MATLAB compiler mcc command Detailed
mcc
- 自己通过MATLAB写的指纹的圆柱码,希望对大家可以提供参考,- written by MATLAB fingerprint cylindrical code, hope can provide reference to everybody, thank you
Lab_session_2
- buck withe MCC (matlab simpower)
serial
- matlab 2014b mcc破解文件(matlab 2014b mcc crack file)
commande mcc
- it s control of dc machine using pmw rectifier
mcc.ps
- code useful for 5g technology
MCC- vitesse
- commande en vitesse d'une mcc
使用MATLAB的MCC命令生成CC++程序
- 本文介绍了如何配置matlab,利用mcc命令生成C/C++程序。(This article introduces how to configure MATLAB and generate C/C++ program by using MCC command.)