他早已失明,现在依然失明,只是走到厨房门口,听见了她们在阳台上说的话,听见了笑声雨声和水声,呼吸到了带肥皂味的空气,然后回到了沙发上,正在想世界上还存在生活,正在问这生活是否还有他的一份

JOSÉ SARAMAGO

Read more »

Outline:

  • Intro:
    • 多处理器编程的困难
    • 用状态机理解并发算法
    • 并发控制:互斥、同步
  • 概念: 互斥
  • 并发与状态机
  • Threading API
  • Lock
  • Concurrent Data Structure based on Lock
  • Conditional Variable
  • 信号量
  • 常见并发问题
  • 基于事件的并发

Ref:

  • Operating Systems Three Easy pieces
  • JYY OS
Read more »

Outline:

  • Processes
  • Programs == Processes
  • Threads( 只写到这两部分 )
  • Interprocess Communication
  • Scheduling
  • Classical IPC problems
  • Summary

ref:

  • Modern Operation Systems
  • OS Lesson --- 蒋炎岩

Read more »

  • Outline:
    • 源码测试
    • 移动应用
    • AI测试

Thanks to 191250025 and other classmates

  • This document is used to the Final Review of this course
Read more »
0%