« | October 2025 | » | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | | |
| 公告 |
暂无公告... |
Blog信息 |
blog名称: 日志总数:29 评论数量:48 留言数量:0 访问次数:189426 建立时间:2006年5月24日 |

| |
软件设计文档(Software Design Document) 随笔, 读书笔记
wangchuanfa 发表于 2006/11/2 9:40:18 |
封面:
项目(产品、模块)名
软件设计文档
文档编号
公司名称及联系电话、Email等
次页:
版权声明,Copyright(C) XXXX. All rights resvered. No part of this publication may be reproduced, photocopied, stored in a retrieval system, or transmitted without the express prior consent of XXXX.
XXXX makes no representations or warranties with respect to the contents or use of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. XXXX reserves the right to revise this document and make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes.
索引(Contents):
1 介绍(Introduction)
1.1 目的(Purpose)
1.2 范围(Scope)
1.3 缩略语及术语(Abbreviations and Acronyms)
1.4 参考(References)
1.5 文档组织(Document Organization)
2 高层设计(High Level Design)
2.1 顶层设计描述(Level 0 Design Description)
【软件系统环境Software System Context】
【软件系统架构Software System Architecture】
2.2 层一设计描述(Level 1 Design Description)
【切分(解析)描述Decomposition Description】
【数据切分Data Decompostion】
【依赖型描述Dependency Description】
【接口描述Interface Description】
2.3 层二设计描述(Level 2 Design Description)
【切分描述Decomposition Description】
2.4 依赖性描述(Dependency Description)
【模块间依赖关系InterModule Dependencies】
2.5 接口描述(Interface Description)
【模块接口Module Interface】
3 详细设计(Detailed Design)
【模块详细设计,功能、接口、流程图、状态图、数据结构】
4 配置及控制(Configuration and Control)
4.1 配置与控制概要(Overview)
4.2 启动(Startup)
4.3 关闭(Shutdown)
4.4 创建新业务入口(Creation of New Entries)
4.5 删除业务入口(Deletion of Entries)
5 错误处理(Error Handling)
5.1 系统级错误(System Error)
5.2 接口错误(Interface Error)
5.3 协议错误(Protocol Error) |
|
|