资源列表
OS
- IT is a java homework for OS
FCFS
- 先来先服务算法的简单模拟。可以接受键盘输入模拟的进程个数。(A simple simulation of FCFS.)
SJF
- 短作业优先算法的简单模拟。可以改成由键盘输入要模拟的进程数量。(A simple simulation of SJF.)
HRRN
- 高响应比优先算法的简单模拟。可以改成由键盘输入要模拟的进程数量。(A simple simulation of HRRN.)
EOSApp
- 1)设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程。 2)父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中。? 3)两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。 4)考虑生产者进程生产的速度和消费者进程速度。(1) a program is designed to create three sub processes from one proc
Bank
- 1.根据所需进程数量和资源数目进行动态开辟内存 2.检查用户输入是否正确 3.进行安全性检测 4.使用银行家算法为进程分配资源(1. dynamically open up memory according to the number of required processes and the number of resources 2. check whether the user is correct or not 3. security detection 4. use the
dma_pit_adc_kds
- DMA KL25z K60 ADC PIT
dma_pit_adc_cw106
- DMA KL25z K60 ADC PIT 2
AVR-OS(REV3.1操作系统)
- AVR-OSREV3.1操作系统 操作系统 操作系统(AVR-OS (REV3.1 operating system))
设计一个虚拟内存管理器
- 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)
mouse freedos
- mouse freedos sourse
QEMU二进制翻译架构
- QEMU目标代码二进制级别动态翻译架构及原理。原理包括TCG翻译机制、翻译块机制及器内容、翻译块链机制等。架构包括一系列机制的运行时架构。(QEMU target code binary level dynamic translation architecture and principles. The principle includes TCG translation mechanism, translation block mechanism and device content, tra