第6章 详细设计(Program Design ? Coding);§1. 结构程序设计 ;§2. 人机界面设计 ;(2)用户帮助实施;2、人机界面设计过程;§2. 人机界面设计;§3. 过程设计的工具 ;(4)后判定型循环结构(until-loop structure);Sequential;;§3. 过程设计的工具;A;;§3. 过程设计的工具;PAD图的优点:
? PAD图设计的程序必定是结构化程序
? 结构清晰,层次分明,易读、易懂
? 容易将PAD自动转换为高级语言源程序
? 即可用于表示程序逻辑,又可用于描述数据结构
? 支持逐步求精的设计思想;§3. 过程设计的工具;;行李费算法;§3. 过程设计的工具;PROCEDURE spell_check IS
BEGIN
Split document into single words
Look up words in dictionary
Display words which are not in dictionary
Create a new dictionary
END spell_check;§3. 过程设计的工具;PDL的缺点:不够直观、清晰。;§4. 面向数据结构的设计方法;1、Jackson Diagram;
原创力文档

文档评论(0)