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

搜索资源列表

  1. MATLAB

    1下载:
  2. 环境下构建一种新的系统辨识仿真工具箱(SIST: System Identification Toolbox)的原理与实现,讨论了在MATLAB 环境下工具箱的数据和算法结构形式,以及利用GUIDE完成图行界面的设计,用MATLAB 与C++混编技术实现物理系统的I/O 接口和系统辨识...
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:688.73kb
    • 提供者:ou
  1. C++YUmatlabDlg

    0下载:
  2. C++与MATLAB接口的实例 对于学习C++和MATLAB 很有帮助 请珍惜
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:ajie
  1. matlab

    0下载:
  2. madlab c++ 接口,Madlab的一本很好的书
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:152.7kb
    • 提供者:Zhang Qi
  1. matdemo

    0下载:
  2. matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:楚燕
  1. LDPC.rar

    2下载:
  2. LDPC码的详细编解码程序,使用部分c函数接口 加速程序运行,LDPC code codec detailed procedures, use of some of the c function interface to accelerate the program to run
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:72.93kb
    • 提供者:wupei
  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. MATLAB

    0下载:
  2. 通过一个数字信号功率谱分析程序设计的实例,详细地介绍了Visual c++和Matlab通过 engine引擎接口进行混合编程的技术,在信号处理的软件开发中采用这种方法可以提高软件开发 的效率和可靠性。-Digital signal through a power spectral analysis of programming examples, detailed descr iption of the Visual c++ and Matlab engine through the
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:298.68kb
    • 提供者:ws
  1. Source_Code_Of_Guide_To_MATLAB_Mix_Programming

    0下载:
  2. 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:48.42kb
    • 提供者:
  1. skills_for-VC-MATLAB_combined_coding

    0下载:
  2. VC与matlab接口编程,matlab 强大的数学分析能力,结合VC强大的编程,那么接口程序如何编写就显得重要了。-VC interface with matlab programming, matlab powerful mathematical analysis capabilities, combined with powerful programming VC, then the interface program on how to prepare it is important.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.41mb
    • 提供者:jagel
  1. c_matlab

    0下载:
  2. 关于c语言与matlab编程接口的一本电子书 对嵌入式仿真有一定帮助-On the c programming language and matlab interfaces to the embedded simulation of an e-book will definitely help
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5.32mb
    • 提供者:michael
  1. MATLABCjiajia

    0下载:
  2. MatlaB与C++接口若干问题解析,详细讲述了Matlab与C++在对接时的关键点-MatlaB and C++ interface to resolve a number of issues in detail about the Matlab and C++ when the key points in the butt
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:115.23kb
    • 提供者:李琳莉
  1. Matlab_7__External_Interfaces_rar

    0下载:
  2. MATLAB 7 接口 可直接调用已有C程序 缩短开发中期 加快执行速度-MATLAB 7 Interface
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:1.96mb
    • 提供者:mason
  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
    • 文件大小:27.17mb
    • 提供者:Ming
  1. floyd

    0下载:
  2. C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:19.81kb
    • 提供者:wjn_nb
  1. matrix_kron

    1下载:
  2. matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用-kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:3.57mb
    • 提供者:Camus Ding
  1. fdtd2d

    0下载:
  2. FDTD 2d with PML 其中一个工程接上了Matlab编程接口-FDTD 2d with PML in which a project connected to the Matlab programming interface
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.6mb
    • 提供者:Mu Lufei
  1. matlab-C

    0下载:
  2. C语言与MATLAB接口编程与实例,一本很好的编程指导书!-C programming language and MATLAB interfaces and examples
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5.32mb
    • 提供者:lizhi
  1. Matlab_VC_hybrid-programe

    0下载:
  2. Matlab与C接口技术(两本pdf书籍,感觉很不错的),希望对大家有帮助-Matlab and C interface technology (two pdf books, I feel very good), we want to help
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5.36mb
    • 提供者:lfzhang
  1. Visual_C-P-P-Matlab

    0下载:
  2. C++与matlab的接口问题编程教程!简单实用-C++ and the interface problem of matlab programming tutorial
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.9mb
    • 提供者:yatou
  1. C语言与MATLAB接口 编程与实例 李传军编着

    0下载:
  2. C语言与MATLAB接口 编程与实例 李传军编着(The interface between C and MATLAB)
  3. 所属分类:数学计算

    • 发布日期:2017-12-17
    • 文件大小:8.37mb
    • 提供者:rlinux
« 12 3 4 »
搜珍网 www.dssz.com