搜索资源列表
CSharp-reference-mstscax.dll C#调用mstscax.dll编写远程桌面软件
- C#调用mstscax.dll编写远程桌面软件-C# reference mstscax.dll write remote desktop software
VCandMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software need to use complex mathematical algorithms. VC++ can
dll
- 示例演示MFC对动态库的调用方式。一个工程产生一个动态库,另一个工程中调用-Example shows the dynamic library calls MFC way. A project to produce a dynamic library, another project called
windows-linux-dll-
- 深入分析Windows和Linux动态库应用异同,同时对动态库的调用也做了一些声明。-In-depth analysis of the dynamic database applications for Windows and Linux similarities and differences, and made some statement to the dynamic library calls.
VCBladedDLL
- Balded 软件调用的用户控制器的DLL编程方法。-How to progran DLL with VC++ which is used by Bladed Wind Turbine Simulation Software
LABVIEW-CALL-DLL
- LabVIEW调用动态链接库实现G语言与文字语言的连接-LabVIEW call dll
MATLAB-VB
- 着重探讨了在VB应用程序中集成MATLAB实现程序优化的四种方法,即利用MatrixVB、调用DLL动态链接库、应用Active自动化技术和动态数据交换技术,并分析了集成过程中的关键问题及其基本步骤。这种混合编程实现了VB的可视化界面与MATLAB强大的数值分析能力的结合。 -VB application integration MATLAB program optimization focused on four methods, namely the use of MatrixVB to c
CSharpSMS
- 厦门才茂短信猫C#调用动态库DLL连接猫收发短信源码。-Xiamen caimore SMS cat C# call DLL dynamic library linking cat SMS source code.
VS2010动态链接库的创建与调用
- 详细介绍了在VS2010环境下动态链接库DLL的创建过程与调用过程,文中列举了简单的实例。
Without-call--ActiveX-Dll
- 不注册的情况下,调用ActiveX Dll的方法 -Without registration, call the ActiveX Dll method
dll
- 诚科打标机dll调用命令说明了,用于科诚打标机开发。-Godex dll Command
dll
- 此文件为asp.net调用短信猫的二次开发包dll文件的方法。-This file is two times of development kit DLL file called asp.net SMS cat.
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