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

搜索资源列表

  1. MFCPROCESS-SCHEDULING

    0下载:
  2. MFC进程调度,有源码和编译文件,有利于学习-MFC process scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1231836
    • 提供者:有森
  1. jc

    1下载:
  2. 用C语言 进程调度算法的模拟实现 优先级进程调度算法 先来先服务进程调度算法-Simulation of the process scheduling algorithm to achieve
  3. 所属分类:Windows Kernel

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

    0下载:
  2. (操作系统)生产者和消费者问题的模拟,进程调度模拟代码-(Operating system) simulation of producer and consumer issues, process scheduling simulation code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:633
    • 提供者:双声
  1. jinchengdiaodu

    0下载:
  2. 该程序是一个进程调度程序,可以实现对进程的调度-The program is a process scheduler, the scheduling process can be achieved
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:2032
    • 提供者:snowseafly
  1. 123.txt

    0下载:
  2. 进程调度 法纹 违反 违反 是而服务 -Process scheduling method is the pattern of service violation violation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1819
    • 提供者:张允
  1. jcdd

    0下载:
  2. 进程的调度实验,要求学生运用C语言开发模拟操作系统进程调度和管理程序,要求学生熟练掌握链表的基本操作和操作系统进程调度基本原理。 -Process scheduling experiment, requiring students to use C language to develop simulation operating system process scheduling and management process, requires students to master the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2026
    • 提供者:陈琴
  1. src

    0下载:
  2. 一些VXWORKS的示例代码,包括进程调度,内存管理,文件系统等-Some VXWORKS sample code, including process scheduling, memory management, file systems, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:138161
    • 提供者:赵卫园
  1. 1

    0下载:
  2. 通过编写进程管理的算法,要求学生掌握整个进程管理的各个环节,进程的数据结构描述,进程的各种状态之间的转换,以及进程的调度算法。以加深对进程的概念及进程调度算法的理解,并且提高链表的应用能力,达到提高编程能力的目的。-Process management through the preparation of the algorithm, requires students to master the management of all aspects of the process, the pro
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:205784
    • 提供者:黄正政
  1. os

    0下载:
  2. 操作系统课设:进程 几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:546934
    • 提供者:李鹏飞
  1. Virtual_OS

    0下载:
  2. 模拟实现一个计算机CPU的进程调度,以及内存、硬盘的分配过程。模拟了进程的创建、就绪、运行、等待、终止五个状态,以及内存的多种页置换的方式。-Simulate the process of implementing a computer CPU scheduling, and memory, hard disk allocation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:720989
    • 提供者:鲁璐
  1. Process-scheduling

    0下载:
  2. 操作系统进程调度实验 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 内有可执行代码,包括时间片轮转和动态优先权两种算法。-Operating system process scheduling test lab environment: Microsoft Visual C++ 6.0 Programming Language: C++ within the executable code, including rotation and dynam
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:137463
    • 提供者:vincent
  1. Linux_diaodu

    0下载:
  2. Linux进程调度切换和虚拟空间管理深入分析-Linux process scheduling switch and virtual space management in-depth analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:38646
    • 提供者:cyp
  1. NachOS-4.1_thread

    0下载:
  2. 1. 操作系统改进 2. 在NachOS的源码上面进行进程调度的改进。 3. 实现了先来先服务的进程调度算法。 4. 每一处自己修改的地方添加有//edited by 3feng的注释 5. 附有详细说明的实验报告-1. Operating system improvements 2. NachOS source in the process of scheduling the above improvements. 3. Realized the process o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1630608
    • 提供者:3feng
  1. chulijidiaodusuanfa

    0下载:
  2. 处理机调度算法,允许设定五个进程,每个进程拥有自己的进程调度块,记录优先级和运算次数-Processor scheduling algorithm, which allows setting of five processes, each block has its own process scheduling, record the number of priorities and operations
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:724
    • 提供者:菜鸟小生
  1. scheduler1

    0下载:
  2. 该包是一个模拟进程调度的算法,实现了多进程之间的调度过程,通过该算法可以延伸至任务调度算法上去应用-Scheduling algorithm simulation process, thereby showing the scheduling process, through the process of scheduling between the simulation process can be extended to scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:7422
    • 提供者:唐道红
  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:8032
    • 提供者:huangbingtao
  1. process-of-scheduling

    0下载:
  2. 进程调度算法的部分源代码,C++语言环境-Part of the process of scheduling algorithm source code, C++ language environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11046
    • 提供者:wym
  1. FCFSPSJF

    0下载:
  2. 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come first-served FCFS and SJF short
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1117356
    • 提供者:gst
  1. shijianpianlunzhuan

    0下载:
  2. 设计程序模拟进程的时间片轮转RR调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别利用不同的时间片大小q,采用时间片轮转RR进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of round-robin RR scheduling process. Suppose there are n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3599343
    • 提供者:gst
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com