#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://github.com/lululu528/test/blob/master/数独
psp2.1 | personal software process stades | 预估(h) | 实际(h) |
---|---|---|---|
Planning | 计划 | 20 | 24 |
Estimate | 估计时间 | 100 | 120 |
Development | 开发 | 20 | 25 |
Analysls | 需求分析 | 5 | 5 |
Design Spec | 生成设计文档 | 6 | 5 |
Coding Standard | 代码规范 | 10 | 15 |
Design | 具体设计 | 20 | 30 |
Coding | 具体编码 | 25 | 40 |
Code Review | 代码复查 | 4 | 5 |
Test | 测试 | 5 | 5 |
Reporting | 报告 | 4 | 5 |
Test Report | 测试报告 | 4 | 5 |
汇总 | 200 | 240 |
题目暂时还看不懂
工具暂时还不会使用