2020软件工程作业03
#2020软件工程作业03 | |
---|---|
软件工程 | https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1 |
本作业要求 | https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1/homework/10494 |
这个作业的目标 | 实现一个命令行程序,不妨称之为Sudoku。 |
作业正文 | 如下文 |
本次作业的参考 | https://blog.csdn.net/u011562187/article/details/57419641 |
https://github.com/2424052572/yangwenyu |
PSP2.1 | Personal Software Process Stages | 预估耗时(分钟) | 实际耗时(分钟) |
---|---|---|---|
Planning | 计划 | 100 | 120 |
Estimate | 估计这个任务需要多少时间 | 1000 | 1500 |
Development | 开发 | 100 | 120 |
Analysis | 需求分析 (包括学习新技术) | 240 | 200 |
Design Spec | 生成设计文档 | 240 | 300 |
Design Review | 设计复审 | 60 | 80 |
Coding Standard | 代码规范 (为目前的开发制定合适的规范) | 60 | 60 |
Design | 具体设计 | 120 | 100 |
Coding | 具体编码 | 120 | 120 |
Code Review | 代码复审 | 60 | 60 |
Test | 测试(自我测试,修改代码,提交修改) | 60 | 50 |
Reporting | 报告 | 60 | 60 |
Test Repor | 测试报告 | 60 | 60 |
Size Measurement | 计算工作量 | 60 | 60 |
Postmortem & Process Improvement Plan | 事后总结, 并提出过程改进计划 | 60 | 60 |
合计 |