搜索资源列表
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
fandm
- matlab与fortran 动态链接,混合编程-matlab and fortran dynamic link, mixed programming
matlab
- matlab的中文使用文档,超链接目录,非常好用方便。matlab入门比较好的一本文档-Chinese use of matlab files, directory hyperlink is very easy to use convenience. matlab entry documents a relatively good
DelphiandMatlab
- 通过动态链接库 ,利用 Delphi面向对象编程的特点以及 Matlab 强大的计算功能 ,详细的介绍了 Delphi 下调用 Matlab 函数的方法及特点 ,并以一个例程的实现 ,阐述了 Delphi下通过动态链接库调用 Matlab函数 ,并最终脱离 Matlab环境下运 行。-Through the dynamic link library, object-oriented programming using Delphi, as well as the characterist
kdtree
- 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
080604
- 基于MATLAB的“电力电子技术"仿真实验的研究 为了方便地对这些变流电路进行仿真, 采用了MATLAB的Simulink库。同时,还采用VISUAL BASIC语言将电力电子变流电路的波形与MATLAB 仿真界面进行链接,以便更简洁地、直观地,甚至是在无人指导的情况下,让学习者独立地完成电力电子 变流电路的仿真实验。 -MATLAB based on the " Power Electronics" simulation study in order to
VC_USB_matlab_DLL
- 本代码实现了matlab调用VC的动态链接库与cypress的68013芯片通过usb进行数据交换-Matlab code implements the dynamic link library called VC and cypress in the 68013 chip data exchange via usb
Ultrawideband
- 超宽带(UWB)的多频带OFDM与定点transmitterreceiver物理层建模 UWB的分析 超宽带的BPSK分析 第五阶导数的BPSK超宽带 超宽带信道模型 超宽带链接分析 超宽带单环 超宽带单脉冲 超宽带多旋回-Ultra-wideband (UWB) multiband OFDM physical layer with fixed-point transmitterreceiver modeling analysis of UWB UWB BPSK
Matlab_Cpp_Programming
- 刘维的《精通Matlab与Cpp混合程序设计》。 本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。-By Liu Wei.
Cell_search
- 具有动态链接库的小区搜索程序。这个程序的dll文件属于平台机密啊。-Dynamic link library cell search procedure. Dll file of this program is platform confidential ah.
DatabaseHandler
- matlab与数据库的链接问题,sql acce-matlab problem with the database link
VBMatlab
- :VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab, 建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、 生成执行文件、编译动态链接库等步骤实现-: VB and Matlab programming mix, VB and Matlab through the establishment of connection between th
VCPP-Matlab.m
- 5.1 在VC++中调用Matlab引擎 matlabenginetest目录 5.2 VC++中调用Matlab *.m函数编译后的动态链接库 VC++中调用Matlab .m函数编译后的动态链接库目录-failed to translate
panzoom
- 与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。 我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。 panzoom(figureHandle,axesHandles) 添加到这个数字,只能到指定的坐标轴功能的处理。 panzoom(figureHandle,axesHandle
Matlab-reference
- 最全的Matlab学习资料汇总,包含实用的各类工具箱下载,以及各专业领域工具箱教程的下载链接,从图像处理、数学计算到界面编程等等,应有尽有-Most complete summary of learning materials in Matlab, the toolbox contains all kinds of useful downloads, as well as professional fields toolbox tutorial download link from the im
VCPPcall-DLL-generated-from-Matlab
- 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
matlab-stk
- matlab stk链接函数库。介绍了链接的各种函数以及其用法-The connextion functions of matlab and stk. It include all the functions that can be used in development of stk with matlab。
HMM(matlab)
- MATLAB的hmm工具箱,可以计算连续HMM和离散HMM。里面有使用说明的网页链接,直接点击一下(Download HMMtoolbox)就可以了,很简单。-Hmm toolbox of MATLAB, you can calculate the continuous the HMM and discrete HMM. There are instructions for use of the web links, directly click the (Download HMMtoolbox
MATLAB
- matlab生成动态链接库(dll)。并用vc++测试-matlab generate dynamic link library (dll). And using vc++ test
实战matlab之并行程序源码
- 本书各章源代码除特别说明之外,其开发和编译环境均为Matlab2010与VisualC++2010。第7章与第10章内容与Matlab、Visual C++等环境配置密切相关,如果出现配置文件、头文件、库文件、动态链接库等相关的问题,请正确配置软件和硬件环境后再完成相关操作。(In addition to the special descr iption of the source code of this book, the environment for its development an