CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - DLL动态链接库工程

搜索资源列表

  1. dllexe

    0下载:
  2. 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6005
    • 提供者:flying840310
  1. GeomCalc

    0下载:
  2. \\GeomCalc: 几何基本工具库GeomCalc的工程 \\GeomCalc.dll: 输出的动态链接库 \\GeomCalc.lib: 输出的连接库 \\cadbase.h: 输出类与输出函数的头文件-\\ GeomCalc : geometric basic tools for the project GeomCalc \\ GeomCalc.dll : output of dynamic link library \\ GeomCalc.lib : output libraries
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:170891
    • 提供者:
  1. skin3pb

    0下载:
  2. 在PowerBuilder中调用Skin++: 1、导入Rect结构定义,将rect.srs导入到程序PBL中,这样程序中就有名为Rect的结构定义了。Rect结构在Skin++的接口中要用到。 2、拷贝下面的 中所有的函数定义到工程Application的全局外部函数定义区域 3、Skin++调用,在Application的Open的开头添加如下: string strSkinfile = .\PixOS.spp sppLoadSkin(strSkinfile,false
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:275929
    • 提供者:wlb
  1. DTTree

    0下载:
  2. 在tree Control 里边加载ico图标-在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program Files\Common Files\System\ado\”目录下。 例:如果你的系统盘为C盘,则该文件位于“C:\Program Files\Common Files\System\ado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“ADOConn.h”文
  3. 所属分类:TreeView

    • 发布日期:2017-05-14
    • 文件大小:3960258
    • 提供者:杨庭红
  1. DLL-MAKE

    0下载:
  2. 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:196439
    • 提供者:赵鹏
  1. DynamicLibrary

    0下载:
  2. DLL学习的好例子,里面包含了一个动态链接库的源工程以及一个调用动态链接库的工程。可以清楚的了解DLL的创建和使用。-an example about DynamicLibrary.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:636114
    • 提供者:fidaura
  1. CnzResouse

    0下载:
  2. 程序内含有2个工程,一个是自我删除动态链接库,此工程可以操作制定EXE行为,例如将制定的文件放置在EXE文件中。同时也可以实现自我删除,制作自我删除程序时有用。另一个是测试工程,主要用于测试此DLL.-The Project has Two son project. One is a dll and other is a test execute project. The dll can del itself or change the exe resource.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:119270
    • 提供者:王少
  1. testdll

    0下载:
  2. 动态链接库DLL的编程示例,包括dll实现工程和调用工程。主要介绍了dll的实现,及动态静态编译的用法。-Dynamic link library DLL programming examples, including the realization of the project and call the dll project. Introduces the implementation dll, static and dynamic compilation of usage.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-26
    • 文件大小:9466793
    • 提供者:zhouweidong
  1. dllTestClass

    0下载:
  2. 这是dll动态链接库编程,基于VC6.0做的,涉及到的是利用dll导出类,先生成一个dll文件,在另一个工程中使用。对于刚学DLL的同学希望有所帮助-This is the dll dynamic link library programming, based on VC6.0, involving the use dll export class, sir, into a dll file in another project. Help for students just learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:453401
    • 提供者:陈文
  1. Fund9-dongtailianjie

    0下载:
  2. 动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。 -The purpose of the dynamic link library: Understanding MFC' s support for the three dy
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:296995
    • 提供者:莫奇杰
  1. DLL

    0下载:
  2. VC++深入详解中MFC的动态链接库代码。关于动态链接库的生成产生、调用以及相关调试。是完整的工程可以直接运行。-VC++ depth detailed in the MFC dynamic-link library code. The generation of a dynamic link library calls and debugging. The complete project can be run directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:162532
    • 提供者:林一
  1. DLL

    0下载:
  2. 动态链接库,写一个动态链接库工程文件,可以把这个动态链接库嵌入到DLLTest文件中。很方便使用-The dynamic link library, write a dynamic link library project file can embed this dynamic link library to DLLTest file. Very easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:2873359
    • 提供者:轨迹
  1. lianjieku

    0下载:
  2. 本人软件设计作业动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。-I software design operating dynamic link library Objective: To understand the the MF
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:169965
    • 提供者:cxzgo
  1. DllTest

    0下载:
  2. dll调用的例子,先用VC编写一个动态链接库文件,之后用VB新建一个工程,调用dll文件-dll call example, VC prepared by a dynamic link library file, and then use VB to create a new project, call the dll file
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-09
    • 文件大小:13946
    • 提供者:lcydusk
  1. DemoDll

    0下载:
  2. C#中动态链接库(dll)的开发。通过创建Class Libraryg工程,可以快速开发动态链接库(注意与C++的不同)。-The development of dll project in c#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:7783
    • 提供者:zoucw
  1. DLL-(Dynamic-Link-Library)

    0下载:
  2. 详细的介绍了用VS2010创建动态链接库,在VB,NET工程里调用,程序想当简单,通俗易懂;并且付图-Detailed descr iption of the use VS2010 to create a dynamic link library, in VB, NET project to call the program wanted a simple, easy to understand and pay chart
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1228418
    • 提供者:刘兴民
  1. SkinMagic2.4

    0下载:
  2. SkinMagicLib.h 必须的头文件,请添加到工程中。 SkinMagic.lib + SkinMagic.dll 动态链接库配套使用 编译时需要在工程中添加SkinMagic.dll,程序运行时需要SkinMagic.d-SkinMagic.lib+ SkinMagic.dll supporting the use of a dynamic link library When you need to add SkinMagic.dll compiled in the proj
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1535002
    • 提供者:高峰
  1. dll工程_read&write

    0下载:
  2. 本工程创建了一个动态链接库函数,可以跨平台(C#)实现C++函数的调用 主要是实现了PC对hid设备的数据写入和数据读取(This project creates a dynamic link library function, you can cross-platform (C #) to achieve C + + function call Mainly to achieve the PC on the hid device data write and data read)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:12591104
    • 提供者:夹心儿呦
  1. 读PSID

    0下载:
  2. 调用动态链接库的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)
  3. 所属分类:通讯编程

  1. ComFxPlc V27

    2下载:
  2. FX3U 串口通讯程序实例。该类通讯组件适用于基于PC高级语言的工业自动化控制系统,用于PC与可编程控制器(PLC)、智能仪表等进行数据通讯。组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。(FX3U serial communication program examples. This kind of communication component is suitable for industria
  3. 所属分类:Windows编程

    • 发布日期:2020-02-16
    • 文件大小:533504
    • 提供者:ganggang_123
« 12 »
搜珍网 www.dssz.com