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

搜索资源列表

  1. garchcore

    0下载:
  2. PURPOSE: Helper function part of UCSD_GARCH toolbox. Used if you do not use the MEX file.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5546
    • 提供者:fatemeh
  1. leidachengxu

    0下载:
  2. 雷达程序,用于简单的预警,还有利用c和matlab混合编程实现mex文件-Radar procedures, for the simple warning, and using C and matlab mixed programming of mex file
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1171
    • 提供者:王者
  1. matlab-call--cPP

    0下载:
  2. matlab调用c++的创建和调试,mex函数的运用-the creation and debugging of mex function use matlab call c++
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:106952
    • 提供者:王强
  1. Win32-Dynamic-Link-Library

    0下载:
  2. vc6.0通过 Win32 Dynamic-Link Library创建MEX程序-vc6.0 MEX program created by the Win32 Dynamic-Link Library
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:57235
    • 提供者:薛定谔的猫
  1. extending-MFC-dynamic-link-library

    0下载:
  2. vc6.0通过扩展MFC动态链接库创建MEX程序-vc6.0 create the MEX program by extending MFC dynamic-link library
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:249220
    • 提供者:薛定谔的猫
  1. Matlab-mex-C-programming

    1下载:
  2. Matlab 和 C++混合编程详细介绍了两种不同环境下共同开发程序,突出了各自的优越性-Matlab and C++ mix programming explain in detail programming between two different developing environment.
  3. 所属分类:matlab例程

    • 发布日期:2014-03-21
    • 文件大小:4988667
    • 提供者:邱洪
  1. SuportVectorMachine_Library

    0下载:
  2. This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really wa
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:126881
    • 提供者:ffebres
  1. MATLABandVC

    0下载:
  2. Matlab7.0与vc混合编程 matlab中类的定义,mex文件使用,结合实例详细介绍-matlab vc
  3. 所属分类:matlab

    • 发布日期:2017-05-31
    • 文件大小:13573838
    • 提供者:summerflog
  1. MATLAB6.5-Application-Programming-

    0下载:
  2. MATLAB6.5应用接口编程 包括接口介绍,MEX文件,matlab计算引擎-MATLAB6.5 application interface programming interfaces, the MEX file Matlab computational engine
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9364057
    • 提供者:青山依旧
  1. mx_CZT_fltp

    0下载:
  2. CZT算法的任意点数FFT变换的浮点C程序,加入MEX借口函数,从而实现matlab的直接调用!-Floating-point C program, the CZT algorithm any point FFT transform added MEX an excuse to function, in order to achieve the matlab direct calls!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4658
    • 提供者:会还剩
  1. mex

    0下载:
  2. Mexican hat小波 该函数返回有效支撑,N点均匀分布网络上的Mexican hat小波。输出变量是网络X上计算得到的小波函数PSI-lb=-5 ub=5 n=1000 [psi,x]=mexihat(lb,ub,n) plot(x,psi) title( Mexican hat 小波 )
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:3533
    • 提供者:zhengxia
  1. buckconv

    0下载:
  2. this is a source code to simulate BUCK CONVERTER using c-language integrating in Matlab, or simple called as c-mex language. You can compile this file using command "mex buckconv.c"
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1365
    • 提供者:kurniawanwp
  1. dutycycle

    0下载:
  2. This the source code to calculate/giving duty cycle to the gate of power electronic device like MOSFET, IGBT, etc using c languange integrating in Matlab, please compile it using "mex dutycycle.c" in your matlab command and run it in simulink-This is
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1233
    • 提供者:kurniawanwp
  1. fastpwm

    0下载:
  2. This also the sourcecode to generate fast-PWM signal using c language integrating in Matlab. Please compile it first using "mex fastpwm.c" and run it using simulink in Matlab-This is also the sourcecode to generate fast-PWM signal using c language in
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1211
    • 提供者:kurniawanwp
  1. windows

    0下载:
  2. libsvm matlab默认只提供64位的二进制mex编译文件。编译好的libsvm的matlab版的mex文件,32位。 加入matlab路径后,可以直接使用。-libsvm matlab default only to provide a 64-bit binary mex compiled file. The matlab version mex file, compiled libsvm 32. After joining the matlab path, can be used
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:33337
    • 提供者:屈振华
  1. matlab-mex

    0下载:
  2. 代码介绍matlab中怎么实现C++的编译,附带很多例子,对初学matlab中嵌入C或C++代码,很有帮助!-The code describes how to achieve in matlab compilation of C++, comes with a lot of examples, beginner matlab to embed C or C++ of code, very helpful!
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:72624
    • 提供者:zhaotao
  1. viterbi-decoder-master

    0下载:
  2. 卷积码的编码实现以及维特比译码实现,其中函数用c编写-A matlab+mex implementation of a convolutional encoder and a Viterbi decoder
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:6993
    • 提供者:wong
  1. C_class_interface

    0下载:
  2. An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.-Matlab example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:5413
    • 提供者:wlc
  1. GP_Algorithm2.0

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 ----------------------------------- 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、Lo
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6928
    • 提供者:weidance
  1. matlab-coder

    0下载:
  2. MATLAB Coder™ generates standalone C and C++ code from MATLAB ® code. The generated source code is portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program control constructs, functio
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:703774
    • 提供者:jacob1717
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com