搜索资源列表

  1. 进程调度模拟

    0下载:
  2. 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:29696
    • 提供者:路加
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simp
  3. 所属分类:文件操作

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:求新
  1. 作业调度三种算法FCFS,SJF,HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:杭天
  1. 进程调度模拟(C++版)

    0下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:lyh
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:237568
    • 提供者:杨鼎新
  1. 进程调度算法-操作系统

    0下载:
  2. 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-08
    • 文件大小:264192
    • 提供者:田田
  1. 实验三 最高优先级调度代码

    0下载:
  2. 模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent runnin
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:陈中会
  1. 批处理系统的作业调度

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorith
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:216064
    • 提供者:成龙
  1. 操作系统进程调度实验--附有实验报告

    0下载:
  2. 这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system's scheduling experiment, the scheduling algorithm is priority
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:153600
    • 提供者:编程浪子
  1. 作业调度源程序

    1下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:lyb
  1. 进程调度法

    0下载:
  2. 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:尹亮
  1. 模拟进程调度(NEW)hxr

    0下载:
  2. C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:
  1. 进程调度模仿程序

    0下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:11264
    • 提供者:朱磊
  1. 模拟处理器调度

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本源代码模拟在单处理器情况下处理器调度-the introduction of multi-channel programming system, often there are a number of processes at the same time readiness. When the
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-08
    • 文件大小:168960
    • 提供者:何浩
  1. 进程调度模拟程序原代码

    1下载:
  2. 看大家都用的是vc来写的.现在传一个用c#写的进程调度程序上来.希望对大家有点帮助.-see everyone is using vc write. Now- with a write c# in the process scheduler onto. We hope to help a bit.
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:1045504
    • 提供者:范乙
  1. 实验三 进程调度实验

    0下载:
  2. 进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-process of scheduling trials and the preparation of high-level language debugging process of scheduling a procedure to enhance the concept of the process and the process of
  3. 所属分类:系统编程

    • 发布日期:2024-05-08
    • 文件大小:26624
    • 提供者:肖建
  1. 实验二作业进程调度

    0下载:
  2. 这是个操作系统的程序,关于作业进程调度的程序,有界面的!-This is a operating system program, about task process attemper,with interface.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:104448
    • 提供者:张军
  1. 任务多机调度

    0下载:
  2. 多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,-This an algrithom for multi-task schedule[n tasks, m machines] , which is implemented by C
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:572416
    • 提供者:陈志荣
  1. 优先级调度算法

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

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:程倩
  1. 另一个优先级调度算法

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

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:程倩
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org