搜索资源列表
sos-code-art9.tar
- Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU,BOCHS,VirtualBOX等模拟器上)的面向教学的微型嵌入式操作系统系列软件。从SOS-1到SOS9,逐步完成了一个从无(只有显示)到有(虚存、文件系统、线程、进程)的操作系统创建过程。通过分析、运行和修改此操作系统,会对操作系统的实际实现有更深入的的了解。这是第九部分 SOS-9。 SOS-1到SOS-9相对独立,且一个是基于另一个的。一般在Linux下就可以编译,并可通过QEMU
我的线程创建程序
- 一个简单的学习线程创建程序-a simple learning procedure to create threads
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock and take the two conditions (ch
jchq
- (1) 掌握基本的同步与互斥算法,理解生产者消费者模型。 (2) 学习实用Windows2000/XP中基本的同步对象特性,掌握相关API的使用方法。 (3) 了解Windows2000/XP中多线程的并发执行机制,实现进程的同步与互斥。 -(1) master the basic synchronization and mutual exclusion algorithms, understanding of the producer consumer model. (2) lea
os
- 操作系统的实验,用于初学者的学习。里面包含了进程线程,查找文件和unix的shell等四个实验。-An experimental operating system for beginners to learn. Which contains a process thread, find the shell file and unix four experiments.
thread
- 这是学习操作系统时的作业,这个是关于线程同步的实验.内含有实验报告.-This is the time to learn the operation of the operating system, this is a thread synchronization on the experiment. The report contains experimental.
PI-output-multi-threading
- 多线程实现PI的输出,只是简单的主辅线程,仅是学习实例,操作系统作业。-PI output multi-threading, simply the main and auxiliary thread, only to learn an instance, the operating system operations.