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

搜索资源列表

  1. CProcessViewer

    0下载:
  2. 进程显示,可以杀具体进程。得硬盘序列号。-process that can kill specific process. In hard drive serial number.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:116227
    • 提供者:陆东峰
  1. vc中得到所有进程

    0下载:
  2. 用sdk写的得到系统所有进程原码-sdk used to be written in the original process of all system code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14054
    • 提供者:申鹏
  1. InterThread

    0下载:
  2. 在ATL组件的 Apartment 线程模型中进行进程间通信的例子-ATL components in the Apartment-threaded model for inter-process communication examples
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86732
    • 提供者:陈玉米
  1. Delphi Multi Thread

    0下载:
  2. 一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12953
    • 提供者:黄枫
  1. vb_process

    0下载:
  2. VB进程编程原代码.本程序在Win98+VB6测试通过.-VB source code programming process. The Win98 VB6 procedures in the test.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:fan
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    1下载:
  2. NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32682
    • 提供者:dsfd
  1. pid_display

    0下载:
  2. 列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16152
    • 提供者:田野
  1. endzippro

    0下载:
  2. 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of cert
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:163855
    • 提供者:冷寒
  1. ProcessDaemon

    1下载:
  2. 一个VC编写的进程守护程序:此程序可以搜索在系统中运行的所有进程,并找到你制定的进程,对进行发送信息或关闭进行,重新启动进程。-a VC prepared by the guardian of the process : this program can search in the system running all the process and find your development process and for sending information or closed, rest
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33738
    • 提供者:蔡波
  1. stopprocessifstartedbefore

    0下载:
  2. 这段脚本的功呢功能是,枚举出所有运行超过一定时间的指定进程,然后依次将其终止。并将操作记录在系统事件日志中。-this scr ipt? Reactive functional, except that all operations over a period of time specified process, to be followed be terminated. Will operational records in the system log events.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1130
    • 提供者:游游
  1. Multi_Threads

    0下载:
  2. 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 Web Service 调用等。用户在这种情况下一般会去转移做其他事情来等待任务的完成,同时还希望随时可以监控任务的执行进度。 -many types of applications require prolonged use, such as : the implementation of a print job, request a so called Web Service. Users in this situat
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66408
    • 提供者:宁宁
  1. HideFunc

    0下载:
  2. 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:董大凡
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:zjw
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20111
    • 提供者:朱善发
  1. MSN消息黑客

    0下载:
  2. 一个MSN消息黑客的代码. 可以实现在MSN消息中添加您所定制的消息内容. -an MSN news hacking code. MSN can be achieved in the news added to your customized news content.
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:774886
    • 提供者:张刚
  1. Multithreading in VB!!! (updated)

    0下载:
  2. Multithreading in VB!!! (updated)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10331
    • 提供者:ccv
  1. MFC(thread)

    0下载:
  2. 深入浅出Win32多线程设计之MFC的多线程,很详细,有相关的说明- Explains the profound in simple language the Win32 multi-thread design MFC of multithreading, is very detailed, has the related explanation
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:58747
    • 提供者:张宏伟
  1. multithreading-applications-in-Win32

    0下载:
  2. windows下的多线程编程,内容不错。侯捷翻译。看过两遍,个人收藏之一。-multithreading applications in Win32
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22098610
    • 提供者:songjuncheng
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com