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

搜索资源列表

  1. bcbdll

    0下载:
  2. BCB下编写DLL的各种方法总结 一.编写 DLL二. 静态调用 DLL 三. 动态调用 DLL 四. DLL 作为 MDIChild (子窗体) 【只编写动态调用的例子】五. BCB 调用 VC 编写的 DLL6. 静态调用例子 -BCB prepared DLL in a variety of ways summed up. DLL prepared two. Static call DLL 3. Dynamic Call DLL 4. As MDIChild DLL (a F
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:121145
    • 提供者:李三
  1.  打印DLL(包括vc源码)

    1下载:
  2. 打印DLL(包括VC源码)可使用PB,Dephi等直接调用此DLL,详见包内说明-Print DLL (including VC-source) can be used PB, Delphi direct calling this DLL, detailed packet states
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:363731
    • 提供者:比尔
  1. MD5加密算法源代码+DLL成品

    0下载:
  2. MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧.-MD5 encryption algorithm source code DLL finished, the better, a complete source VC, more powerful, and can directly cause for calling DLL files. Special autumn, MD5 would not have sai
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36240
    • 提供者:比尔
  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
    • 文件大小:1445903
    • 提供者:李文庆
  1. VC++多串口控制DLL调用演示程序

    4下载:
  2. VC++多串口控制DLL调用演示程序,可用来学习串口编程。-VC Multiport Serial control DLL called demo program that can be used to study serial programming.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:470698
    • 提供者:王海洋
  1. del1020234252521

    0下载:
  2. VC 6写的dll源代码,当然还有pb7写的调用dll的示例。中间有一些很强的功能。其中“增加自定义纸张”-这个功能是-VC 6 dll write the source code, of course, the call was made pb7 dll example. Among some strong features. Which "to increase the definition of paper" - this function is
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1056855
    • 提供者:刘小样
  1. TESTdll

    0下载:
  2. 该软件代码示范了如何用VC++开发环境 进行动态链接库DLL编写 及如何在应用程序中调用DLL 的函数-model code of the software how to use development environment for VC DLL and how to prepare the application procedure call the DLL function
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:47503
    • 提供者:yangbin
  1. GetLocalIP

    0下载:
  2. 用VC开发的LocalIP.dll文件,用VB程序调用-VC LocalIP.dll development of the document, with VB Invoking
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9562
    • 提供者:周子歆
  1. tstMatlabDLL

    1下载:
  2. 用VC调用MATLAB的DLL,使用MATLAB画出简单的图-VC Calling MATLAB DLL using MATLAB draw a simple map
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:145903
    • 提供者:mengjianwo
  1. vbvcdll

    0下载:
  2. vc中的DLL是个好东东,如果你想在vb也运用它的话,有点难度,但是这个源代码会教你如何用vb调用vc中的D-vc the DLL is a good Dongdong, if you want to also use in vb, then it somewhat difficult, However, the source code will teach you how to use vb call vc the D
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43699
    • 提供者:风浪
  1. VC-call-labview-dll

    0下载:
  2. 文档详细叙述了VC如何调用dll(动态链接库),对于各种dll借口,其调用方式与方法都一样-The document details the VC how to call dll (dynamic link library), call methods, an excuse for all kinds of dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:213470
    • 提供者:couphea
  1. vcDlgDLL

    0下载:
  2. vc调用dll显示对话框,源码经编辑测试,没有问题。-vc call dll display the dialog box, edit the source code was tested, no problem.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:22849
    • 提供者:yu
  1. InvokeDll

    0下载:
  2. VC++调用DLL的演示示例代码,供测试调用的CommonDll.dll已经放在测试源码的根目录下,你下载源码后可运行InvokeDll.dsw编译项目源码,将编译生成在Bin目录中的InvokeDll.exe拷贝至根目录下,双击运行,可看到程序调用DLL后,将输出一条消息,完美演示在VC++环境下如何调用一个已知的DLL实现某些特定功能。-VC++ DLL called demo code for the test call CommonDll.dll has been placed unde
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-26
    • 文件大小:56320
    • 提供者:bpudn99
  1. vb-call-DLL

    0下载:
  2. 首先,用vc写dll文件,然后调用VB,它已经通过调试。-Firstly, use vc write dll file, and then call vb;it has been through debugged.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1484474
    • 提供者:zhangming
  1. VC-call-VB-DLL-sample

    0下载:
  2. 一个VC调用VB封装的DLL的小程序,基本功能都有,简单易用。-A VC call VB package DLL small program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:266321
    • 提供者:mwz
  1. DLL

    0下载:
  2. VC实现DLL的加载,可以调用里面内嵌的函数,以此实现里面的功能,主要针对VC汇编语言。主要用于开发短信猫设计的工作。-VC realize the DLL is loaded, you can call inside the built-in functions, in order to achieve inside the function, mainly for VC assembly language. SMS cat designed mainly for the developmen
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:154978
    • 提供者:zhangpan
  1. dllexample

    0下载:
  2. 该压缩包包括:1.动态链接库(DLL)的编译实例,包括_cdecl和stdcall两种常见函数调用约定的实现,并且解决了名字修改问题,在实例代码中有详细的说明!2.针对不同的函数调用约定,以及动态调用DLL库和静态调用DLL库分别提供了调用实例的源代码和程序!3.压缩包中包括VC++调用DLL的实例源码和Delphi调用DLL的实例源码和说明(利用前面VC++生成的DLL)!4.其中VC++调用DLL实例中还简单说明了计算string的长度,比较,大小写转换等功能实现的方法!-The compr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2520390
    • 提供者:namejiang
  1. vc-dlla-lib-

    0下载:
  2. Windows平台下使用VC++语言编程调用Lib库文件以及Dll文件的调用,代码比较简单,另有文字备注说明-Windows VC++ LIB DLL
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5030
    • 提供者:nnwtw708chaf
  1. CH341PAR VC

    0下载:
  2. CH341 VC 编程指导,在VC平台上,调用驱动中的API函数,实现芯片功能。(Chip CH341-related information, including dll, manuals, drivers and so on.)
  3. 所属分类:驱动编程

    • 发布日期:2018-01-04
    • 文件大小:55296
    • 提供者:selina2171
  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
    • 文件大小:61053952
    • 提供者:vision2sky
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com