搜索资源列表
demo_producer_consumer_ucosII
- 陈向群老师主讲的嵌入式操作系统实验作业之经典生产者消费者程序,在Windows平台下的uC/OS实验环境开发。需要下载任何一个µ C/OS-II version 2.51以后的版本,比如uCOSV262.exe;下载borlandc3.1或者4.5版本的编译器编译运行-Xiang-Qun Chen teachers speakers embedded operating system operations, experimental classical producers and co
一本bios手册
- 一本bios的手册,经典的东西.-A bios handbook,a classical handbook.
ucore-lab5
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验5:进程同步。实验目的:熟悉ucore中的进程同步机制,了解操作系统为进程同步提供的底层支持;在ucore中实现信号量(semaphore)机制;理解管程机制,在ucore中增加对条件变量(condition variable)的支持;了解经典进程同步问题,并使用
banker_code
- 操作系统中的经典问题:银行家算法 - In operating system classical question: Banker algorithm
Operatingsystem
- 操作系统课件 这个课件我看了 很经典 比较好 容易理解-Operating system software is the software I have seen relatively easy to understand classical
LINUXCore
- linux经典源码。附上大师分析。为研究操作系统之人良好参考用书。-linux classical source. Master attached analysis. To study the operating system of the human good reference book.
c
- 操作系统实验指导书(用c语言实现了操作系统里的几个经典算法!)-Operating experimental instructions (with c language to implement the operating system in several classical algorithm!)
ProCom
- 实现操作系统的PV操作中的经典算法——生产者消费者-PV operation to achieve the operating system in the classical algorithm- producers and consumers
1
- 这是操作系统的经典算法——银行家算法,希望大家好好珍惜吧-This is the operating system of the classical algorithm- Banker' s algorithm, I hope you cherish it! ! !
11
- 进程的死锁避免算法(银行家算法实现) 一:实验目的: 根据银行家算法的思想,编写程序,解决并发进程的死锁问题。 二:实验要求: (1)本实验要求设计并实现银行家算法。银行家算法是死锁避免的经典算法,其核心思想是:进程动态地申请资源,每次申请资源时系统都执行安全状态检查算法判断本次申请是否会造成系统处于不安全状态,如果不安全则阻塞进程;如果安全状态,则完成资源分配。 (2)安全状态检查算法的思想是找到一个安全序列,使所有进程都能执行完毕。如果找到,则处于安全状态,否则为不安全状
producer_consumer(win32)
- 操作系统实验——生产者消费者问题。通过在win32环境下的编程,熟悉操作系统中的多线程技术,解决经典的生产者消费者问题-operating system---try to solve the classical problem--- producer and consumer
吃水果
- 经典问题 吃水果问题 使用信号量解决进程同步(classical question fruit eating)