Welcome![Sign In][Sign Up]
Location:
Search - mex file

Search list

[matlabmex

Description: matlab下面仿真802.3协议以太网mac层10、100M的网络接口模型。包括pci接口。-Matlab simulation 802.3 Ethernet mac agreement layer 10, 100M network interface model. Including PCI interface.
Platform: | Size: 24576 | Author: 仁刃 | Hits:

[matlabmatlab7.x

Description: 《精通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 Builder,第13章以图像处理为例介绍了一个综合应用实例。 本书按混合编程的具体方法进行逻辑编排,自始至终用实例描述,每章着重阐述各种混合编程方法的实质和要点,同时穿插了作者多年使用MATLAB的经验和体会。本书既适合初学者自学,也适用于高级MATLAB用户,可作为高等数学、计算机、电子工程、数值分析、信息工程等课程的教学参考书,也可供上述领域的科研工作者参考。 这里是本书所有源码压缩包,内容详尽、实例丰富,包含MATLAB实例的源文件、函数/命令和注解以及程序实例。 -"proficient MATLAB7 mixed programming" system introduced in MATLAB 7.0 Mixed Programming methods and techniques. The book is divided into 13 chapters. Chapter 1 and Chapter 2 on the basis of knowledge MATLAB, Chapter 3 briefed Matlab. Chapter 4-Chapter 9, respectively introduced several typical mixed programming, including C-MEX, MATLAB engine, MAT data file sharing, Mideva, Matrix and the Add-in. Chapter 10, Chapter 11 and Delphi on MATLAB and Excel hybrid programming. Chapter 12 on MATLAB COM Builder, chapter 13 for image processing as an example of a composite application. The book by the mixed programming methods for the specific logic layout description throughout example, Each chapter focuses on a combination of programming and real elements, while full of the author's
Platform: | Size: 1619968 | Author: yixiao | Hits:

[Otherusing_c_to_mex_file_in_matlab

Description: 学习和使用matlab和c语言混合编程的文件-learning and the use of Matlab and c mixed programming language documents
Platform: | Size: 128000 | Author: 许小可 | Hits:

[Graph RecognizeOpenCV_face_detector

Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: | Size: 1295360 | Author: ruan | Hits:

[matlabck_conty

Description: ck_conty为判断图的连通性的matlab mex文件,另附带包含BFS和DFS的C源程序-ck_conty for judging connectivity map matlab mex file, and the other side contains the BFS and DFS
Platform: | Size: 3072 | Author: xuyanbo | Hits:

[matlabEasyMATLAB7_XHybridProgramming

Description: 本书介绍啦MATLAB 7.X版本与其他语言混合编程的方法,内容包含在MATLAB中以文件导入,导出数据,在Windows和Linux开发FORTRAN语言MEX文件-You introduce the book MATLAB 7.X version and other languages mixed programming methods, contents included in MATLAB in order to document import, export data, Windows and Linux at the development of FORTRAN language MEX file
Platform: | Size: 12989440 | Author: 万青松 | Hits:

[Post-TeleCom sofeware systemsLDPCCode

Description: LDPC编解码代码,使用matlab中的Mex文件,解码速度较快-LDPC Codec using mex file in Matlab
Platform: | Size: 14336 | Author: shiyuhai | Hits:

[Othermeanshiftc

Description: example mex file in matlab
Platform: | Size: 41984 | Author: choi | Hits:

[BooksMATLABmixedprogramming

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.
Platform: | Size: 12986368 | Author: 马段 | Hits:

[OpenCVnormxcorr2_mex_ALL

Description: 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file, it performs higher efficiency than Matlab built-in normxcorr2 ().
Platform: | Size: 584704 | Author: MORGAN | Hits:

[matlaboperatornew

Description: This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically. Normally, using new and delete in MEX files might leak memory if the user presses Ctrl+C or the MEX file terminates with an error. This code modífies "new" and "delete" to register all allocated memory with MATLAB s memory manager. No modifications to existing C++ code is required.-This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically. Normally, using new and delete in MEX files might leak memory if the user presses Ctrl+C or the MEX file terminates with an error. This code modífies "new" and "delete" to register all allocated memory with MATLAB s memory manager. No modifications to existing C++ code is required.
Platform: | Size: 3072 | Author: ewizlab | Hits:

[matlabwork_snake

Description: This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES - A MatLab MEX file to demonstrate snake contour-following. This Software was developed by Chris Bregler and Malcolm Slaney of Interval Research Corporation. Copyright (c) 1995 Interval Research Corporation. -This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES- A MatLab MEX file to demonstrate snake contour-following. This Software was developed by Chris Bregler and Malcolm Slaney of Interval Research Corporation. Copyright (c) 1995 Interval Research Corporation.
Platform: | Size: 1221632 | Author: Vovan | Hits:

[matlabMexDemo

Description: 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。-Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.
Platform: | Size: 451584 | Author: quan | Hits:

[Software Engineeringmex_VC_Matlab

Description: 通过 mex 文件实现 VC 和 Matlab 的混合编程,可以作为参考-Mex file through VC++ and Matlab mix of programming, can be used as reference
Platform: | Size: 406528 | Author: flyingto | Hits:

[matlab13920-simple-example-how-to-create-a-mex-file

Description: tridiagonal matrix solver
Platform: | Size: 10240 | Author: pawan | Hits:

[Othermex

Description: 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, char ) fclose(fid) file=tempname copyfile(fileName, file-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, char ) fclose(fid) file=tempname copyfile(fileName, file
Platform: | Size: 2048 | Author: jafar | Hits:

[matlabMex

Description: Mex file for the matlab users
Platform: | Size: 94208 | Author: Moorthi | Hits:

[matlabmex

Description: Demonstrates the advantage of compiling a m-file to a MEX file using MATCOM.
Platform: | Size: 1024 | Author: machael | Hits:

[Software Engineeringhybrid-mex-process-debug

Description: 混合编程中用到的mex文件调试方法,个人总结,希望有帮助-mex file debugging methods used in mixed programming, personal summary, we hope to help
Platform: | Size: 749568 | Author: gkj | Hits:

[Othermexfiles

Description: it is mex file. It connects visual studio and matlab
Platform: | Size: 1024 | Author: ULU?AY | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net