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

搜索资源列表

  1. test_guide

    0下载:
  2. 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:181308
    • 提供者:杨向华
  1. comtet_matlab

    0下载:
  2. 该程序是一个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.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:134958
    • 提供者:zwq
  1. VC++_Matlab

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

    • 发布日期:2008-10-13
    • 文件大小:105377
    • 提供者:贺鼎宏
  1. cs

    0下载:
  2. 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:14205
    • 提供者:mike
  1. fftw-3.1.2-dll

    0下载:
  2. fftw,the fastest fourier transform in the West。用于快速计算离散傅里叶变换,用c编程-fftw, the fastest fourier transform in the West. For fast calculation of discrete Fourier transform, using c programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1994377
    • 提供者:clark
  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
    • 文件大小:116082
    • 提供者:徐军
  1. MATLABTODLL.RAR

    0下载:
  2. 这是MATLAB 和 LABVIEW 混合编程方面的书籍 介绍了 MATLAB 脱离 MATLAB 环境运行。-this is a good code for that matlab to dll. welcome to download
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:95075
    • 提供者:wuyuangang
  1. ACOLab4

    0下载:
  2. 本软件主要用于进行蚁群算法实验,使用它不仅可以进行标准算法的验证与学习,还可以根据需要在图形界面中定制出自己的蚁群算法,同时,该软件中的算法模块可以很容易更换和升级,甚至可以自己按照帮助文件中所提到的接口,使用任何可以开发DLL的编程语言编写出能在本软件中使用的算法模块。-this project is for Ant Colony Optimization experiments.Users not only can learn the algorithm with it,but also
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-18
    • 文件大小:4699137
    • 提供者:李凡
  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
    • 文件大小:104716
    • 提供者:清心
  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
    • 文件大小:153384
    • 提供者:浅浅
  1. MATLAB.dll_test

    0下载:
  2. 用vb调用matlab联合编程的示例,包含com接口及带参数的传递-Joint programming with vb call matlab example, contains com interface and the transmission parameters
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3209125
    • 提供者:NVH
  1. vs2008-matlab

    0下载:
  2. matlab7与c++的混合编程:将m函数编译成dll给C++调用,从而加快开发的进度。-Matlab7 and c++ programming with mixed: make m function compiled into the DLL to c++ calls, thus speeding up the progress of the development.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:87740
    • 提供者:piao
  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
    • 文件大小:860579
    • 提供者:wangyouzhuo
  1. matlab7.0.1-and-vc6.0-and-dll

    0下载:
  2. 使用MATLAB_Engine与C混合编程的实例,并添加DLL的使用-MATLAB_Engine andC hybrid programming plus dll
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:15754
    • 提供者:张锋
  1. Python

    0下载:
  2. matlab与python的混合编程,在python中可以通过dll或者com方式调用matlab程序-matlab mixed programming with python, matlab program in python can be called by the dll or com
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:111067
    • 提供者:杜倩倩
  1. Mixed-programming-in-matlab

    0下载:
  2. matlab中的混合编程及各类接口的使用实例。包括notebook,excel,word,mat,dll,color map,Implicit function,debugging等多个方面的多个实例。-matlab Mixed programming and examples of the use of various types of interfaces. Include multiple instances of multiple aspects of the notebook, exc
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:605851
    • 提供者:yinyanwuai
  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
    • 文件大小:112640
    • 提供者:h5j1n962
搜珍网 www.dssz.com