搜索资源列表

  1. 操作系统课程设计(四实验和一)

    0下载:
  2. 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1516544
    • 提供者:阳光
  1. 调度算法

    0下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:247808
    • 提供者:梁狂
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:张涛
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:杨新
  1. 操作系统 进程管理 同步机制 死锁验证 

    0下载:
  2. 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:王国强
  1. jinc

    0下载:
  2. 操作系统模拟程序,此文件中包含了进程的调度,进程调度过程的详细模拟-operating system simulation program, this file contains the process of scheduling, process scheduling simulation of the detailed process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:jake
  1. 1schedule

    0下载:
  2. 抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:132096
    • 提供者:青柿子
  1. 7-20.c

    0下载:
  2. c语言模拟操作系统进程管理采用多种调度方式-operating system simulation process management using a variety of scheduling methods
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:魏尚坤
  1. nsj23

    0下载:
  2. 操作系统,模拟进程调度!! 有什么意见大家提一下!谢谢!-operating systems, process simulation scheduling! ! What are the opinions you mention! Thank you!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:豪气
  1. ProcessDeployProject

    0下载:
  2. 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve-- time-use Web algorithm (Java version)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:蓝蜂
  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:silwol
  1. caozuo02050210

    0下载:
  2. 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:617472
    • 提供者:于勇
  1. callprocess

    0下载:
  2. 操作系统试验,模拟进程调度。c语言编写。-operating system testing, the modeling process scheduling. C language.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:贾德
  1. os_mini

    0下载:
  2. 这是使用Java开发的操作系统进程调度管理 开发者对操作系统原理这门课学得较好,掌握了基本的进程管理相关原理,并能将其与具体的Java编程技术结合起来。 但程序中控制功能没有实现。 -This is the use of Java development process of the operating system on the management of the operating system to dev
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:82944
    • 提供者:oo
  1. proc

    0下载:
  2. 这是一个进程调度程序,是操作系统课程的实验-This is a process scheduling process, the operating system of experimental courses
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:692224
    • 提供者:bobows
  1. process121

    0下载:
  2. 操作系统的进程调度,是我们的实验来的,-the process of scheduling the operating system, the experiment is the ,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨钦洪
  1. syj

    0下载:
  2. 【操作系统】单处理器系统的进程调度的源程序- [ Operating system ] single processor system advancement dispatch source program
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:石嘉
  1. taozuoxitong

    0下载:
  2. 操作系统代码模拟进程调度,偶花了整整一个星期写,如有错误,请指教-operating system code modeling process scheduling, even spent an entire week to write, if wrong, please enlighten
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:冯锋
  1. caoyuyu

    0下载:
  2. 这是一个进程调度程序,主要是实现操作系统课程设计题目的要求功能-This is a process scheduler, the main operating system is the subject of curriculum design functional requirements
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:叶雨
  1. OSprogram

    0下载:
  2. 操作系统课程设计 题目和目的: 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。(完整报告,包括源码、流程、分析、心得和可执行程序。心血啊!) - The operating system curriculum designs the topic and the goal: Through the simulation filing system realization, thoroughly understa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:薛希
« 1 2 3 4 5 6 78 9 10 11 12 ... 45 »

源码中国 www.ymcn.org