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

搜索资源列表

  1. WebPrintx.FR

    2下载:
  2. web中使用Fastreport在ActiveX调用打印例子说明: 1.需要安装fastreport控件 2.执行regsvr32 printx.dll,在delphi环境下就执行run菜单=>register ActiveX Server。 3.执行regsvr32 ocxceshi.ocx,在delphi环境下就执行run菜单=>register ActiveX Server。 请先更改程序的数据库路径! diaoyong目录下为
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:1.62mb
    • 提供者:hjl
  1. 供vb调用的高质量旋转图片vc动态库代码

    2下载:
  2. 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.38mb
    • 提供者:李文庆
  1. SmsComm

    0下载:
  2. 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:199.66kb
    • 提供者:洪生
  1. scanner

    0下载:
  2. 调用scannerdll生成dll的程序,功能跟操作系统附件-图像处理的功能差不多-scannerdll generation dll called the procedure, function with the operating system Annex-image processing functions almost
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:212.96kb
    • 提供者:tu
  1. keyboardHook

    0下载:
  2. 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11.81kb
    • 提供者:jerry
  1. AgentDll_SRC

    0下载:
  2. 用vc++编制的代理协议文件,编译后生成dll文件,供其他语言调用.
  3. 所属分类:Windows编程

    • 发布日期:2014-01-16
    • 文件大小:15.36kb
    • 提供者:xiazhongmao
  1. lowlevelhook

    0下载:
  2. C++全局鼠标钩子,调用WinAPI,生成DLL文件
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-17
    • 文件大小:53.74kb
    • 提供者:zhuyuan
  1. vb-labview

    0下载:
  2. vb中Labview的应用,labview可以生成DLL文件,然后在VB中调用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:146.76kb
    • 提供者:mary
  1. vc-dll-function

    0下载:
  2. VC动态链接库的实例程序,包括动态链接库(调用函数)的生成和调用。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70.57kb
    • 提供者:xiaolin
  1. Dll_file_generation_call--MFC_form

    0下载:
  2. Dll文件的生成调用示例——MFC语言形式,示例中MFCDll 生成.dll文件,拷贝该文件到CalMFCDLL中,然后调用-An example for generating a Dll file and then the dll file is called. Generation is in the MFCDll Folder and is called in the CalMFCDLL folder.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.87mb
    • 提供者:zhanjunpeng
  1. dll

    0下载:
  2. CVI动态库技术,创建*面动态库及有界面动态库,并对生成的动态库进行显式调用-CVI dynamic library technology to create dynamic libraries, and there is no interface, interface, dynamic libraries, and generate dynamic libraries make explicit calls
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.38mb
    • 提供者:Lichj
  1. FloatToChar

    0下载:
  2. IEEE754标准 单精度浮点型数据转四个字节的字符数据 Win32 DLL(生成DLL可以静态和动态调用)-IEEE754 standard single-precision floating-point data transfer four bytes of character data Win32 DLL (DLL can generate static and dynamic calls)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:56.83kb
    • 提供者:谢晖
  1. ExcelDLL2

    0下载:
  2. Excel报表自动生成DLL,此程序是一个dll程序,调用此dll编程者不用了解Excel在编程时的具体使用方法,能够自动生成一个.xls格式报表。-Excel reports automatically generated DLL, this program is a dll program, call this dll in Excel programmers do not understand the specific use of programming that can automat
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3mb
    • 提供者:厉海涛
  1. dll源程序

    0下载:
  2. 1、DLL源程序,只为帮助初学者/ 2、C# 调用labview生成的DLL(1, DLL source code, just to help beginners / 2, C# calls the LabVIEW generated by DLL)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:567kb
    • 提供者:美猴王HLM
  1. CSharp调用Cpp代码完整实例

    0下载:
  2. c#调用C实例。c通过生成DLL,里面有方法,需要一定格式。(C# invokes the C instance. C through the generation of DLL, there are methods, you need a certain format.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:32.76mb
    • 提供者:lll6
  1. DLL举例

    0下载:
  2. delphi生成dll举例,以及调用 delphi生成dll举例,以及调用(delphi create dll delphi create dll)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:3.93mb
    • 提供者:LINAJ
  1. xmldll

    0下载:
  2. 一个自定义格式的xml解析实例,采用VC++生成DLL,然后在其他工程中调用。(A custom format examples of XML parsing, using VC++ to generate DLL, and then call in other projects)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:58.23mb
    • 提供者:vision2sky
  1. TesIESDLL

    0下载:
  2. 使用VS2013,包括所有工程文件,能够生成和调用DLL,其中,生成DLL分两种情况:一是通过已有代码创建项目生成DLL;另一种是直接新建项目生成DLL。(Using VS2013, including all engineering files, can generate and invoke DLL, and generate DLL in two cases. One is to create DLL through existing code, and the other is to g
  3. 所属分类:文件操作

    • 发布日期:2018-04-29
    • 文件大小:2.17mb
    • 提供者:tiantianc
  1. dll

    0下载:
  2. Java程序生成dll,c#调用时需要的dll动态库,ikvm库 非常好用(The Java program generates DLL dynamic libraries that need DLL when calling c#. Ikvm library is very useful.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:4.3mb
    • 提供者:呵哈我哈
  1. delphi7二维码生成实例bmp

    7下载:
  2. 这是用delphi7写的一个二维码生成实例,可供参考。在应用程序里PtImageRW.dll和PtQREncode.dll两个文件,然后在你的delphi源码里添加,就可以调用生成二维码图片保存在指定目录下
  3. 所属分类:其他小程序

    • 发布日期:2018-07-20
    • 文件大小:559.22kb
    • 提供者:941943123@qq.com
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com