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

搜索资源列表

  1. 将一个dll以资源形式捆绑到exe

    0下载:
  2. 可以将一个dll以资源形式捆绑到exe,再在exe中调用,dll最好是extern c接口.,Dll can be a form of bundling resources to exe, then exe call, dll preferably extern c interface.
  3. 所属分类:系统编程

    • 发布日期:2017-03-26
    • 文件大小:5.49kb
    • 提供者:anywind
  1. USBCAN_LabVIEW_Demo.rar

    2下载:
  2. LABVIEW关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。,LABVIEW call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:189.26kb
    • 提供者:yinyedan
  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. USBCAN200_LabVIEW_Demo.rar

    0下载:
  2. LABVIEW关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8508 USB-CAN200 CAN总线适配器开发,二次开发例程。,LABVIEW call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:195.29kb
    • 提供者:yinyedan
  1. C++Builder_USB-CAN.rar

    0下载:
  2. C++ Builder关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。,C++ Builder call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:687.08kb
    • 提供者:yinyedan
  1. BuildConcept.rar

    0下载:
  2. 形式概念分析中,构建概念格源代码,已打包成DLL可供其它代码调用。,Formal concept analysis, concept lattice construction of the source code has been packaged into a DLL call for other code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:13.69kb
    • 提供者:pqq
  1. CAN232B_LabVIEW_Demo

    1下载:
  2. LABVIEW关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8501 CAN转RS232总线卡开发,二次开发例程。-LABVIEW call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:193.7kb
    • 提供者:yinyedan
  1. dll_Decompiler_3in1

    0下载:
  2. 3合一工具,专用于DLL接口的查看和破解 效果不错 DLL调用超强查看器 dll查看器 d-3-one tool, dedicated to the DLL interface to view and crack super call good results DLL dll viewer dll viewer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:799.93kb
    • 提供者:willeach
  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. SLE4432_42_rar

    0下载:
  2. 调用winscard.dll(winscard.h这是微软标准的库),进行SLE4432、4442的调用。-Call winscard.dll (winscard.h This is Microsoft' s standard library), to conduct SLE4432 and 4442 calls.
  3. 所属分类:Windows Kernel

    • 发布日期:2014-10-01
    • 文件大小:1.86mb
    • 提供者:liguirong
  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. 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
    • 文件大小:108.26kb
    • 提供者:gongxd
  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. 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
    • 文件大小:7.29mb
    • 提供者: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
    • 文件大小:40.86kb
    • 提供者:haol
  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. 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
    • 文件大小:114.96kb
    • 提供者:lijing
  1. dll

    1下载:
  2. 易语言从内存加载DLL源码例程程序结合易语言特殊功能支持库,通过置入汇编代码从内存加载DLL。 本易语言源码例程属于易语言高级教程。 点评:本源码是易语言置入汇编代码的一个重要例程,实现了底层操作,值得学习。-dll call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6.3kb
    • 提供者:私房话
  1. dll-call-test

    0下载:
  2. C++调用dll实例,简单易学,通俗易懂,适合新手学习使用-c++ dll call, is adaptive to fresh-coder
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:7.62mb
    • 提供者:mark
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com