CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - dll class

搜索资源列表

  1. CxImageR

    0下载:
  2. Cximage强大的图片处理C++类,本人编译好的发布版的DLL文件,包括头文件-Cximage powerful image processing C++ class, I compiled release version of the DLL file, including header files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:598932
    • 提供者:梁添添
  1. 20119160496916

    0下载:
  2. 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program from the Microsoft Visual Studio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:191784
    • 提供者:shiliu2022
  1. hackcode2

    0下载:
  2. 基础类 界面 网络编程 进程/线程DLL 数据库 图形处理算法 VC++资源 -Base class/ interface/ network programming/ process/thread DLL / database / graphics algorithm / VC++ resources
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:778167
    • 提供者:tongrui
  1. WeifenLuo.WinFormsUI.Docking

    0下载:
  2. 资源简介1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:True。 4.工具箱—>右键—>选择项—>.net组件—>浏览—>weiFenLuo.winFormsUI.Docking.dll—>在工具箱出现dockPanel。
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:30150
    • 提供者:ztxztx
  1. DlPortIOWrapper2012

    0下载:
  2. I ve been using Port95NT s DlPortIO.dll to read/write bits to my parallel port for many years with C++ by using the associated DlPortIO.lib and a custom wrapper class. Since I ve moved to (mostly) C#, I wanted to create a managed assembly to standard
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:10608
    • 提供者:ibm1001
  1. 9.TestDLL

    0下载:
  2. 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。 -New three different DLL engineering Some classes and functions are encapsulated A new test for the above project in the function or class to call Packaging a
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6515774
    • 提供者:liuxuanlex
  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. mydllobject

    0下载:
  2.   引用DLL步骤如下(即exe引用DLL)-------   新建标准EXE工程   菜单栏-->工程-->引用->浏览-->选择你生成的mydll.DLL   写exe代码(包含调用DLL代码)   生成usedll.exe,usedll.exe和mydll.DLL要放在一个目录下。      注意:如果引用的时候可能会出现这样的错误:“名称与已存在的工程模块对象冲突”   解决方法是打开DLL工程编程界面,菜单-->工
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7659
    • 提供者:米七
  1. input

    0下载:
  2. 一个拦截并修改输入法的模块(源码) 拦截并修改输入法,就是说比如你用智能ABC输入法,输入法文字是“一二三”,但是确认上屏后出来的内容确是“四五六”这样子,此技术大概可以用来做输入法外挂辅助工具之类的吧。 模块是一个DLL,用VC++写的,压缩包里有这个DLL的源码。原理就是使用API HOOK拦截输入法的相关函数(ImmGetCompositionString函数,应用程序通过调用这个函数取得输入法输入),以达到截获并修改输入信息的目的。 -An intercept and
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1639956
    • 提供者:tunshizhe
  1. ku

    0下载:
  2. 在培训班上课时训练的DLL动态链接库实例,很好,可运行,欢迎下载使用-In the instance of the DLL dynamic link library training class of the course, good running, welcome to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11348817
    • 提供者:李成才
  1. ongtailianjieku

    0下载:
  2. 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。 -New three DLL engineering encapsulate classes and functions create a new test project called the above function in a library or class encapsulates a dialog class t
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7507347
    • 提供者:郭亚云
  1. drawer

    0下载:
  2. 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用;封装一个对话框类到DLL,并新建一个工程调用之。 -New three DLL engineering encapsulate classes and functions create a new test project called the above function in a library or class encapsulates a dialog class to a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:51693
    • 提供者:郭亚云
  1. dzyj

    0下载:
  2. The.Net project in compiled successfully in the bin folder to generate DLL files, the DLL file is all.Net framework language can be shared. For example, you use the c# development DLL, others use VB can also add this DLL, referenced to their projects
  3. 所属分类:WEB Mail

    • 发布日期:2017-04-09
    • 文件大小:2274779
    • 提供者:mis tan
  1. ExportDll

    0下载:
  2. 主要是写的将字符串类封装到动态链接库以及相关的使用。本代码主要是给刚刚开始学类加载到dll中的人看的-Mainly to write a string class encapsulates the dynamic link library, as well as the use of. This code is just started to learn the class loading the DLL to see
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1511339
    • 提供者:刘智民
  1. VB_Net_Demo.ZIP

    0下载:
  2. QRCode font package can print QRCode barcode as a font, Win32 DLL encoder and .NET class library encoder are provided, the encoders are different for the trial version package and the full version package, the trial version encoders append "MW6 Demo"
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:27447
    • 提供者:thuadu
  1. Macros_VBA_Code.ZIP

    0下载:
  2. QRCode font package can print QRCode barcode as a font, Win32 DLL encoder and .NET class library encoder are provided, the encoders are different for the trial version package and the full version package, the trial version encoders append "MW6 Demo"
  3. 所属分类:Printing program

    • 发布日期:2017-03-22
    • 文件大小:695158
    • 提供者:thuadu
  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. _libmysql

    0下载:
  2. MySql extension class built from MySql.dll with MySql header. Save a lot of time by not having to manually encapsulate the plain c files into MFC or C++. Must install MySql version 5.5 comes with WAMP server for Windows OS.-MySql extension class buil
  3. 所属分类:MySQL

    • 发布日期:2017-04-02
    • 文件大小:10852
    • 提供者:fakeuout
  1. Ini

    0下载:
  2. 用VB.NET 实现INI操作的类,调用DLL文件实现-INI operation with VB.NET class, call the DLL file to achieve
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:kevin
  1. CDemoTest

    0下载:
  2. 一个C#写的类库及调用例子,CDemoLib目录中是DLL文件的例子,CDemoTest目录中是调用DLL的例子源代码,程序较简单,仅供参考,源代码可以vs2008下顺利编译-Write a C# class library and call examples CDemoLib directory is the example of the DLL file, CDemoTest directory is calling the DLL source code of example, the p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:34537
    • 提供者:fwtf5
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com