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

搜索资源列表

  1. curvelet

    1下载:
  2. curvelet工具箱可对图像进行曲波变换,提取图像边缘,对图像进行去噪,增强等处理。-curvelet toolbox for extracting the edge of image and enhance the noise of image.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:826368
    • 提供者:高天博
  1. CompressBinaryData

    1下载:
  2. MATLAB和VC++混合编程实现行程编码压缩,以VC++为主要平台,采用混合编程的形式,用MATLAB来调用MEX函数所编写的DLL,实现文件压缩。-MATLAB and VC++ Matlab Coding trip to VC++ As the main platform, the form of hybrid programming using MATLAB function to call the MEX prepared DLL, file compression realize.
  3. 所属分类:GIS program

    • 发布日期:2017-05-10
    • 文件大小:519528
    • 提供者:yinwk
  1. Cmex.pdf

    0下载:
  2. 使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。 希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程 序奉献给研学论坛,尤其是混沌和分形版面-The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the document will help us to enter the
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:117058
    • 提供者:胡海峰
  1. scm_mex_core

    0下载:
  2. This file contains functions for calculation of Spatial channel model for * Multiple Input Multiple Output (MIMO) simulations. It also has a mex gateway function * for Matlab use.-This file contains functions for calculation of Spatial channel
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:9248
    • 提供者:allan
  1. Dijkstra

    2下载:
  2. Dijkstra最短路算法 .详细中文注释.-Dijkstra shortest path algorithm. Detailed English Notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1570
    • 提供者:Jiandong Yang
  1. kantz_lyapunov_c

    0下载:
  2. 混沌kantz算法的mex实现kantz_lyapunov_c-kantz lyapunov c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7842
    • 提供者:aircraft
  1. ShortEst

    1下载:
  2. matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:31627
    • 提供者:
  1. sfilter

    0下载:
  2. 虽然这是一个用C语言编写的图像处理源码,但可以很简单能过MATLAB命令来调用即mex s_trans.c ,以后就直接可以用M语言来完成操作。它是用来得到一幅图像每个像素周围的信息量。-Although this is a language with C-source image processing, but can be very easy to have MATLAB command to call that mex s_trans.c, since M can be used dire
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2097
    • 提供者:
  1. Lyapunov_exponents

    0下载:
  2. 小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)-Small amount of data calculated Lyapunov index of Matlab procedures- (mex function, ultra-fast)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:53931
    • 提供者:peter
  1. NN

    0下载:
  2. 最详尽的神经网络源码,包括最主要的三个神经网络算法:GRLVQ , SRNG和H2MGLVQ算法,提供详细的源码和例程,三个监督基于LVQ classifieur-Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifieur Please run mexme_NN to recompile mex files on your own plateform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:166328
    • 提供者:yangle
  1. STCode

    0下载:
  2. 空时编码源代码,在Matlab中使用Mex文件编写,速度快-space time codec
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-26
    • 文件大小:73234
    • 提供者:shiyuhai
  1. TurboCode

    0下载:
  2. Turbo码的编解码源代码,在MatlAB中使用Mex文件实现,速度快-Turbo codec
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-25
    • 文件大小:36038
    • 提供者:shiyuhai
  1. OpenCV-wraper

    1下载:
  2. cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:845944
    • 提供者:wth
  1. BruteSearch

    0下载:
  2. K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4399
    • 提供者:Ming
  1. meanshiftc

    0下载:
  2. example mex file in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:42250
    • 提供者:choi
  1. G.729coder

    0下载:
  2. G.729编码器部分,全部以.m文件来实现,没有.mex文件,运行速度低,但是便于转换成其他的语言。-generation of G.729 encoder in .m.
  3. 所属分类:Audio program

    • 发布日期:2017-04-26
    • 文件大小:181800
    • 提供者:tao fei
  1. gnumex2.01

    0下载:
  2. gnumex 这是在matlab上用gnu 做c/c++编译器进行mex编译的工具。-henhao henqiangda!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:268170
    • 提供者:任吾
  1. SONY_mex-5di-car

    0下载:
  2. sony mex-5di service manual
  3. 所属分类:File Formats

    • 发布日期:2017-05-11
    • 文件大小:2391605
    • 提供者:franco
  1. cm

    0下载:
  2. 这个是用c编写mex程序,十分经典,希望能与大家共享.-C This is mex preparation procedure is very classic, I hope to share with you.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:129430
    • 提供者:向南
  1. LatticeFilter

    0下载:
  2. matlab mex code for lattice prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:254892
    • 提供者:topika
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com