CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 操作系统 进程调度 课程设计

搜索资源列表

  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 to the writer.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1516795
    • 提供者:阳光
  1. 操作系统课设

    2下载:
  2. 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:50803
    • 提供者:艾倜人生
  1. scourse

    0下载:
  2. 学校课程设计上交过的操作系统进程调度的报告原代码,希望对大家有所帮助-school curriculum design submitted by the process of scheduling the operating system source code, the report, we hope to help
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1311
    • 提供者:hxj
  1. 进程调度3

    0下载:
  2. 操作系统课程设计,进程调度,里面有两种方法可实现,下的看看吧!至少可以交差啊-courses on operating system design, process scheduling, there are two methods can be achieved, the look! At least perfunctory ah
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6313
    • 提供者:gg
  1. OS课程设计111

    0下载:
  2. 关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:405812
    • 提供者:小禹
  1. 操作系统课程实验程序

    0下载:
  2. 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2441
    • 提供者:张明
  1. 银行家算法java版源代码

    0下载:
  2. 实现进程的调度和分配,并能检测进程的安全性,代码调试无误,界面可以自行修改。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-01-07
    • 文件大小:2727
    • 提供者:bebby2008
  1. 进程模拟调度

    0下载:
  2. VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
  3. 所属分类:源码下载

  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4307
    • 提供者:hsh
  1. ProcessorScheduling

    0下载:
  2. 操作系统课程设计~处理机调度 模拟一种多任务(或多用户)(多道)批处理操作系统(包含处理器管理、存储管理、进程管理。-Operating System Course Design ~ processor scheduling simulation of a multi-tasking (or multi-user) (multi-channel) batch processing operating system (including processor management, storage
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47450
    • 提供者:my
  1. os

    0下载:
  2. 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:145802
    • 提供者:曾黎
  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. processschedulingsimulation

    0下载:
  2. 操作系统课程设计所需要的文件,关于进程调度方面的程序设计,很好的帮助初学者理解有关进程调度方面的知识.-Operating system, curriculum design, the required documentation on the process scheduling aspects of program design, very good to help beginners understand the process of scheduling knowledge.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:183825
    • 提供者:刘时松
  1. jinchengdiaodusuanfa

    0下载:
  2. 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2204
    • 提供者:曹波
  1. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  1. process

    0下载:
  2. 操作系统课程设计 实现进程调度 时间片轮转-timer controls
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:400510
    • 提供者:yuanhao
  1. ProcessScheduling

    0下载:
  2. 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:531736
    • 提供者:杨子江
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. Processordispatching-simulation

    0下载:
  2. 操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1457
    • 提供者:huyiming
  1. Time_slice_cycle

    0下载:
  2. 一个简单的关于操作系统进程调度算法程序设计的源码,适合于操作系统课程初学者,课程设计。-A simple scheduling algorithm program design process of the operating system source code, suitable for operating systems courses for beginners, the course design.
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:21955111
    • 提供者:苏小小
« 12 3 »
搜珍网 www.dssz.com