搜索资源列表
SRAM@DMA实验
- ALTERA NIOS处理器实验,QUARTUS下用VHDL编译成处理器,然后NIOS SHELL下C 语言运行。实验SRAM和DMA调度-Altera NIOS processor experiments QUARTUS using VHDL compiler into processor, then NIOS SHELL C language runtime. Experimental SRAM and DMA Scheduling
mux
- 多路选择器是一个多输入,单输出的组合逻辑电路,在算法电路的实现中常用来根据地址码来调度数据。-MUX is a multi-input, single-output combinational logic circuit, in the algorithm used in the realization of circuits to address code in accordance with scheduling data.
os2
- FIFO优先权调度算法实现。能够实现页的调入与调出。-FIFO priority scheduling algorithm. Transferred to the page can be achieved with the recall.
all_cpu_scheduling
- the program gives cpu scheduling implementation
a
- 模拟先进先出(FIFO)页面调度算法处理缺页中断-Analog FIFO (FIFO) scheduling algorithm page page fault handling
paixu
- 给定一个带期限的作业排序问题, n=5, (p1,p2,p3,p4,p5)=(6,3,4,8,5), (t1,t2,t3,t4,t5)=(2,1,2,1,1), (d1,d2,d3,d4,d5)= (3,1,4,2,4), 应用FIFOBB求使总罚款数最小的可行作业集J, 要求:实现对不同作业排序问题实例的求解,问题实例的输入数据存储在case.txt文件中。-Given a scheduling problem with the operation period, n = 5, (p1, p
singlecpu
- 模拟单时钟CPU,可实现add,sub,and,or,nor等多条指令。包括CPU调度、加法器、PC计数器完整的数据通道。-Analog single-clock CPU, can achieve the add, sub, and, or, nor so many instructions. Including CPU scheduling, adder, PC counter complete data channel.
abbr_564dd181
- 数据采集和控制系统多种多样,但其基本工作过程相似:汇集被测控对象各种被测模拟量,把它们转换为数字信号,经过加工处理后,再转换成相应的模拟量,实现所需的控制。上述过程由数据采集控制器统一管理和调度。-Data acquisition and control systems are diverse, but similar to the basic work process: collection of various objects being tested analog measurement
fifo
- 模拟页式虚拟存储管理中硬件的地址转换和用先进先出调度算法处理缺页中断.虽然是文档文件,其源代码可以直接拷贝至C++运行,并且文档最后给出相应执行结果。-Simulation of the hardware address translation page of virtual storage management and FIFO scheduling algorithm for processing a page fault, although it is a document file an
cunchuguanli
- 模拟请求页式存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法(FIFO)处理缺页中断;-Simulation request page storage management hardware address translation and page fault interrupt and FIFO scheduling algorithms (FIFO) processing a page fault
SP_SCH(Executable)
- 调度器一般包括SP、RR、WFQ等,SP调度指的是绝对高优先级调度,此种调度不带权重概念,按照优先级进行调度。四个按键作为端口有效指示,2个LED发光二极管指示此时调度的端口号,可以按下KEY3按键,按下按键代表当前按键输入无效,然后观测LED,没有按下的时候LED1 LED0都发光,按下KEY3按键的时候LED1发光 LED0不发光,代表此时调度端口为2,不按下时候代表调度端口为3。 -The scheduler typically include SP, RR, WFQ, etc., SP
RR_SCH(Executable)
- FPGA VERILOG调度器一般包括SP、RR、WRR、WFQ等,RR调度指的是轮询调度,此种调度不带权重概念,均匀轮询进行调度。-FPGA VERILOG The scheduler typically include SP, RR, WRR, WFQ, etc., RR refers to the round robin scheduling, dispatching without the weight of such concepts, even polling scheduling.
sch
- 电子系统设计高层次综合high level synthesis 源码,C++ 实现调度-electronic system level HLS design, cpp code for scheduling
rc4
- RC4 is the most popular stream cipher in the domain of cryptology. RC4 consist of two algorithms Key Scheduling Algorithm (KSA) and Pseudo-random generation algorithm (PRGA).