CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - c 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
    • 文件大小:1.65kb
    • 提供者:钟文德
  1. yeshicunchu

    0下载:
  2. 用c++语言编写 模拟页式存储管理-fifo算法
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:叫怎高
  1. FlashProgramTool

    0下载:
  2. After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of the overlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. T
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:344.39kb
    • 提供者:崔卫
  1. 页面置换算法(C语言编写)

    0下载:
  2. 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 thr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:zbing0203
  1. wynczh

    0下载:
  2. 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.5kb
    • 提供者:love暖色
  1. fifo_Demo

    0下载:
  2. linux环境系统编程实例 fifo读写 c源码-linux c program demo,fifo read and write src
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:2.05kb
    • 提供者:孟士淇
  1. OS_EX5-1

    0下载:
  2. 模拟磁盘调度算法,fifo,scan,c-scan,c-look-Simulated disk scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:927byte
    • 提供者:xuhaoqi
  1. chat_fifo_list

    0下载:
  2. 基于fifo管道的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对管道编程有更清晰的理解!-Based on a simple fifo pipe C/S chat program, through this simple program that allows programming of the pipeline we have a clearer understanding!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5.27kb
    • 提供者:yangchaoxu
  1. FIFO-process-scheduling

    0下载:
  2. 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:191kb
    • 提供者:wen
  1. fifoalru

    0下载:
  2. 简单的用C实现操作系统中的fifo&lru内存页面置换算法-Simple C achieved operating system fifo and lru memory page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:234.03kb
    • 提供者:LIU
  1. OPTLRUFIFOCLOCK

    0下载:
  2. 四种置换策略OPT LRU FIFO CLOCK的c++实现-OPT LRU FIFO CLOCK
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:商晨晖
  1. Project

    0下载:
  2. trhread in c for linux. Comunicate three process Fifo .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.04kb
    • 提供者:damwes5
  1. iop_fifo_in_extra_defs

    0下载:
  2. C-code for register scope iop fifo in extra for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:faotksao
  1. fifo

    0下载:
  2. 用c++实现的fifo内存调度算法,非常使用的一个,欢迎各位修改报错-Fifo memory scheduling algorithms using c++ implementation, use a very, welcome to modify the error
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:秦开强
  1. iop_fifo_in_defs

    0下载:
  2. C-code for register scope iop fifo in for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:pwlangth
  1. fifo

    0下载:
  2. compat.c - A series of functions to make it easier to convert drivers that use the old isapnp APIs. If possible use the new APIs instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.43kb
    • 提供者:rtcodr
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4kb
    • 提供者:数据包
搜珍网 www.dssz.com