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

搜索资源列表

  1. memoryyyyy

    0下载:
  2. 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15.49kb
    • 提供者:wodanige
  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
    • 文件大小:156.52kb
    • 提供者: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
    • 文件大小:92.51kb
    • 提供者:东东
  1. UCOSIIkernalschedinganalysis

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

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

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:912.72kb
    • 提供者:jiaomingliang
  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
    • 文件大小:3.72mb
    • 提供者: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
    • 文件大小:575.35kb
    • 提供者:向东
  1. OS-wang

    0下载:
  2. 课程设计模拟进程调度 管理-curriculum design simulation process scheduling management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.02kb
    • 提供者:可可
  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-24
    • 文件大小:255.79kb
    • 提供者:外星人
  1. FanPuGuiZhen__UNIX_code

    0下载:
  2. 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:536.55kb
    • 提供者:James
  1. flashsim.release.tar

    0下载:
  2. 对SSD进行仿真模拟,建立FTL调度策略,让仿真结果与实际测试结果很相像-Simulation of SSD, FTL scheduling policy, the simulation results and actual test results is very similar to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:650.35kb
    • 提供者:
  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
    • 文件大小:2.76mb
    • 提供者:hebeidameng
  1. distributed-fair-scheduling-in.ps

    0下载:
  2. 进行IEEE 802.11e中的HCCA的分布式公平调度算法的仿真-For HCCA in IEEE 802.11e Distributed Fair Scheduling Algorithm Simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:91.31kb
    • 提供者:mengman
  1. CPU_Schedu641153212002

    0下载:
  2. This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:Saurabh
  1. teste.c

    0下载:
  2. scheduling process with insertion of number and running time proce-scheduling process with insertion of number and running time process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:521byte
    • 提供者:Tiago
  1. manifesto

    0下载:
  2. scheduling algo of wimax
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:869.26kb
    • 提供者:sanket
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8.04kb
    • 提供者:代浩
  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
    • 文件大小:16.92mb
    • 提供者:fr
  1. Section05-Scheduling

    0下载:
  2. Linux Scheduling Policies
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:131.04kb
    • 提供者:Rameshkumar
  1. disk-scheduling-algorithms

    1下载:
  2. a program that implements the following disk-scheduling algorithms: FCFS, SSTF, SCAN, C-SCAN, Look and C-Look
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-09
    • 文件大小:7.03kb
    • 提供者:MOHAMAD REZA
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com