Location:
Search - fifo c
Search list
Description: 关于操作系统:先进先出调度算法(FIFO)处理缺页中断-On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
Platform: |
Size: 22528 |
Author: 王伟(就是刚才的 hgy |
Hits:
Description: CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6时间的延迟; 7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Platform: |
Size: 1024 |
Author: 蒋涛 |
Hits:
Description: 1:FIFO和LIFO程序;2:CRC校验码算法-1: FIFO and LIFO procedure; 2: CRC verification code algorithm
Platform: |
Size: 2048 |
Author: 尹明铉 |
Hits:
Description: c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
Platform: |
Size: 2048 |
Author: zbing0203 |
Hits:
Description: fifo源程序,VHDL编写~具有一定的参考价值~-source code of a fifo, writen in VHDL, will be useful to some extent as a reference
Platform: |
Size: 1024 |
Author: 许 |
Hits:
Description: 这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
Platform: |
Size: 1024 |
Author: 钟文德 |
Hits:
Description: 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
Platform: |
Size: 1024 |
Author: 鲍勃 |
Hits:
Description: EZW举例
该源代码包含有6个文件:
EZW.H - EZW编码器头文件
EZW.C - EZW编码器文件
MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作
FIFO.H FIFO.C - 扫描方式定义:先入先出原则
LIST.H LIST.C - 零树结构定义和操作
UNEZW.C - EZW解码器-EZW For the source code contains six documents : EZW.H- EZW-headers EZW.C- EZW MATRIX2D.H M-paper ATRIX2D.C-encoder data definitions and data results of operations FIFO.H FIFO.C-side scanning Type definitions : first-first-out principle LIST.H LIST.C-zero tree structure definition and operation UNEZW.C- EZW Solutions vocoders
Platform: |
Size: 11264 |
Author: 赵俊 |
Hits:
Description: 51单片机的FIFO(先入先出)循环队列实现-51 SCM FIFO (first-in-first out) Revolving Queuing
Platform: |
Size: 1024 |
Author: tangcongfai |
Hits:
Description: fifo的重要文章,非常经典,cummings的两篇再加上一些其他的,读过不后悔-fifo the important articles, very classic, the two cummings with some other, read no regrets
Platform: |
Size: 476160 |
Author: 梦梦 |
Hits:
Description: 经典实例,用C++语言制作的the fifo method of memory distribute-classic example, C language fifo produced by the method of memory distribute
Platform: |
Size: 92160 |
Author: liyun |
Hits:
Description: Development tools and sources
fifo.c-Development tools and sources fifo.c
Platform: |
Size: 2048 |
Author: lili |
Hits:
Description: 一个FIFO的原代码 非常有用 给大家共享了 下吧-A FIFO of the original code is very useful to the U.S. to share the next bar
Platform: |
Size: 1024 |
Author: wang |
Hits:
Description: Linux网络编程FIFO源码。wfifo.c创建并打开文件,往里写;rfifo.c往外读。-Linux Network Programming source FIFO. wfifo.c to create and open the file, writing inside rfifo.c out of time.
Platform: |
Size: 1024 |
Author: 古月 |
Hits:
Description: 操作系统实验(LINUX):
设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率.
(1) 进先出的算法(FIFO)
(2) 最近最少使用的算法(LRU)
(3) 最佳淘汰算法(OPT)
(4) 最少访问页面算法(LFU)
(5) 最近最不经常使用算法(NUR)
命中率=(1-页面失效次数)/页地址流长度
-Experimental operating system (LINUX): Design of a virtual memory storage area and work area, and use the following algorithm to visit hit rate. (1) into the algorithm, first-out (FIFO) (2) at least recently used algorithm (LRU) (3 ) the best out of algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used in recent algorithm (NUR) hit rate = (1- page failure number)/page address stream length
Platform: |
Size: 2048 |
Author: zengzl |
Hits:
Description: 可以用的EZ-USB控制器SLAVE FIFO C++程序-Can use the EZ-USB controller SLAVE FIFO C program
Platform: |
Size: 142336 |
Author: sxn |
Hits:
Description: 操作系统中内存页面的先进先出的替换算法fifo-Operating system memory page replacement algorithm FIFO fifo
Platform: |
Size: 3072 |
Author: gll |
Hits:
Description: EZW举例
该源代码包含有6个文件:
EZW.H - EZW编码器头文件
EZW.C - EZW编码器文件
MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作
FIFO.H FIFO.C - 扫描方式定义:先入先出原则
LIST.H LIST.C - 零树结构定义和操作
UNEZW.C - EZW解码器
这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。
-EZW For the source code contains six files: EZW.H- EZW encoder header files EZW.C- EZW encoder document MATRIX2D.H MATRIX2D.C- encoder data definition and data manipulation FIFO.H FIFO.C-- scanning definition: the principle of FIFO LIST.H LIST.C- definition of zero-tree structure and operation of UNEZW.C- EZW decoder here, readers should have a focus EZW.C and LIST.C content, fully understand the zero- tree concept.
Platform: |
Size: 11264 |
Author: yang |
Hits:
Description: C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码-C++ Write the operating system and realize the principle of simulated FIFO page replacement algorithm for the source
Platform: |
Size: 226304 |
Author: woaic |
Hits:
Description: 一个FIFO先入先出BUFFER的C程序。用户可以设置BUFFER大小,并通过write_fifo()和read_fifo()函数分别写入和读出数据-A FIFO FIFO BUFFER of C procedures. Users can set the BUFFER size, and through write_fifo () and read_fifo () function, respectively, and write读出数据
Platform: |
Size: 1024 |
Author: 韓建棟 |
Hits: