(完整版)华为软件详细设计模板(可编辑修改word版)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
XX Low Level Design Specification
XX 详细设计说明书
Prepared 拟制 by
Name+ID 姓名+工号
Date 日期 yyyy-mm-dd Reviewed 评审人 by Date 日期 yyyy-mm-dd Approved 批准
by
Date 日期
yyyy-mm-dd
XXXX Co., Ltd. XXXX 有限公司
Revision Record 修订记录
Catalog 目录
1Introduction 简介 (6)
1.1Purpose 目的 (6)
1.2Scope 范围 (6)
2Detailed Design 详细设计 (6)
2.1Module 1 Detail Design 模块1详细设计 (6)
2.1.1Data Description 数据描述 (6)
2.1.2Function Description 函数描述 (8)
2.2Module 2 Datail Design 模块2详细设计 (11)
2.3Error Process 错误处理 (11)
2.3.1System Error 系统错误 (11)
2.3.2Interface Error 接口错误 (11)
2.3.3Protocol Error 协议错误 (11)
Table List 表目录
Table1 **表.........................................................................................................错误!未定义书签。表1 **表 ...............................................................................................................错误!未定义书签。
Figure List 图目录
Figure 1 Module 1 Structure Chart 模块1结构图 (8)
XX Low Level Design Specification
XX 详细设计说明书
K e y w o r d s关键词:
Abstract 摘要:
L i s t o f a bb r e v i a t i o n s缩略语清单:<对本文所用缩略语进行说明,要求提供每个缩略语的英文全名和中文解释。D e s c r i b e a bb r e v i a t i o n s i n t h i s do c u m e n t,f u ll s p e lli n g o f t h e a bb r e v i a t i o n a n d C h i n e s e e x p l a n a t i o n s h o u l d b e p r o v i d e d.>
1I n t r od u c t i o n简介
1.1Purpose 目的
To descript the purpose of this document. In general, LLD specification can be used to guide the coding activities directly.
描述本文的目的,一般详细设计必须能够直接指导编码活动。
1.2Scope 范围
This section should address areas which this document includes and that are specifically excludes.
本节应描述文档所包括和不包括的内容。
2D e t a il e d D e s i g n详细设计
This section should focus on the description of the detailed design of the software entities that are a part of the software being described by the HLD Specification。.
对于在概要设计说明书中给出的软件实体,本节集中描述它们的详细描述部分。
2.1Module 1 Detail Design 模块1详细设计
Describe data that defined or used in the module, including:
simple data i.e. global variable, constant or macro within the module;
complex data i.e. Structure or union....
描述模块中定义和使用的数据,包括:
简单数据,如模块级的全局变量、常量、宏;
复合数据,如模块内部的结构、联合 ..... ;
2.1.1Data Description 数据描述
Describe simple variables, constant or macro of the module in section 2.1.1.1;
Describe complex data from section 2.1.1.2, such as structure, union;
在2.1.1.1中描述本模块中的简单变量、常量、宏;
从2.1.1.2起描述本模块中的复合数据,如结构、联合等;
1.Simple Data Description 简单数据描述