Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - FIFO
Search - FIFO - List
这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
Date : 2008-10-13 Size : 1.65kb User : 钟文德

UNIX/Linux环境下使用有名管道(FIFO)的例子。
Date : 2008-10-13 Size : 1.11kb User : root

入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法-entry procedures for testing fifo. Only a few lines, but I can understand basic written fifo
Date : 2025-12-22 Size : 1kb User : 孙憬超

演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to generate random instruction sequences, and then converted into the corresponding page addresses flow.
Date : 2025-12-22 Size : 2kb User : 衣明玉

这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
Date : 2025-12-22 Size : 1kb User : 钟文德

DL : 0
操作系统实验(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
Date : 2025-12-22 Size : 2kb User : zengzl

UNIX/Linux环境下使用有名管道(FIFO)的例子。-UNIX/Linux environment using well-known pipe (FIFO) example.
Date : 2025-12-22 Size : 1kb User : root

DL : 0
fifo程序,供大家参考参考,给点意见,初次编写-fifo procedures for your information, to the point, the initial preparation of
Date : 2025-12-22 Size : 1kb User : 刘灼

源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared memory) procedures, suitable for novice Linux application development under the reference of people with lofty ideals , in the hope that they can be helpful.
Date : 2025-12-22 Size : 8kb User : 杨硕

DL : 0
linux下进程间通信方式之一的fifo读写源程序。-One of the IPC under linux, including fifo read and write source code.
Date : 2025-12-22 Size : 1kb User : 白鸽

DL : 0
Linux功能主文件本实验并没有进入系统空间对实际进程页面进行控制,而是在用户空间用线性表的连续存储方式对进程页面交换进行模拟。 -rintf("Select the arithmetic:\n(1)LRU\n(2)FIFO\nyour choice is:")
Date : 2025-12-22 Size : 1kb User : lantian

进程间通信实例,用FIFO来实现两个进程的读写操作!-a sample for multiprocess communication.
Date : 2025-12-22 Size : 27kb User : Peter

FIFO一个用IP核调用的控制程序,里面有调用的IP核和FIFO读写控制-FIFO with an IP core call control procedures, which are called IP core and FIFO read and write control
Date : 2025-12-22 Size : 6kb User : lixu

DL : 0
模拟FIFO页面调度算法处理缺页中断 可用作操作系统实验作品上交-Analog FIFO paging algorithm can be used as the operating system handling page fault handed experimental works
Date : 2025-12-22 Size : 2kb User : Mr.W

DL : 0
this will help to know about fifo s
Date : 2025-12-22 Size : 3kb User : naren

DL : 0
Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
Date : 2025-12-22 Size : 24kb User : FarEast8612

DL : 0
一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879-A loop linear address FIFO queue (FIFO), is used for communication tasks, with the following characteristics: 1. Circular queue, space utilization is very high, do not dynamically allocate memory, do not use the list, no memory leaks, No memory fragmentation 2. linear address space, and out of direct use of memcpy is very fast instructions: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit such as problem contact me: lxj_com@163.com QQ : 67016879
Date : 2025-12-22 Size : 17kb User : long

linux下进程之间的通信,fifo,希望对大家有帮助-Under linux the communication between processes, fifo, we want to help---
Date : 2025-12-22 Size : 11kb User : vdsvs

linux fifo 、fork、msg等示例代码,程序包中包含多个不同版本,供参考学习!-linux fifo, fork, msg and other sample code package contains several different versions, for reference to learn!
Date : 2025-12-22 Size : 3kb User : admiral

DL : 0
一个优秀的队列算法, 提高软件的效率, 使用与任何平台,及软件开发。 FIFO-fifo code
Date : 2025-12-22 Size : 3kb User : iven
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.