搜索资源列表

  1. VC++.doc

    0下载:
  2. VC++环境下调用MATLAB,其中路径的设置请根据自己电脑中的位置做相应修改-VC++ Environment called MATLAB, which set up the path, please according to their own computers make consequential amendments to the location of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:肖宝剑
  1. VCmatlabcanny

    0下载:
  2. 应用VC调用MATLAB进行CANNY算法的图像边缘检测-VC calls for the application of MATLAB Canny Edge Detection Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:211968
    • 提供者:豆轶
  1. 5.4pgm2done

    0下载:
  2. 音频水印水印算法,利用vc调用matlab引擎检测水印算法
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:223232
    • 提供者:jcorange
  1. matlabengine

    0下载:
  2. VC++环境下调用MATLAB程序实现数字信号处理的方法-VC environment MATLAB program called digital signal processing methods
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:175104
    • 提供者:julie
  1. BasedontheTMS320C64xhigh-definitionvideodecoderopt

    0下载:
  2. 论文设计了基于高性能通用DSP TMS320C64x的HDTV视频解码程序。该解码 程序针对C64的特殊架构做了多方面的优化。特别是对变长解码、IDCT和运动 补偿三个关键模块人工编写了汇编语言程序、调整了流水线操作。经过优化,显 著提高了解码效率。通过软件仿真可以得出如下重要结论:1)进行人工汇编优 化之后的程序效率相比于仅仅采用C语言优化之后的程序效率提高了将近七倍; 2)人工汇编优化之后,对标准清晰度视频进行实
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:451584
    • 提供者:王萍
  1. VsNetPlusMatlab

    0下载:
  2. 详细介绍了vs.net开发环境下vc与matlab混合编程的四种方法,包括环境配置以及调用方法。能够快速上手。-Described in detail under the VS.NET development environment vc mixed with matlab programming four methods, including the environmental configuration and call metho
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:314368
    • 提供者:Michael
  1. VC++andMATLAB-PPT

    0下载:
  2. 详细介绍了VC混合编程的内容,与MATLAB等的相互调用-Described in detail the content of VC Mixed Programming with MATLAB call each other, etc.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:824320
    • 提供者:何工
  1. VC++callsM

    0下载:
  2. 压缩包内含有VC++中调用Matlab .m函数编译后的动态链接库和VC++中调用Matlab .m函数编译后的对应c函数-Compressed packets contain VC++ Calling Matlab. M function compiled dynamic link library and VC++ Calling Matlab. M function compiled function corresponds to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:120832
    • 提供者:jly
  1. matlabengine

    0下载:
  2. VC调用matlab engine示例 源码-VC call matlab engine sample source
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:free606
  1. VCandmatlab

    0下载:
  2. VC与matlab接口编程,介绍了VC与matcom的接口编程,实现了VC调用matcom的一些基本功能,-VC and matlab programing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1478656
    • 提供者:S.x.wang
  1. TestArray

    0下载:
  2. 一个小程序,通过使用vc++调用MATLAB求特征值和特征向量和插值。-A small procedure, by using vc++ to call MATLAB for eigenvalues and eigenvectors and interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:cactus
  1. vcmatlab

    0下载:
  2. vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2100224
    • 提供者:liao
  1. matlab_vc_combination

    0下载:
  2. 该程序在VC中完成了与matlab的混合编程,用vc调用matlab中的绘图函数。-The program completed in VC mixed with matlab programming, matlab call with vc the drawing function.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1985536
    • 提供者:tianshu
  1. engine

    0下载:
  2. 通过VC调用MATLAB引擎的范例程序,根据运行环境不同,可能要对头文件进行修改-VC call MATLAB engine through an example of the procedure, according to different operating environment may have to modify the right files
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1767424
    • 提供者:xw
  1. TestUseMatlab

    0下载:
  2. VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:lionel
  1. VC_MATLAB_Canny

    0下载:
  2. VC调用MATLAB实现Canny检测,非常不错的代码-VC and MATLAB and Canny good code !!!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2970624
    • 提供者:王明
  1. LinProgTest

    0下载:
  2. vc调用matlab linprog函数-VC call matlab function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4107264
    • 提供者:cyw
  1. ComTest

    0下载:
  2. VC 调用matlab combuilder简单例子-VC call matlab com file
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:4016128
    • 提供者:cyw
  1. COM

    0下载:
  2. 基于COM组件的VC调用Matlab的方法及实现,可以方便地实现Matlab的数值运算能力和VC的快速运行能力。-COM-based component of the VC call Matlab and the realization of Matlab can easily achieve the numerical computing power and the ability to run fast VC.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:145408
    • 提供者:hezae
  1. sourcecode

    0下载:
  2. vc++调用MATLAB源程序, -vc++ to call MATLAB source code, vc++ to call MATLAB source,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:王海
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »

源码中国 www.ymcn.org