摘要: #pragma once#ifndef FIFO_H#define FIFO_H#include"simulator.h" class fifo : public simulator{public: fifo(int second_per_page); virtual void simulate(s 阅读全文
posted @ 2016-03-31 18:11 BigMinnow 阅读(167) 评论(0) 推荐(0) 编辑