搜索资源列表
VCplusplus_Dll_Program_principle
- VC++动态链接库编程之基础慨念-与编程讲解深入浅出 对原理不清的同学有一定的帮助-VC DLL programming basis for the conception - with the right programming on the simple principle unclear students to a certain extent help
VC++andMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
vcconfirewall
- 摘要: 个人防火墙因其简单、有效而被广泛使用在网络环境下的微机系统中。本文分析了简易个人防火墙软 件的设计方法。系统的设计是采用基于Windows 9x/ 2000 平台上VC 6. 0 的编程环境,结合基于外包技术创建 DLL(动态链接库) 的方法而实现的。-Abstract : Personal Firewall because of a simple, effective and widely used in the network environment of computer
jiekou-v1.01
- 东软医保接口设计文档,动态库函数SiInterface.dll的具体设计规范-Neusoft Medicare interface design document, dynamic library SiInterface.dll specific design specifications
VisualC++Dll
- 深入浅出Visual C++动态链接库(Dll)编程-In layman
VB_Link_DLL
- VB编写.DLL动态链接库文件的方法,原本VB6是不支持直接编译成dll文件的,用这个文法中断编译可以得到想要的中间文件。-VB prepared. DLL Dynamic Link Library file method, the original VB6 does not support direct compiled into dll files, and use this grammar can be compiled interrupt the middle of the file y
dll
- 关于VC++的动态连接库的很好的学习资料,对于初学者很有帮助-With regard to VC++ dynamic link library of good learning materials useful for beginners
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
caaInterfaceComponent
- 有时候我们需要CAA的程序代码进行封装,这样我们给客户提供的只是头文件、lib库文件和dll动态库文件,不会暴露程序源代码。还有,如果我们需要对系统原有的功能进行扩展,即对系统对象的某个接口进行重新实现,在这些情况下,就要用到CAA开发框架里的Interface、Component和Component Extension的功能,本文介绍的是Interface和Component的使用,通过这两者,我们可以实现对代码的封装-Sometimes we need packaging CAA progr
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
pbole.dll
- pb采用ole方式连接数据所需要的动态连接库-when we develop the manage system useing powerbuilder and ole to connect the database, these dll files are useful
VC_TESTDLL
- VC下 制作DLL动态链接库 并成功实现程序中DLL的调用。-VC produced under the DLL dynamic link library and successful implementation of the procedures in the DLL call.
How-to-write-with-a-VC-DLL
- vc 生成Dll,用动态链接库实现一个add函数,-vc 用动态链接库实现一个add函数
dll-dynamic-library
- 关于dll动态库调用详解,包含各种dll的调用说明,很详细,-Dll dynamic library call Xiangjie
VCPPdongtailianjieku(DLL)
- 关于vc++动态链接库(DLL)编程的相关知识和说明,本文详细介绍了dll编程的方方面面,努力学完本文可以对dll有较全面的掌握,并能编写大多数dll程序-About vc++ dynamic link library (DLL) programming knowledge and instructions, this article details all aspects of the dll programming efforts to the end of this article a m
CSharpCalldll
- C#调用dll时的类型转换总结,总结C#y财用dll动态库的方式方法,及数据结构类型的转换-C# type conversion when calling dll summaries of C# y fiscal ways dll with dynamic libraries, and data structure type conversion
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
dll
- 东华大学操作系统实验 存储管理之动态链接库-Donghua University experimental operating system dynamic-link library
dll.pdf
- VC++动态链接库(DLL)编程————理解库 阐述DLL(Dynamic Linkable Library)的概念,把DLL看成一种仓库,它提供给你一些可以直接拿来用的变量、函数或类-VC++ dynamic-link library (DLL) programming library understanding set forth DLL (Dynamic Linkable Library) concept, the DLL as a kind of warehouse, it gi
vs-to-dll
- 在Vs2010环境下封装dll动态库的操作方法-VS generation DLL