CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - matlab dll

搜索资源列表

  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
    • 文件大小:102.55kb
    • 提供者:徐凯
  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
    • 文件大小:102.49kb
    • 提供者:李艷
  1. vbandmatlab

    1下载:
  2. 使用MATLAB中的COM生成器(comtool),将M文件生成DLL,于VB中引用.从MATLAB6.5开始,MATLAB提供了COM生成器,使用该生成器,可以将MATLAB函数和自定义的函数打包成组件,然后集成到支持该技术的应用程序中去.使用该技术,可以很大程度上脱离MATLAB环境.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:70.52kb
    • 提供者:吴庆庆
  1. paper_dll_matlabandlabview

    0下载:
  2. 利用DLL技术实现LabVIEW和MATLAB混合编程,多语言编程论文
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:185.49kb
    • 提供者:zdwnh
  1. dxVideo

    0下载:
  2. This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:16.63kb
    • 提供者:marwa
  1. VCandMatlab

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

    • 发布日期:2017-03-30
    • 文件大小:102.25kb
    • 提供者:Zhao
  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
    • 文件大小:6.36mb
    • 提供者:xiaowei
  1. MATLAB-CSharp

    0下载:
  2. 用于C#调用matlab的计算功能,通过matlab的m文件生成DLL进行调用-For C# calculation function call matlab matlab m file generated DLL call
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:1.46mb
    • 提供者:付国忠
  1. MATLAB.m-to-dll

    0下载:
  2. 在没有安装MATLAB的计算机上,以上程序是无法正常运行的。好在MATLAB 将其所有的运行库,打包成了一个自解压文件。C:\MATLAB6p5\extern\lib\win32\mglinstaller.exe 在没有安装MATLAB的计算机上,运行mglinstaller.exe,它解压出两个目录 bin 和toolbox。你只要把 bin\win32 加入到计算机系统变量PATH中即可。 -On a computer that is not installed MATLAB, t
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:127.76kb
    • 提供者:dvdv123
  1. MATLAB-VB

    0下载:
  2. 着重探讨了在VB应用程序中集成MATLAB实现程序优化的四种方法,即利用MatrixVB、调用DLL动态链接库、应用Active自动化技术和动态数据交换技术,并分析了集成过程中的关键问题及其基本步骤。这种混合编程实现了VB的可视化界面与MATLAB强大的数值分析能力的结合。 -VB application integration MATLAB program optimization focused on four methods, namely the use of MatrixVB to c
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:38.37kb
    • 提供者:王凯旋
  1. MATLABconnector-DLL-LibraryProject

    0下载:
  2. Connecting MATLAB to C-language DLLs
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:22.29kb
    • 提供者:Maria
  1. Matlab-in-c-programa

    0下载:
  2. C 语言环境中调用 Matlab 程序指南,两个方法:第一种是调用 Matlab 引擎,第二种是将 m 文件打包成 dll 文件在 C 语言环境下调用-Matlab in c programa
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:430.14kb
    • 提供者:赵巍巍
  1. Matlab-and-C-mixed-programming

    0下载:
  2. Matlab转换为dll库再与C混合编程-Matlab and C mixed programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:165.57kb
    • 提供者:水月
  1. MATLAB-DLL

    0下载:
  2. 将matlab的m文件生成可供labview调用的d-The matlab m file is generated for LabVIEW call DLL
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:185.23kb
    • 提供者:小鱼
  1. CRUISE-Matlab

    2下载:
  2. CRUISE2010介绍,CRUISE和Matlab接口问题,dll文件生成及生成软件,混合动力介绍及CRUISE仿真实例-CRUISE2010 introduction, CRUISE and Matlab interface issues, dll file generation and generation software, hybrid presentation and CRUISEsimulation examples
  3. 所属分类:software engineering

    • 发布日期:2016-11-08
    • 文件大小:2.48mb
    • 提供者:张少
  1. MATLAB---CSharp-interfacing

    0下载:
  2. MATLAB - C# interfacing Conversion of m (MATLAB source code) file to .NET component in the form of dll (Dynamic Link Library) file using MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:842.76kb
    • 提供者:sosa247
  1. AM_VSB

    0下载:
  2. AM modulation vestigial in Matlab .d-AM modulation vestigial in Matlab .dll
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:46.54kb
    • 提供者:flaper89
  1. SSB

    0下载:
  2. SSB modulation in Matlab .d-SSB modulation in Matlab .dll
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:40.5kb
    • 提供者:flaper89
  1. AMT

    0下载:
  2. AMT modulation in Matlab .d-AMT modulation in Matlab .dll
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:44.19kb
    • 提供者:flaper89
  1. matlab-and-CPP-hybrid-programming

    0下载:
  2. 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:693.68kb
    • 提供者:智伟
« 12 »
搜珍网 www.dssz.com