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

搜索资源列表

  1. operatornew

    0下载:
  2. This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically. Normally, using new and delete in MEX files might leak memory if the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2904
    • 提供者:ewizlab
  1. matlab_rs232

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

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

    0下载:
  2. 基于单片机嵌入式以太网接口编程matlab-Based on single-chip embedded Ethernet interface programming matlab
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:25113
    • 提供者:bambooyx
  1. rwtwinxp

    0下载:
  2. The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:55543
    • 提供者:Galilleo
  1. FaceDetect(mathworks)

    0下载:
  2. Viola-Jones Fast Face Detection的matlab实现。-Viola-Jones Fast Face Detection Mex Implementation
  3. 所属分类:Special Effects

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

    0下载:
  2. 提出了在MATLAB 与VC++实现组合编程的四种方法, 即利用MATLAB 引擎、调用MATLAB 的数学库、将MATLAB 程 序编译成mex 文件和C 或C++文件技术,并阐述了将四种编程环境的功能优势与应用系统无缝集成的方式。这种混合编程 实现了VC++的面向对象程序设计与MATLAB 强大的数值计算能力的结合。-This paper introduces the techniques of the technology of the MATLAB/VC++ co- progra
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:116268
    • 提供者:wang han
  1. mexSparseLogical0Diag

    0下载:
  2. Because of memory constraints, it is often impossible to change by subscr ipt all the elements of a large sparse matrix to zero. This leads to changing the elements in a loop, which is horrendously slow. This mex solves that problem. Usage: B =
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2061
    • 提供者:baktha
  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. OpenCVMatlab

    0下载:
  2. OpenCV库的Matlab函数封装调用 cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。-cvlib_mex is a collection (over two dozens) of matlab callable routines from the OpenCV library www.intel.com/research/mrl/research/opencv/). OpenCV is a real time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:847125
    • 提供者:刘雪英
  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. mexfileinvc

    0下载:
  2. 如何在vc++中建立并且调试mex 文件-how to create and debug mex file in vc++
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:106948
    • 提供者:王婷
  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. dlimintc

    0下载:
  2. /* File : dlimintc.c * Abstract: * * Example MEX-file for a discrete-time limited integrator. * * Syntax: [sys, x0] = dlimintc(t,x,u,flag,lb,ub,x0,ts) * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c -/*
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2338
    • 提供者:fair
  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. Amplitude_Modulation

    0下载:
  2. Removing all variables, functions, and MEX-files from memory, leaving the workspace empty. clear all Deleting all figures whose handles are not hidden. close all Deleting all figures including those with hidden handles. cl
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1602
    • 提供者:venkat
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com