搜索资源列表
VC调用matlab工具箱函数进行图像处理编程
- VC调用matlab工具箱函数进行图像处理的技术与方法-VC call Matlab toolbox functions for image processing technologies and methods
vc与matlab编程接口
- 这是用c++语言开发编写的matlab和c++的接口程序-c prepared by the development of language and c Matlab interface procedures
VC++andMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
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
VC_and_MATLAB_and_fft
- VC++与MATLAB混合编程及其应用。本文详述了在VC++6.0编译环境下如何利用Matlab来实现应用系统的设计和分析,介绍了通过Matlab与VC应用程序连接的常用方法,分析了VC与Matlab的混合编程的步骤,最后通过一个具体实例的实现过程对上述方法进行了应用性介绍。
matlab_vc_example
- 现在要实现VC与MATLAB混编的方法有好几种,而其中最方便高效的为使用MATCOM,MATCOM因其可视化界面,方便丰富的调试功能以及对数学库的强大支持,尤其是可以直接在VC中实现可视化编程,并能将.m文件编译成相应C++程序,受到愈来愈多工程技术人员的重视。通过VisualMatcom实现混合编程,既保持了MATLAB的优良算法,又保证了c++的高执行效率。本文所使用的是VC6与MATCOM4.5
VC++matlab
- VC++与Matlab混合编程的快速实现,这样可以有效利用matlab的便捷及c代码的速度。
VC++与MATLAB联合编程
- 由于在VC上对图形的现实变成很不方便,而MATLAB具有很好的图形显示功能,因此在vc编程时常将VC与MATLAB联合起来进行编程,本文档就详细介绍了VC++与MATLAB联合编程的方法,详细讲解了实现过程。
VC6_0_MATLAB7_x
- VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器。比较分析了各种方法的适用范围,介绍了发布混编程序的方法。- Wit h t he combination of VC++ and MA TLAB , t he p ower
VC_MATLAB2
- VC++60与MATLAB混合编程技术的原理与实现,值得一看的。-VC++60 mixed with the MATLAB programming and implementation of the principle, worth a visit.
MATCOM
- 通过matcom方式实现vc++与matlab的联合编程,开发环境VC++6.0,matlab7-Matcom be achieved through vc++ and matlab joint programming, development environment, VC++6.0, matlab7
VCMixedwithMATLABProgrammingandItsApplication
- 本文详述了在VC++6.0编译环境下如何利用Matlab来实现应用系统的设计和分析,介绍了通过Matlab与VC应用程序连接的常用方法,分析了VC与Matlab的混合编程的步骤,最后通过一个具体实例的实现过程对上述方法进行了应用性介绍。-This article details the build in VC++6.0 environment, how to use Matlab to implement application system design and analysis, prese
VCMATLAB
- 关于VC++与Matlab混合编程的一些参考文献,很有参考价值-On VC++ and Matlab programming mix some reference, a good reference
chazhi
- vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术-vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. De
VCPPandMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该 文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software requires complex mathematical algorithm used
VC-and-MATLAB
- 本文利用MATLAB提供的C/C++ 编译器实现了MATLAB 与VC++语言的接口将m文件编译 成脱离MATLAB 运行的可执行应用程序-In this paper, MATLAB provides the C/C++ compiler implementation the MATLAB and VC++ of language interface m file is compiled into an executable application running from the MATL
VC-and-MATLAB-interface-
- 本文讲述了matlab与VC的接口及其实现过程-This article describes a Matlab and VC interface and its implementation process
VCPmatlab
- 本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处-This paper describes how the VC and Matlab programming mix, for complex calculations to good use
Matlab-and-VC
- vc 与 matlab的混合编程,关于调用,执行-VC AND MATLAB
fisheye-algorithm
- 提出了鱼眼图像投影、拼接等一系列核心算法。并用vc++与matlab进行了实现。-The fisheye image projection, stitching and a series of core algorithm. And using vc++ and MATLAB to achieve.