资源列表
ch02
- operating system structure
ch04
- operating system multithread programming
ConsoleApplication1
- 操作系统作业调度,操作系统实验二,作业调度的实验(Operating system job scheduling)
aa
- goooglexiaochengxujiandan
操作系统
- 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))
directed
- ALgorithms code for directed graphs
semaphore
- 生产者消费者 生产者生产数据到缓冲区中,消费者从缓冲区中取数据(productor deliver data to the buffer consumer get data from the buffer)
dumsdasdasmyCo)
- so good my english as to ai cannot is notwrite the descr iption accurately
uCos-II
- uCOSII源码.μC/OSII是著名的、源码公开的实时内核,是专为嵌入式应用设计的,可用于各类8位、16位和32位单片机或DSP。从μC/OS算起,该内核已有10余年应用史,在诸多领域得到了广泛应用。(The C/OSII is a well-known, open source real-time kernel that is designed for embedded applications. It can be used for all kinds of 8 bit, 16 bit a
test1
- 生产者消费者问题-经典进程同步问题——生产者消费者问题及其同步方案;(produce&comsumer produce&comsumerproduce&comsumerproduce&comsumer)
FSP-BayTrail
- Intel BayTrail平台的固件支持包,用于开发bios,coreboot等引导系统。(The firmware support package of Intel BayTrail platform is used to develop BIOS, coreboot and other boot systems.)
OS exercise 1
- 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n