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

搜索资源列表

  1. DataStructuresandAlgorithms

    0下载:
  2. 主要描述了多任务下数据结构与算法的设计和运用-Mainly describes the mission of many data structures and algorithm design and the use of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:140546
    • 提供者:夏能波
  1. IOcomplex

    0下载:
  2. i/o多路复用+多线程服务器设计, 并附上测试代码-i/o multiplexer and multi threaded server design, with test code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:12858
    • 提供者:jacky
  1. Ornamental_Garden_Problem

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之二 ---- 观赏园林问题-A large ornamental garden is open to members of the public who can enter through either one of two turnstiles to the East and to the West of the garden. The management want to determine how many people are in the ga
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1823
    • 提供者:Key
  1. multi

    0下载:
  2. Intel关于多线程物理系统设计的论文,曾在《程序员》上发表过-Intel on the multi-threaded physics system design thesis
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:348858
    • 提供者:dsfws
  1. lin

    0下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1992
    • 提供者:linguangzhi
  1. Producer_Cosumer

    0下载:
  2. 实现生产者消费者功能~~~ 是操作系统的的课程设计~~ 包括了演示功能-Function of the realization of the producer consumer operating system ~ ~ ~ is the ~ ~ of course design features include a demonstration
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:43959
    • 提供者:104032282
  1. 905186

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. OS_read_writer

    0下载:
  2. 操作系统的课程设计,实现读者写者问题,很实用的-the design of os and the read and the write question
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:199658
    • 提供者:李四化
  1. process-new

    0下载:
  2. 处理机调度模拟,设计一个有N(N>3)个进程并发的处理机调度模拟程序。-Processor scheduling simulation, the design of an N (N> 3) a process complicated by the processor scheduling simulation program.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:1175087
    • 提供者:飓风
  1. multithread

    1下载:
  2. 操作系统课程设计——多线程同步源码,采用visual c++编写-OS course design--multithread
  3. 所属分类:Process-Thread

    • 发布日期:2016-10-25
    • 文件大小:38138
    • 提供者:denggaoming
  1. tongbu

    0下载:
  2. 操作系统课程设计——两个线程同步,包括线程创建、挂起与等待。-Operating systems curriculum design- the two thread synchronization, including thread creation, hang and wait.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:33014
    • 提供者:denggaoming
  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. test

    0下载:
  2. 设计进程管理的部分代码,要求设计创建和撤销线程-Design process management part of the code, to design creation and revocation of a thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:17812
    • 提供者:chenshiyuan
  1. banker

    0下载:
  2. 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。-Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:53257
    • 提供者:韩妍丽
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:521848
    • 提供者:cnwst
  1. OSwork

    0下载:
  2. 软件实现了管程机制的模拟机制,为操作系统的课程设计。适用于操作系统教学软件。-Software simulation of the mechanism of the tube mechanism for the operating system course design. Teaching software for the operating system.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:6233341
    • 提供者:pengwi
  1. TestSyncObj

    0下载:
  2. 代码中包含同步对象和线程池的设计,在设计的过程中考虑了跨平台性、复用性和易用性,里面包含了类UML图。-Code includes synchronization objects and thread pool design consideration in the design process of cross-platform, reusability and ease of use, which contains the class UML diagram.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:73893
    • 提供者:WangLi
  1. aaa

    0下载:
  2. 操作系统 1、 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞 输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。 2、 加深理解操作系统进程调度的过程。 3、 加深理解多级反馈队列进程调度算法。 1、 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞 输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。 2、 加深理解操作系统进程调度的过程。 3、 加深理解多级反馈
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:19429
    • 提供者:linxiang
  1. muma

    0下载:
  2. 基于进程和通信隐藏的木马设计与实现,VC开发-Based on process and communication Design and Implementation of the hidden Trojan
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4395641
    • 提供者:廖亚东
  1. OS

    0下载:
  2. 操作系统课程设计--进程管理模拟还有处理机调度模拟-Courses on operating system design- process management processor scheduling simulation modeling are
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:484123
    • 提供者:天涯
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com