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

搜索资源列表

  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
    • 文件大小:35.39kb
    • 提供者:比尔
  1. dll.rar

    0下载:
  2. 本程序介绍了利用动态链接库dll输出函数和变量的方法,以及在vc++中调用dll的方法。,This procedure describes the use of dynamic link library dll export functions and variables, as well as in the vc++ call dll methods.
  3. 所属分类:系统编程

    • 发布日期:2017-03-28
    • 文件大小:148.67kb
    • 提供者:李想
  1. DllTest.zip

    0下载:
  2. vc调用动态连接库程序说明:   DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:278.6kb
    • 提供者:阿发
  1. VC

    2下载:
  2. SafeNet宏狗VC调用的例子,里面有COM ,DLL ,OBJ,Staticlib库-VC call the dog SafeNet macro examples, which are COM, DLL, OBJ, Staticlib Library
  3. 所属分类:Crack_Hack

    • 发布日期:2015-10-21
    • 文件大小:274kb
    • 提供者:cox
  1. VB_Call_VCDll

    1下载:
  2. 自己写的VB调用VC编写的DLL库函数的例子。因VB是弱类型的语言所以很多操作用C实现简单而用VB实现很困难,这时用VC生成函数封装到DLL里,由VB调用显得很轻巧自然,尤其是有位运算时。-Written in VB to call their own VC prepared DLL library function example. VB is a result of the weak type of language used to operate many C to achieve a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:54.27kb
    • 提供者:高见
  1. DLL

    0下载:
  2. DLL除了可同时被多个应用程序共享外,还可以在不改变调用接口(从而不需修改使用它的应用程序)的情况下,改进和升级里面的库函数。而且DLL与编写它的语言无关,例如,用VC生成的规则DLL,可以被VB、Delphi等生成的应用程序使用-Apart from the DLL can be shared by multiple applications, but also can change the call interface (so no need to amend the application
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:104.48kb
    • 提供者:zeerton
  1. dlltest

    0下载:
  2. VC++ dll静态与动态连接库编程测试,包含2的DLL和一个调用程序,便宜环境VS2008-VC++ dll static and dynamic link library programming and testing, including two of the DLL, and a calling program, cheap environment VS2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:64.29kb
    • 提供者:kially
  1. MaskKey

    1下载:
  2. 键盘钩子,屏蔽键盘,VC++,包含DLL,VB,VC调用例程和源码-HOOK DLL,dis- keyboard
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:42.59kb
    • 提供者:D
  1. GetInfo

    0下载:
  2. 获取系统信息 分两部分 主程序 vc编写 调用c#写的dll获取系统信息 dll 用 C# 编写了 通过 WMI 来获取系统信息 -Get system information prepared in two parts the main program vc dll call c# written dll used to obtain system information C# prepared to obtain system information through WM
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:88.82kb
    • 提供者:wellphone
  1. UseExternVarDll

    0下载:
  2. vc调用DLL,获取其导出的全局变量值\UseExternVarDll的源码-vc call DLL, access to export global variable value \ UseExternVarDll source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:25.75kb
    • 提供者:叶扬媚
  1. UseExportClassDll

    0下载:
  2. vc调用DLL,使用其导出类计算长方体的表面积和体积\UseExportClassDll的源码-vc call DLL, use the Export class rectangular surface area and volume calculation \ UseExportClassDll source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:76.74kb
    • 提供者:叶扬媚
  1. UseFloatCalDLL1

    0下载:
  2. vc——使用显式方式调用DLL实现浮点数的四则运算\UseFloatCalDLL1的程序源码,值得一看!-vc- call the DLL using explicit way to achieve floating-point arithmetic \ UseFloatCalDLL1 the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:26.8kb
    • 提供者:曹转好
  1. UseFloatCalDLL2

    0下载:
  2. vc——使用隐式方式调用DLL实现浮点数的四则运算\UseFloatCalDLL2的程序源码,值得一看!-vc- call the DLL using implicit way to achieve floating-point arithmetic \ UseFloatCalDLL2 the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:81.13kb
    • 提供者:
  1. UseExternVarDll

    0下载:
  2. vc——调用DLL,获取其导出的全局变量值\UseExternVarDll的程序源码,值得一看!-vc- call the DLL, access to export global variable values ​ ​ \ UseExternVarDll the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:26.52kb
    • 提供者:
  1. UseExportClassDll

    0下载:
  2. vc——调用DLL,使用其导出类计算长方体的表面积和体积\UseExportClassDll的程序源码,值得一看!-vc- call the DLL, use the Export class rectangular surface area and volume calculation \ UseExportClassDll the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:77.63kb
    • 提供者:
  1. vc-dlla-lib-

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

    • 发布日期:2017-04-02
    • 文件大小:4.33kb
    • 提供者:万凡琴
  1. VCPP(DLL)

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

    • 发布日期:2017-03-31
    • 文件大小:847.34kb
    • 提供者:万凡琴
  1. dllvc

    0下载:
  2. VC在DLL中使用对话框资源,VC调用DLL内的对话框资源。-Dialog resource in a DLL, VC, VC call the dialog resource DLL.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:24.21kb
    • 提供者:柯敦敏
  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
    • 文件大小:151.35kb
    • 提供者: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
    • 文件大小:2.4mb
    • 提供者:namejiang
« 12 3 4 »
搜珍网 www.dssz.com