搜索资源列表
VC++动态链接库(DLL)编程深入浅出.pdf
- 深入浅出讲解VC++针对动态链接库编程
QT动态库总结
- 总结了下动态链接库的编写方式,在这里总结了三种,分别是非QWidget的子类、是QWidget子类、非类三种形式的动态库。
OMnet在window开发中的两个问题解决方案
- 解决了OMNet在window平台上的两个问题。 1 启动错误:“无法定位程序输入点gzdirect于动态链接库zlib1.dll”解决方案 2 无法打开GBK编码文件
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
FX-PLC-FX_BD(DLL)
- 三菱FX-PLC-FX_BD通信动态连接库(DLL)使用手册-Mitsubishi FX-PLC-FX_BD communication dynamic link library (DLL) Manual
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.
Dynamic-link-library-dll-tutorials
- 由浅入深的介绍动态链接库的基础慨念、分类、实现和应用。-Introduction foundation Concept, classification, implementation, and application of the dynamic link library elementarily.
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的创建过程与调用过程,文中列举了简单的实例。