搜索资源列表
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文件 没有采用短暂分离的方
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
gnumex2.01
- gnumex 这是在matlab上用gnu 做c/c++编译器进行mex编译的工具。-henhao henqiangda!
cm
- 这个是用c编写mex程序,十分经典,希望能与大家共享.-C This is mex preparation procedure is very classic, I hope to share with you.
BerndHafner
- 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
mexFunction_src
- Visual c++ 编写MEX程序,实现素数判断,然后再matlab中调用。练习混合编程有帮助-Visual c++ write MEX program implementation to determine prime numbers, and then call matlab. Practice mixed programming help
cmex
- MATLAB与C接口的关于求两个数最小公倍数的C语言MEX文件-MATLAB and C interface to request two numbers on the least common multiple of the C-MEX files
maxdemo1
- 《MATLAB7.x与C/C++混合编程》配套的源程序6.5.1节代码 vc6.0通过 Win32 Dynamic-Link Library创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc6.0 6.5.1 through Win32 Dynamic-Link Library to create MEX program
mexdemo2
- 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.1节代码 vc6.0通过MFC APPWizard(DLL)静态链接库创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc6.0 6.5.1 by MFC APPWizard (DLL) procedures for static libraries to create MEX
mexdemo3
- 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.1节代码 vc6.0通过扩展MFC动态链接库创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc6.0 6.5.1 MFC dynamic link library by extending the program to create MEX
MexDemoNet1
- 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.2节代码 vc.net通过MFC APPWizard(DLL)静态链接库创建MEX程序时-" MATLAB7.x and C/C++ mixed programming," section 6.5.2 source code supporting vc.net by MFC APPWizard (DLL) procedures for static libraries when creating MEX
C-MEX
- 关于C MEX S-function 实例的讲解-About C MEX S-function of examples to explain
ADC
- ADC数模转换程序,为实现浮点数据定电而编写的数值转换程序,采用C语言编写 并加入mex 接口函数-ADC' s digital-to-analog conversion process, the the numerical conversion program written for the realization of the floating-point data set electric, using C language
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
matlab-sqlite3-driver-master
- 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
LDPC
- 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
mexPythagDemo
- Mex demo to use c++ coding in matlab environment