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

搜索资源列表

  1. 优先级调度算法

    0下载:
  2. 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simu
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2532
    • 提供者:程倩
  1. 另一个优先级调度算法

    0下载:
  2. 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental si
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2895
    • 提供者:程倩
  1. 虚拟存储器实验

    1下载:
  2. 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21832
    • 提供者:何浩
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:何浩
  1. MultiThread

    0下载:
  2. windows多线程任务工作演示,完成基本的火车票多线程购买软件设计编写-windows work demonstrates multi-threaded tasks, the completion of the basic design of ticket writing multi-threaded software to buy
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:6344
    • 提供者:哈哈哈
  1. producerconsumer.rar

    0下载:
  2. 进程同步模拟设计——生产者和消费者问题 .用手动输入的方式模拟信号量机制的生产者与消费者问题。,Synchronous analog design process- the issue of producers and consumers. Methods used to manually enter the amount of analog signal mechanism for the producer and consumer issues.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:10900
    • 提供者:lyb
  1. download

    0下载:
  2. 多线程下载器,仿照迅雷等下载软件进行设计。内含说明文档。-Multi-threaded download, modeled on the Thunder and other download software design. Includes documentation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:317100
    • 提供者:朱一波
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14742
    • 提供者:yangdingda
  1. C++duoxiancheng

    0下载:
  2. C++面向对象多线程设计教程,pdg格式的,大家可以看一下-C++ Multithreaded object-oriented design tutorial, pdg format, we can look at
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-17
    • 文件大小:27293478
    • 提供者:龙哥
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. W32MultiThreadProgramming

    0下载:
  2. 讲解Windows多线程程序设计的一些基本源码-On Windows multi-threaded program design some of the basic source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:270511
    • 提供者:卢礼
  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:84686
    • 提供者:
  1. Short_Process_First

    0下载:
  2. 本课程设计要求用高级语言编写和调试一个调度算法采用照顾运行时间较短时间进程的调度程序,以加深对进程的概念及进程调度算法的理解。-The curriculum design requires high-level language writing and debugging of a scheduling algorithm using shorter running time to take care of the process of scheduling procedures in orde
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:xiaoyulovy
  1. 29782214os_Consumer_Producer_Demo

    0下载:
  2. 生产者消费者课程设计的内容,给大家分享一下啦-Producers of consumer content of the curriculum design, to share with you you
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:287065
    • 提供者:ff
  1. common_ctrl

    0下载:
  2. 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:131398
    • 提供者:柳懿
  1. jinchengdiaodu

    0下载:
  2. 进程调度系统的一个课程设计源码,运用了两种调度算法。-Process scheduling system as a source of course design, using two kinds of scheduling algorithms.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:9334
    • 提供者:fengzi
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. sto

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:14522
    • 提供者:wyywd
  1. WAR

    0下载:
  2. 操作系统课程设计—读者和写者的问题 操作系统课程设计—读者和写者的问题-Operating System Course Design- readers and to write the operating system, curriculum design issues- readers and write the problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:熊庆波
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com