搜索资源列表
VC++andMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
matlabc123
- VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m *. mpli
VB_VC_DLL
- VB虽然强大,但要对计算机的底层硬件进行访问却*为力。由于VC++同时具有汇编语言和高级语言的功能和特点,能够直接控制硬件,因此,可以使用VC++编写一个DLL,库中包含有关对硬件控制的函数,然后在VB程序中通过调用DLL中的函数来完成控制行为,使VB对硬件的操作成为可能。-VB powerful, but would like to access the computer' s underlying hardware is powerless. As the VC++ both ass
VC_DLL
- VC 使用DLL方法 调用lib库的方法-VC DLL measurement
EasyD12_PC_dll
- EASYD12.dll (PDIUSBD12的上位机动态链接库),包含dll命令接口说明(dll的调用方法),可以供Delphi、VB、易语言、VC....调用-EASYD12.dll (PDIUSBD12 the host computer dynamic link library), contains the dll command interface descr iption (dll call method), can be used for Delphi, VB, easy langu
VCandMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software need to use complex mathematical algorithms. VC++ can
Dll
- dll创建,及在vc和vb中调用使用说明-dll to create, and to call in vc and vb instructions
VCPPandMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该 文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software requires complex mathematical algorithm used
mimaxueyudll
- 关于密码学的书籍,自己整理,包括vc编写Demo 技巧.pdf,vc中创建dll方法步骤.pdf,纯资源dll调用.pdf等-About cryptography books, his finishing, including vc Demo skills. PDF written, vc create DLL steps. PDF, pure resource DLL calls. PDF, etc
VCBladedDLL
- Balded 软件调用的用户控制器的DLL编程方法。-How to progran DLL with VC++ which is used by Bladed Wind Turbine Simulation Software
VC_TESTDLL
- VC下 制作DLL动态链接库 并成功实现程序中DLL的调用。-VC produced under the DLL dynamic link library and successful implementation of the procedures in the DLL call.
yiyuyandiaoyong-cPPDLL
- 用易语言写的程序调用vc++编写的动态链接库DLL文件-yiyuyandiaoyong c++DLL
BCB-VC-DLL
- 教授c++ builder调用vc dll的方法-Methods professor c++ builder call vc dll s
dll-ljj
- 动态库零基础到精通学习,主要内容包括 1、概念 2、动态链接库优点 3、VC++支持的动态库类型 4、动态库的创建及函数导出(两种方式) 5、动态库的调用使用(两种方式) 6、动态库的查看 7、动态库的调试-Dynamic library zero basis to master learning, mainly includes 1, concept, 2, dynamic link library 3, vc++ to support dynamic
matlab-and-CPP-hybrid-programming
- 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming