Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - FIFO
Search - FIFO - List
java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
Date : 2008-10-13 Size : 5.33kb User : 刘刚

页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
Date : 2008-10-13 Size : 3.79kb User : 兔子

IDT FIFO的Verilog控制读写代码
Date : 2009-06-02 Size : 4kb User : yangwencai980407@163.com

页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
Date : 2025-12-21 Size : 4kb User : 兔子

java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
Date : 2025-12-21 Size : 5kb User : 刘刚

一个关于以太网MAC核和介质无关接口的原代码,希望对大家有帮助!-an Ethernet MAC on the nuclear medium and unrelated to the original interface code, we want to help!
Date : 2025-12-21 Size : 60kb User : 王平

进程中的first in first out 算法-first in first out in data structure
Date : 2025-12-21 Size : 223kb User : 木禾

M/M/1单服务台派对系统,(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客后的顾客平均队长及平均排队等待时间-M/M/1 single desk party system (with the event scheduling system for discrete event simulation) model to reach customers arrival time and customer service have a negative exponential distribution, single-desk system, in accordance with the single-team line up, according to FIFO way service. N a customer service inspection after the average length and average customer waiting time
Date : 2025-12-21 Size : 8kb User : 飞龙

车厢重排。 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。-Cars rearrangement. A freight train and rode a total of n cars, each car has its own number, number range from 1 ~ n. Compartment of any order given by the transition point will be re-arranged car number in sequence 1 ~ n. Transition point total of k-rail buffer, the buffer between the rail in the orbit and the derailment. Beginning of orbit into the buffer from the rail car after rail rearrangement buffer, press 1 ~ n the order into the derailment.Rail in accordance with the FIFO buffer mode, write an algorithm to order the car for any rearrangement, the output of each track in the buffer compartment number.
Date : 2025-12-21 Size : 231kb User : tryqtyl

请求页式管理中的置换算法,页面置换算法FIFO算法,LRU算法-Style management in the requested page replacement algorithm, page replacement algorithm FIFO algorithm, LRU algorithm
Date : 2025-12-21 Size : 34kb User : jyc

visual c++描述的页面时换算法,此程序提供三个算法,分别是LRU,CLOCK,FIFO算法-visual c++ conversion method described in the page, this program provides three algorithms, namely LRU, CLOCK, FIFO algorithm
Date : 2025-12-21 Size : 4kb User : 荣阳春

进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
Date : 2025-12-21 Size : 5kb User : 黄毛

时间片轮转的算法,其中有代码,还有ppt-Time slice rotation algorithm, which has a code, as well as ppt
Date : 2025-12-21 Size : 1.17mb User : jinlihua

解决lru算法和fifo算法,并比较它们的缺页率和命中率-Fifo lru algorithm and solving algorithms, and compare them with the missing page rate and hit rate
Date : 2025-12-21 Size : 1kb User : 林华娥

页面置换算法 最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility of large. A FIFO queue shelters are in memory pages. Always be replaced in the queue head to the page. When a page is put into memory, put it on the end inserted in the team.
Date : 2025-12-21 Size : 2kb User : gengchn

c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
Date : 2025-12-21 Size : 59kb User : Jke X

页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
Date : 2025-12-21 Size : 2kb User : dlq

页面置换算法SCR,FIFO,OPT,NUR等算法-SCR,FIFO,OPT,NUR algorithms
Date : 2025-12-21 Size : 96kb User : 张皓瀚

队列,又称为伫列(英文queue),是先进先出(FIFO, First-In-First-Out)的线性表。在具体应用中通常用链表或者数组来实现。队列只允许在后端(称为rear)进行插入操作,在前端(称为front)进行删除操作。-Queue, also known as queue (English queue), is the first in first out (FIFO, First-In-First-Out) linear form. In specific applications, typically as a linked list or array to achieve. Queue only in the back-end (called the rear) to insert in the front end (called the front) for deletion.
Date : 2025-12-21 Size : 24kb User : 韩云飞

① 实现三种算法:1、先进先出;2、OPT;3、LRU-① achieve three algorithms: 1, FIFO 2, OPT 3, LRU
Date : 2025-12-21 Size : 7kb User : 闻石海
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.