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

加入VIP,免费下载
 

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

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

下载须知

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

版权提示 | 免责声明

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

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

1、华为软件详细设计模板华为软件详细设计模板产品名称Product name密级Confidentiality level产品版本Product versionTotal 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有限公司 Revision Record 修订记录Date日期Revision

2、Version修订版本CR ID / Defect IDCR号Sec No. 修改章节Change Description修改描述Author作者1.1.Catalog 目 录1 Introduction 简介 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

3、Error Process 错误处理 112.3.1 System Error 系统错误 112.3.2 Interface Error 接口错误 112.3.3 Protocol Error 协议错误 11Table List 表目录Table1 *表 错误!未定义书签。表1 *表 错误!未定义书签。Figure List 图目录Figure 1 Module 1 Structure Chart 模块1结构图 8XX Low Level Design SpecificationXX 详细设计说明书Keywords 关键词:Abstract 摘 要:List of abbreviations

4、缩略语清单: Abbreviations缩略语Full spelling 英文全名Chinese explanation 中文解释1Introduction 简介1.1Purpose 目的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 thi

5、s document includes and that are specifically excludes. 本节应描述文档所包括和不包括的内容。2Detailed 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

6、 Module 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 varia

7、bles, 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 简单数据描述describe simple variables、constant or macro used or defined in this module;描述在本模块中定义和使用

8、的简单变量、常量、宏;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按照下列格式进行简单数据的描述功能描述:描述该数据的用途数据定义:定义该数据2.Structure 1 结构1Define and desc

9、ribe 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 the data structure with the actual programing languageData Items Descript

10、ion:Data TypeData Item DefinitionData Item Description按照下列格式进行数据结构的描述数据结构描述:描述该数据结构的用途数据结构定义:用实际的编程语言定义该数据结构数据项描述:数据类型数据项定义数据项描述3.Structure 2 结构22.1.2Function Description 函数描述This section should follow the format below:Identification: Title of the moduleType: Type of the module, for example, the mod

11、ule in Level 2 Design, the process in Level 1 Design, etc.Function Description: Describing the functions of the 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:本

12、节应按照下列格式进行描述:标识:模块名称类型:模块类型,如,2级设计中的模块,1级设计中的进程功能概述:简要描述本模块功能,要和概要设计文档中相关模块分解的描述一致。函数调用关系: 用层次图或结构图的方式描述函数调用关系,如:Figure 1 Module 1 Structure Chart 模块1结构图1.Function 1 函数1 Descript the function as follows; Function: / name of function Description: / functionality of the function Calls: / function list

13、s which called by this function Data Accessed: / global variables or database 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 parameter

14、s Output: / description of output parameter Return: / description of return value Others: / other descriptions-Implement: pseudo code or flow chart can be used here 用以下格式描述函数 Function: / 函数名称 Description: / 函数功能、性能等的描述 Calls: / 被本函数调用的函数清单 Data Accessed: / 被访问的全局变量和数据库表 Data Updated: / 被修改的全局变量和数据库表

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

16、包空间if 申请消息包失败 返回 M2UA_FAILURE,消息申请函数填写发送模块信息到pMsg调用 设备管理的函数Dev_FromVspCardNoGetCpuid,填写目的板的CPUIDif 调用失败 调用 VOS_FreeMsg,释放pMsg的消息包空间 返回 M2UA_FAILURE,失败填写目的功能模块号到pMsg填上消息包的具体内容调用 消息发送函数VOS_SendMsg,VOS把消息包发送到给MTP2返回 M2UA_SUCCESS,成功2.Function 2 函数22.2Module 2 Datail Design 模块2详细设计2.3Error Process 错误处理2.

17、3.1System Error 系统错误Describes how the errors, such as memory allocation failure, task creation failure, to be processed.描述象内存分配失败,任务创建失败等错误是如何被处理的。2.3.2Interface Error 接口错误Describes the error codes to be generated for the external entities.描述将要产生并给外部实体用的错误码2.3.3Protocol Error 协议错误Describes how to ha

18、ndle the errors not mentioned in the protocols. (Optional)描述在协议中没有描述的情况如何处理。(可选)List of reference 参考资料清单:Please list referred literature and related documents, format:请罗列本文档所参考的有关参考文献和相关文档,格式如下:Author + book name (or magazine, literature, document) + publishing company (or issue No., volume No., int

19、ernal documentation ID) + publishing date + start and end page number,作者书名(或杂志、文献、文档)出版社(或期号、卷号、公司文档编号)出版日期+起止页码examples:例如:1D. B. Leeson, “A Simple Model of Feedback Oscillator Noise Spectrum,” Proc. IEEE, pp329-330, February 1966 (英文文章格式)2D. Wolaver, Phase-Locked Loop Circuit Design, Prentice Hall, New Jersey,1991 (英文书籍格式)3王阳元,奚雪梅等,“薄膜SOI/CMOS SPICE电路模拟”,电子学报,vol.22,No.5,1994 (中文文章格式)4郑筠,MOS存储系统及技术,科学出版社,1990 (中文书籍格式)5XXX,SDXXX用户手册 V1.1,基础部文档室,2001/4/26

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1