![详细设计说明书(LLD模板)_第1页](http://file3.renrendoc.com/fileroot_temp3/2022-3/4/f3c2d128-723f-4d70-b5c8-c8a66d3d3815/f3c2d128-723f-4d70-b5c8-c8a66d3d38151.gif)
![详细设计说明书(LLD模板)_第2页](http://file3.renrendoc.com/fileroot_temp3/2022-3/4/f3c2d128-723f-4d70-b5c8-c8a66d3d3815/f3c2d128-723f-4d70-b5c8-c8a66d3d38152.gif)
![详细设计说明书(LLD模板)_第3页](http://file3.renrendoc.com/fileroot_temp3/2022-3/4/f3c2d128-723f-4d70-b5c8-c8a66d3d3815/f3c2d128-723f-4d70-b5c8-c8a66d3d38153.gif)
![详细设计说明书(LLD模板)_第4页](http://file3.renrendoc.com/fileroot_temp3/2022-3/4/f3c2d128-723f-4d70-b5c8-c8a66d3d3815/f3c2d128-723f-4d70-b5c8-c8a66d3d38154.gif)
![详细设计说明书(LLD模板)_第5页](http://file3.renrendoc.com/fileroot_temp3/2022-3/4/f3c2d128-723f-4d70-b5c8-c8a66d3d3815/f3c2d128-723f-4d70-b5c8-c8a66d3d38155.gif)
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、XX Low Level Design SpecificationXX 详细设计说明书 Konka Research Institute康佳研究院Product version 产品版本Confidentiality level密级Project ID项目IDTotal pages:共12页XX Low Level Design SpecificationXX 详细设计说明书Prepared by 拟制Date日期yyyy-mm-ddReviewed by 评审人Date日期yyyy-mm-ddApproved by批准Date日期yyyy-mm-ddAuthorized by签发Date日期
2、yyyy-mm-ddKonka Research Institute康佳研究院All rights reserved版权所有 侵权必究Revision record 修订记录Date日期Revision version修订版本Description描述Author作者2001-06-081.00initial 初稿完成name 作者名yyyy-mm-dd1.01revised xxx 修改XXXname 作者名yyyy-mm-dd1.02revised xxx 修改XXXname 作者名yyyy-mm-dd2.00revised xxx 修改XXXname 作者名Distribution LI
3、ST 分发记录Copy No.Holder's Name & Role 持有者和角色Issue Date 分发日期1<PDT R&D Representative>yyyy-mm-dd2<Project Manager>yyyy-mm-dd3<Team members>yyyy-mm-dd4<Customer Representative>yyyy-mm-dd5<Others>yyyy-mm-ddCatalog 目 录1Introduction 简介61.1Purpose 目的61.2Scope 范围62Det
4、ailed Design 详细设计62.1Module 1 Detail Design 模块1详细设计62.1.1Data Description 数据描述62.1.1.1Simple Data Description 简单数据描述;62.1.1.2Structure 1 or Class 1 结构1或类172.1.1.3Structure 2 or Class 2 结构2或类272.1.2Function Description 函数描述82.1.2.1Function 1 函数182.1.2.2Function 2 函数29Table of contents for the table表目
5、录Table 1 XX 表1 XX6Table of contents for the figure图目录 Figure 1 XX 图 1 XX7XX Low Level Design SpecificationXX 详细设计说明书Keywords 关键词:能够体现文档描述内容主要方面的词汇。 Words that will reflect main contents of the document.Abstract 摘 要:List of abbreviations 缩略语清单:对本文所用缩略语进行说明,要求提供每个缩略语的英文全名和中文解释。 Describe abbreviations
6、in this document, full spelling of the abbreviation and Chinese explanation should be provided.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 sectio
7、n should address areas which this document includes and that are specifically excludes. 本节应描述文档所包括和不包括的内容。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。.对于在概要
8、设计说明书中给出的软件实体,本节集中描述它们的详细描述部分。2.1 Module 1 Detail Design 模块1详细设计Describe data that defined or used in the module, including:simple data i.e. global variable or constant within the module;complex data i.e. class or structure .描述模块中定义和使用的数据,包括:简单数据,如模块级的全局变量、常量;复合数据,如模块内部的类、结构,.;2.1.1 Data Description
9、 数据描述describe simple variables and constant of the module in section 2.1.1.1;describe complex data from section 2.1.1.2, such as class、structure;在2.1.1.1中描述本模块中的简单变量、常量;从2.1.1.2起描述本模块中的复合数据,如类、结构等;2.1.1.1 Simple Data Description 简单数据描述;describe simple variables、constant used or defined in this modul
10、e;描述在本模块中定义和使用的简单变量、常量;2.1.1.2 Structure 1 or Class 1 结构1或类1define and describe the Data structure;定义和说明该数据结构;2.1.1.3 Structure 2 or Class 2 结构2或类22.1.2 Function Description 函数描述Describe the relationships of the functions within Module描述模块内函数的调用关系2.1.2.1 Function 1 函数1 Descript the function as follo
11、ws; Function: / name of function Description: / functionality of the function Calls: / function lists which called by this function Called By: / function lists which call this funciton Table Accessed: / tables to be visited / (only for programm which involved with operation about database) Table Upd
12、ated: / tables to be modified / (only for programm which involved with operation about database) Input: / description of each input parameter , / including function description、value description, / and relationships of the parameters Output: / description of output parameter Return: / description of
13、 return value Others: / other descriptions-Implement: pseudocode or flow chart can be used here 用以下格式描述函数 Function: / 函数名称 Description: / 函数功能、性能等的描述 Calls: / 被本函数调用的函数清单 Called By: / 调用本函数的函数清单 Table Accessed: / 被访问的表(此项仅对于牵扯到数据库操作的程序) Table Updated: / 被修改的表(此项仅对于牵扯到数据库操作的程序) Input: / 输入参数说明,包括每个参数
14、的作用、取值说明及参数间关系。 Output: / 对输出参数的说明。 Return: / 函数返回值的说明 Others: / 其它说明-实现: 这里可以使用伪码或流程图2.1.2.2 Function 2 函数2参考资料清单:请罗列本文档所参考的有关参考文献和相关文档,格式如下:作者书名(或杂志、文献、文档)出版社(或期号、卷号、公司文档编号)出版日期+起止页码例如:1 D. B. Leeson, “A Simple Model of Feedback Oscillator Noise Spectrum,” Proc. IEEE, pp329-330, February 1966 (英文文章格式)2 D. Wolaver, Phase-Locked Loop Circuit Design, Prentice H
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 执行案件代理合同(2篇)
- 八年级上册道德与法治第二单元 遵守社会规则 复习听课评课记录
- 冀教版历史九年级上册第2课《古代印度文明》听课评课记录
- 新版(修订版)北师大版小学五年级数学下册听评课记录精写
- 苏科版数学八年级上册4.3《实数》听评课记录2
- 湘教版数学七年级上册《2.5整式的加法和减法(1)》听评课记录5
- 苏教版数学九年级上册听评课记录《2-1圆(2)》
- 苏科版数学八年级上册《4.2 立方根》听评课记录
- 华师大版历史九年级上册第6课《古希腊罗马文化》听课评课记录
- 人民版道德与法治七年级上册5.1《心中有他人》听课评课记录
- 心脏手术麻醉的一般流程课件
- 信号与系统复习题及答案
- 班组月度考核评分表
- 部编版一年级下册《道德与法治》教学工作计划及全册教案
- 三重一大事项决策流程
- 精密配电列头柜介绍讲义
- 广东部分地区的暴雨强度公式
- 授居家二众三皈、五戒仪规
- 装修工程竣工验收报告模板
- 简单娱乐yy频道设计模板
- 防止机组非计划停运措施(锅炉专业)
评论
0/150
提交评论