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

搜索资源列表

  1. ProcessCall

    0下载:
  2. 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:104247
    • 提供者:魏然
  1. OS_Scheduler

    0下载:
  2. 操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:16524
    • 提供者:由小诗
  1. OsSimulation

    0下载:
  2. 一个简单的操作系统模拟程序 java+swing 可进行一般的文件操作 进程建立及删除等
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:187156
    • 提供者:decell
  1. dispatcher

    0下载:
  2. java 编写的关于进程模拟调度实例
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:40914
    • 提供者:柳明
  1. 徐冬阳的

    0下载:
  2. 一个模拟进程管理的程序-a simulation process management procedures
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:19347
    • 提供者:王建
  1. CPU_Sumulator

    1下载:
  2. 用JAVA实现的,对操作系统底层进程调度的模拟,实现了一个CPU调试模拟器
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8367
    • 提供者:ThAi
  1. processsimulateJbuild

    0下载:
  2. 设计多个调度算法,如FB FB2 RR HRT等模拟进程调度,在Jbuild环境下编译通过
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:40635
    • 提供者:陈达
  1. OSSimulate

    0下载:
  2. 进程调度和存储管理模拟-process scheduling and storage management simulation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:351674
    • 提供者:李伟
  1. PrivilegeProcess

    0下载:
  2. 用JAVA语言描述的简单的模拟进程管理。-JAVA language to describe the use of a simple analog process management.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1342
    • 提供者:wenxin
  1. os

    0下载:
  2. 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:870709
    • 提供者:Cherie
  1. Java_doc

    0下载:
  2. 进程调度的设计与实现,各个调度算法的比较与分析,提出自己的看法并通过计算机模拟实现-The process of scheduling the design and realization of various scheduling algorithms of comparison and analysis, put forward their own views and, through computer simulation to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:84087
    • 提供者:张亮
  1. dispatcher

    0下载:
  2. 进程调度模拟程序,对于想深入学习操作系统的同学将有很大的帮助。-Process scheduling simulation program, for operating systems want to study in depth classmates will be of enormous help.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:38032
    • 提供者:guangzhou802
  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. sun

    0下载:
  2. 内存分页技术模拟 新增进程(包括将其分页)、删除进程、定位进程-Memory paging simulation new process technology (including its page), the deletion process, the positioning process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:eddycen
  1. FIFOandLRU(java)

    0下载:
  2. 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the syste
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:844
    • 提供者:123
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:488560
    • 提供者:张云波
  1. spooling

    0下载:
  2. 模拟一个Spooling输出进程与另外两个要求输出的进程并发执行-Spooling output of a simulation process and the other two require concurrent execution of the output of the process of
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1385
    • 提供者:沈静
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. ProcessPractice

    0下载:
  2. 进程的模拟程序,可以模拟进程的创建,中断,杀死等。可以创建子进程,并查找某进程的子进程。-Process simulation program can simulate the process of creating, interrupt, kill, etc.. You can create child process, and look for a process of sub-processes.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:197340
    • 提供者:spiritualcastle
  1. FirstDemo

    0下载:
  2. 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:6286
    • 提供者:dd11saas
« 12 3 »
搜珍网 www.dssz.com