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

搜索资源列表

  1. thread_sample

    0下载:
  2. 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:100811
    • 提供者:none
  1. Event

    0下载:
  2. 這是一個簡單的多線程的一個不錯的例子, 大家不妨-This a simple multi-threading of a good example, we may s
  3. 所属分类:进程与线程

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

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

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

    0下载:
  2. pb的一个控制系统开机、关机、注销的程序。是一个例程。-pb of a control system boot and shutdown, cancellation procedures. It is a routine.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9512
    • 提供者:赵建军
  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:0030
  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:652124
    • 提供者:段纯
  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. pthread_1

    0下载:
  2. 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:152969
    • 提供者:cguo
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. lxb

    0下载:
  2. 进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11141
    • 提供者:龙晓波
  1. Java-process

    0下载:
  2. Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:yy
  1. Realization-of-Multithread-Program-Based-on-Callba

    0下载:
  2. 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:170429
    • 提供者:陈建刚
  1. Java_-summary-of-multi-threaded

    0下载:
  2. Java_多线程与并发编程总结 老手也有很大的借鉴价值-Java_ summary of multi-threaded and concurrent programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:17179
    • 提供者:Squall
  1. example-of-many-lines

    0下载:
  2. 是一个多线程实例的源代码 可以复制到程序中自动生成程序-example of many lines
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:13689
    • 提供者:李宁
  1. the-application-of-the-Thread-class

    0下载:
  2. C_线程系列讲座(2):Thread类的应用-C_ thread lecture series (2) the application of the Thread class
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:46045
    • 提供者:胡天
  1. The-synchronization-of-the-Monitor

    0下载:
  2. C_线程系列讲座(5):同步技术之Monitor-The C_ thread lecture series (5): The synchronization of the Monitor
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:119589
    • 提供者:胡天
  1. Safe-termination-of-thread

    0下载:
  2. windows安全终止线程,自定义线程,自己控制线程的生命期。随时终止线程。-windows security to terminate the thread, to control their own thread of life of a custom thread.At any time terminate the thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13557
    • 提供者:贺二博
  1. An-example-of-Multi-process

    0下载:
  2. 多进程实现网络计算机扫描,体现了多进程在网络编程中的重要性。-The multi-process network computer scanning, reflecting the importance of a multi-process network programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:160257
    • 提供者:袁宁
  1. algorithm-of-bank

    0下载:
  2. 东北大学软件学院信息安全操作系统课程实验,代码完整,解释齐全-Software College of Northeastern University information security operating system course experiment, code integrity, fully explained
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1118543
    • 提供者:刘晗
  1. the-use-of-multiple-processes

    0下载:
  2. 介绍多进程的使用,让初学者以最简单的方式接受多线程这个方法-Introduction the use of multiple processes。For beginners in the simplest way to accept a multithreaded this method
  3. 所属分类:Process-Thread

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