搜索资源列表
Discrete optimization
- 它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer prog
Lyapunov_exponents
- 小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)-Small amount of data calculated Lyapunov index of Matlab procedures- (mex function, ultra-fast)
meanshiftc
- example mex file in matlab
cm
- 这个是用c编写mex程序,十分经典,希望能与大家共享.-C This is mex preparation procedure is very classic, I hope to share with you.
mexFunction_src
- Visual c++ 编写MEX程序,实现素数判断,然后再matlab中调用。练习混合编程有帮助-Visual c++ write MEX program implementation to determine prime numbers, and then call matlab. Practice mixed programming help
mex
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
cmex
- MATLAB与C接口的关于求两个数最小公倍数的C语言MEX文件-MATLAB and C interface to request two numbers on the least common multiple of the C-MEX files
C-MEX
- 关于C MEX S-function 实例的讲解-About C MEX S-function of examples to explain
IntDimCode
- 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
demag_tensor
- 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
gurobi562
- Gurobi Mex is a free MATLAB interface for Gurobi 2, 3, and 4 written by Wotao Yin with contributions by Jon Dattorro, Imre Polik, and Tomáš Strnad. It calls Gurobi to solve linear/quadratic/mixed-integer optimization problems.-Gurobi Mex is a fre
LDPC-encoder-and-decoder
- ldcp编码解码源程序,用c语言写的,最后生成mex文件用于matlab使用-ldcp codec source code, using c language, and finally generate mex file for matlab use
c_dgaus
- c_dgaus是一个MATLAB V5 MEX文件(可为您的系统编译的MEX命令)用于计算一组多元正态密度值。-c_dgaus is a MATLAB V5 MEX file (which can be compiled for your system MEX command) is used to calculate a set of multivariate normal density.
Bag-of-Features.tar
- Bag of features source code developed in matlab. It contains mex files for clustering and eucledian distance.
802.11a
- 仿真模拟802.11a误码率,支持BPSK\QPSK\16AQM\64QAM,编解码采用MEX函数链接C,较MATLAB源码运行速度快-BER simulation 802.11a support BPSK \ QPSK \ 16AQM \ 64QAM, coding and decoding functions MEX link C, MATLAB code to run faster than the
Discrete-Optimization
- 离散优化 *enum - 枚举法 *monte - 蒙特卡洛法 *lpint (BranchBound)- 线性整数规划 *L01p_e - 0-1整数规划枚举法 *L01p_ie - 0-1整数规划隐枚举法 *bnb18 - 非线性整数规划(在MATLAB5.3使用) *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) *mintreek - 最小生成树kruskal算法 *minroute - 最短路dijkstra
Neural-network-classifiers-in-matlab
- The following Matlab project contains the source code and Matlab examples used for neural network classifiers. Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifiers Please run mexme_NN to recompile mex files
SVPWM
- 用于matlab的svpwm的s函数,用mex编译后就可使用-Svpwm for matlab s function, can be used after the use of mex compiler
mexfiles
- it is mex file. It connects visual studio and matlab
mexPythagDemo
- Mex demo to use c++ coding in matlab environment
