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

搜索资源列表

  1. 如何调用dll中的函数

    0下载:
  2. 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45.54kb
    • 提供者:杨杰
  1. 低级键盘DLL

    0下载:
  2. 这是刚刚上传的“键盘测试源代码”配套的dll文件源码。它主要负责键盘消息的截取与过滤。-This is just upload the "keyboard test source code" matching dll file source. It is mainly responsible for the interception of the keyboard with the news filter.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11.88kb
    • 提供者:罗明
  1. dll

    0下载:
  2. 石器无错的dll档源代码 打造自己的客户端-stone no wrong dll file source code to create their own client
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:624.33kb
    • 提供者:王翔
  1. DLL-IAT-hook

    0下载:
  2. 屏幕取词功能实现方法2 一个通过修改DLL文件的IAT表来实现的hook开发包源码--Screen Translation Method 2 to achieve a functional DLL file by modifying the IAT table to achieve the hook development kit source code-
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:168.13kb
    • 提供者:py
  1. VisualBasic6WinIO.Dll

    0下载:
  2. Visual Basic 6.0 使用WINIO.DLL模拟键盘操作的源代码. 以及WINIO.DLL文件-Visual Basic 6.0 using the simulated keyboard WINIO.DLL the source code. As well as the WINIO.DLL file
  3. 所属分类:书籍源码

    • 发布日期:2017-04-11
    • 文件大小:25.99kb
    • 提供者:hello
  1. dll

    1下载:
  2. opencv-2.0.0 dll file in window mobile
  3. 所属分类:OpenCV

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

    0下载:
  2. 帮助那些想要直接修改DLL文件的同学们,新手上路请多指教-Help those who want to modify the DLL file directly to students, novice road Pleased to meet you
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-29
    • 文件大小:184.13kb
    • 提供者:谢锐华
  1. Create-Simulation-DLL-for-LabVIEW

    0下载:
  2. 关于利用lABVIEW的SIT工具箱在RTW中获得一个SIMULINK模型的DLL文件的方法-On the use of SIT toolbox RTW lABVIEW get a SIMULINK model of the DLL file method
  3. 所属分类:Communication

    • 发布日期:2016-01-27
    • 文件大小:101kb
    • 提供者:陆文旭
  1. The-.dll-file-for-installing-vcPP

    1下载:
  2. 运行vc++时缺少的dll文件,如nmsql.dll,eeswt.dll,SHSQL.d-When running vc++ dll file missing, such as nmsql.dll, eeswt.dll, SHSQL.dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:17.28kb
    • 提供者:mojieshizhe
  1. The-.dll-file-for-installing-vcPP

    0下载:
  2. 运行vc++时缺少的dll文件,如nmsql.dll,eeswt.dll,SHSQL.d-When running vc++ dll file missing, such as nmsql.dll, eeswt.dll, SHSQL.dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:17.33kb
    • 提供者:cations
  1. how-to-use-dll-file-in-LabviewL

    0下载:
  2. 如何调试在LabView调用动态链接库DLL。-how to invoke DLL file in labview programming.
  3. 所属分类:LabView

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:郑杰
  1. dll源代码

    1下载:
  2. 石器源代码 石器无错的dll档源代码 打造自己的客户端(Shi Qiyuan code Stone machine error free DLL file source code to build their own client)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:624kb
    • 提供者:LGLG_gm
  1. Microsoft.Dism.dll

    0下载:
  2. Microsoft Dism dll file
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:17kb
    • 提供者:PietP21
  1. DLL

    0下载:
  2. C++写的一个DLL文件 用vc++6.0编译 ,用vc调用DLL来对两个数字比较大小 。作为课堂作业非常合适。(A DLL file written by c++ is compiled with vc++ 6.0, and the vc calls the DLL to compare the two Numbers. As a class assignment, it's perfect.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:13.61mb
    • 提供者:银色丝线
  1. VC++动态链接库(DLL)编程深入浅出(全)

    0下载:
  2. 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:606kb
    • 提供者:donggua209
  1. IrisSkin4.dll

    0下载:
  2. 收集的c#中界面美化dll文件,窗体引用后直接用,美化界面(The collection of c# in the interface to beautify the DLL file, the form reference after the direct use, beautify the interface)
  3. 所属分类:C#编程

    • 发布日期:2018-04-29
    • 文件大小:1.3mb
    • 提供者:叫我来巡山
  1. spring-boot-file-upload-example

    0下载:
  2. java调用dll文件,连接打卡机的JAVA代码示例(Java calls the DLL file and connects the JAVA code examples of the card puncher)
  3. 所属分类:Java编程

    • 发布日期:2018-04-29
    • 文件大小:6kb
    • 提供者:shzhh
  1. q

    0下载:
  2. dll file for windows desktop change purpose,install by downloading it
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:340kb
    • 提供者:SK@23
  1. C#调用C++DLL(函数参数包含指针)

    0下载:
  2. C#调用C++DLL(函数参数包含指针)(C Shar call c plus plus's dll file demo.)
  3. 所属分类:其他

    • 发布日期:2019-09-23
    • 文件大小:4.87mb
    • 提供者:gengjinfeng
  1. msvcp110d.dll-40704

    0下载:
  2. dll file msvcp 110 d dll 40704
  3. 所属分类:其他

    • 发布日期:2020-01-28
    • 文件大小:274kb
    • 提供者:tomasris
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com