ImageVerifierCode 换一换
格式:DOC , 页数:12 ,大小:99KB ,
资源ID:2172746      下载积分:15 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-2172746.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(华为软件详细设计模板.doc)为本站会员(ng****60)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

华为软件详细设计模板.doc

1、产品名称Product name 密级 Confidentiality level产品版本 Product version Total 12pages 共12页XX Low Level Design SpecificationXX 详细设计说明书Prepared by 拟制Name+ID姓名+工号Date日期yyyy-mm-ddReviewed by 评审人Date日期yyyy-mm-ddApproved by批准Date日期yyyy-mm-ddXXXX Co., Ltd. XXXX有限公司XX Low Level Design SpecificationXX 详细设计说明书Please in

2、put confidentiality level 请输入密级Page 2 , Total 12 第2页,共12页 Revision Record 修订记录Date日期Revision Version修订版本CR ID / Defect IDCR号Sec No. 修改章节Change Description修改描述Author作者1.1.XX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level 请输入密级Page 3 , Total 12 第3页,共12页 Catalog 目 录1 Introdu

3、ction 简介 .61.1 Purpose 目的 .61.2 Scope 范围 .62 Detailed Design 详细设计 .62.1 Module 1 Detail Design 模块1详细设计 .62.1.1 Data Description 数据描述 .62.1.2 Function Description 函数描述 .82.2 Module 2 Datail Design 模块2详细设计 .112.3 Error Process 错误处理 .112.3.1 System Error 系统错误 .112.3.2 Interface Error 接口错误 .112.3.3 Prot

4、ocol Error 协议错误 .11XX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level 请输入密级Page 4 , Total 12 第4页,共12页 Table List 表目录Table1 *表 .错误!未定义书签。表1 *表 .错误!未定义书签。Figure List 图目录Figure 1 Module 1 Structure Chart 模块1结构图 .8XX Low Level Design SpecificationXX 详细设计说明书Please input confide

5、ntiality level 请输入密级Page 5 , Total 12 第5页,共12页 XX Low Level Design SpecificationXX 详细设计说明书Keywords 关键词:Abstract 摘 要:List of abbreviations 缩略语清单: Abbreviations缩略语 Full spelling 英文全名 Chinese explanation 中文解释XX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level 请输入密级Page 6 , Tot

6、al 12 第6页,共12页 1 Introduction 简介1.1 Purpose 目的To descript the purpose of this document. In general, LLD specification can be used to guide the coding activities directly.描述本文的目的,一般详细设计必须能够直接指导编码活动。1.2 Scope 范围This section should address areas which this document includes and that are specifically ex

7、cludes. 本节应描述文档所包括和不包括的内容。2 Detailed Design 详细设计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.1 Module 1 Detail Design 模块1详细设计Describe data t

8、hat 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.1 Data Description 数据描述Describe simple variables, constant or macro of the module in sec

9、tion 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 简单数据描述describe simple variables、 constant or macro used or defined in this module;描述在本模块中定义和使用的简单变量、常量、宏;XX Low Level Design Specifica

10、tionXX 详细设计说明书Please input confidentiality level 请输入密级Page 7 , Total 12 第7页,共12页 Describes simple variables, constants used or defined in this module;The description of simple data should follow the format below:Function Description: Describing the usage of the dataData Definition: Defining the data

11、按照下列格式进行简单数据的描述功能描述:描述该数据的用途数据定义:定义该数据2. Structure 1 结构1Define and describe the Data structure (include union)定义和说明该数据结构 (包括联合 );The description of data structure should follow the format below:Data Structure Description: Describing the usage of the data structureData Structure Definition: Defining

12、the data structure with the actual programing languageData Items Description:Data Type Data Item Definition Data Item Description按照下列格式进行数据结构的描述数据结构描述:描述该数据结构的用途数据结构定义:用实际的编程语言定义该数据结构数据项描述:数据类型 数据项定义 数据项描述3. Structure 2 结构2XX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level

13、 请输入密级Page 8 , Total 12 第8页,共12页 2.1.2 Function Description 函数描述This section should follow the format below:Identification: Title of the moduleType: Type of the module, for example, the module in Level 2 Design, the process in Level 1 Design, etc.Function Description: Describing the functions of the

14、 module in brief, which should be consistent with the related section in HLD documents.Function Invoking Relation: Using the Hierarchy Chart or Structure Chart to describe it, for example:本节应按照下列格式进行描述:标识:模块名称类型:模块类型,如, 2级设计中的模块, 1级设计中的进程功能概述:简要描述本模块功能,要和概要设计文档中相关模块分解的描述一致。函数调用关系 : 用层次图或结构图的方式描述函数调用

15、关系,如: Function1Function2 Function3A,BC D,EFigure 1 Module 1 Structure Chart 模块1结构图1. Function 1 函数1Descript the function as follows;Function: / name of functionDescription: / functionality of the functionCalls: / function lists which called by this functionData Accessed: / global variables or databa

16、se tables to be visited Data Updated: / global variables or database tables to be modified Input: / description of each input parameter,/ including function description、 value description,/ and relationships of the parametersOutput: / description of output parameterReturn: / description of return va

17、lueXX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level 请输入密级Page 9 , Total 12 第9页,共12页 Others: / other descriptions-Implement: pseudo code or flow chart can be used here用以下格式描述函数 Function: / 函数名称Description: / 函数功能、性能等的描述Calls: / 被本函数调用的函数清单Data Accessed: / 被访问的全局变量和数据库表Dat

18、a Updated: / 被修改的全局变量和数据库表Input: / 输入参数说明,包括每个参数的作用、取值说明及参数间关系。Output: / 对输出参数的说明。Return: / 函数返回值的说明Others: / 其它说明-实现: 这里可以使用伪码或流程图例子 :m2ua_return_t m2ua_nif_sendto_mtp2/*该函数重用原来 MTP3模块中提供的向 MTP2发消息的函数 */if 链路号不合法 返回 M2UA_FAILURE,失败if 消息类型不正确 返回 M2UA_FAILURE ,失败if 参数指针为空 返回 M2UA_FAILURE ,失败调用 消息申请函数

19、 VOS_AllocMsg,为临时变量 pMsg申请消息包空间if 申请消息包失败 返回 M2UA_FAILURE,消息申请函数填写发送模块信息到 pMsg调用 设备管理的函数 Dev_FromVspCardNoGetCpuid,填写目的板的 CPUIDif 调用失败调用 VOS_FreeMsg,释放 pMsg的消息包空间返回 M2UA_FAILURE,失败填写目的功能模块号到 pMsg填上消息包的具体内容调用 消息发送函数 VOS_SendMsg, VOS把消息包发送到给 MTP2返回 M2UA_SUCCESS,成功XX Low Level Design SpecificationXX 详细设计说明书Please input confidentiality level 请输入密级Page 10 , Total 12 第10页,共12页 2. Function 2 函数2

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。