




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、Konka Research Institute康佳研究院Product version產品版本Confidentiality level 密級Project ID項目 IDTotal pages:共 12頁XX Low Level DesignSpecificationXX詳細設計說明書Prepared by擬制Date日期yyyy-mm-ddReviewed by評審人Date日期yyyy-mm-ddApproved by批準Date日期yyyy-mm-ddAuthorized by簽發Date日期yyyy-mm-ddKonka Research Institute康佳研究院All rig
2、hts reserved版權所有 侵權必究XX Low Level Design Specification&KDMKA xx詳細設計說明書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 L
3、IST分發記錄CopyNo.Holders Name & Role持有高和角色Issue Date分發日期1PDT R&D Representativeyyyy-mm-dd2yyyy-mm-dd3yyyy-mm-dd4Customer Representativeyyyy-mm-dd5yyyy-mm-ddPage 2 , Total 10 第2頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書Catalog 目 錄 TOC o 1-5 h z HYPERLINK l boo
4、kmark26 o Current Document 11 ntroduction 簡介6Purpose 目的6Scope 范圍6 HYPERLINK l bookmark28 o Current Document 2D etailed Design 詳細設計6 HYPERLINK l bookmark30 o Current Document M odule 1 Detail Design 模塊 1 詳細設計 6 HYPERLINK l bookmark32 o Current Document Data Description 數據描述 6 HYPERLINK l bookmark34 o
5、 Current Document Simple Data Description 簡單數據描述; 6 HYPERLINK l bookmark40 o Current Document Structure 1or Class 1結構1 或類1 7 HYPERLINK l bookmark44 o Current Document Structure 2or Class 2結構2或類2 7 HYPERLINK l bookmark46 o Current Document Function Description函數描述 8 HYPERLINK l bookmark48 o Current D
6、ocument Function 1函數 1 8 HYPERLINK l bookmark54 o Current Document Function 2函數 2 9Page 3 , Total 10 第3頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書Table of contents for the table 表目錄Table 1 XX 表 1 XX6Table of contents for the figure圖目錄Figure 1 XX 圖 1 XX7Page
7、 4 , Total 10 第4頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書XX Low Level Design SpecificationXX詳細設計說明書Keywords關鍵詞: 能夠體現文檔描述內容主要方面的詞匯。Words that will reflect maincontents of the document.Abstract 摘要:List of abbreviations縮略語清單:對本文所用縮略語進行說明,要求提供每個縮略語的英 文全名和 中文解
8、釋。 Describe abbreviations in this document, full spelling of the abbreviation and Chinese explanation should be provided.Page 5 , Total 10 第5頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書Introduction 簡介Purpose 目的To descript the purpose of this document. In gen
9、eral, LLD specification can be used to guide the coding activities directly.描述本文的目的,一般詳細設計必須能夠直接指導編碼活動。Scope 范圍This section should address areas which this document includes and that are specifically excludes.本節應描述文檔所包括和不包括的內容。Detailed Design 詳細設計This section should focus on the description of the d
10、etailed design of the software entities that are a part of the software being described by the HLD Specification 。.對于在概要設計說明書中給出的軟件實體,本節集中描述它們的詳細描述部分。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 mo
11、dule;complex data i.e. class or structure 描述模塊中定義和使用的數據,包括:簡單數據,如模塊級的全局變量、常量;復合數據,如模塊內部的類、結構,.;Data Description 數據描述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起描述本模塊中的復合數據
12、,如類、結構等;Simple Data Description 簡單數據描述;Page 6 , Total 10 第6頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書describe simple variables、constant used or defined in this module;描述在本模塊中定義和使用的簡單變量、常量;Structure 1 or Class 1 結構 1 或類 1define and describe the Data structu
13、re;定義和說明該數據結構;Structure 2 or Class 2 結構 2或類2Page 7 , Total 10 第 7頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書Function Description 函數描述Describe the relationships of the functions within Module描述模塊內函數的調用關系Function 1 函數 1Descript the function as follows;Functio
14、n:/ name of functionDescription: / functionality of the functionCalls:/ function lists which called by this functionCalled By: / function lists which call this funciton Table Accessed: / tables to be visited/ (only for programm which involved with operation about database)Table Updated: / tables to
15、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 parametersOutput:/description of output parameterReturn:/description of return valueOthers:/othe
16、r descriptionsImplement:pseudocode or flow chart can be used here用以下格式描述函數Function: /函數名稱Description: /函數功能、性能等的描述Calls:/被本函數調用的函數清單Called By: /調用本函數的函數清單Table Accessed: /被訪問的表(此項僅對于牽扯到數據庫操作的程序)Table Updated: /被修改的表(此項僅對于牽扯到數據庫操作的程序)Input:/輸入參數說明,包括每個參數的作用、取值說明及參數間關系。Output:/對輸出參數的說明。Return:/函數返回值的說
17、明Page 8 , Total 10 第8頁,共 10頁All rights reserved 版權所有,侵權必究XX Low Level Design SpecificationftKDMKA xx詳細設計說明書Others:/其它說明實現:這里可以使用偽碼或流程圖2.1.2.2 Function 2 函數 2All rights reserved 版權所有,侵權必究Page 9 , Total 10 第9頁,共 10頁XX Low Level Design SpecificationftKDMKA xx詳細設計說明書參考資料清單:請羅列本文檔所參考的有關參考文獻和相關文檔,格式如下:作者+書名(或雜志、文獻、文檔)+出版社(或期號、卷號、公司文檔編號)+出版日期+起止頁碼 例如:D. B. Leeson, A Simple Model of Feedback Oscillator Noise Spectrum, Proc. IEEE, pp329-330, February 1966(英文文章格式)D.
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 東南亞考試試題及答案
- 安全操作的試題及答案
- 教育機構如何利用數字化工具提升教學領導力
- 2025年酞青藍BS顏料項目市場調查研究報告
- 基于數字化的企業文化變革成功案例分析
- 從數字化到自動化看數字孿生如何賦能智能醫療設備
- 尾礦庫土工織物層中砂漿流動與顆粒沉積行為的多維度解析與機制探究
- 寓古于藝:民俗文化寓意在民間美術傳承中的應用與重生
- 存在主義團體心理輔導:破解高中生社交焦慮的密鑰
- 商業競爭中的資源利用與知產法規遵循
- 安徽省蕪湖市2022-2023學年高一上學期期末教學質量統測物理試題 含解析
- 崇尚科學拒絕宗教
- 年產5萬噸丁苯橡膠的工藝設計樣本
- 手術室預防墜床課件
- 人力資源管理公司經營分析報告
- 《復興號動車組》課件
- 揚州XX消防維保工程有限公司質量保證體系文件
- ITSM基礎知識及流程介紹
- 醫療機構安全檢查表
- 高中英語-The Return of the Champions教學設計學情分析教材分析課后反思
- 教育研究的程序與方法課件
評論
0/150
提交評論