搜索资源列表

  1. 编译原理及实践

    0下载:
  2. 目      录
    译者序
    前言
    第1章   概论 1
    1.1   为什么要用编译器 2
    1.2   与编译器相关的程序 3
    1.3   翻译步骤 5
    1.4 

  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 王小

    0下载:
  2. 一个操作系统的摸迷程序,实现进程的调度,有先进先出算法,时间片,优先权等-an operating system confused crowds procedures, the process of realization of scheduling, FIFO algorithm, time unit, priority, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5193
    • 提供者:刘翔
  1. lxb

    0下载:
  2. 进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11141
    • 提供者:龙晓波
  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program -Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:178551
    • 提供者:王俊
  1. 优先权

    0下载:
  2. C语言 优先权问题-C language priority issues
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1903
    • 提供者:王国防
  1. 基于方向优先权的机器人路径规划

    1下载:
  2. 基于方向优先权的机器人路径规划 matlab文件
  3. 所属分类:源码下载

    • 发布日期:2011-01-10
    • 文件大小:4818
    • 提供者:112211q
  1. 优先权

    0下载:
  2. C语言 优先权问题-C language priority issues
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:王国防
  1. 绝对好程序,进程创建和调度

    0下载:
  2. 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:李波
  1. jcdd

    0下载:
  2. 进程调度算法--动态优先权抢占式和时间片轮转算法的调度。-process scheduling algorithm-- Dynamic Preemptive priority and time-scheduling algorithm postings.
  3. 所属分类:进程与线程

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

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

    • 发布日期:2024-05-10
    • 文件大小:153600
    • 提供者:编程浪子
  1. 王小

    0下载:
  2. 一个操作系统的摸迷程序,实现进程的调度,有先进先出算法,时间片,优先权等-an operating system confused crowds procedures, the process of realization of scheduling, FIFO algorithm, time unit, priority, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:刘翔
  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:178176
    • 提供者:王俊
  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-10
    • 文件大小:247808
    • 提供者:梁狂
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:冯志强
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:陈为
  1. 先来先服务算法

    0下载:
  2. 操作系统先来先服务算法和优先权调度算法模拟实验-operating system services first-come first-priority scheduling algorithm and simulation algorithm
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-10
    • 文件大小:216064
    • 提供者:张杰
  1. 1schedule

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

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

    0下载:
  2. 进程调用的各种算法(优先权调度和各种调度算法),以及相应的源代码。-process called algorithms (Priority Scheduling and various scheduling algorithm), and the corresponding source code.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:jy
  1. RR_HPF

    0下载:
  2. 时间片调度与动态优先权算法的比较,时间片轮转算法(RR),基于优先级的调度算法(HPF)-time slice and dynamic priority scheduling algorithm, the algorithm time Web tablets (RR), Priority- Based Scheduling Algorithm (HPF)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:296960
    • 提供者:马全
  1. jincheng

    0下载:
  2. 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。-Basically realize the main processor to process the implementation of the scheduling algorithm: including first-come, first serve, shor
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:wf
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org