drgs付费是什么意思
Appearance
百度 中国气象局出台关于生态文明建设气象保障服务发展意见;多省出台气候资源开发利用与保护条例;《霾的观测识别》完成数据验证、试用及审查;《气候可行性论证报告编制》等3项标准完成编制并通过审查。
OSP, an Environment for Operating System Projects, is a teaching operating system designed to provide an environment for an introductory course in operating systems. By selectively omitting specific modules of the operating system and having the students re-implement the missing functionality, an instructor can generate projects that require students to understand fundamental operating system concepts.
The distribution includes the OSP project generator, which can be used to package a project and produce stubs (files that are empty except for required components, and that can be compiled) for the files that the students must implement. OSP includes a simulator that the student code runs on.
See also
[edit]References
[edit]- OSP: An Environment for Operating System Projects by Michael Kifer and Scott A. Smolka, Addison Wesley, 1991, 86 pages (2nd printing in 1992).
External links
[edit]- 1992 paper (ACM portal)
- 1996 paper