搜索资源列表
CPU_Schedu
- CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
fifo_8_8
- 该程序实现的是8*8位的先进先出队列功能的存储器,已成功通过仿真。-Implementation of the program is 8* 8 bit FIFO queue memory function, has successfully passed the simulation.
bank
- 基于s3c6410的模拟银行排队及叫号系统-Simulation bank queue and queue management system
os1
- 1用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件,或者利用基于图形界面的鼠标或者键盘操作控制进程管理内容。 2定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 3定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序
SQ
- 51单片机的串口中断自动触发发送队列程序,以及Protues下的仿真-51 microcontroller serial port interrupt is triggered automatically send queue procedures, as well Protues under the simulation
Queue
- 在VC平台下模拟的队列模块文件,可以模拟队列事件,可以移植到ucos等内核环境中,或用于消息事件队列等。-Queue module files in the VC platform simulation can simulate queue events, such as the kernel can be ported to ucos environment, or for message queues and other events.
fifo
- 软件模拟FIFO队列,实现了队列的初始化,读写操作以及查看队列占用情况和可用空间情况。uCOS下测试通过,其中的数据类型定义没有添加,请使用者按照芯片自行定义。-FIFO queue simulation software to achieve the initialization of the queue, read and write operations, and view the queue occupancy and available space situation. uCOS un
(Queue)
- queue using c.we can simulation a queue using c programming.
(Queue)
- queue using c.we can simulation a queue using c programming.
PCBmanagement
- 模拟操作系统的进程调度,事先构造一个PCB总链队列,可对该队列进行正常的维护, 即当PCB状态变化时,在总链队列的基础上,实现菜单式管理和进程原语操作, 实现创建、撤销、时间片到、挂起进程和激活进程等基本进程原语, 以实现PCB的就绪队列、等待队列的组织与管理;(Simulation of the operating system process scheduling, to construct a PCB chain queue, can be used for normal maintena