CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - dll VC

搜索资源列表

  1. vcmatlab7src

    1下载:
  2. 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 Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26.64kb
    • 提供者:林林
  1. jxxfc1

    0下载:
  2. 介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用-on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C \\ C paper and called
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13.6kb
    • 提供者:王大众
  1. VC++_Matlab

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

    • 发布日期:2008-10-13
    • 文件大小:102.91kb
    • 提供者:贺鼎宏
  1. 用VC调用matlab的dll文件

    0下载:
  2. 用VC调用matlab的dll文件-VC call Matlab dll file
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.88kb
    • 提供者:付少辉
  1. vc调用matlab

    0下载:
  2. 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:李震
  1. ShortEst

    1下载:
  2. matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:30.89kb
    • 提供者:
  1. kdtree

    0下载:
  2. 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:113.36kb
    • 提供者:徐军
  1. VC_and_matlab_mix_code

    0下载:
  2. VC++与MATLAB的混合编程的快速实现 讨论了如何用MATLAB的complier将*.m函数编译为动态链接库DLL,供VC++使用的方法。-VC++ and MATLAB programming for fast implementation of mixed discuss how to use MATLAB' s complier to*. m functions compiled as dynamic link library DLL, VC++ for the methods
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:102.26kb
    • 提供者:清心
  1. VCandMATLAB

    0下载:
  2. 本文介绍了VC++与MATLAB联合编程的几中方法,并重点介绍了DLL方法-This article describes the joint VC++ and MATLAB programming in several ways, and highlight the DLL method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:149.79kb
    • 提供者:浅浅
  1. dll

    0下载:
  2. 将m文件封装成vc可调用的dll文件,给出了详细的封装过程-M files will be packaged into a vc dll file can be invoked, the packaging process gives a detailed
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:124.71kb
    • 提供者:ghost
  1. Matlab_VC

    0下载:
  2. Matlab 和VC,用MATLAB产生dll。然后再VC里面调用dll文件-Matlab and VC ,dll
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.1mb
    • 提供者:李明
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:5.77mb
    • 提供者:蔡浩宇
  1. VCamatlab

    0下载:
  2. VC++与matlab混合编程实例和VC调用matab生成的DLL说明-The mixed VC++ with matlab programming examples and generated by the VC call matab DLL descr iption
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:840.41kb
    • 提供者:wangyouzhuo
  1. VS2015 与 Matlab2016b编译环境设置

    0下载:
  2. 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:110kb
    • 提供者:h5j1n962
搜珍网 www.dssz.com