CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - priority

搜索资源列表

  1. 85375536BiaoDaShiQiuZhiShiYan

    0下载:
  2. 算符优先文法 -Operator Prior operator priority grammar grammar
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:77674
    • 提供者:zhx
  1. os

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。-Design a number of priority scheduling algorithm processor scheduling procedures.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1308
    • 提供者:董明星
  1. biaodashiqiuzhi

    0下载:
  2. 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:8084
    • 提供者:wanjingyuan
  1. EDA5

    0下载:
  2. 一条主干道,一条乡间公路。组成十字路口,要求优先保证主干道通行。有MR(主红)、MY(主黄)、MG(主绿)、CR(乡红)、CY(乡黄)、CG(乡绿)六盏交通灯需要控制;交通灯由绿→红有4秒黄灯亮的间隔时间,由红→绿没有间隔时间;系统有MRCY、MRCG、MYCR、MGCR四个状态; 乡间公路右侧各埋有一个传感器,当有车辆通过乡间公路时,发出请求信号S=1,其余时间S=0; -A main road, down a country road. Composed of a crossroad
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:90537
    • 提供者:维吉尔
  1. 0-1bag

    0下载:
  2. 解决0-1背包问题的几种方法,有回溯,有优先分支界限,是一个实验报告的格式-0-1 knapsack problem to solve several methods, there are retrospective, have priority branch and bound, the format of a lab report
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:45875
    • 提供者:lovewuhui
  1. processor-scheduling

    0下载:
  2. 用C语言模拟处理机调度 使用的是优先级调度算法 -C language simulation processor scheduling priority scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-19
    • 文件大小:1426
    • 提供者:舒琪
  1. ffghfh

    0下载:
  2. 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1835
    • 提供者:杨成
  1. write-and-reader-priority

    0下载:
  2. (1)任意多的读进程可以同时读这个文件; (2)一次只允许一个写进程往文件中写; (3)如果一个写进程正在往文件中写,禁止任何读进程或写进程访问文件; (4)写进程执行写操作前,应让已有的写者或读者全部退出。这说明当有读者在读文件时不允许写者写文件。-(A) any number of reading processes can simultaneously read the file (2) allows only one process to write the file to
  3. 所属分类:File Formats

    • 发布日期:2017-11-11
    • 文件大小:57810
    • 提供者:
  1. cipan

    0下载:
  2. 磁盘调度模拟代码实验报告(四种算法包括先来先服务算法,最短寻道时间优先,扫描算法,循环扫描算法)-Disk scheduling simulation code lab report (four algorithms, including a first-come first-serve algorithm, shortest seek priority scanning algorithm, cyclic scan algorithm)
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:91852
    • 提供者:hpr
  1. 1-s2.0-S0026269212000948-main

    0下载:
  2. Ann2 n round-robin arbiter (RRA) searches its n inputs for a 1, starting from the highest-priority input. It picks the first 1 and outputs i ndex in one-hot encoding. RRA aims to be fair to its inputs and maintains fairness by simply rotating the
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:791296
    • 提供者:1212login
  1. China_soil_database_illustrate

    0下载:
  2. 中国土壤数据库以自主版权为主的权威性公开出版物,若干由南京土壤所主持研究项目获取的数据以及中国生态系统研究网络陆地生态站部分监测数据为数据来源。-The authority of the Chinese soil is given priority to with independent copyright publication, several presided over by the nanjing soil research project to obtain data, and th
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:533107
    • 提供者:wangfang
  1. project

    1下载:
  2. 本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。-This procedure using two a
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1247
    • 提供者:倪云
  1. Exp-08-Priority-Encoder

    0下载:
  2. PRIORITY ENCODER USING MATLAB SOFTWARE
  3. 所属分类:File Formats

    • 发布日期:2017-05-05
    • 文件大小:428488
    • 提供者:rohit
搜珍网 www.dssz.com