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 »

Outline:

  • UAG的DFS树

  • UAG的DFS框架

  • UAG的DFS应用

    • 容错连通

      • 寻找割点

      • 寻找桥

Ref:

  • 算法设计与分析(Algorithm design and analysis) by 黄宇
Read more »

Outline:

  • BFS

    • skeleton

    • 证明: \(v.dis = \delta(s,v)\)

    • BFS树

    • 应用

  • DFS

    • s → all

Ref:

  • 算法设计与分析(Algorithm design and analysis) by 黄宇
Read more »
0%