CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab与C混合编程

搜索资源列表

  1. MatlabVc2007417

    0下载:
  2. 这是一个基于MATLAB与VC混合编程的程序代码!是关于一维离散小波去噪的程序!-based on MATLAB and Visual C + + programming code! On the one-dimensional discrete wavelet denoising the procedure!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3860541
    • 提供者:许晨德
  1. imagewavletedge

    0下载:
  2. 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6945224
    • 提供者:周儒坤
  1. Matlab-and-CSharp

    0下载:
  2. 混合编程C#与matlab,完成复杂程序算法的调用-Mixed Programming C# with matlab, the call complex program algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1120298
    • 提供者:林哲
  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. MatlabC

    0下载:
  2. 经典的matlab与VC++混合编程例子-using Matlab and c++ to program togother。
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7664040
    • 提供者:wyb527
  1. VC6_0_MATLAB7_x

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器。比较分析了各种方法的适用范围,介绍了发布混编程序的方法。- Wit h t he combination of VC++ and MA TLAB , t he p ower
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:277730
    • 提供者:wang han
  1. MixFigure

    0下载:
  2. matlab与VC混合编程实例,将Matlab图像显示函数直接使用在C中,并嵌于编辑框或列表框显示-matlab programming examples mixed with the VC, the Matlab image display function is used directly in C, and embedded in the edit box or list box displays
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:32366
    • 提供者:shuyx
  1. MatlabandC

    0下载:
  2. 精通matlab与C++混合程序设计。讲述matlab与C语言混合编程设计。-matlab and C mixed programming language design.
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8411430
    • 提供者:鲤鱼
  1. MATLAB

    0下载:
  2. matlab与C++的混合编程,实现计算rice图像中的米粒个数。-matlab and C++ mixed programming, to achieve calculate the number of rice grain image.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:636023
    • 提供者:王兴
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. aybook.cn_miantidbuehd1010

    0下载:
  2. CodeProject网站上下载的关于matlab与C#,MATLAB与VC混合编程的资料,很全-CodeProject web site to download on matlab and C#, MATLAB and VC mixed programming information, it is all
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2180450
    • 提供者:王栋
  1. MATLAB

    0下载:
  2. MATLAB与C/C++混合编程代码,包括MATLAB引擎,MAT共享,MEX技术,COM,Mideva工具-MATLAB and C/C++ mixed programming code, including MATLAB engine, MAT share, MEX technology, COM, Mideva tools
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7415456
    • 提供者:巫建华
  1. mixed-programming--Matlab-and-CCPP

    0下载:
  2. Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。-Matlab has strong ability of numerical value calculation and
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:163688
    • 提供者:jack
  1. audio-processing-workbench

    0下载:
  2. 本作品基于matlab与vc++混合编程的一个语言信号处理平台,实现了matlab与vc++的接口通信,利用matlab强大的语言信号处理能力,再结合c++语言的强大的算法描述能力,两者取长补短,取得了很好的效果-This work is based on the matlab and vc++ mixed programming, a language signal processing platform, the matlab and vc++ interface communication
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16132742
    • 提供者:蜗牛
  1. MATLAB

    0下载:
  2. 实现matlab与C++的混合编程,非常非常的有实用-A mixture of matlab with C++ of programme
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:1792191
    • 提供者:庄博涵
  1. Matlab-code

    0下载:
  2. Matlab与C语言混合编程源代码,2012年出版的新书-Matlab and C language mixed programming source code, a new book published in 2012
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:11397118
    • 提供者:王进波
  1. Matlab-cPP

    0下载:
  2. ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:145898
    • 提供者:学文
  1. matcom

    0下载:
  2. matcom4.5编译器,是matlab与vc++混合编程的编译器,可以很轻松的实现m文件与c之间的转换,附有安装包和安装方法,有问题请留言。-The matcom4.5 compiler, is mixed programming of MATLAB and vc++ compiler, can achieve m files easily and the transformation between C, with the installation package and method
  3. 所属分类:ELanguage

    • 发布日期:2017-05-25
    • 文件大小:8614908
    • 提供者:周胜俞
  1. Matlab

    0下载:
  2. Matlab与C/C++混合编程技术研究。本文基于常用的Matlab6.5 和VC6.0开发环境,在Windows平台下就它们之间的混合编 程问题从Matlab调用C/C++和C/C++调用Matlab两方面进行 深入研究并举例说明。-Matlabhasstrongabilityofnumericalvaluecalculationandanalysis, whereasC/C++isoneofthemostpopularprogramming languages. Andthe
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:226844
    • 提供者:jiaren
  1. Web

    0下载:
  2. Matlab与.NET混合编程,实现在C#.NET中对Matlab生成组件的调用。-Matlab.NET mixed programming.
  3. 所属分类:.net

    • 发布日期:2017-06-01
    • 文件大小:13410689
    • 提供者:
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com