Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - FIFO
Search - FIFO - List
操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue
Date : 2008-10-13 Size : 101.8kb User : 魏然

操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm
Date : 2008-10-13 Size : 16.14kb User : 由小诗

cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Date : 2008-10-13 Size : 49.87kb User : ytr

DL : 0
fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
Date : 2008-10-13 Size : 1.57kb User : 李存勇

DL : 0
fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
Date : 2025-12-21 Size : 1kb User : 李存勇

操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue
Date : 2025-12-21 Size : 102kb User : 魏然

操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm
Date : 2025-12-21 Size : 16kb User : 由小诗

cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Date : 2025-12-21 Size : 50kb User : ytr

DL : 0
页面置换算法模拟 包括先来先服务 以及最近最久未使用-Page replacement algorithm for simulation, including first-come, first serve and, more recently, the use of the most long
Date : 2025-12-21 Size : 3kb User : chengly

队列调度算法的一种,速度比较快,比FIFO,LIFO要好-A queue scheduling algorithm, faster than the FIFO, LIFO is better
Date : 2025-12-21 Size : 16kb User : zhujiang

Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
Date : 2025-12-21 Size : 7kb User : Cathy

DL : 0
fifo code. i have adde the code for key lib to the data which has been transfered-i have adde the code for key lib to the data which has been transfered
Date : 2025-12-21 Size : 377kb User : sandy

根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -Paging, on request of the related storage management principle, the realization of a programmable analog paging request storage management system, the system s page replacement algorithm must include the page-out algorithm FIFO (FIFO), least recently used LRU algorithm for page-out and the most Jia-out algorithm. At the same time, the current system settings can be allocated to the operation of the physical block number. Run-time system, a page arbitrarily input sequence set different page replacement algorithms and a number of physical blocks, the output of the circumstances out of its pages to calculate the number of missing pages and the number of page replacement. System after the request for comparison with the sequence of a page, the page in different physical block replacement algorithm and the number of cases, the resulting lack of page number and the number of page replacement, and to analyze its causes.
Date : 2025-12-21 Size : 7kb User : yangyang

这是一个用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 system to process the number of page 3,
Date : 2025-12-21 Size : 1kb User : 123

DL : 0
这是一个java做的显示数据的列表程序。-This is a java program to do list.
Date : 2025-12-21 Size : 24kb User : prn

Java队列 队列是一种“FIFO”先进先出的数据结构.可以想象每年在火车站中买票的人群所组成的"队列"。 |队员1 队员2 队员3 队员3 队员4 队员5 队员6 队员7 队员8| ^ ^ 想象两个指针-Java Queue Queue is a " FIFO" First In First Out data structure. Imagine a year of people buy tickets at the station formed in a " queue." | 1 player 2 players 3 players 3 players 4 players 5 players 6 players 7 players 8 players | ^ ^ imagine two pointers. . .
Date : 2025-12-21 Size : 1kb User : aloof

A FIFO and LIFO source code
Date : 2025-12-21 Size : 34kb User : Pablo

页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
Date : 2025-12-21 Size : 42kb User : 李明博

DL : 0
fifo页面置换算法,JAVA编写。很经典-fifo page replacement algorithm, JAVA prepared. Is a classic
Date : 2025-12-21 Size : 1kb User : ai

DL : 0
FIFO TOURNIQUET RMA DMA ALgorithme in java BY CHACHOU MOHAMMED Morocco raaaaaaaa9-FIFO TOURNIQUET RMA DMA ALgorithme in java BY CHACHOU MOHAMMED Morocco raaaaaaaa9
Date : 2025-12-21 Size : 54kb User : mohammed
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.