搜索资源列表
vcmatlab7src
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
VC_MATLAB
- VC跟Matlab混合编程 VC与Matlab案例1.256色转灰度图2.对比度拉伸3.二值化变换4.反色5.灰度均衡6.亮度增减7.取对数8.取指数9.图像镜像10.图像平移11.阈值变换12.直方图均衡VC程序
0307
- 此源代码是基于COM和ADO的数据库编程,用到了VC++6.0和ACCE
0303
- vc++6.0与matlab的混合编程的一个应用实例。
jiqiren
- 首先介绍了VC ++ 6. 0 ,OpenGL 和MATLAB 6. 0 三种软件各自特点 其次在各自特点的基础上,建立了 基于三者相结合的自由飞行空间机器人仿真试验平台 最后以建立自由飞行空间机器人的运动仿真系统为例, 说明了该试验平台的优越性和有效性。
matlabyinqingwithc++.cpp
- 利用VC++6.0集成编程界面编写综合运用MAT数据文件和MATLAB引擎技术的(求矩阵的奇异值)C++源码程序。本程序说明了:1.如何利用VC++6.0集成编程界面编写源码程序;2.编译链接产生EXE文件所需的间夹文件。注意:要将压缩包内除matlabyinqingwithc++.cpp的所有文件都要拷贝到matlabyinqingwithc++.cpp的“任务文件夹下”。
FFT
- 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
hunhebianma
- VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
matlab7.6(R2008a)
- 最新版本的数学工具的介绍及使用!不错的软件,已经在向vc靠近!欢迎大家使用!-The latest version of the mathematical tools to introduce and use! Good software, have been around to vc! Welcome to use!
RGB
- This an example of the combining programme using VC++6.0 and Matlab 7.0.-This is an example of the combining programme using VC++6.0 and Matlab 7.0.
ttt
- This the VC 6.0 automobile license plate recognition system Its basic tenets are based on the use of color plates on the latest technology to identify the license plate. Related technologies : vehicle positioning, character positioning plates tilt co
MatlabEngClass
- 在VC++ 6.0环境下调用Matlab引擎进行混合编程,该程序源码展示了Matlab引擎接口的实现。-In VC++ 6.0 environment, call Matlab engine hybrid programming, the program source code shows the Matlab engine interface.
1985488STL_DISPLAY_Display
- 通过VC++ 6.0实现STL文件的显示以及切片处理-Achieved through the VC++ 6.0 STL file handling display and sliced
MexHello
- 本程序实现了最基本的一个MATLAB7.0和vc++6.0混合编程的一般步骤和具体的操作代码。对于用MATLAB和VC混合编程的新手来说是个上手的好东西啊!-This program implements a basic MATLAB7.0 and vc++6.0 mixed programming in general and specific operational procedures code. For the mixed programming with MATLAB and VC i
testm65vc
- 通过visual c++6.0调用 matlab6.5-vc matlab
VC6_0-MATLAB7_x
- 一种VC++6.0与MATLAB混合编程的方法。有多个pdf文件。可以供需要者参考-One kind of VC++6.0 and MATLAB mixed programming method. There are several pdf files. Reference for those who need it can be
RTW
- 利用Matlab RTW实现控制系统的仿真,使用VC++6.0开发。-Achieved using Matlab RTW control system simulation, using VC++6.0 development.
VCRunWithmatlab
- 详细讲述了,matlab与VC++6.0的混合编程-Described in detail, matlab mixed with VC++6.0 programming
VCPPandMATLAB7.1
- 该程序详细说明了MATLAB7.1与VC++6.0混合编程的方法,主要是VC++调用MATLABm函数编译后的动态数据链接库,并且提供了实际的例子,按照该例子就能完成初步的混合编程-The program details MATLAB7.1 VC++6.0 mixed programming, mainly compiled the VC++ call MATLABm function of the dynamic data link library, and provides practica
libsvm-mat-2.91-1
- Matlab上使用SVM所需插件 2. 操作流程: 请注意:详细操作流程请参考上面的“详解”网站,这里只说大框架和详解里没有提到的问题。 A.设置path File->set path ->add with subfolders->加入libsvm-3.11文件夹的路径 B. 在matlab中编译 目的:将libsvm-3.11\matlab 中 libsvmwrite.c 等 C++文件编译成 libsvmread.mexw32 等matl