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

搜索资源列表

  1. 第四章进程线程控制

    0下载:
  2. VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:92.8kb
    • 提供者:蔡蔡
  1. 进程&线程查看器2.0

    0下载:
  2. 进程&线程查看器-process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:231.52kb
    • 提供者:无聊人
  1. 多进程 线程

    0下载:
  2. 一个多进程及线程操作的例子,比较实用 -a multi-threaded process and the operation of the examples, more practical. .
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. 有关vc的多进程线程

    0下载:
  2. 有关vc的多线程与进程介绍,很好的基础材料,下载吧-the vc and the multithreaded process, a very good foundation material, download it
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37.73kb
    • 提供者:毅哥哥
  1. 安全稳定的实现进线程监控

    0下载:
  2. 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.32kb
    • 提供者:
  1. 多线程HTTP服务器源代码

    0下载:
  2. 很好的学习进程和线程的好资料,是专业人士的必备资料,也是处学者的好东东,一定会得到你想要的知识-good learning process and the good threads, the information professional's essential information, as well as a good scholar Department Dongdong, will be the knowledge that you want
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41.3kb
    • 提供者:suncg520
  1. linux 线程 进程经典文章

    0下载:
  2. 学习操作系统时,进程和线程搞了很久,还是一知半解,看了这一篇文章,才在整体在明白了它们之间的依存-learning operating system, processes and threads engage in a long time, or only a little, having read this article, but only in general they understand the interdependence between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14.86kb
    • 提供者:Jack
  1. multi-process-thread-sort

    0下载:
  2. 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:2.64mb
    • 提供者:du yu ling
  1. 创建、管理线程池的源代码

    0下载:
  2. 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
  3. 所属分类:进程与线程

    • 发布日期:2013-03-15
    • 文件大小:3kb
    • 提供者:zerys
  1. duoxiancheng

    0下载:
  2. 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3.18kb
    • 提供者:殷晓飞
  1. CThreadEx

    0下载:
  2. 对于多线程和多进程的演示,利用MFC,代码简洁-For multi-threaded and multi-process demonstration, using MFC, concise code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:76.51kb
    • 提供者:吴尘秋
  1. QsortWithThreads

    1下载:
  2. 多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-18
    • 文件大小:23.49mb
    • 提供者:Huida Qiu
  1. dllinject

    0下载:
  2. 远程线程注入,可以注入系统进程。有界面。-Remote thread injection, can be injected into the system process. includes interface.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:351.81kb
    • 提供者:singwhatiwanna
  1. Threadinjection

    0下载:
  2. 讲的是WINDOWS的线程注入方法,包括远程注入,需要注入进程的朋友注意了,里面资料很全-WINDOWS thread talking about the injection methods, including remote injection, friends need to pay attention injection process, which is all the information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:16.68kb
    • 提供者:aaa
  1. readwrite

    0下载:
  2. 读写者问题,解决进程死锁和恢复,进程调度。 多线程任务。-Those who read and write and solve deadlock and restore processes, process scheduling. Multithreaded.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:sharp
  1. pwyha

    0下载:
  2. 一个多线程文件示例,详细说明了多线程的使用方法,不错的(A multi-threaded file example, detailing the use of multi-thread method, good)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-13
    • 文件大小:32.61kb
    • 提供者:FIPYqzd-08670
  1. XSHTG

    0下载:
  2. 配合异步socket使用SSL的例子,异步Socket可以使用很少的线程(Examples of asynchronous socket using SSL cooperation, asynchronous socket threads can use very little)
  3. 所属分类:进程与线程

  1. 085836

    0下载:
  2. 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序, 主要应用在下载系统(The limitation of using ISAPI Filter implementation IIS multithreaded access procedures, mainly used in the download system)
  3. 所属分类:进程与线程

  1. muutethreading-document

    0下载:
  2. 电梯仿真系统设计包含设计文档和源代码,利用多线程技术实现个电梯载客的仿真情况,(Elevator simulation system design includes the design document and source code, using multi-threading technology realize the simulation of a passenger elevator,)
  3. 所属分类:进程与线程

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