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

搜索资源列表

  1. syn_fifo

    0下载:
  2. Synchronous FIFO 用來處理synchronous clock domains間的傳輸
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:洪銘澤
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. clk

    0下载:
  2. 通过一个主时钟信号完成异步FIFO读写时钟信号的产生。编译通过实现功能。-Through a master clock signal the completion of asynchronous FIFO read and write clock signal generation. Compiler through the implementation function.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:30061
    • 提供者:ouping
  1. asynFifo

    0下载:
  2. 异步fifo在IC设计中,非常重要;是异步时钟域同步方法-Asynchronous fifo in IC design, is very important are asynchronous clock domain synchronization
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1462
    • 提供者:leng
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:eddycen
  1. fifo

    0下载:
  2. 一个先进先出的内存,使用一个同步时钟产生各种不同尺寸的高速缓冲-a first-in first out memory, uses a synchronising clock generics allow fifos of different sizes to be instantiated
  3. 所属分类:OS Develop

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

    0下载:
  2. FIFO以及跨时钟域的同步问题。 FIFO有分离的地址总线和用以读写数据的数据通道,以及指示堆栈状态(满、将满等)的状态线。-FIFO as well as cross-clock domain synchronization. FIFO have separate address bus and read and write data to the data channel, as well as the instructions state stack (full, will be fu
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3488
    • 提供者:isaac
  1. qingqiufenye

    0下载:
  2. 多种页面存储方式的设计与实现,包括clock、FIFO、LRU、LFC等。-A variety of page design and implementation of storage, including the clock, FIFO, LRU, LFC and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1156995
    • 提供者:焦阳
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:15083
    • 提供者:soong
  1. yemianzhihuansuanfa

    1下载:
  2. 操作系统课程设计,页面置换算法 (1)建立相应的数据结构; (2)在屏幕上显示页面的状况; (3)时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为一个时间 单位;(b)响应WM_TIMER (4)将一批页的置换情况存入磁盘文件,以后可以读出并重放; (5)计算页面的缺页次数、缺页后的页面置换次数; (6)支持算法:FIFO、LRU、、clock算法、最佳置换算法。 -ye mian zhi huan suan fa
  3. 所属分类:OS Develop

    • 发布日期:2015-01-12
    • 文件大小:143360
    • 提供者:卜晨阳
  1. test3

    0下载:
  2. 操作系统页面置换算法的源代码,分别包含最佳置换算法,先进先出置换算法,最近最久未使用置换算法以及简单的clock置换算法。-The source code of the operating system page replacement algorithm, respectively, contain the best replacement algorithm, FIFO replacement algorithm, the most-recently-used replacement alg
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:316612
    • 提供者:david
  1. 1

    0下载:
  2. 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:2147
    • 提供者:
  1. pagechange1

    0下载:
  2. 程序功能: 1)动态演示四种页面置换策略(OPT,FIFO,LRU,CLOCK)。 2)能够可视化观察每种置换策略的工作工程。 3)能够输入一个数字表示页执行序列的总长度(不小于1000),能够设置进程的总页数,然后随机产生页执行序列。 4)能够输入一个数字设置操作系统分配给进程的页面数。 5)统计每种置换策略在不同输入数据情况下的页面失效数。 6)根据实验结果分析不同置换策略的性能。并在实验报告中画出页面失-Program features: 1) dynamic pr
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:1484396
    • 提供者:周周
  1. fifo16_16

    0下载:
  2. 异步的fifo,写时钟和读时钟相互独立,能够对数据进行缓存处理。希望对大家有用-Asynchronous fifo, write clock and the read clock independent of each other, capable of processing the data cache. I hope useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:曾小猫
  1. OSLab3

    0下载:
  2. 操作系统FIFO、LRU、 OPT、CLOCK四种调度算法-Four scheduling algorithms operating system FIFO, LRU, OPT, CLOCK
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2211
    • 提供者:hu
  1. DBfifo

    0下载:
  2. 同步FIFO设计源代码,带有复位信号的同步FIFO设计,能够在同一个时钟域范围内写入读出数据,从而做到传递数据的功效。-Synchronous FIFO design source code, synchronous FIFO design with a reset signal, can write and read data in the same clock domain range, so do efficacy data transfer.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:14488
    • 提供者:赵慕祺
  1. fifo

    0下载:
  2. 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1803
    • 提供者:joe
  1. Asynchronous-FIFO-

    0下载:
  2. 异步FIFO是一种先进先出电路,可以有效解决异步时钟之间的数据传递。通过分析异步FIFO设计中的难点,以降低电路中亚稳态出现的概率为主要目的,大大提高工作频率和资源利用率。-Asynchronous FIFO is an advanced circuit that can effectively solve the data transfer between asynchronous clock. Through the analysis of the difficulties in async
  3. 所属分类:LabView

    • 发布日期:2017-04-13
    • 文件大小:2950
    • 提供者:高浚玮
  1. No.4-codes

    0下载:
  2. 4.模拟实现请求分页虚拟页面替换算法 实现OPT、FIFO、LRU、Clock等页面替换算法。接收用户输入参数,包括程序长度(页面数)、页框个数及页面大小,输出结果采用不同颜色区分命中、替换及直接加入空闲块。 -4. The analog implementation of demand paging virtual page replacement algorithm Achieve OPT, FIFO, LRU, Clock, etc. page replacement algo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:6301
    • 提供者:name
  1. WJM

    0下载:
  2. 重庆大学操作系统实验,页面置换算法,LRU,FIFO,CLOCK(page replacement algorithm:LRU,FIFO,CLOCK)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:199680
    • 提供者:wjmm
« 12 »
搜珍网 www.dssz.com