CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - scheduling system

搜索资源列表

  1. os3Ajobschedulingsystem

    0下载:
  2. 实现一个多进程的作业控制系统,用户可以完成如下操作, 1. 提交自己的作业,让系统调度运行; 2. 将已提交的作业移出; 3. 查看作业的状态。 为了简便起见,假设每个用户最多能提交1个作业,系统中只有2000个用户。-more than one process to achieve operational control of the system, users can complete the operation as follows, 1. Subm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:160276
    • 提供者:wanghui
  1. fairysky_0.01_20070522_092320

    0下载:
  2. 一个用于学习的操作系统,支持多任务调度和cli-for a study of the operating system, support for multi-task scheduling and cli
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:94731
    • 提供者:东东
  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161385
    • 提供者:Jacky
  1. Linux_Enterprise_Cluster

    0下载:
  2. The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3900533
    • 提供者:linz
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:589155
    • 提供者:向东
  1. 这是一个关于操作系统进程调度的实验

    0下载:
  2. 这是一个关于操作系统进程调度的实验,采用 ... ·nachos下的并发程序设计,操作系统,This is an operating system process scheduling on the experiments, the use of ... nachos concurrent programming, operating system
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-23
    • 文件大小:261928
    • 提供者:外星人
  1. 97288425OReilly.Understanding.the.Linux.Kernel.3rd

    0下载:
  2. 本书内容涉及Linux 2.6内核,包含许多新特性,如O(1)调度程序、块I/0层、I/0调度程序等。 本书提供Linux内核设计和实现的概述性信息,覆盖了从核心内核系统的应用到内核设计与实现等各方面内容,能够带领读者快速走进Linux内核世界。本书不但介绍了理论,而且也讨论了具体应用,可以满足不同读者的需要,适合于各类希望理解Linux内核软件开发的读者。-This book covers Linux 2.6 kernel, includes many new features, such
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2892356
    • 提供者:hebeidameng
  1. mp1

    0下载:
  2. LINUX 下的 NACHOS 系统 实现系统调度的算法功能-LINUX Nachos system under the system function of scheduling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:270805
    • 提供者:迪迪仔
  1. Unix_system_design

    0下载:
  2. 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-25
    • 文件大小:8773354
    • 提供者:Roric
  1. cpulimit-1.1.tar

    0下载:
  2. 它是什么? cpulimit是一个简单的程序,将限制CPU使用率的进程(以百分比表示,而不是在CPU clock)。这是非常有用的控制shell工作,当你不想让他们吃太多的CPU 。它没有采取行动或其他调度优先的东西,但真正的CPU使用率。此外,它能够适应整个系统的负载,动态和快速。-What is it? cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:5130
    • 提供者:noe1988
  1. Pro

    0下载:
  2. Sample programs for implementing the Operating system concepts in UNIX [ disk scheduling, creating fork, CPU Scheduling, etc.,]
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:30736
    • 提供者:Prabha
  1. dask

    0下载:
  2. 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1474
    • 提供者:jeremy
  1. keshe

    0下载:
  2. 操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:117351
    • 提供者:fanrenlong
  1. Simplescalar_all

    0下载:
  2. SimpleScalar,功能很强的处理器级别仿真工具,可以对操作系统的进程线程功耗调度进行多方面仿真-SimpleScalar, features a strong processor-level simulation tool that can process the operating system thread scheduling for multidimensional simulation of power
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-10
    • 文件大小:17741252
    • 提供者:fr
  1. lab9

    0下载:
  2. 实现nachos系统中线程按优先级调度的功能-Threads to achieve nachos system functions according to priority scheduling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135444
    • 提供者:jeremy
  1. 4.3_scheduling

    0下载:
  2. 这是linux操作系统这门课中,有关调度的课件-This is the linux operating system, this course, the scheduling of the courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:471998
    • 提供者:zhu
  1. Linux-Kernel-Development

    0下载:
  2. Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1929394
    • 提供者:ziv.han
  1. Linuxduojincheng

    1下载:
  2. 1. 要求运用fork(),wait(),pipe(),read(),write()及execve()等系统调用编写多进程的程序。 2. 完成一程序两进程、两进程两程序,一程序三进程的程序。 3. 通过不同情况下运行结果,理解Linux系统下进程的调度,进程的并发执行以及父子进程之间的关系(代码段、数据段之间的关系)。 -1. Requires the use of fork (), wait (), pipe (), read (), write () and execve ()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4014
    • 提供者:LIULIU
  1. LINUX-Kernel-Design

    0下载:
  2. 本书作者RobertLove是一个狂热的内核 爱好者,所以他的想法自然贴近程序员。 本书内容涉及Linux 2.6内核,包含许多新特 性,如O(1)调度程序、块I/0层、I/0调度程序等,提供Linux内核设计和实现的概述性 信息,覆盖了从核心内核系统的应用到内核设计与实现等各方面内容,能够带领读者快 速走进Linux内核世界。本书不但介绍了理论,而且也讨论了具体应用,可以满足不同读 者的需要,适合于各类希望理解Linux内核软件开发的读者。-The author is an
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-09
    • 文件大小:17272542
    • 提供者:liu
  1. zuoyediaodu

    0下载:
  2. 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:289265
    • 提供者:翔子
« 12 »
搜珍网 www.dssz.com