首页 / 百科 / 内容详情 自顶向下的设计将问题分解为越来越简单的小块。Top-down design decomposes the problem into smaller and simpler pieces. 2022-04-24 3次阅读 自顶向下 分解 decomposes 自顶向下的设计将问题分解为越来越简单的小块。Top-down design decomposes the problem into smaller and simpler pieces. A.正确B.错误正确答案:正确 程序注释是给运行程序的人看的。Step comments are intended to be read by someone using the program. 当计算机运行程序时,注释的内容被忽略。The contents of comments are ignored by the computer while running a program. 猜你喜欢 电子商务系统分析方法的共同思路可以归结为“自顶向下、从静到动、去伪存真、不断迭代”。() 数据流程图是自顶向下逐步分解的,被分解的元素是() 模块法程序设计方法一般包括自顶向下和自底向上两种方法 用“自顶向下”方式建立继承关系是指()。 结构化设计是一种应用最广泛的系统设计方法,是以为基础,自顶向下,求精和模块化的过程。