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

搜索资源列表

  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. custompiechart-2008-10-25

    0下载:
  2. 这个类可以用来生成饼图图形。 它作为参数的标签和值为每个饼片。 课堂生成的图像的宽度和高度给予它提请馅饼片。 文字字体,文字颜色和背景颜色是可配置参数。-This class can be used to generate pie charts graphics. It takes as parameters the labels and values for each pie slice. The class generates an i
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:16187
    • 提供者:足金
  1. 1

    0下载:
  2. 时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:cailingfang
  1. EmployeeDB

    0下载:
  2. 操作系统调度问题,挂起,等待序列等……a) 时间片轮转 b) 动态优先权调度 c) 高响应比优先调度 -Operating system scheduling problem, hang, waiting for sequence, such as ... ... a) time slice rotation b) the dynamic priority scheduling c) respond to more than high-priority scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2229997
    • 提供者:xinxioan
  1. shijianpianluzhuang

    0下载:
  2. 利用Visuanl C++ 编写的操作系统的时间片轮转算法-The use of Visuanl C++ to prepare the operating system time slice Round Robin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3487291
    • 提供者:wurenhong
  1. jincheng

    0下载:
  2. 由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级 (1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置 程序有两种运行方式: 1、可以直接给出最后
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2341
    • 提供者:杜杏虎
  1. TimeSlice

    0下载:
  2. 自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:hewei
  1. DISP

    0下载:
  2. /*用rtos编写LED数码管显示程序,其中有用于计算的程序*/ /*另加LED流水灯*/ //须加入conf_tny.a51将周期数改为1000(原为10000),即将报时周期改为1ms,将TimeSharing由5改为1,即将时间片改为1ms /*测试结果:1)可很稳定地显示,LED的闪烁也正常 2)如果将Timer1的定时中断改为1000即1ms发送一次,可以看到LED流水灯速度时显示加快,但同时数码管出现闪烁,系统超载-/* Rtos prepared using dig
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:李力
  1. shijianpian

    0下载:
  2. 操作系统的实验 关于进程调度中的时间片轮转算法 -The experimental system about the process of scheduling time slice Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:pengshoukang
  1. TimeSlice

    0下载:
  2. 一个java写的模拟操作系统进程调度的程序,实现的是时间片轮转调度。-Write a java simulation of the operating system process scheduling procedures, the time slice to achieve rotation scheduling.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:25135
    • 提供者:xiajing
  1. thread_use

    0下载:
  2. 本例主要介绍如何使用正在工作的线程,充分利用时间片完成工作-This example describes how to use the main thread is the work of making full use of time slice to complete its work
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:33966
    • 提供者:jack
  1. 2

    0下载:
  2. 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5218
    • 提供者:yanglingfei
  1. shijianpian

    0下载:
  2. 操作系统课程设计之时间片轮转算法,经过老师验收,通过-Curriculum design of the operating system time slice Round Robin, after the teacher acceptance, through
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:赵军
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:lijun
  1. OSPF

    0下载:
  2. ospf protocol study slice
  3. 所属分类:Network Security

    • 发布日期:2017-04-05
    • 文件大小:164337
    • 提供者:风华
  1. chapter02

    0下载:
  2. Digital Image Processing Chapter2 Slice-Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter2 Slice
  3. 所属分类:File Formats

    • 发布日期:2017-05-06
    • 文件大小:1305623
    • 提供者:lojuilang
  1. chapter03

    0下载:
  2. Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter3 Slice
  3. 所属分类:File Formats

    • 发布日期:2017-05-12
    • 文件大小:2953357
    • 提供者:lojuilang
  1. chapter04

    0下载:
  2. Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 4 slice
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:2080762
    • 提供者:lojuilang
  1. chapter05

    0下载:
  2. Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 5 slice
  3. 所属分类:File Formats

    • 发布日期:2017-05-18
    • 文件大小:5105406
    • 提供者:lojuilang
  1. chapter06

    0下载:
  2. Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 6 slice
  3. 所属分类:File Formats

    • 发布日期:2017-05-21
    • 文件大小:6043941
    • 提供者:lojuilang
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com