
操作系统(双语)
文章平均质量分 95
记录一些操作系统课程中的笔记和实验报告
Bug-Man-xzh
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
操作系统实验2:Threading Matrix Multiply
Experiment Object Experiment Content In this assignment you have to write a version of matrix multiply that uses threads to divide up the work necessary to compute the product of two matrices. There are several ways to improve the performance using thread原创 2022-04-27 19:47:59 · 1302 阅读 · 1 评论 -
操作系统实验1:进程相关操作(英文版)
Experiment1:Operation on Precess Student: 61520711 Xu Zihang Date: 2022/4/17 Experiment object Learn how to create, work with and manipulate processes in Linux. Experiment content Task1 Write a CPU bound C program and a I/O bound C program (e.g. use a num原创 2022-04-18 09:56:27 · 1878 阅读 · 0 评论