CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - FIFO

搜索资源列表

  1. liux下C编程关于fifo使用的例子

    0下载:
  2. 这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1693
    • 提供者:钟文德
  1. testfifo

    0下载:
  2. 入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法-entry procedures for testing fifo. Only a few lines, but I can understand basic written fifo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:孙憬超
  1. root-ipc-fifo-examples.tar

    0下载:
  2. UNIX/Linux环境下使用有名管道(FIFO)的例子。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:root
  1. fifo

    0下载:
  2. fifo程序,供大家参考参考,给点意见,初次编写-fifo procedures for your information, to the point, the initial preparation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:961
    • 提供者:刘灼
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习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 m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. fifo

    0下载:
  2. linux下进程间通信方式之一的fifo读写源程序。-One of the IPC under linux, including fifo read and write source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1069
    • 提供者:白鸽
  1. main

    0下载:
  2. Linux功能主文件本实验并没有进入系统空间对实际进程页面进行控制,而是在用户空间用线性表的连续存储方式对进程页面交换进行模拟。 -rintf("Select the arithmetic:\n(1)LRU\n(2)FIFO\nyour choice is:")
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:984
    • 提供者:lantian
  1. multiproc-fifo.tar

    0下载:
  2. 进程间通信实例,用FIFO来实现两个进程的读写操作!-a sample for multiprocess communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:27937
    • 提供者:Peter
  1. 364652261

    0下载:
  2. FIFO一个用IP核调用的控制程序,里面有调用的IP核和FIFO读写控制-FIFO with an IP core call control procedures, which are called IP core and FIFO read and write control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:6056
    • 提供者:lixu
  1. FIFO

    0下载:
  2. 模拟FIFO页面调度算法处理缺页中断 可用作操作系统实验作品上交-Analog FIFO paging algorithm can be used as the operating system handling page fault handed experimental works
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1575
    • 提供者:Mr.W
  1. FIFO

    0下载:
  2. this will help to know about fifo s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3061
    • 提供者:naren
  1. FIFO

    0下载:
  2. 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)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:24721
    • 提供者:FarEast8612
  1. fifo

    0下载:
  2. 一个循环线性地址先进先出队列(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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:17387
    • 提供者:long
  1. fifo-daemon

    0下载:
  2. linux下进程之间的通信,fifo,希望对大家有帮助-Under linux the communication between processes, fifo, we want to help---
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11267
    • 提供者:vdsvs
  1. linux-fifo

    0下载:
  2. linux fifo 、fork、msg等示例代码,程序包中包含多个不同版本,供参考学习!-linux fifo, fork, msg and other sample code package contains several different versions, for reference to learn!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:3217
    • 提供者:admiral
  1. fifo

    0下载:
  2. 一个优秀的队列算法, 提高软件的效率, 使用与任何平台,及软件开发。 FIFO-fifo code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2773
    • 提供者:iven
  1. LRU-FIFO

    0下载:
  2. linux关于进程间页面置换算法包括FIFO、LRU算法-Linux interprocess page replacement algorithm to include FIFO, the LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:13161
    • 提供者:邓诗卓
  1. fifo

    0下载:
  2. fifo ,linux通讯方式之一管到的简单测试程序,经测,好用-fifo, linux communication of the tube to a simple test program, tested free, easy to use
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:9628
    • 提供者:王均
  1. fifo

    0下载:
  2. linux fifo, 实现同步读写共享内存-linux fifo, synchronize shared memory read and write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:7947
    • 提供者:黄胜利
  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com