搜索资源列表
rgb_bw
- 该程序用于将彩色rgb图象转换成黑白图象,内包含了c代码及mex文件-the procedures used to rgb color images into black-and-white images, contains c code and documentation mex
GP_Algorithm_luzhenbo
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r)
matlab7.x
- 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Build
MEXexample
- MATLAB中MEX命令的两个程序例子, 有详细解释, 如何在MATLAB里面调用C/C++函数-MATLAB MEX orders of the two procedures example, a detailed explanation How MATLAB inside called C/C function
C++ProgramExample
- 此代码是C语言编程常用的一些例子的源代码,对于学习深入理解C语言有很好的帮助:):)-this code is the C programming language commonly used by some of the examples of source code, learning to understand in depth the C language with the help of a very good :) :)
using_c_to_mex_file_in_matlab
- 学习和使用matlab和c语言混合编程的文件-learning and the use of Matlab and c mixed programming language documents
GP_Algorithm2.0
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性-G-P method to calculate the correlation dimension of the
ldpc_decoder
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。-The use of Log-BP decoding algorithm for LDPC code simulation program is given a different signal to noise ratio and bit error rate under the p
susan-matlab
- 为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。-Matlab in order to facilitate call susan algorithm realize the c function, written by Stephen Smith on s
vcc_mex
- 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管
SpaceTimeTrellisCode
- 使用MATLAB 和C MEX编写的在4, 8, 16, 32, 64, 128, 或 256多状态下QBSK调制空时格码仿真源程序。-The use of MATLAB and C MEX prepared at 4, 8, 16, 32, 64, 128, or more than 256 state QBSK modulation STTC simulation source.
svm_new
- MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,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 sti
fft_mex
- 用Matlab与C的混合编程写的FFT(快速傅立叶变换)算法,具有运算快,易于使用和理解的优点。-Using Matlab and C programming to write a mixture of the FFT (Fast Fourier Transform) algorithm, with the operator fast, easy to use and understand the advantages.
matdemo
- matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率-matlab and c or c++ interface program using matlab calculation mex engine technology and methods can improve the operating efficiency matlab
mex_matlab
- 使用matlab调试C文件,mex相关操作。附带说明和源程序。-This code use matlab to debug the code which is writed by c.
Mex
- MEX- Matalb executable helps is running c programs in matlab.
mex
- c语言编写的mex程序,有pdf文档和源代码,对初学者很有帮助的资料-c language of mex procedures, pdf documents and source code, helpful information for beginners
mex
- matlab与c的联合编程的相关文,-matlab and c joint programming document
Matlab-mex-C-programming
- Matlab 和 C++混合编程详细介绍了两种不同环境下共同开发程序,突出了各自的优越性-Matlab and C++ mix programming explain in detail programming between two different developing environment.
mex
- 使用matlab自带mex,实现C语言和matlab的数据交换(Using MATLAB to bring mex to realize data exchange between C language and MATLAB)