Scheduling Posted on 2020-08-12 Edited on 2025-02-13 In OS 问题有多个就绪的进程或线程,哪一个应该先执行? When to schedule Process creates Process exits Process blocks on IO IO interrupts Read more »
IPC Posted on 2020-08-12 Edited on 2025-02-13 In OS IPCinter process communication Race Condition2 process want to eat same cake Read more »
Process Posted on 2020-08-12 Edited on 2025-02-13 In OS definitionThe running program Process versus Thread内存 进程有独立的内存空间 线程之间共享内存空间 Read more »
系统测试 Posted on 2020-08-11 Edited on 2025-02-13 In 软件工程概论 软件配置软件生存周期各个阶段活动的产物经审批后即可称之为软件配置项 过程 Function Test Performance Test Acceptance Test Installation Test Read more »
单元测试 Posted on 2020-08-09 Edited on 2025-02-13 In 软件工程概论 黑白盒黑盒 已知产品所应具有的功能,通过测试来检测每个功能是否都能正常使用 白盒 已知产品的内部工作过程,可以通过测试证明每种内部操作是否符合设计规格要求,所有内部成分是否以经过检查 Read more »
软件实现 Posted on 2020-08-08 Edited on 2025-02-13 标准文档 Internal Documentation External Documentation Read more »
系统设计 Posted on 2020-08-07 Edited on 2025-02-13 In 软件工程概论 设计的定义Design is the creative process of transforming the problem into a solution, the description of the solution is call the DESIGN. Read more »