搜索资源列表
MATLAB_VC
- 提出了在MATLAB 与VC++实现组合编程的四种方法, 即利用MATLAB 引擎、调用MATLAB 的数学库、将MATLAB 程 序编译成mex 文件和C 或C++文件技术,并阐述了将四种编程环境的功能优势与应用系统无缝集成的方式。这种混合编程 实现了VC++的面向对象程序设计与MATLAB 强大的数值计算能力的结合。-This paper introduces the techniques of the technology of the MATLAB/VC++ co- progra
mex_VC_Matlab
- 通过 mex 文件实现 VC 和 Matlab 的混合编程,可以作为参考-Mex file through VC++ and Matlab mix of programming, can be used as reference
mexfileinvc
- 如何在vc++中建立并且调试mex 文件-how to create and debug mex file in vc++
OOQP-0.99.22
- OOQP 二次优化求解工具及其VS工程与MEX接口-OOQP quadratic optimization solver and VS Engineering and MEX Interface
JPEG-2000-
- 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真。-The main work that this text
Servo-MEC-S3
- servo mex-s3 hex file
MatlabPVC(OpenCV)
- matlab、VC、OpenCV混合编程PPT 已经在matlab2013、VS2008和OpenCV2.4.3环境下调试成功。-matlab、VC、OpenCV mex Programming
blochs
- This a simple, yet useful Bloch equation simulator that runs in Matlab. It is written as a MEX function so that it can run reasonably quickly, and simulate RF and a 1D gradient waveform. Simulations can be run for a range of spatial offsets and frequ
PFCBoost
- 介绍了平均电流控制型 PFC Boost 变换器的结构, 分析了其工作原理。 分别采用 Power System 工具箱和考虑电感电流断续工作状态的 C-MEX 文件 S 函数建立了主电路模型,对平均电 流控制型 PFC Boost 变换器进行了仿真。仿真结果表明,与 Power System 工具箱模型相比,基于 C-MEX 文件的 S 函数仿真模型能够准确仿真电流断续工作状态,仿真速度快。设计了电路样机进 行了实验研究,仿真结果与实验结果一致,证明了该方法的正确性。利用该方法
hybrid-mex-process-debug
- 混合编程中用到的mex文件调试方法,个人总结,希望有帮助-mex file debugging methods used in mixed programming, personal summary, we hope to help
C-matlab
- Main reasons to write a MEX-file are: 1. To use pre-existing C/C++ or Fortran routines in Matlab without having to recode them. 2. Increase speed: most effective on loops.
matlab-code
- 1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder a