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

搜索资源列表

  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
    • 文件大小:27283
    • 提供者:林林
  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
    • 文件大小:13927
    • 提供者:王大众
  1. 45666019bosuxingchengsuanfa

    0下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22663
    • 提供者:黄礼祥
  1. compiler3

    0下载:
  2. The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler includes the MATLAB C/C++ Math and Graphics Libraries, which let you automatically convert your MATLAB applications to C and C++ code for stand-alo
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1041800
    • 提供者:zhuzhu
  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
    • 文件大小:104080
    • 提供者:亲切
  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
    • 文件大小:278992
    • 提供者:胡辉
  1. workonnnet

    0下载:
  2. 所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MATLAB 6.5即可)。-All programs running and the compiler environment: Visual C++ 6.0 and MATLAB 6.5 service pack1 (under normal circumstances can MATLAB 6.5).
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:875327
    • 提供者:郭刚
  1. 5

    0下载:
  2. 一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:蜗蜗牛
  1. CodeCoverageTool

    0下载:
  2. The Code Coverage Tool (CCT) Matlab代码转化用于实时仿真的S函数。-The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB in
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:793666
    • 提供者:杨枫
  1. GLTree2DFEX

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8606
    • 提供者:谢冉
  1. m_to_COM

    0下载:
  2. 在VISUAL C++ 6.0编译器环境下,实现MATLAB中COM组件的开发。-In VISUAL C++ 6.0 compiler environment, to achieve the development of MATLAB, COM components.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6358
    • 提供者:孔旗
  1. PAL_library

    0下载:
  2. /* * file : PAL_library.c * project : PIC PAL SOFTWARE VIDEO GENERATOR * author : Bruno Gavand * compiler : mikroC V6.2 * date : January 17, 2006 * * descr iption : * PAL library for PIC18 MCU * This library turns your PIC1
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7349
    • 提供者:sds
  1. Matlab_Cpp_Programming

    0下载:
  2. 刘维的《精通Matlab与Cpp混合程序设计》。 本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。-By Liu Wei.
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:28489891
    • 提供者:Ming
  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
    • 文件大小:28182103
    • 提供者:wkm
  1. radon

    0下载:
  2. this the source code for the radon transform. it is the c file. u have to save this file as c file and then compile it using mex compiler in matlab.-this is the source code for the radon transform. it is the c file. u have to save this file as c file
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4273
    • 提供者:yogs
  1. myradoncom

    0下载:
  2. \\this file contains the matlab file for radon function with its c file. to run on matlab compile the file using c++ compiler to convert c file into mex file.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8800
    • 提供者:yogs
  1. lm

    0下载:
  2. 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可-Least-squares fit in c++ set compiler as vc++ in matlab then run test.m
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4607
    • 提供者:王聪
  1. Matlab-Trans-C

    0下载:
  2. 在matlab下如何调用c语言编写的程序,包括编译器的选择和设置-In matlab how to call the c language program, including the compiler options and settings
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2169
    • 提供者:谢仪希
  1. OFDM resource allocation

    0下载:
  2. OFDM resource allocation for (single user) using greedy algorithm. the function of greedy algo. is written in C. so, one need to set up a compiler in matlab.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:ahmed_zezo_FEE
  1. xcode7_mexopts

    0下载:
  2. source files to install c compiler in matlab for mac
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:285696
    • 提供者:animator
« 12 »
搜珍网 www.dssz.com