搜索资源列表
turbo_codec.tar
- 可在unix下运行如在windows 下运行,则要用mex将cpp文件编译成dll文件,另外如有哪位能直接将mexsol文件转为dll文件,请给予帮助. -can run in windows under operation, the use of cpp mex document compiled dll files and if Which can be directly mexsol documents into dll file, for help.
cdll
- 直接通过DLL实现端口读写操作的mex程序-directly through DLL and write ports of mex procedures
matlab_visual_program
- 用matlab开发的可视化实验系统,采用了mex实现vc与matlab的通信,系统具有针对性和通用性-using Matlab development of the visualization experiment system, mex used to achieve vc Matlab and communications, the system is targeted and versatility
GP_correlation_dimension
- 没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分的源代码文件 5. correlation_interal.dll-计算关联积分的mex文件 没有采用短暂分离的方
Atomizer0802
- % Atomizer Main Directory, Version .802 里面信号含有分解去噪合成过程的代码 %--------------------------------------- -------------------------------- % This is the main directory of the Atomizer package the full package % contains over 100 files, consisting
Lyapunov-exponents
- 用小数据量方法求lyapunov指数,matlab+MEX编程技术。
int2bin8
- The help section includes instructions for building a MEX function using the EMLMEX command, and for generating C-code using the EMLC command.
svm465
- This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to
matlab函数
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
mex
- c语言编写的mex程序,有pdf文档和源代码,对初学者很有帮助的资料-c language of mex procedures, pdf documents and source code, helpful information for beginners
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
scm_mex_core
- 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
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
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
mex
- 详细介绍如何在_VC++6.0_环境中编译与调试_mex_程序,简单易学-tell you how to compile and debug mex program in Vc,it is easy to learn
C-MEX
- 关于C MEX S-function 实例的讲解-About C MEX S-function of examples to explain
mexfiles
- it is mex file. It connects visual studio and matlab
mexPythagDemo
- Mex demo to use c++ coding in matlab environment