搜索资源列表
VC_call_vc_ADDDLL
- VC调用动态链接库的实例,对于研究DLL的学者有益!-VC called dynamic link library examples for research scholars DLL useful!
BCB_call_vc_DLL
- 在BCB中调用VC编写的动态链接库的实例,对于研究动态链接库编程的学者有益!-in BCB call VC prepared by the dynamic link library examples, for the Study of Dynamic Link Library Programming scholars useful!
ShowView
- 本次程序主要由两个工程组成,一个是创建动态链接库实例工程BitDll,另一个则是调用DLL文件的主工程ShowView。-this procedure works by the two major components, one is to create dynamic link library project BitDll example, Another is called DLL files ShowView the main works.
ShowView(finish)
- 本次程序主要由两个工程组成,一个是创建动态链接库实例工程BitDll,另一个则是调用DLL文件的主工程ShowView。
vc-dll-function
- VC动态链接库的实例程序,包括动态链接库(调用函数)的生成和调用。
VC-DLL-CLASS
- VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例。
dll_test
- labview 调用VC动态链接库的源码实例。
VC_Invoke_DLL_Apply_Data_Encrypto
- 介绍了动态链接库这种模块复用方法及在VC中对它的调用,并给出了一个通过复用来实现数据加密的具体实例。
labview_CALL_VC
- labview 调用VC动态链接库的源码实例-labview call VC DLL
getdiskserial_chs
- GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
WindowsAPISoruces
- windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
Windows_Lib
- 如何编写动态链接库,以及动态链接库得调用实例。WINDOWS版本和LINUX版本都有。-How to write dynamic link libraries, as well as dynamic-link library must call instance. WINDOWS version and LINUX versions of both.
VCWin32StandDLL
- VC++ 创建及调用标准Win32动态链接库的实例,是我学习时写的,希望对初学者有所帮助 -VC++ to create and call the standard Win32 DLL instance is when I learned to write, and I hope to help beginners
dllexampleatest
- VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例-VC instance of the dynamic link library procedures, including dynamic link library (called class) instance of the generation and call
dll
- 代码编写在LabWindows/CVI环境下,代码包含无界面动态链接库调用,有界面动态链接库调用,静态库调用的实例,能完整运行。-The code is written in LabWindows/CVI environment, the code contains no interface dynamic link library call interface dynamic link library calls, the calling instance of a static librar
VS2010动态链接库的创建与调用
- 详细介绍了在VS2010环境下动态链接库DLL的创建过程与调用过程,文中列举了简单的实例。
TestDll
- 使用QT开发的调用动态链接库的实例,方便易用-Examples of calling the dynamic link library developed using QT, easy to use
读PSID
- 调用动态链接库的API实现小灵通手机的PSID读取,有工程文件和生成的文件,还在测试用的DLL(Call the API of the dynamic link library to implement the PSID reading PSID of the PHS , with engineering files and generated files, and also in the test DLL)
ComFxPlc V27
- FX3U 串口通讯程序实例。该类通讯组件适用于基于PC高级语言的工业自动化控制系统,用于PC与可编程控制器(PLC)、智能仪表等进行数据通讯。组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。(FX3U serial communication program examples. This kind of communication component is suitable for industria
VS创建动态库及QT调用实例
- 实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片(Implementation function: VS2012 package is used to generate dynamic link libraries (.dell and.lib) for