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

搜索资源列表

  1. gpsl12

    0下载:
  2. 摘要:VC/C++源码,其它分类,GPS 一个早期的vc++ GPS定位类库及测试程序,方便在你的应用程序中添加对GPS(全球定位系统)的支持,提供的DLL可以被其它开发软件所使用。源码包中有GPS类库和GPSTest程序,源码可以VC++6.0中编译。-Abstract: VC/C++ source code, other classification, GPS An early vc++ GPS library and testing procedures, convenient t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:81703
    • 提供者:祝康龙
  1. sqlitewrap-2.1.2

    0下载:
  2. SQLiteWrapper.pas : A Delphi Class Interface to the SQLite3.dll Database Engine-SQLiteWrapper.pas : A Delphi Class Interface to the SQLite3.dll Database Engine The Database Creating a TSQLiteDatabase object gives you access to your datab
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:44127
    • 提供者:晴天
  1. XMLStrGen

    0下载:
  2. XMLStrGen是一个专门自动生成符合W3C国际标准的XML各种元素名称的C++库文件。自动产生的字符串是Unicode的,长度可根据传入的参数控制。源代码还包括生成适合于XML元素和属性名称的一系列的函数。 非常适合于程序测试和演示用。-XMLStrGen.DLL/lib is devoted to generate unicode XML string randomly based on W3C specification Extensible Markup Language (XM
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3830088
    • 提供者:GW
  1. NETSerialComm

    0下载:
  2. 微软C# Serial Port编程实例-Base Class Library for RS232 Communications. Ref: Serial Comm: Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications John Hind, MSDN Magazine, Oct 2002. V1.3 Februa
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:78106
    • 提供者:李杰文
  1. biaoyanjhetijilei

    0下载:
  2. vc编程,可以创建Win32 DLL导出一个计算长方体表面积和体积的类-vc programming, you can create a Win32 DLL export a rectangular surface area and volume calculation class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:55448
    • 提供者:
  1. callthedll

    0下载:
  2. 调用DLL,使用其导出类计算长方体的表面积和体积-Call the DLL, use its derived class to calculate the surface area and volume of rectangular
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:117315
    • 提供者:
  1. ICommandDEMONew

    0下载:
  2. 这是随手写的AE基础小程序,基于ArcMap的类库-this is a class which can get a dll to ArcMap
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:62690
    • 提供者:胡兵
  1. test4

    0下载:
  2. 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1520
    • 提供者:衣谷
  1. Apq.Models

    0下载:
  2. Apq.Models.dll提供.NET常用功能封装,帮助你简化类型转换,改进微软的动态Linq等,是一个基础类库。-Apq.Models.DLL provides the.net common functionality encapsulation, help you to simplify the type conversion, improve Microsoft dynamic Linq, etc., is a base class library.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:117834
    • 提供者:黄宗银
  1. DllExportClass

    0下载:
  2. 该程序演示了如何屏蔽宿主程序与静态加载的DLL导出类接口间的耦合关系,以达到如下目标: 1. DLL导出类接口定义变更,宿主程序不必重新编译; 2. 若出现对应的需求变更,只需更新DLL文件即可,所有静态依赖于该DLL的宿主程序均不需要重新发布。 3. 程序介绍: 1)TestExe:宿主程序 2)TestDll:DLL程序; 3)宿主程序静态加载DLL; 4)Environment: 运行环境。- This program demonstrates ho
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:73795
    • 提供者:pxyang
  1. SCL2008-MovingSign-API

    0下载:
  2. Some structure and all pointer of the functions in Dll // Please insert them to defination of your class. // The LIBRARY_CALL_MODE can be defined as MODE_STDCALL or MODE_CDECL to // choose the call mode of the D- Some structure and all pointer
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:420825
    • 提供者:Aser lee
  1. imssetupdemo

    0下载:
  2. Introduction For a while now, I have been looking for a solution to a chat program developed in VB.NET, but didn t find much, so I decided to try my own. The purpose of this article is to explain how to use TCP/IP Sockets and the My.Settings class
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:14126176
    • 提供者:eko
  1. textoperation

    0下载:
  2. 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中- 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中 Text proc
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5317144
    • 提供者:1111
  1. CSharpdynamicDAO

    0下载:
  2. C#动态编译DAO的DEMO,此例子展示了C#在运行时动态构建并生成类源文件,编译成dll并展示的过程-C# dynamic compilation DAO of DEMO, this example shows the C# dynamically build and generate class source file at run time, compiled into dll and display process
  3. 所属分类:CSharp

    • 发布日期:2016-07-19
    • 文件大小:55296
    • 提供者:老王
  1. FromDllDynamic

    0下载:
  2. dll 导出类,网上一般都是静态调用,我使用动态调用-DLL derived class, Internet is generally static call, I use dynamic call
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:496678
    • 提供者:aoxue
  1. ClassDll100

    0下载:
  2. 创建一个导出类的Win32 DLL实例源码,很不错的vc源码,希望能对大家有所帮助-Create a derived class instance of a Win32 DLL source code, very good vc source, I hope you can help
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6713
    • 提供者:fv87lai
  1. ClassDll101

    0下载:
  2. 一个导出类的Dll工程实例,该工程提供一个虚基类作为外部接口,接口的真正实现部分隐藏在DLL里-A derived class project examples Dll, which works to provide a virtual base class as an external interface, interface to achieve some real hidden DLL Lane
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4706
    • 提供者:fv87lai
  1. DllInsertUtil

    0下载:
  2. C++实现远程DLL注入类C++实现的一个远程DLL注入的类。调用类成员函数InsertDllToProcess( qq.exe , D:\\InsertDll.dll ) 可以将某个写好的DLL注入到指定的进程中。-C++ DLL into the remote class C++ DLL into a remote implementation class. Call class member function InsertDllToProcess (" qq.exe" ,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2343
    • 提供者:db120dumu
  1. ExportClassDll

    0下载:
  2. 创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll\ExportClassDll.rar,很不错的vc源码,有兴趣的朋友可以看看。-Creating a Win32 DLL export rectangular surface area and volume calculation of the class \ ExportClassDll \ ExportClassDll.rar, very good vc source, interested friend
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6280
    • 提供者:m36shiganbe
  1. ExportClassDll100

    0下载:
  2. vc——创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll的程序源码,值得一看!-vc- Creating a Win32 DLL export rectangular surface area and volume calculation of the class \ ExportClassDll the program source code, worth a visit!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6207
    • 提供者:fp42hes
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com