CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - VC与MATLAB

搜索资源列表

  1. VC调用matlab工具箱函数进行图像处理编程

    1下载:
  2. VC调用matlab工具箱函数进行图像处理的技术与方法-VC call Matlab toolbox functions for image processing technologies and methods
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:464077
    • 提供者:穆雅
  1. vc与matlab编程接口

    0下载:
  2. 这是用c++语言开发编写的matlab和c++的接口程序-c prepared by the development of language and c Matlab interface procedures
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:31844
    • 提供者:袁辉
  1. VC++andMatlab

    1下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:105013
    • 提供者:徐凯
  1. matlabc123

    0下载:
  2. 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
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:104953
    • 提供者:李艷
  1. VC_and_MATLAB_and_fft

    0下载:
  2. VC++与MATLAB混合编程及其应用。本文详述了在VC++6.0编译环境下如何利用Matlab来实现应用系统的设计和分析,介绍了通过Matlab与VC应用程序连接的常用方法,分析了VC与Matlab的混合编程的步骤,最后通过一个具体实例的实现过程对上述方法进行了应用性介绍。
  3. 所属分类:软件工程

    • 发布日期:2014-01-16
    • 文件大小:5736
    • 提供者:六月的雨
  1. matlab_vc_example

    0下载:
  2. 现在要实现VC与MATLAB混编的方法有好几种,而其中最方便高效的为使用MATCOM,MATCOM因其可视化界面,方便丰富的调试功能以及对数学库的强大支持,尤其是可以直接在VC中实现可视化编程,并能将.m文件编译成相应C++程序,受到愈来愈多工程技术人员的重视。通过VisualMatcom实现混合编程,既保持了MATLAB的优良算法,又保证了c++的高执行效率。本文所使用的是VC6与MATCOM4.5
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6549
    • 提供者:高一
  1. VC++matlab

    0下载:
  2. VC++与Matlab混合编程的快速实现,这样可以有效利用matlab的便捷及c代码的速度。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:105032
    • 提供者:李谷
  1. VC++与MATLAB联合编程

    1下载:
  2. 由于在VC上对图形的现实变成很不方便,而MATLAB具有很好的图形显示功能,因此在vc编程时常将VC与MATLAB联合起来进行编程,本文档就详细介绍了VC++与MATLAB联合编程的方法,详细讲解了实现过程。
  3. 所属分类:软件工程

    • 发布日期:2011-08-29
    • 文件大小:1565901
    • 提供者:XL_W0503
  1. VC6_0_MATLAB7_x

    0下载:
  2.  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
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:277730
    • 提供者:wang han
  1. VC_MATLAB2

    0下载:
  2. VC++60与MATLAB混合编程技术的原理与实现,值得一看的。-VC++60 mixed with the MATLAB programming and implementation of the principle, worth a visit.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:373107
    • 提供者:flyingto
  1. MATCOM

    0下载:
  2. 通过matcom方式实现vc++与matlab的联合编程,开发环境VC++6.0,matlab7-Matcom be achieved through vc++ and matlab joint programming, development environment, VC++6.0, matlab7
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:696216
    • 提供者:马振良
  1. VCMixedwithMATLABProgrammingandItsApplication

    0下载:
  2. 本文详述了在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
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:38672
    • 提供者:秦论剑
  1. VCMATLAB

    0下载:
  2. 关于VC++与Matlab混合编程的一些参考文献,很有参考价值-On VC++ and Matlab programming mix some reference, a good reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:951124
    • 提供者:wlf
  1. chazhi

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6672863
    • 提供者:xiaowei
  1. VCPPandMatlab

    0下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该 文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software requires complex mathematical algorithm used
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:104944
    • 提供者:赵晖
  1. VC-and-MATLAB

    0下载:
  2. 本文利用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
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:90130
    • 提供者:litaiwen
  1. VC-and-MATLAB-interface-

    0下载:
  2. 本文讲述了matlab与VC的接口及其实现过程-This article describes a Matlab and VC interface and its implementation process
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:53035
    • 提供者:liuxiaorong
  1. VCPmatlab

    0下载:
  2. 本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处-This paper describes how the VC and Matlab programming mix, for complex calculations to good use
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:4081148
    • 提供者:方言平
  1. Matlab-and-VC

    0下载:
  2. vc 与 matlab的混合编程,关于调用,执行-VC AND MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:3023817
    • 提供者:luwei
  1. fisheye-algorithm

    0下载:
  2. 提出了鱼眼图像投影、拼接等一系列核心算法。并用vc++与matlab进行了实现。-The fisheye image projection, stitching and a series of core algorithm. And using vc++ and MATLAB to achieve.
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1278717
    • 提供者:cym
« 12 »
搜珍网 www.dssz.com