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

搜索资源列表

  1. Matlab与VC混合编程-p001008

    0下载:
  2. 介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值。-introduces a Matlab compiled executable in a way that allows programs written Matlab can be completely out of the Matlab environment to implementation, thus greatly impr
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:360.91kb
    • 提供者:jackieluo
  1. matcom

    0下载:
  2. 这个工具可以方便的实现从matlab和vc++的结合,它可以将matlab代码翻译为vc的 函数-this tool can facilitate the realization of Matlab and vc, the combination of which can be translated Matlab code for the function vc
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8mb
    • 提供者:张衡
  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. matcom

    0下载:
  2. 利用MATCOM可以实现VC++与MATLAB的混合编程,本例子实现了独立与具体开发环境的绘图的方法 -MATCOM can be achieved using VC and MATLAB mixed programming, The example of the independence and achieve specific development environment mapping methods
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:51.51kb
    • 提供者:dm
  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. examle

    0下载:
  2. Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。-Matcom is mathTools Company introduced a document can M into the same functional C code tool. Compared
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:101.64kb
    • 提供者:亲切
  1. GuiSin

    1下载:
  2. 本人精心收集的正弦内插算法,根据此算法,每个周期2.5采样点就可以重构一个正弦波形,经改造可用于VC和matlab-I carefully collected the sine interpolation algorithm, based on this algorithm, each cycle of 2.5 sampling points can reconstruct a sine wave-shaped, can be used by the transformation of VC a
  3. 所属分类:matlab

    • 发布日期:2014-11-06
    • 文件大小:645byte
    • 提供者:chenliuzhang
  1. VCMATLAB

    0下载:
  2. 关于VC与matlab混合编程的代码,包含众多例子,可以直接使用。-Matlab on the VC and mixed programming code, including many examples can be used directly.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:4.94mb
    • 提供者:王博
  1. FFT1

    0下载:
  2. 使用VC与MATLAB混合编程实现了一路波形信号的FFT变换,简单修改后可以应用于信号处理程序中,由于使用了混合编程,大大减少了代码编写工作量-The use of VC and Matlab MATLAB waveform signals all the way FFT transform, simple modifications can be applied to signal processing procedures, the use of hybrid programming, gr
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:186.5kb
    • 提供者:何工
  1. hunhebianma

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:272.45kb
    • 提供者:胡辉
  1. 31856matlabvc

    0下载:
  2. 主要是MATLAB与VC的链接,是从别人哪里弄过来的,和大家一起分享一下!希望对大家可以有用!-MATLAB and VC are the main link where other people get from the back, and to share with everyone! Hope everyone can be useful! ~ ~
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:520.15kb
    • 提供者:孙美玲
  1. ErrorProgram

    0下载:
  2. 精密测量中常用的误差处理函数,常用的数据处理,是自己用VC编写而成的-roberts (the use of Roberts edge operator on the edge of images extracted from source code, compiled executable file to run the parameters to be taken)
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:258.33kb
    • 提供者:dachao
  1. MatLab7Prorammig

    0下载:
  2. 关于MATLAB基础操作的一本书,纯英文版的,也可以作为外文翻译的书-About MATLAB basic operation of a book, pure English, but also can be used as a foreign language translation of the book
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:杜彬
  1. Matlab_VC

    0下载:
  2. By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:853.32kb
    • 提供者:serkant
  1. vcPPsourcecode7

    1下载:
  2. 600个大型项目源码之一: MATLAB与VC++混合编程实现一维小波多尺度分解 小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。 VC++是由美国Microsoft 公司开发的可视化C/C++集
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:225.39kb
    • 提供者:smith
  1. be-accomplished-in-MatlabaC-CPP-

    0下载:
  2. 本书主要介绍如何运用Matlah与C.C + +进行混合程序设计。共分8章。主要包括Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的iatlah程序、VC++调用Matlah程序、Matlab DotNet Builder与VC++,Matcom与C/C++以及VC++调用Matlab C++数学库。另外,附录中介绍有关动态链接库的基础知识。各章包含大量 的实例程序,可供寻求将Matlab程序脱离Matlab环境的Matlab程序设计人员、寻求在M
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:26.88mb
    • 提供者:wkm
  1. 798923ga-vc

    0下载:
  2. pso算法,此算法源程序采用MATLAB编写,可用于向量机优化-pso algorithm that uses source code written in MATLAB, can be optimized for vector machines
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:22.97kb
    • 提供者:sth
  1. VC-Digital

    0下载:
  2. 一本关于VC和VB数值计算的书,里面有个库,包括了很多的数值计算函数,不用matlab也可以实现数值计算了-A numerical calculation of VC and VB book, which has a library, including a lot of numerical functions can be achieved without matlab numerical calculation of the
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5.15mb
    • 提供者:liangzifei
  1. VC-AND-DTC

    0下载:
  2. 异步电机的直接转矩控制和矢量控制,性能很好,能很好的运行,已经通过验证,很适合初学者学习。-Asynchronous motor direct torque control and vector control, the performance is very good, can be a very good run, has been verified, very suitable for beginners to learn.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:283kb
    • 提供者:朱洪武
  1. VC

    0下载:
  2. simulink电机矢量控制仿真文件,希望对大家有用-motor vector control simulink simulation files, I want to be useful
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8.87kb
    • 提供者:王涛
« 12 3 »
搜珍网 www.dssz.com