搜索资源列表

  1. time-slice

    0下载:
  2. 操作系统处理机处理线程时间片轮转算法实现 -Operating system processor time slice rotation algorithm processing thread
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:王易
  1. Time-slice-rotation-algorithm

    0下载:
  2. 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:钟邮
  1. round-robin-algorithm-

    0下载:
  2. 这是操作系统一个实验报告,模拟时间片轮转算法,并且可以实现周转时间的的计算,希望对各位有所帮助。-This is the operating system reports an experiment to simulate round-robin algorithm, and can achieve the calculation of turnaround time, you want to help.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:49152
    • 提供者:黎明
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:田坤
  1. time-pianlunzhuansuanfa

    0下载:
  2. 模拟实现操作系统中的时间片轮转算法,用MFC实现可视化界面,程序在VC6环境下运行。-In the computer OS , μC/OS-II is a preemptive multitasking real-time kernel without the function of the same priority level task scheduling
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:59392
    • 提供者:李飞
  1. Round-robin-and-priority-scheduling

    0下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:30720
    • 提供者:188
  1. fcfs

    0下载:
  2. 处理机管理 各种调度算法 FCFS SJF 按时间片轮转算法-Processor scheduling FCFS SJF by round-robin algorithm, etc.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:Angelo
  1. 78

    0下载:
  2. Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Xinglou
  1. Process-_scheduling

    0下载:
  2. 模拟操作系统单处理机系统的进程调度过程,包括时间片轮转算法和动态优先数算法-Analog single-processor system, the operating system process scheduling process, including round-robin algorithm and dynamic priority number algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:bihuikun
  1. ProcessSchedulingTF

    0下载:
  2. 最高优先级优先调度算法,时间片轮转算法,优先权算法-Highest priority priority scheduling algorithm, round-robin algorithm, priority algorithm
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:716800
    • 提供者:沈宇凡
  1. shijianpian

    0下载:
  2. 用C实现计算机对时间片轮转算法的模拟 已经编译通过了-Round-robin algorithm of computer simulation in C
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:68608
    • 提供者:郑威
  1. jinchengjiaodu

    0下载:
  2. 本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。 1.设计一个按先来先服务的调度算法实现处理机调度的程序; 2. 设计一个按优先权调度算法实现处理机调度的程序; 3.设计按时间片轮转算法实现处理机调度的程序。-本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。 1.设计一个按先来先服务的调度算法实现处理机调度的程序;
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:406528
    • 提供者:王海颖0810
  1. shijian

    0下载:
  2. 用JAVA语言实现时间片轮转算法,且带有界面,运行过程清晰可见-JAVA language round-robin algorithm, and with the interface running process is clearly visible
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:75776
    • 提供者:adela
  1. OS

    0下载:
  2. 用C语言实现操作系统时间片轮转算法,重要代码带有注释,清晰易懂-Operating system, round-robin algorithm, implemented in C and important code with annotations, clear and easy to understand
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:adela
  1. MFC-process-shedule

    1下载:
  2. 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:7641088
    • 提供者:小憩
  1. time

    0下载:
  2. 时间片轮转算法 c语言 可执行文件 试验过没有问题-Round-robin algorithm c language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:bob
  1. diaodu

    0下载:
  2. 用时间片轮转算法和优先度算法实现进程的调度。 用vc++编程。-Round Robin with a time slice and priority process scheduling algorithm. The programming with vc++.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:274432
    • 提供者:hanya
  1. pcb

    0下载:
  2. 设计一个有N个进程并发的进程调度程序,采用时间片轮转算法。 Ø 每一个进程用一个进程控制块PCB表示。PCB包含信息有:进程名name,进程号id,进程状态state,进程所需运行时间need_time,进程运行时间run_time。 Ø 进程所需的运行时间人为指定。进程运行时间以时间片为单位进行计算。(程序中以按任意键表示运行一次CPU时间片) Ø 每个进程的状态有就绪
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:拓拓
  1. time

    0下载:
  2. 处理机调度是操作系统中非常重要的部分。为深入理解进程管理部分的功能,设计时间片轮转法进行CPU调度算法,模拟实现处理机的调度。通过本次课程设计理解进程调度的概念,深入理解进程控制的功能、进程的创建与删除以及进程各个状态之间的转换过程,实现时间片轮转算法调度进程。-PROCESSING scheduling is a very important part of the operating system. For an in-depth
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:syn
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »

源码中国 www.ymcn.org