华为软件概要设计模板.doc

上传人:hw****26 文档编号:4141185 上传时间:2019-09-29 格式:DOC 页数:16 大小:103.50KB
下载 相关 举报
华为软件概要设计模板.doc_第1页
第1页 / 共16页
华为软件概要设计模板.doc_第2页
第2页 / 共16页
华为软件概要设计模板.doc_第3页
第3页 / 共16页
华为软件概要设计模板.doc_第4页
第4页 / 共16页
华为软件概要设计模板.doc_第5页
第5页 / 共16页
点击查看更多>>
资源描述

1、产品名称Product name 密级 Confidentiality level 产品版本 Product version Total 16pages 共16页 XX High 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有限公司 XX High Level Design Specificat

2、ion XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 2 , Total 16 第2页,共16页 Revision Record 修订记录 Date 日期 Revisio n Version 修订 版本 CR ID / Defec t ID CR号 Sec No. 修改 章节 Change Description 修改描述 Author 作者 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 3

3、 , Total 16 第3页,共16页 Catalog 目 录 1 Introduction 简介 .6 1.1 Purpose 目的 6 1.2 Scope 范围 .6 1.2.1 Name 软件名称 .6 1.2.2 Functions 软件功能 .6 1.2.3 Applications软件应用 .6 2 High Level Design概要设计 .6 2.1 Level 0 Design Description第零层设计描述 6 2.1.1 Software System Context Definition 软件系统上下文定义 6 2.1.2 Design Considerati

4、ons (Optional)设计思路( 可选 ) .7 2.2 Level 1 Design Description第一层设计描述 8 2.2.1 Decomposition Description分解描述 .8 2.2.2 Dependency Description依赖性描述 .9 2.2.3 Interface Description接口描述 .10 2.3 Level 2 Design Description (Optional)第二层设计描述(可选) 12 2.3.1 Module name (1) 模块1名称 12 2.3.2 Module name (2) 模块2名称 13 2.

5、4 Configuration and Control (Optional)配置和控制(可选) .14 2.4.1 Startup 启动 .14 2.4.2 Closing 关闭 14 2.4.3 Creating MIB Table Item MIB表项的创建 14 2.4.4 Deleting MIB Table Item MIB表项的删除 14 2.4.5 Modifying MIB Table Item MIB表项的更改 14 2.5 Database (Optional)数据库(可选) 14 2.5.1 Entity, Attributes and their relationshi

6、ps 实体、属性及它们之间的关系 14 2.5.2 E-R diagram 实体关系 图 .14 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 4 , Total 16 第4页,共16页 Table List 表目录 Table1*表 .错误!未定义书签。 表1 *表 错误!未定义书签。 Figure List 图目录 Figure 1*图 .错误!未定义书签。 图 1*图 错误!未定义书签。 XX High Level Design Specificati

7、on XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 5 , Total 16 第5页,共16页 XX High Level Design Specification XX 概要设计说明书 Keywords 关键词: Abstract 摘 要: List of abbreviations 缩略语清单: Abbreviations缩略语 Full spelling 英文全名 Chinese explanation 中文解释 XX High Level Design Specification XX 概要设计说明书 Please i

8、nput confidentiality level 请输入密级 Page 6 , Total 16 第6页,共16页 1 Introduction 简介 1.1 Purpose 目的 This section should state the purpose of the document. It could also specify the intended audience. 这部分要描述文档的目的。应该指明读者。 1.2 Scope 范围 1.2.1 Name 软件名称 Identify the software by name 对软件命名 1.2.2 Functions 软件功能 E

9、xplain what the software product(s) will and will not do (either directly or by reference to another software document). 解释软件产品将完成或不完成的功能(可以直接描述也可以参考相关文档) 1.2.3 Applications 软件应用 Describe the application of the product (either directly or by reference to another software document) 描述软件的应用(可直接描述也可以参考

10、其它软件文档) 2 High Level Design 概要设计 2.1 Level 0 Design Description 第零层设计描述 2.1.1 Software System Context Definition 软件系统上下文定义 Describes the network organizing mode of the software system in actual environment (usually in drawings). Describes how the software system forms a functional entity with other

11、external entities (usually in drawings). 首先描述本软件系统在实际环境的组网方式(一般用图描述) 描述系统如何与外部实体一道组成功能实体(一般用图描述) XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 7 , Total 16 第7页,共16页 This section describes relationships between the software system to be developed and exte

12、rnal entities. Architecture Diagram, Top level DFD (Data-Flow-Diagram) or transaction diagrams can be used to describe architecture and interaction. 本节还要描述待开发软件系统与外部实体的关系 .,可以使用系统架构图、顶层数据流图、事 务图等来描述系统结构和交互关系。 All external entities of the software system (defined in Procedure of Design Specification)

13、 that interact with the software system, or affect the software system in a certain mode, for example, OS, driver, hardware, interrupt or other software systems. The property (such as message, library invoking) and type (such as OS service, communication service, system tools, etc.) of the interacti

14、on between external entities and this system. Only the contents that are helpful in the software design should be included while describing the features of an external entity. Instead of a complete description in this specification, you can make indexes to refer to the relative documents that descri

15、be the software design. For example, an index can be made for the programming guidance of the OS. 所有系统外围实体 (在设计规格流程中有定义 ),这些实体与软件系统发生交互作用或以某种方 式影响软件系统,比如,操作系统,驱动程序,硬件,中断,其它软件系统等 . 外围实体和本系统相互作用的性质 (比如,消息,库调用 )和类型 (比如, OS服务,通信服务, 系统工具等 )。描述外部实体的特性时要注意该描述一定要有助本软件的设计和描述。 为了本文档 内容的完整性,可以采用对于描述相关设计实体文档索引的

16、方式:如对于操作系统编程手册的索 引 2.1.2 Design Considerations (Optional)设计思路(可选) 2.1.2.1 Design Methodology 设计方法 Describe design methodology that shall be used in the software system design.描述本软件 系统所采取的设计方法。 2.1.2.2 Design Alternatives 设计可选方案 Analysis several alternatives of system design scheme, and specify the s

17、cheme that shall be used. 对本软件系统的几种设计方案进行分析、比较,并确定所采用的方案 2.1.2.3 Design Constraints 设计约束 1 Standards compliance 遵循标准 Describe standards that software system shall comply with.描述本软件所遵循的标准、规范 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 8 , Total 16 第8页,共

18、16页 2 Hardware Limitations 硬件限制 Describe hardware limitations of the software system.描述本软件系统实现的硬件限制 3 Technology Limitations 技术限制 Describe technology limitations of the software system.描述本软件的技术限制 2.1.2.4 Other Design Considerations 其它 Describe other design considerations of the software system.描述其它有

19、关的设计考虑 2.2 Level 1 Design Description 第一层设计描述 Architecture of the software system shall be described here. 这里要描述软件系统的总体结构。 Structure chart, Hierarchical decomposition diagram, natural language can be used to represent the architecture.总体结构描述可以使用结构图,层次分解图,自然语言。 2.2.1 Decomposition Description 分解描述 2.

20、2.1.1 Module/Subsystem Decomposition 模块/子系统分解 This section describes subsystems ,module in the system本节描述系统中的子系统和模块。 1 Module/Subsystem 1 Description 模块/子系统 1 描述 Describe as follows 按照以下格式描述: Identification 标识: Type 类型: Purpose目的: Functions 功能列表: Requirement IDs to implement 要实现的需求 ID: Submodules: 子

21、模块: If this module will be further decomposed into submodules, list all submodules here. 如果本模块还要继续划分,列出下属子模块 2 Module/Subsystem 2 Description 模块/子系统 2 描述 2.2.1.2 Concurrent Process Decomposition 并发进程处理分解 This section describes concurrent processes in the system本节描述系统中的并发进程。 In case of external entit

22、ies, Subordinates attribute need not be described. 对于外部实体,从 属属性不必描述。 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 9 , Total 16 第9页,共16页 1 Process 1 Description 进程 1 描述 Describe as follows 按照以下格式描述: Identification 标识: Type 类型: Purpose目的: Functions 功能列表:

23、This part describes the functions to be performed in the process. If the function has been described in module decomposition before, description should be made on what functions of the modules are implemented in this process. 描述本进程中要完成的功能,如功能已经在前面的模块分解中有描述,则重点描述本进程完 成了哪些模块的哪些功能。 2 Process 2 Descript

24、ion 进程 2 描述 2.2.1.3 Data Decomposition 数据分解 This section describes data stores in the system本节描述系统中的数据结构。 External data entities shall not be described.外部数据实体不必描述。 Describes the global data structure of the system, including: the data directly accessed by decomposed modules, and the data structure u

25、sed in interface of decomposed modules. When describing the data, make sure the data is the global data of the level. 本章节描述本系统中用到的全局数据结构,其中至少包括: 各分解模块直接访问的数据,被 各分解模块用来在接口中使用的结构。描述数据时要注意该数据是否真正为本级模块分解的公用 数据。 1 Data Entity 1 Description 数据实体 1 描述 Describe as follows 按照以下格式描述: Identification 标识: Type 类

26、型: Purpose目的: 2 Data Entity 2 Description 数据实体 2 描述 2.2.2 Dependency Description 依赖性描述 This section describes relationships among the design entities such as subsystems, data stores, modules, and processes etc本节描述系统中的子系统,数据结构,模块,进程等设计实 体间的关系。 XX High Level Design Specification XX 概要设计说明书 Please inpu

27、t confidentiality level 请输入密级 Page 10 , Total 16 第10页,共16页 Structure charts, transaction diagrams, MSC, ER diagram can be used to represent dependences.依赖关系描述可以使用结构图(交互)事务图,消息序列图 , ER图。 2.2.2.1 Running Design 运行设计 This section describes how the modules and the processes of this design level cooperat

28、e to perform the functional requirements of the system. MSC, transaction diagrams, Structure charts can be used to represent the running procedure. Note: All the functional requirements in SRS should be covered in the description. For Level 2, Function specification of the module to be decomposed sh

29、ould be covered. 本章节描述本层设计的各个模块和进程是如何配合完成系统的功能需求 . 可以用消息序列图 , (交互 )事务图 , 结构图等进行描述 , 可以按照处理过程进行分节描述 , 要注意的是描述的内容应该涵 盖所有 SRS文档的功能需求 , 对于二级设计来讲 , 就是要涵盖分解对象模块的功能规格 2.2.2.2 Data Dependencies 数据依赖关系 This section describes relationships among data stores。 本节描述数据结构间的关系。 ER diagram can be used to represent d

30、ependences. 依赖关系描述可以使用 ER图。 2.2.3 Interface Description 接口描述 This section describes interfaces of the design entities (such as subsystem, module, process)that make up the system。 本节描述软件系统中设计实体 (如子系统,模块,进程)的接口 . Interface files, parameter tables can be used to describe Interface. 接口描述可以使用接口文件,参数表。 In

31、 case of external entities, only the interfaces relevant to the software being described need be described. 对于外部实体只有同被描述软件相关的接口才需描述。 2.2.3.1 Module/Subsystem Interfaces 模块/子系统接口 This section describes interfaces of Module/Subsystem Interfaces。本节描述模块 /子系统的 接口。 1 Interfaces Provided by Module/Subsyste

32、m 1 模块/子系统 1 提供的接口 For interface function, following format should be used: Interface 1: Format: Input: XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 11 , Total 16 第11页,共16页 Output: Return: Describes the return value of the function Description: Describe

33、s the objective of the interface. 对于接口函数,可以采用以下形式描述: 接口 1: 形式: 输入: 输出: 返回:描述返回什么。 描述:总体描述该接口实现的目的。 2 Interfaces Provided by Module/Subsystem 2 模块/子系统 2 提供的接口 2.2.3.2 Process Interfaces 进程接口 This section describes interfaces of process。本节描述进程的接口。 1 Process 1 Description 进程 1 描述 The interfaces between

34、 the processes describe the shared memory, protocol data and messages, etc. 进程间的接口主要是描述一些共享内存,协议数据,消息等。 Describe as follows 按照以下格式描述: Identification 标识: Type 类型: Purpose目的: Functions 功能列表: 2 Process 2 Description 进程 2 描述 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality leve

35、l 请输入密级 Page 12 , Total 16 第12页,共16页 2.3 Level 2 Design Description (Optional )第二层设计描述(可选) Each entity that is defined in L1 and identified for further description shall be described by separate sub-sections as mentioned below.L1中定义的每个实体的进一步设计在下面的章节进行 描述。 This will be repeated for each module as fol

36、lows (Same as Level 1). The detailed suggestions are also the same as Level 1. 对每个模块重复使用下述的格式 (和一层设计一样 )。具体的编写建议参见第一层设计 2.3.1 Module name (1) 模块 1 名称 2.3.1.1 Decomposition Description 分解描述 1 Module/Subsystem Decomposition 模块/子系统分解 1) Module/Subsystem 1 Description 模块/子系统 1 描述 2) Module/Subsystem 2 D

37、escription 模块/子系统 2 描述 * 2 Concurrent Process Decomposition 并发进程处理分解 1) Process 1 Description 进程 1 描述 2) Process 2 Description 进程 2 描述 * 2.3.1.2 Data Entity Description 数据实体描述 Describe as follows 按照以下格式描述模块内部使用的多个数据实体: Identification 标识: Type & structure(if applicable) 类型及组成结构(必要的话): Purpose目的: XX H

38、igh Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 13 , Total 16 第13页,共16页 2.3.1.3 Dependency Description 依赖性描述 1 Running Design 运行设计 2 Data Dependencies 数据依赖关系 * 2.3.1.4 Interface Description 接口描述 1 Module/Subsystem Interfaces 模块/子系统接口 1) Interfaces Provided by

39、Module/Subsystem 1 模块/子系统 1 提供的接口 2) Interfaces Provided by Module/Subsystem 2 模块/子系统 2 提供的接口 * 2 Process Interfaces 进程接口 1) Process 1 Description 进程 1 描述 2) Process 1 Description 进程 1 描述 * 2.3.2 Module name (2) 模块 2 名称 * XX High Level Design Specification XX 概要设计说明书 Please input confidentiality lev

40、el 请输入密级 Page 14 , Total 16 第14页,共16页 2.4 Configuration and Control (Optional)配置和控制(可选) 2.4.1 Startup 启动 Describes the steps to start up a module. 描述启动一个模块的步骤 2.4.2 Closing 关闭 Describes the steps to close a module. 描述关闭一个模块的步骤 2.4.3 Creating MIB Table Item MIB 表项的创建 Steps to create a new table item.

41、 The title of this section can be modified. 创建新表项的动作步骤。该节的标题可以适当更改 2.4.4 Deleting MIB Table Item MIB 表项的删除 Steps to delete a table item. The title of this section can be modified. 删除表项的动作步骤 . 该节的标题可以适当更改 2.4.5 Modifying MIB Table Item MIB 表项的更改 Steps to modify a table item. The title of this section

42、 can be modified. 修改表项的动作步骤 . 该节的标题可以适当更改。 2.5 Database (Optional)数据库(可选) 2.5.1 Entity, Attributes and their relationships 实体、属性及它们之间的关系 This section could list all the entities such as data stores, a verbose description of what that entity pertains to and list of all its attributes. For each of the

43、 attributes, its database, the data size, specific constraints and a verbose description of that attribute should be specified. All specific constraints for that entity and its relationship with other entities should also be noted. 本节列出所有的数据存储类的实体,详细描述实体的内容和并列出全部属性。对每个属性, 详细描述其数据库、数据大小、特定约束。实体的所有约束及

44、实体间的关系也要注明。 2.5.2 E-R diagram 实体关系 图 This section should display the E-R diagram for all the entities listed above. 本节描述关于上节提到的所有实体的 E-R图 XX High Level Design Specification XX 概要设计说明书 Please input confidentiality level 请输入密级 Page 15 , Total 16 第15页,共16页 XX High Level Design Specification XX 概要设计说明书

45、Please input confidentiality level 请输入密级 Page 16 , Total 16 第16页,共16页 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., internal d

46、ocumentation ID) + publishing date + start and end page number, 作者书名(或杂志、文献、文档)出版社(或期号、卷号、公司文档编号)出版日期 + 起止页码 Examples: 例如: 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 Hall, New Jersey,1991 (英文书籍 格式) 3 王阳元,奚雪梅等, “薄膜 SOI/CMOS SPICE电路模拟 ”,电子学报, vol.22, No.5, 1994 (中文文章格式) 4 郑筠, MOS存储系统及技术 ,科学出版社, 1990 (中文书籍格式) 5 XXX, SDXXX用户手册 V1.1,基础部文档室, 2001/4/26

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 实用文档资料库 > 策划方案

Copyright © 2018-2021 Wenke99.com All rights reserved

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

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

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