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

搜索资源列表

  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. 进程调度算法实验报告

    1下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6523
    • 提供者:赵新新
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:丘方
  1. FiveKinds

    0下载:
  2. apache exploit,ie exploit,win 2000 xp task scheduler exploit,以及生成 linux x86的 shellcode和最新sql溢出源代码
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:10421
    • 提供者:duowang
  1. clamwin-0.88.1-src

    0下载:
  2. 杀毒引擎, MS Windows front-end to Clam Antivirus (http://www.clamav.net). Includes scheduler, virus database updates, standalone scanner, context menu integration to MS Windows Explorer and Addin to MS Outlook. Also features easy setup program. -an
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:232920
    • 提供者:王小二
  1. procc

    0下载:
  2. 这是一个进程调度程序,模拟在单处理器情况下处理器器调度。-This is a process scheduler, simulation of the single-processor scheduling for the next processor.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5902
    • 提供者:sunrain
  1. OpenPBS_2_3_12.tar

    0下载:
  2. openPBS的开放源代码,它是作业管理调度器-openPBS open source, it is operating management scheduler
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:1877619
    • 提供者:狐仙
  1. caoyuyu

    0下载:
  2. 这是一个进程调度程序,主要是实现操作系统课程设计题目的要求功能-This is a process scheduler, the main operating system is the subject of curriculum design functional requirements
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1891
    • 提供者:叶雨
  1. PROCESS_caq

    0下载:
  2. 一个进程的模拟程序,并不是真的进程调度程序-a process simulation program, is not really that process scheduler
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:caqbird
  1. win 2000 xp task scheduler exploit

    0下载:
  2. xp的计划任务溢出-xp the planned tasks Overflow
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:王俊
  1. Soft20060210164856976

    0下载:
  2. 昨夜调度程序 1.按输入创建工作队列 2打印输入作业 3.先来先服务 4.按到达时间排序 5.按先来先服务进行相关计算-last night for a scheduler. According to the importation of work to create Print Queue 2 3 importation operations. First-come first-serve 4. On arrival time Scheduling 5. according
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3672
    • 提供者:jean
  1. Flowshopscheduling

    1下载:
  2. 基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度-based on the water plant scheduler algorithm, applicable to the general flow machining shop scheduling
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14055
    • 提供者:曹战
  1. process_attemper

    0下载:
  2. 编写一进程调度程序模拟程序。进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-prepare a process scheduler simulation program. Ready to process state, running, blocking three. Simulation program only right you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1829
    • 提供者:waclelin
  1. chulijidiaodu_111

    2下载:
  2. 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。   进程的运行时间以时间片为单位进行计算。   
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:101345
    • 提供者:王山
  1. PCPerformaceTest

    0下载:
  2. 包括:apache exploit,ie exploit,win 2000 xp task scheduler exploit, 以及生成 linux x86的 shellcode和最新sql溢出源代码(概念版),这些都是 由一位在澳大利亚留学的朋友冷血*无情从国外网站上收集的。感谢他的辛勤劳动。 -include : apache exploit, ie exploit. win xp 2000 task scheduler exploit, and the generation of
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:319167
    • 提供者:heroin
  1. duojidiaodu

    0下载:
  2. 题目:N个进程的调度程序 算法:采用最高优先数优先的调度算法和先来先服务算法 -topics : N process scheduler algorithm : the highest priority for priority scheduling algorithm and a first-come first-service algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2763
    • 提供者:周子藤
  1. imagelogistix_sources

    0下载:
  2. The Network Camera Tool takes an image from an Internet camera and uploads this picture via FTP and/or records the image on your local hard disk according to the selected scheduler settings. The Network Camera Tool supports Axis 205, 206, 206M and 20
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30450
    • 提供者:廖广军
  1. Task_Scheduler

    0下载:
  2. Basic class for using the Microsoft Task Scheduler.-Basic class for using the Microsoft Task Sc heduler.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25394
    • 提供者:Galactic Star
  1. processs

    0下载:
  2. C语言写的操作系统 进程调度程序 大学的时候写的作业-C language to write the operating system scheduler process of the University of write operations
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28689
    • 提供者:张琪
  1. s111

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解-used high-level language development and debugging of a process scheduler, to promote the concept of the process and the process of understanding the scheduling algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10539
    • 提供者:qiang
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com