CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - MEX

搜索资源列表

  1. PWM

    0下载:
  2. code for PWM...was made in MATLAB Simulink and write in C-Mex
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:929
    • 提供者:Nan
  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. svm_box

    0下载:
  2. matlab的SVM工具箱,特别好用,把数据放入文件夹下的matlab文件夹下,打开matlab,输入1.-mex setup 2.y 3.2 4.y然后就可以通过训练样本和测试样本得出分类正确率和测试结果矩阵。-matlab SVM BOX
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:650087
    • 提供者:anny
  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. MFC-AppWizard--static-link-library

    0下载:
  2. vc6.0通过MFC APPWizard(DLL)静态链接库创建MEX程序-vc6.0 MEX program created by the MFC AppWizard (DLL) static link library
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:23211
    • 提供者:薛定谔的猫
  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. OpticalFlow

    0下载:
  2. LUCAS method to calculate optical flow. It s a C++ language based code and mex into matlab. It has been tested for good performance.-LUCAS method to calculate optical flow. It' s a C++ language based code and mex into matlab. It has been tested fo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2775876
    • 提供者:ping
  1. hog_mex

    0下载:
  2. hog code for mex computing for osx
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:22492
    • 提供者:park
  1. patchmatch_mex_2009_10_23

    0下载:
  2. An implementation of the PATCHMATCH algorithm in Matlab + Mex extension (C++)
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-21
    • 文件大小:860947
    • 提供者:testored
  1. imreconstruct

    0下载:
  2. 此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。-This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:5120
    • 提供者:knife
  1. feature-selection-svm

    0下载:
  2. 特征选择算法,效果很好。可以解决维数高、训练样本数少的问题。-include both C version (mex-function) and Matlab version: SBSVM_c.cc SBSVM_m.m A testing case is also provided in file Speed_Comp.m
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:154087
    • 提供者:刘阳
  1. nonlocal

    0下载:
  2. nonlocal去噪,非局部平均算法去噪,里面是c++程序,使用matlab 的mex借口调用-nonlocal denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:30479
    • 提供者:Karen
  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. ADC

    0下载:
  2. ADC数模转换程序,为实现浮点数据定电而编写的数值转换程序,采用C语言编写 并加入mex 接口函数-ADC' s digital-to-analog conversion process, the the numerical conversion program written for the realization of the floating-point data set electric, using C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1427
    • 提供者:会还剩
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com