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

搜索资源列表

  1. nrs_fifo

    0下载:
  2. Network Request Scheduler (NRS) FIFO policy.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2963
    • 提供者:fiuqosk
  1. not-in-cx2388x-datasheet

    0下载:
  2. This module shows how to create a int type fifo.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2181
    • 提供者:muvaocf
  1. nv17

    0下载:
  2. FIFO channel objects for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:fonqkbx
  1. iop_fifo_out_defs

    0下载:
  2. Register r masked intr, scope iop fifo out.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:vuiyknai
  1. picoxcell_crypto

    0下载:
  2. The threshold for the number of entries in the CMD FIFO available before the CMD0_CNT interrupt is raised. Increasing this value will reduce the number of interrupts raised to the CPU.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10830
    • 提供者:qongmxpm
  1. vmwgfx_drm

    0下载:
  2. Offset to use to map the first page of the FIFO read-only.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4780
    • 提供者:xlwongxou
  1. blktrace

    0下载:
  2. fifo refill frontend, to avoid reading data in trace sized bites.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3890
    • 提供者:xinzxfm
  1. File-Operations

    0下载:
  2. 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3782
    • 提供者:忆昔
  1. nv40

    0下载:
  2. FIFO context - basically just the instmem reserved for the channel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3249
    • 提供者:waohjxu
  1. const

    0下载:
  2. FIFO collects up to 32 values then stops collecting data. -FIFO FIFO collects up to 32 values then stops collecting data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3955
    • 提供者:zerppde
  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
    • 文件大小:5564
    • 提供者:rtcodr
  1. w6692

    0下载:
  2. B-channel FIFO read write routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:8298
    • 提供者:bxvxkou
  1. nv10

    0下载:
  2. FIFO context - basically just the instmem reserved for the channel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2015
    • 提供者:kjtuicao
  1. sleep

    0下载:
  2. PORT_16C550A, in polled non-fifo mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1601
    • 提供者:nlcmwang
  1. rsFifo

    0下载:
  2. A simple FIFO to be used as a producer consumer between two threads. One is writer and one is reader Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1337
    • 提供者:dzgengfy
  1. i_clut

    0下载:
  2. System V-compatible FIFO implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7340
    • 提供者:zongssnang
  1. fifo

    0下载:
  2. The following parameters are assumed not to require tuning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:994
    • 提供者:xymenro
  1. OS-storage--experiment

    0下载:
  2. 这是一个操作系统中关于储存管理的实验,涉及FIFO算法-This is an operating system in experiments on stockpile management, involving FIFO algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:256855
    • 提供者:李伟
  1. MemoryManagement

    0下载:
  2. 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,用了最佳替换算法Optional、先进先出(FIFO)页面置换算法、最近久未使用(LRU)置换算法、Clock 算法(也叫Second Chance 算法)-Design and implementation of memory layout application initialization and memory allocation, memory recall about memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:14245
    • 提供者:安容巧
  1. fifo

    0下载:
  2. 嵌入式linux应用程序开发源程序,,包括第6,7,8,9,10章的源程序- embedded linux application development standard course Source
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:20089
    • 提供者:liaozhaoc
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com