CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dll matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dll matlab - List
[
matlab
]
用VC调用matlab的dll文件
DL : 0
用VC调用matlab的dll文件-VC call Matlab dll file
Update
: 2025-02-19
Size
: 6kb
Publisher
:
付少辉
[
matlab
]
vc调用matlab
DL : 0
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李震
[
Windows Develop
]
如何调用dll中的函数
DL : 0
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
Update
: 2025-02-19
Size
: 45kb
Publisher
:
[
matlab
]
vcmatlab7src
DL : 0
MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Update
: 2025-02-19
Size
: 41kb
Publisher
:
林林
[
Software Engineering
]
VC++andMatlab
DL : 1
许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m*. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
Update
: 2025-02-19
Size
: 102kb
Publisher
:
徐凯
[
VC/MFC
]
VC_MATLAB_DLL
DL : 0
VC调用MATLAB编译的D-VC Calling MATLAB Compiler DLL
Update
: 2025-02-19
Size
: 3.47mb
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
:
李艷
[
Algorithm
]
comtet_matlab
DL : 0
该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。-that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.
Update
: 2025-02-19
Size
: 132kb
Publisher
:
zwq
[
Other
]
MatlabSharedLib_demo
DL : 0
Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Update
: 2025-02-19
Size
: 64kb
Publisher
:
vipjvs
[
matlab
]
BOC
DL : 0
几个BOC 信号的分析例程,全球卫星导航系统将普遍采用BOC调制信号作为扩频测距信号,BOC信号自相关函数呈现多个相关峰,传统扩频接收机所用的延迟锁定环(DLL)无法对该信号正确地进行码相位的-Several BOC signal analysis routines, the global satellite navigation system will be widely used BOC modulation signal as a spread spectrum ranging signal, BOC signal auto-correlation function shows a number of correlation peak, the traditional spread-spectrum receiver using delay locked loop (DLL) the signal can not be correctly code phase
Update
: 2025-02-19
Size
: 7kb
Publisher
:
andy
[
matlab
]
DLL__MatrixVB
DL : 0
基于DLL的VB和MATLAB混编实例,有图形输出和仿真结果-DLL based on the mixed VB and MATLAB examples has graphics output and simulation results
Update
: 2025-02-19
Size
: 69kb
Publisher
:
如水
[
matlab
]
VC++_Matlab
DL : 0
许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software necessary to use complex mathematical algorithms. VC++ Can form a variety of user interface, and can be directly related to systems and data exchange underlying hardware. The study VC++ And Matlab programming hybrid has great practical significance. The article discussed how to use the Matlab Compiler to compile*. m functions for dynamic link library DLL, available to VC++ Call methods, provides a VC++ With Matlab rapid realize mixed language programming.
Update
: 2025-02-19
Size
: 103kb
Publisher
:
贺鼎宏
[
matlab
]
matlab-min
DL : 0
这是MATLAB小型的。下下去看看嘛,活血对你以后的学习有帮助-This is a small MATLAB. To see them go under, Huoxue after learning of your help
Update
: 2025-02-19
Size
: 9.57mb
Publisher
:
雨林
[
MiddleWare
]
mexOPC1
DL : 0
一个opc服务器,用于实现matlab的现场通讯,相当于连接工厂DCS和matlab的接口。-An opc server for matlab realize the scene of communication, which is equivalent to DCS and matlab connection factory interface.
Update
: 2025-02-19
Size
: 453kb
Publisher
:
alfred_woo
[
source in ebook
]
simulink_dll
DL : 0
DLL simulink model. From file exchange of mathwork website!
Update
: 2025-02-19
Size
: 68kb
Publisher
:
deepcore
[
Other
]
YAM_Project
DL : 0
仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形 附加文件 MFC71u.dll,mfc71ud.dll MFC支撑库文件 编译器构造(编译原理,BNF范式,YACC和FLEX) 解释器构造(C语言,面向过程,分层架构) 主界面构造(MFC库,Windows程序设计,进程调用,面向对象,类的模块化等) 绘图程序构造(OpenGL,MFC库,Windows程序设计,C++,STL等) -err
Update
: 2025-02-19
Size
: 1.41mb
Publisher
:
乔松
[
Other
]
Vc60_MATLAB7_DLL
DL : 0
介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
Update
: 2025-02-19
Size
: 1.82mb
Publisher
:
李文博
[
Graph Recognize
]
eyefinder(TOOLBOX)
DL : 0
用于人脸检测中的眼睛定位 用MATLAB编写 可运行-make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab before you can make another build This is still beta so please report any bugs to the MPT developers
Update
: 2025-02-19
Size
: 743kb
Publisher
:
林明
[
matlab
]
DLL_Src
DL : 0
to make dll using matlab
Update
: 2025-02-19
Size
: 5kb
Publisher
:
santhosh
[
Books
]
dll
DL : 0
matlab调用高级语言编写的dll文件的详细方法描述-calling matlab dll file written in high-level detailed methodology description
Update
: 2025-02-19
Size
: 232kb
Publisher
:
hewanhua
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.