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

搜索资源列表

  1. 调用G729。DLL做得有关编码与解码的代码小段

    1下载:
  2. 小弟调用G729。DLL做得有关编码与解码的代码小段,简单实用,Boy called G729. DLL to do encoding and decoding of the code above, simple and practical
  3. 所属分类:系统编程

    • 发布日期:2012-08-24
    • 文件大小:425979
    • 提供者:linuxkylix
  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
    • 文件大小:152234
    • 提供者:李想
  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
    • 文件大小:285287
    • 提供者:阿发
  1. systemrun

    0下载:
  2. 以SYSTEM权限运行程序测试,我已经对相关函数进行了封装(在GetSysToken.dll中), 使用时直接调用Dll中的 CreateSystemProcess即可。-SYSTEM permissions to run the program testing, I have carried out correlation function package (in GetSysToken.dll in), when used in direct calls Dll can CreateSy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:12238
    • 提供者:sweet
  1. WaveObj

    0下载:
  2. vb调用dll实现水波特效(WaveObj.dll由孤帆改写编译自罗云彬的汇编代码)-dll call vb realize wave effects [WaveObj.dll rewritten by the compiler since孤帆Luo Bin assembly code]
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:110854
    • 提供者:gongxd
  1. ExtendDll

    0下载:
  2. activemq的调用.dll需要去activemq 的官网下载支持库-ActiveMQ call. dll need to go the official website to download ActiveMQ support library
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:5301942
    • 提供者:yanfei
  1. Dll

    0下载:
  2. linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7442
    • 提供者:吴有勇
  1. dll-invoke

    0下载:
  2. dll文件示例,提供了dll文件的编写与调用.-dll invoke example.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2416157
    • 提供者:adly
  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
    • 文件大小:106992
    • 提供者:zeerton
  1. dll

    0下载:
  2. 测试显示、隐式dll和exe程序的调用关系。win32程序。-Testing has shown that implicit dll and exe to call the relationship between the procedure.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7643661
    • 提供者:wu
  1. dll_Is_Sample3

    0下载:
  2. dll开发很简单 方法3,使用DEF文件建立dll程序,并实现了dll的调用-dll developed a very simple way to 3, use the DEF file dll program to establish and achieve the dll call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:41838
    • 提供者:haol
  1. DLL

    0下载:
  2. 一个用VISUAL BASIC调用FORTRAN生成的DLL的例子,-VISUAL BASIC calls with a FORTRAN-generated DLL example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3462
    • 提供者:李军
  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
    • 文件大小:65832
    • 提供者:kially
  1. csp.dll

    0下载:
  2. csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:117721
    • 提供者:lijing
  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
    • 文件大小:27442
    • 提供者:曹转好
  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
    • 文件大小:83079
    • 提供者:
  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
    • 文件大小:79497
    • 提供者:
  1. Win32-dll

    0下载:
  2. Win32下对DLL库的编写及调用,并对在调用DLL库的问题处理。-Under Win32 to write and call the DLL library, and in the library DLL dealing with problems.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:41779
    • 提供者:晓雪
  1. Dll-program

    0下载:
  2. dll编程,显示和隐式的调用dll函数,有利于初学者学习,供广大学习者参考-dll programming, display, and implicitly calls the dll functions, will help beginners to learn, for the majority of learners Reference
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-30
    • 文件大小:12835116
    • 提供者:夏泽龙
  1. delphi-dynamic-call-dll-function

    0下载:
  2. delphi动态调用dll函数,delphi动态调用dll函数-delphi dynamic call dll function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:348998
    • 提供者:woogle168
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com