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

搜索资源列表

  1. XtremeArticleRewriter

    0下载:
  2. It is possible to compile C, C++, or Fortran code so that it is callable from Matlab. This kind of program is called a Matlab Executable (MEX) external interface function, or more brie y a \MEX- function." MEX enables the high performance of C,
  3. 所属分类:Development Research

    • 发布日期:2017-11-29
    • 文件大小:1909895
    • 提供者:don
  1. LTE-Simulator

    1下载:
  2. LTE系统级仿真,可让您执行网络级仿真3GPP长期演进网络。它较低的复杂度和抽象的物理层是基于建立在LTE链路级仿真的经验。它是免费提供包中含有Matlab源文件以及一些MEX功能(还提供源代码)。-The LTE System Level simulator allows you to perform network-level simulations of 3GPP Long Term Evolution networks. It abstracts the Physical layer f
  3. 所属分类:3G develop

    • 发布日期:2017-11-10
    • 文件大小:3003105
    • 提供者:Xuan Gu
  1. BPMPD

    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. -BPMPD_
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:275228
    • 提供者:youcef
  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. gsc-1.2

    0下载:
  2. 这个包包含以下文件和目录: 1)设置。m:执行该文件设置了正确的路径运行任何代码之前。 2)编译墨西哥人。m:编译所有的墨西哥人文件需要由不同的分割方法。 3)数据:目录图片和储蓄和segmentations笔触。 4)包装:这个目录包含不同的包来实现所有的算法。 5)ui:这个目录包含代码的用户界面。 - This package contains the following files and directories: 1) setup.m: Execu
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1074784
    • 提供者:王明
  1. IntDimCode

    0下载:
  2. This code estimates the intrinsic dimension of a dataset. It calculates three estimates. The estimator by the authors which was proposed in M. Hein, J-Y. Audibert Intrinsic dimensionality estimation of submanifolds in Euclidean space Pro
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:18551
    • 提供者:dadashi
  1. ssdesc-cpp-1.1.1.tar

    0下载:
  2. this is mex.file for self-similarity descr iptor
  3. 所属分类:Education soft system

    • 发布日期:2017-11-30
    • 文件大小:13088
    • 提供者:mehrdad
  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. freak

    0下载:
  2. FREAK feature的Matlab mex实现。是计算机视觉中非常重要的feature算法。学习入门的好资料-FREAK feature Matlab mex implementation
  3. 所属分类:2D图形编程

    • 发布日期:2013-10-27
    • 文件大小:17511
    • 提供者:Dragon Fly
  1. RegionGrowing

    0下载:
  2. 快速的2D/3D区域生长算法,通过对邻近像素进行优先级排队进行加速,效果优于matlab本身的区域生长算法-Native Matlab implementations of region growing algorithms are usually quite slow, especially for 3D input data. This submission is a mex implementation of a 3D/2D region growing algorithm. The re
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5879
    • 提供者:arche
  1. demag_tensor

    0下载:
  2. This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This scr ipt can be used in field of m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:6869
    • 提供者:Yaroslav
  1. mexopencv-master

    0下载:
  2. Collection and a development kit of MATLAB MEX functions for OpenCV library The package provides MATLAB MEX functions that interface a hundred of OpenCV APIs. Also the package contains C++ class that converts between MATLAB s native data type a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1727617
    • 提供者:samuraiguy81
  1. matlab-sqlite3-driver-master

    0下载:
  2. Matlab driver for SQLite3 database. Features include: * Simple and clean Matlab API. * Fast C++ MEX implementation. * Parameter binding for an SQL statement. * Multiple database connections. * Easy manipulation of query results as a
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:24765
    • 提供者:samuraiguy81
  1. matlab-serialization-master

    0下载:
  2. Matlab object serialization functions built with undocumented mex functions `mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab variable into uint8 array. These functions are unsupported and may change at any time wi
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:4043
    • 提供者:samuraiguy81
  1. mex

    0下载:
  2. MSER区域提取,帮助进行图像特定目标检测-MSER regional extraction, help with image specific target detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4477
    • 提供者:eseco
  1. kdtree

    1下载:
  2. k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo scr ipts(kdtree_demo.m & kdrange_demo.m),很实用- This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions. Included are the source code files in kdtree/s
  3. 所属分类:Special Effects

    • 发布日期:2016-02-23
    • 文件大小:113664
    • 提供者:zsw
  1. LDPC

    0下载:
  2. The zip file contains 1. A 128x256 Regular (3,6) H matrix (if you need to simulate other codes, need to write your own code for generating those parity check matrices). The file 128x256regular_v6.mat is for those using Matlab 6.5. 2. Files for
  3. 所属分类:Communication

    • 发布日期:2016-11-21
    • 文件大小:76800
    • 提供者:肖力
  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. DateStr2Num_debuging

    0下载:
  2. 日期转换的程序。可将字符型日期转换为数值型。增加了一种常用日期编码格式。建议将其作为mex使用,速度有显著提高。-Date conversion process. Date can be converted to a numeric character. Added a common date code format. Recommend its use as a mex, the speed has improved significantly.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:King
  1. s-functions-write-hardware-driver

    1下载:
  2. c-mex-s函数编写硬件驱动函数,知道配置硬件驱动-C tex-mex- s functions write hardware driver
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:37053
    • 提供者:陈修波
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com