随笔分类 -  结构化编程

摘要:输入、输出、处理(不限于合成、转换、分解、处理)、存储。 阅读全文
posted @ 2018-10-31 18:58 zzfx 阅读(559) 评论(0) 推荐(0)
摘要:面向过程编程的致命缺陷是算法与算法的结合方式过于单一, 是数据与算法的结合方式不支持扩展和修改,硬编码; 面向对象和函数式编程都是对这一缺陷的改进。 结合方式过于单一,并且存在硬绑定问题。 阅读全文
posted @ 2018-10-31 17:25 zzfx 阅读(319) 评论(0) 推荐(0)
摘要:A DFD shows what kind of information will be input to and output from the system, how the data will advance through the system, and where the data wil 阅读全文
posted @ 2018-02-09 18:42 zzfx 阅读(585) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/hjf19790118/article/details/6919578 面向过程 → 面向对象 → 面向组件 → 面向服务 约翰·巴库斯(John Backus) FORTRAN语言创始人 尼古拉斯·沃思(Niklaus Wirth) 结构化编程思想的创始人 阅读全文
posted @ 2017-04-27 00:34 zzfx 阅读(454) 评论(0) 推荐(0)