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

搜索资源列表

  1. matlab_rs232

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11250
    • 提供者:俞斌
  1. work_snake

    0下载:
  2. This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES - A MatLab MEX file
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1221419
    • 提供者:Vovan
  1. bpmpdmex2.21.1_linux_R2007.tar

    0下载:
  2. BPMPD_MEX is a Matlab MEX interface to BPMPD, an interior point solver for quadratic programming developed by Csaba Mészáros at the MTA SZTAKI, Computer and Automation Research Institute, Hungarian Academy of Sciences, Budapest, Hungary.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:458381
    • 提供者:pudnlee
  1. matlab_vc_mex

    0下载:
  2. 混合编程方法,便于VC++与matlab进行混合编程-matlab and vc++ mex
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:178379
    • 提供者:方卫
  1. demo

    0下载:
  2. A Short MEX Tutorial and Demo These functions allow you to program in C or C++ (ultra fast languages), but be able to call and use them from Matlab programs. This post is a short intro to mex files which should get you up and running.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1096
    • 提供者:宁之林
  1. sfm_chanvese_demo

    0下载:
  2. The links below point to the technical report and a demo written in C++/MEX that can be run directly in MATLAB. The demo implements the Chan-Vese segmentation energy, but many energies can be minimized using the provided framework.-The links below po
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:73442
    • 提供者:宁之林
  1. BerndHafner

    0下载:
  2. C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file conver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:35002
    • 提供者:李维
  1. gvfc

    0下载:
  2. Snake C源码,但要在matlab中运行,输入mex gvfc.c在matlab中编译-Snake C source code, but running in matlab, type mex gvfc.c compile in matlab
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:4002
    • 提供者:meng
  1. matlab_hello

    0下载:
  2. matlab hello world程序、windows对话框的mex程序,对于学习matlab混合编程很有帮助-matlab hello world programs, windows dialog mex program, very helpful for learning matlab Hybrid Programming
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:33660
    • 提供者:陈永恒
  1. mexFunction_src

    0下载:
  2. Visual c++ 编写MEX程序,实现素数判断,然后再matlab中调用。练习混合编程有帮助-Visual c++ write MEX program implementation to determine prime numbers, and then call matlab. Practice mixed programming help
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:4771
    • 提供者:刘殿金
  1. cuSVMVCcode

    2下载:
  2. 基于GPU计算的SVM,VC++源码,包括详细文档说明文件。借用了GPU编程的优势,该代码据作者说比常规的libsvm等算法包的训练速度快13-73倍,预测速度快22-172倍。希望对大家有用-cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel proc
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-03
    • 文件大小:879776
    • 提供者:Sheng
  1. GLTree2DFEX

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8606
    • 提供者:谢冉
  1. MinMaxFilterFolder

    0下载:
  2. Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:29356
    • 提供者:谢冉
  1. gridding

    0下载:
  2. Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scr
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1469400
    • 提供者:rizq
  1. inpainting

    0下载:
  2. image inpainting -CS7495 Final Project Sooraj Bhat Object Removal by Exemplar-based Inpainting USING THE CODE Everything was done in Matlab and MEX (i.e. a C function callable from Matlab). First, the C code needs to be comp
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1769903
    • 提供者:majb
  1. MatlabAPI

    0下载:
  2. Matlab与VC接口编程的例子源代码 包括Matlab的MEX文件、Matlab引擎、Matcom编程、Matlab编辑器等内容-Matlab and VC interface programming source code examples include Matlab' s MEX files, Matlab engine, Matcom programming, Matlab Editor, etc
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:49642
    • 提供者:潘家辉
  1. mxTV

    0下载:
  2. 全变差图像处理Matlab程序,for the paper: "Algorithms and Software for Total Variation Image Reconstruction via First-Order Methods, Numerical Algorithms"-Software for Total Variation Image Reconstruction (for Matlab Version 7.5 or later) "mxTV" is a software
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:391633
    • 提供者:l
  1. C++_with_Matlab

    0下载:
  2. Matlab allows the use of MEX files –MEX files are pre-compiled files that are called from Matlab –Can be compiled from Matlab .m files –Can also be compiled from external C++ code. • This will be our focus-Matlab allows the use of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:318694
    • 提供者:nader
  1. MedianFilter

    0下载:
  2. Matlab allows the use of MEX files –MEX files are pre-compiled files that are called from Matlab –Can be compiled from Matlab .m files –Can also be compiled from external C++ code. • This will be our focus-Matlab allows the use of
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2745757
    • 提供者:nader
  1. MedianFilter_new_2010

    0下载:
  2. Matlab allows the use of MEX files –MEX files are pre-compiled files that are called from Matlab –Can be compiled from Matlab .m files –Can also be compiled from external C++ code. • This will be our focus-Matlab allows the use of
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2746090
    • 提供者:nader
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com