CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - mcc matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - mcc matlab - List
[
Other
]
深入浅出MATLAB 7.X混合编程
DL : 0
本书介绍了MATLAB7.x版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。. 本书可以作为高等院校各工程专业的教学参考书,也可作为广大科技工作者的参考用书。
Update
: 2010-10-27
Size
: 12.39mb
Publisher
:
creasy0117
[
matlab
]
MccTest1&2
DL : 0
MATLAB命令行下mcc命令示范2 -MATLAB command line mcc orders Model 2
Update
: 2025-02-19
Size
: 29kb
Publisher
:
展颜
[
Windows Develop
]
VcAddMATLAB
DL : 0
VC++中使用MATLAB的C++数学库和MCC生成的程序。-VC use MATLAB C Math Library and MCC production procedures.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
笑春风
[
Software Engineering
]
matlabc123
DL : 0
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*. mplier will function as compiled DLL, to the VC called, provide a VC and Matlab for the rapid realization. Keywords : Matlab VC MCC Complier D
Update
: 2025-02-19
Size
: 102kb
Publisher
:
李艷
[
matlab
]
matlabVCsimulink
DL : 0
Matlab7.0利用mcc与VC++编程实例,MATLAB 与 C 语言的接口,在simulink环境下实现实时仿真。-Matlab7.0 using MCC with VC++ Programming examples, MATLAB and C language interface, in simulink realization of real-time simulation environment.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
[
Software Engineering
]
VC_Matlab
DL : 0
在分析Visual C++和Matlab各自特点的基础上,提出了混合编程的几种方法,对VC++利用Matlab数学库和图形库进行应用程序开发,并对在VC++环境下嵌入mcc命令在Matlab环境中转变的C++程序代码作了详细介绍。-In analyzing the Visual C++ And Matlab their own characteristics, based on a hybrid programming of several methods, VC++ Using Matlab mathematical library and graphics library for application development, and in VC++ Environment MCC under the command embedded in the Matlab environment changing C++ program code described in detail.
Update
: 2025-02-19
Size
: 158kb
Publisher
:
任飞
[
Windows Develop
]
MccDemo3
DL : 0
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
Update
: 2025-02-19
Size
: 279kb
Publisher
:
提请
[
ELanguage
]
Matlabmcc
DL : 0
mcc的简单用法 关于matlab和vc的交互编程-MCC simple usage of vc on matlab and interactive programming
Update
: 2025-02-19
Size
: 4kb
Publisher
:
xbliu
[
Books
]
MATLABmixedprogramming
DL : 0
本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.
Update
: 2025-02-19
Size
: 12.38mb
Publisher
:
马段
[
matlab
]
VC_MATLAB
DL : 0
VC++中使用MATLAB的C++数学库和MCC生成的程序-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated
Update
: 2025-02-19
Size
: 13kb
Publisher
:
liuzhe
[
VC/MFC
]
zzt007
DL : 0
VC++中使用MATLAB的C++数学库和MCC生成的程序,给出了例程,对于高手有借鉴意义,对菜鸟可以起到事半功倍的作用。-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated are given routine, you have a reference for the rookie can play the role of a multiplier.
Update
: 2025-02-19
Size
: 27kb
Publisher
:
张兆亭
[
matlab
]
fixed_point
DL : 0
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 equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王怀东
[
matlab
]
sumilation moteur MCC
DL : 0
ce programme de simulation en Matlab permet de simuler la commande d un moteur à courant continu
Update
: 2025-02-19
Size
: 3kb
Publisher
:
azzeddine
[
Dialog_Window
]
mccvcfigure
DL : 0
mcc+vc+figure 用MATLAB画图嵌入到VC窗口-mcc+vc+figure
Update
: 2025-02-19
Size
: 2.56mb
Publisher
:
xiao
[
matlab
]
Generatrice_synchrone_cc
DL : 0
synchronous generator mcc
Update
: 2025-02-19
Size
: 12kb
Publisher
:
jim
[
matlab
]
MATLAB-GUI-design-learning-Notes
DL : 0
【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点,配以大量的典型例题,方便读者边学边练,加强理解。最后,书中给出了3个典型的综合实例,供读者研究学习。.. 本书适合需要短时间内迅速掌握matlab gui设计的初学者使用,也可作为相关专业师生、相关工程开发人员的参考手册。... -[MATLAB GUI design learning Notes] source code, Luo Fei works of Big Brother The progressive approach of the book, step by step the basics of Matlab gui design, designed to enable the reader to grasp the essence of the gui design where in a relatively short time. . The book begins prior knowledge of the gui design, and then details the gui object properties and methods: two ways to create gui with function to create and adopted to guide the establishment. Describes the design of basic knowledge in gui basis, in-depth to explain the activex control, timer, serial port, and mcc compiled knowledge The book, interspersed with a large number of charts, intuitive, brief list of related knowledge. For some important, difficult to understand the knowledge, together with a large number of typical example, the convenience of the reader to learn while training, to enhance understanding. Finally, the book gives three typical instance, for readers learn. .. Book is suitable for the need for a
Update
: 2025-02-19
Size
: 7.24mb
Publisher
:
zk
[
matlab
]
MCC
DL : 0
Direct curent machine simulation on matlab simulink
Update
: 2025-02-19
Size
: 8kb
Publisher
:
david
[
ELanguage
]
MATLAB-program-compiled
DL : 0
MATLAB编译器产生的应用程序或运行库 ;MATLAB编译器的安装及配置;mcc命令详解 -MATLAB Compiler generated applications or runtime installation and configuration of MATLAB compiler mcc command Detailed
Update
: 2025-02-19
Size
: 5.71mb
Publisher
:
yll
[
Other
]
MCC- vitesse
DL : 0
commande en vitesse d'une mcc
Update
: 2025-02-19
Size
: 22kb
Publisher
:
rocksim
[
Documents
]
使用MATLAB的MCC命令生成CC++程序
DL : 0
本文介绍了如何配置matlab,利用mcc命令生成C/C++程序。(This article introduces how to configure MATLAB and generate C/C++ program by using MCC command.)
Update
: 2025-02-19
Size
: 7kb
Publisher
:
雨下时分
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.