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

搜索资源列表

  1. killprocess.rar

    0下载:
  2. 显示当前活动进程及其调用的dll,并杀死指定的进程
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:1263
    • 提供者:
  1. 在ActiveX控件中如何动态调用DLL函数

    0下载:
  2. 在ActiveX控件中如何动态调用DLL函数,有实用价值-in how ActiveX DLL function call dynamic, practical value
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:774886
    • 提供者:张刚
  1. gouzi

    0下载:
  2. 使用钩子函数+DLL共享线程实现进程调用记录.记录文件保存为*.sys-use shared DLL function hook threaded process call records of achievement. Save the file to record *. sys
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:425664
    • 提供者:陈玲玲
  1. dlldiaoyongheshengcheng

    0下载:
  2. dll 生成和调用简单例子,里面有2个代码和使用说明等-dll generation and the use of a simple example, there are two code and instructions, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41286
    • 提供者:望风
  1. HidenProc_dll

    0下载:
  2. dll 为功能实现模块,exe为测试程序,调用dll后exe进程将消失,除非用驱动级的软件才能看到该进程-dll function modules for the test procedure exe, dll called after exe process will disappear. Driver-unless the software can see the process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36100
    • 提供者:donggh
  1. SharedDll

    0下载:
  2. 这个程序是我尝试使用dll共享内存段的代码。当多个程序调用dll时,dll中会产生一块所有程序可以访问的内存块,可用于用于进程通信和控制。-this procedure is to try to use the shared memory of the dll code. When the number of procedures called dll, dll will have an all procedures can access blocks of memory, process ca
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9357
    • 提供者:姚秋林
  1. hu_ProcessViewer

    0下载:
  2. 用MFC写的一个系统当前运行进程查看器,可以查看调用的dll地址,内有详细说明文件。-with MFC wrote a current operating system process viewer, you can view the calling dll address, with detailed documentation.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:441399
    • 提供者:大象
  1. DelphiDLL

    0下载:
  2. Delphi中的DLL封装和调用对象技术及配书源码
  3. 所属分类:进程与线程

    • 发布日期:2014-01-18
    • 文件大小:487966
    • 提供者:尹永前
  1. com_dllold

    0下载:
  2. 串口编程,在vc中实现串口的dll文件,再在其它开发平台中调用该dll,以实现串口的通信.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41158
    • 提供者:tianyunpu
  1. DisplayLoadedModules_src

    0下载:
  2. 得到所有dll的关联调用-all dll called the link
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:605065
    • 提供者:焦吉林
  1. MemLoadDll-x64

    4下载:
  2. CMemLoadDll源码,整理并增加了对64位dll的加载,并增加了调用实例代码(含32位、64位dll的调用)。以上代码全部基于vs2008,当然CMemLoadDll源码在vc6下也可用。 -CMemLoadDll,64位,内存加载dll,vs2008
  3. 所属分类:进程与线程

    • 发布日期:2012-10-29
    • 文件大小:281424
    • 提供者:zhoukai
  1. killprocess

    0下载:
  2. 显示当前活动进程及其调用的dll,并杀死指定的进程- Demonstrated the current active advancement and its transfer dll, and kills the advancement which assigns
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1534
    • 提供者:yangwei
  1. SSiFun-V1.3.0.1

    0下载:
  2. SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:92501
    • 提供者:李群巍
  1. pudn_1

    0下载:
  2. 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15802484
    • 提供者:闫帅
  1. threadx1

    0下载:
  2. delphi 线程替换单元。 制作的DLL,可以其它原因调用-delphi thread Replaceable Unit. Produced DLL, you can call other reasons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2046
    • 提供者:陈日月
  1. MakeServer

    0下载:
  2. 创建自己的服务程序的一个小例子,还有DLL的调用-Create your own service program, a small example, there are DLL calls
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:95170
    • 提供者:段毅
  1. huatu

    1下载:
  2. VB多线程绘图程序,无聊时改的一个多线程窗口绘图程序,加了线程同步技术,此多线程可在IDE下调用运行,但退出程序,VB6会崩溃。每条线一个线程,开了1000多线程,CPU占用不到2 -VB multi-threaded graphics program, a multi-threaded window drawing program change when bored, add thread synchronization technology, this multi-threaded call
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:11366
    • 提供者:hao
  1. SendMail-Dll-1.0.0.2

    0下载:
  2. 调用DLL源码, 调用DLL源码, 调用DLL源码, 调用DLL源码, -Call the DLL source code, call the DLL source code, call the DLL source code, call the DLL source code, call the DLL source code, call the DLL source code, call the DLL source code, call the DLL source
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-07
    • 文件大小:452599
    • 提供者:罗远波
  1. whenh-DLL

    0下载:
  2. 是一个考勤的小软件,其中用到了调用DLL的例子,不错的-Is a small attendance software, which used to call DLL example of good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:339968
    • 提供者:Tyled
  1. rjqduw8

    0下载:
  2. 精易模块 V2 52有破损源码,可运用,DLL调用正常,不喜欢模板的朋友有福了!()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-20
    • 文件大小:1061888
    • 提供者:sogtendm
« 12 »
搜珍网 www.dssz.com