仓库非标准答案,只是作者在阅读操作系统导论时的解答,以及对部分README的翻译 本人翻译水平有限,见谅。欢迎指出错误 部分章节课后习题的英文翻译书上是没有的,但在原版上存在: 英文原版: : 书籍翻译: : 代码无法运行 本书代码测试环境为Intel x64 / Ubuntu gcc版本为: gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) Python2版本: Python 2.7.18 Python3版本: Python 3.8.5 第三方Python3库: pip3 install matplotlib numpy 遇到无法运行的代码请检查是否为版本问题
2021-12-29 09:56:18 872KB 系统开源
1
餐饮哲学家:我对OS课的介绍| 主题:餐饮哲学家的模拟
1
CPU_Scheduling_Simulation:模拟两种操作系统调度算法:先到先服务(FCFS)和循环调度(RR)
2021-12-26 19:48:54 8KB c queue operating-system fcfs
1
操作系统:基于Nachos和XV6的PKU OS课程项目和注释
2021-12-25 19:33:08 12.45MB operating-system xv6 nachos OperatingsystemC++
1
操作系统 凌应标操作系统实验中山大学
2021-12-22 23:41:18 7.37MB 系统开源
1
PowerPC Operating Environment Architecture
2021-12-20 23:09:18 724KB PowerPC Operating Environment Architecture
1
Operating Systems-Three Easy Pieces V1.0, 带书签。 To Everyone Welcome to this book! We hope you’ll enjoy reading it as much as we enjoyed writing it. The book is called Operating Systems: Three Easy Pieces (available at http://www.ostep.org), and the title is obviously an homage to one of the greatest sets of lecture notes ever created, by one Richard Feynman on the topic of Physics [F96]. While this book will undoubtedly fall short of the high standard set by that famous physicist, perhaps it will be good enough for you in your quest to understand what operating systems (and more generally, systems) are all about.
2021-12-16 16:42:35 4.36MB V1.0 Operating System Three
1
操作系统原理实验(课程项目) 中山大学计算机学院 操作系统原理实验(Operating Systems Laboratory, DCS218) 教师:凌应标 2018-2019 学年第二学期(大二下) 实验目录 序号 名称 简介 镜像文件 成绩 1 在裸机(虚拟机)上运行自己的程序 A++ 2 实现监控程序(原始操作系统)执行用户程序这一项基本功能 A++ 3 用C和汇编实现操作系统内核,并增加批处理能力 A+++ 4 用时钟中断、键盘中断等处理异步事件 A+++ 5 实现原型操作系统中一些基本的系统调用 A++ 6 多进程分时系统,采用时间片轮转调度进程运行 A+++ 7 五状态进程模型,支持 fork、wait 和 exit A+++ 特色 GCC + NASM 实模式(16 位兼容的 32 位代码); 使用 Shell 脚本自动编译、链接、整合; 未经美化的界面 软盘镜像仅在 VMw
2021-12-16 10:32:14 1.53MB sysu operating-system-learning x86-os Assembly
1
Is the third volume of carefully edited chapters devoted to the Robot Operating System (ROS) with working examples, demonstrations and illustrations .Editors: Koubaa, Anis (Ed.)
2021-12-13 22:35:03 32.07MB ROS The Complete Koubaa
1
Robot Operating System (ROS): The Complete Reference (Volume 4) Anis Koubaa This is the fourth volume of the successful series Robot Operating Systems: The Complete Reference, providing a comprehensive overview of robot operating systems (ROS), which is currently the main development framework for robotics applications, as well as the latest trends and contributed systems. The book is divided into four parts: Part 1 features two papers on navigation, discussing SLAM and path planning. Part 2 focuses on the integration of ROS into quadcopters and their control. Part 3 then discusses two emerging applications for robotics: cloud robotics, and video stabilization. Part 4 presents tools developed for ROS; the first is a practical alternative to the roslaunch system, and the second is related to penetration testing. This book is a valuable resource for ROS users and wanting to learn more about ROS capabilities and features.
2021-12-13 22:33:53 6.77MB ros 机器人
1