计算机专业英语电子教案第6章

上传人:可**** 文档编号:52175125 上传时间:2022-02-07 格式:PPTX 页数:50 大小:277.53KB
返回 下载 相关 举报
计算机专业英语电子教案第6章_第1页
第1页 / 共50页
计算机专业英语电子教案第6章_第2页
第2页 / 共50页
计算机专业英语电子教案第6章_第3页
第3页 / 共50页
点击查看更多>>
资源描述
会计学1计算机专业英语电子教案第计算机专业英语电子教案第6章章6-2New Words & Expressionsmanufactured products 工业产品工业产品 lieu n.场所场所software life cycle 软件生命周期软件生命周期 versus prep. 与与.相对相对nondescriptive adj. 非描述性的非描述性的 community n.团体团体, 社会社会authorized adj.权威认可的权威认可的, 经授权的经授权的leverage n.杠杆作用杠杆作用generic adj. 一般的一般的, 普通的普通的potential adj.潜在的潜在的, 可能的可能的in terms of adv.根据根据, 按照按照, 用用.的话的话terminology n.术语学术语学personnel n.人员人员, 职员职员inventory n.详细详细目录目录, 财产清册财产清册adhere to v.粘附粘附, 粘着粘着, 坚持坚持, 追随追随password n.密码密码, 口令口令specification n.详述详述, 说明书说明书, 规范规范encrypt v.加密加密,将将.译成密码译成密码preprocess vt.预加工,预处理预加工,预处理routine n.程序程序modular adj.模块的模块的, 有标准组件的有标准组件的well-established 充分证实的充分证实的decomposition n.分解分解breakdown n. 分分解,故障解,故障pertaining to 与与.有关的有关的maintenance n.维护维护, 保持保持imperative adj.强制性的,命令式强制性的,命令式paradigm n.范例,模式范例,模式approach vt.接近接近,解决解决;n.近似近似,途径途径 conducive adj.有助于有助于.的的evasive adj.逃避的;回避的;推托的逃避的;回避的;推托的framework n.构架构架, 框架框架, 结结构构第1页/共50页6-3New Words & Expressionstake the form of 采取采取.形式形式 entity n.实体实体; 统一体统一体modular design 标准设计标准设计, 模块化设计模块化设计object-oriented 面向对象的面向对象的stub n.树桩树桩, 桩模块桩模块give way to 让路让路,让步让步trial-and-error n.试错,反复试验试错,反复试验malfunction n.故障,出错故障,出错waterfall model 瀑布模型瀑布模型analogy n.类似类似, 类推类推after all adv.毕竟毕竟stark adv.完全地完全地trial-and-creative 试验并创造的试验并创造的nonstructure 非结构性非结构性intuition n.直觉直觉, 直觉的知识直觉的知识contradiction n.反驳反驳, 矛盾矛盾incremental model 增量式模型增量式模型update v.修正修正, 更新;更新;n.更新更新stepwise adj.楼梯式的楼梯式的, 逐步的逐步的prototype n.原型原型evolutionary prototyping 演化式原型演化式原型in favor of adv.赞同赞同, 有利于有利于throwaway prototyping 抛弃原型抛弃原型iron out 消除;解决困难等消除;解决困难等documentation n.文件文件debugging n.调试调试spreadsheet n.电子制表软件电子制表软件, 电子数据表电子数据表AbbreviationsCASE (computer-aided software engineering) 计算机辅助软件工程计算机辅助软件工程GUI (Graphical User Interfaces) 图形用户界面图形用户界面第2页/共50页6-46.1 The Software Life Cycle6.1.1 The Cycle as a Whole Use Modifaction Developmen Figure 6-1 The software life cycleThe most fundamental concept in software engineering is the software life cycle.软件生命周期是软件工程中最基本的概念。软件生命周期是软件工程中最基本的概念。第3页/共50页6-56.1.1 The Cycle as a WholeThe software life cycle is shown in Figure 6-1. This figure represents the fact that once software is developed, it enters a cycle of being used and modified that continues for the rest of the softwares life. Such a pattern is common for many manufactured products as well. The difference is that, in the case of other products, the modification phase is more accurately called a repair or maintenance phase because other products tend to move from being used to being modified as their parts become worn. 在图在图6-1中展示了软件的生命周期。这个图说明了一个事实:一旦软件开中展示了软件的生命周期。这个图说明了一个事实:一旦软件开发完成,它就进入了使用和修改的循环,并且这个循环将在软件生命期的发完成,它就进入了使用和修改的循环,并且这个循环将在软件生命期的剩余时间中不断进行。这样的模式对机器制造的产品而言也是很普通的。剩余时间中不断进行。这样的模式对机器制造的产品而言也是很普通的。不同之处在于,对于其他产品,软件工程中的修改阶段要被更精确地称作不同之处在于,对于其他产品,软件工程中的修改阶段要被更精确地称作修理或者维护阶段,因为其他产品由于部件的磨损会有从使用到修改的过修理或者维护阶段,因为其他产品由于部件的磨损会有从使用到修改的过程。程。第4页/共50页6-66.1.1 The Cycle as a WholeSoftware, on the other hand, does not wear out. Instead, software moves into the modification phase because errors are discovered, because changes in the softwares application occur that require corresponding changes in the software, or because changes made during a previous modification are found to induce problems elsewhere in the software. For example, changes in tax laws may require modifications to payroll programs that calculate withholding taxes, and all too often these changes may have adverse effects in other areas of the program that may not be discovered until some time later.当然,软件不存在磨损的问题。但是,软件进入修改阶段或者是因为错误当然,软件不存在磨损的问题。但是,软件进入修改阶段或者是因为错误被发现,或者是因为要在软件的应用程序中进行修改从而修改了软件,或被发现,或者是因为要在软件的应用程序中进行修改从而修改了软件,或者是因为先前的改变又引起了软件其他地方出现了新的问题。例如,税务者是因为先前的改变又引起了软件其他地方出现了新的问题。例如,税务法案的改变导致对计算扣税的工资程序进行修改,而太频繁的修改则会在法案的改变导致对计算扣税的工资程序进行修改,而太频繁的修改则会在软件的其他地方引起反面的作用,而这些是不会被立即发现的。软件的其他地方引起反面的作用,而这些是不会被立即发现的。第5页/共50页6-76.1.1 The Cycle as a WholeRegardless of why software enters the modification phase, the process requires that a person (often not the original author) study the underlying program and its documentation until the program, or at least the pertinent part of the program, is understood. Otherwise, any modification could introduce more problems than it solves. Acquiring this understanding can be a difficult task even when the software is well-designed and documented. In fact, it is often within this phase that a piece of software is finally discarded under the pretense (too often true) that it is easier to develop a new system from scratch than to modify the existing package successfully 不管因为什么原因软件进入了修改阶段,这个过程需要人们(通常不是原不管因为什么原因软件进入了修改阶段,这个过程需要人们(通常不是原始的作者)研究程序及其文档,直到程序或者至少是相关部分的程序能够始的作者)研究程序及其文档,直到程序或者至少是相关部分的程序能够被理解。否则,任何的修改将导致比它所解决问题还要更多的问题出现。被理解。否则,任何的修改将导致比它所解决问题还要更多的问题出现。即使软件有优秀的设计和齐备的文档,理解也是一个很困难的工作。事实即使软件有优秀的设计和齐备的文档,理解也是一个很困难的工作。事实上,常常是在这个阶段,一个有用的软件片段最终就被放弃了(常常是这上,常常是在这个阶段,一个有用的软件片段最终就被放弃了(常常是这样),而开发一个新的系统比成功地修改现有软件更容易。样),而开发一个新的系统比成功地修改现有软件更容易。第6页/共50页6-86.1.1 The Cycle as a WholeExperience has shown that a little effort during Experience has shown that a little effort during the development of software can make a the development of software can make a tremendous difference when modifications in the tremendous difference when modifications in the software are required. software are required. 经验告诉我们经验告诉我们, ,软件开发过程中的一丁点付出,会在软件需要软件开发过程中的一丁点付出,会在软件需要修改的时候带来巨大的不同。修改的时候带来巨大的不同。In turn, most of the research in software In turn, most of the research in software engineering focuses on the development stage engineering focuses on the development stage of the software life cycle, with the goal being to of the software life cycle, with the goal being to take advantage of this effort-versus-benefit take advantage of this effort-versus-benefit leverage.leverage.反过来,大多数软件工程的研究都集中于软件生命周期的开反过来,大多数软件工程的研究都集中于软件生命周期的开发阶段,它们的目标是要利用这个付出与收益的杠杆作用。发阶段,它们的目标是要利用这个付出与收益的杠杆作用。第7页/共50页6-96.1.1 The Cycle as a WholeThe Traditional Development PhaseThe stages within the development phase of the software life cycle are analysis, design, implementation, and testing (Figure 6-2).软件生命周期的开发阶段包括分析、设计、实现与测试等步骤(如图软件生命周期的开发阶段包括分析、设计、实现与测试等步骤(如图6-2所示)。所示)。 Analysis Design Implementation Testing 第8页/共50页6-106.1.1 The Cycle as a WholeThe Traditional Development PhaseAnalysis The development phase of the software life cycle begins with analysis-a major goal being to identify the needs of the user of the proposed system. If the system is to be a generic product sold in a competitive market, this analysis would involve a broad-based investigation to identify the needs of potential customers. If, however, the system is to be designed for a specific user, then the process would be a more narrow investigation.分析分析 软件生命周期的开发阶段以分析开始软件生命周期的开发阶段以分析开始主要目标是确定用户对所主要目标是确定用户对所提出系统的需求。如果系统是一个在竞争的市场上销售的通用产品,这个提出系统的需求。如果系统是一个在竞争的市场上销售的通用产品,这个分析将会包括一个广泛的调查来发现潜在用户的需要。但是,如果系统是分析将会包括一个广泛的调查来发现潜在用户的需要。但是,如果系统是为特殊用户设计的,那么这个过程就是一个更专业的调查。为特殊用户设计的,那么这个过程就是一个更专业的调查。第9页/共50页6-116.1.1 The Cycle as a WholeThe Traditional Development PhaseAs the needs of the potential user are identified, they are compiled to form a set of requirements that the new system must satisfy. These requirements are stated in terms of the application rather than in the technical terminology of the data processing community. One requirement might be that access to data must be restricted to authorized personnel. Another might be that the data must reflect the current state of the inventory as of the end of the last business day or that the arrangement of the data as displayed on the computer screen must adhere to the format of the paper forms currently in use.当潜在用户的要求被确定之后,要将这些要求汇编成新系统必须满足的需当潜在用户的要求被确定之后,要将这些要求汇编成新系统必须满足的需求。这些需求是从应用的角度来表述,而不是用数据处理界的技术术语来求。这些需求是从应用的角度来表述,而不是用数据处理界的技术术语来表达。一种需求可能是对数据的存取必须限制在有权限的人员,另一种可表达。一种需求可能是对数据的存取必须限制在有权限的人员,另一种可能是当一个工作日结束时,数据必须反映目前的清单状态,或者可能是在能是当一个工作日结束时,数据必须反映目前的清单状态,或者可能是在计算机屏幕上的数据必须按照用户目前使用的格式来显示。计算机屏幕上的数据必须按照用户目前使用的格式来显示。第10页/共50页6-126.1.1 The Cycle as a WholeThe Traditional Development PhaseAfter the system requirements are identified, they are converted into more technical system specifications. For example, the requirement that data be restricted to authorized personnel might become the specification that the system will not respond until an approved eight-digit password has been typed at the keyboard or that data will be displayed in encrypted form unless preprocessed by a routine known only to authorized personnel.系统的需求被确定以后,它们就转化为更具技术性的说明书。例如,关于系统的需求被确定以后,它们就转化为更具技术性的说明书。例如,关于数据须限制在某些有权限的人的需求,就可能转化为以下规范数据须限制在某些有权限的人的需求,就可能转化为以下规范直到从直到从键盘输入一个被认可的键盘输入一个被认可的8位密码,系统才开始响应,或者除非经过只有授位密码,系统才开始响应,或者除非经过只有授权的人才知道的例程预处理,否则数据将以加密的形式显示在屏幕上。权的人才知道的例程预处理,否则数据将以加密的形式显示在屏幕上。第11页/共50页6-136.1.1 The Cycle as a WholeThe Traditional Development PhaseDesign Whereas analysis concentrates on what the proposed system should do, design concentrates on how the system will accomplish those goals. It is here that the structure of the software system is established. 设计设计 分析关注这个系统应该做什么,而设计关注这个系统应分析关注这个系统应该做什么,而设计关注这个系统应该怎样来实现目标。正是通过设计建立了软件系统的结构。该怎样来实现目标。正是通过设计建立了软件系统的结构。第12页/共50页6-146.1.1 The Cycle as a WholeThe Traditional Development PhaseIt is a well-established principle that the best structure for a large software system is a modular one. Indeed, it is by means of this modular decomposition that the implementation of large systems becomes a possibility. Without such a breakdown, the technical details required in the implementation of a large system would exceed a humans comprehensive powers. 大型软件系统最好的结构是模块化系统,这是一条被充分证大型软件系统最好的结构是模块化系统,这是一条被充分证实的原则。确实,正是借助模块化的分解方法,大型系统的实的原则。确实,正是借助模块化的分解方法,大型系统的实现才成为可能。没有这样的分解,在大型系统实现过程中实现才成为可能。没有这样的分解,在大型系统实现过程中所需要的技术细节可能会超过一个人的理解能力。所需要的技术细节可能会超过一个人的理解能力。第13页/共50页6-156.1.1 The Cycle as a WholeThe Traditional Development PhaseWith a modular design, however, only the details pertaining to the module under consideration need be mastered. This same modular design is also conducive to future maintenance because it allows changes to be made on a modular basis. (If a change is to be made to the way each employees health benefits are calculated, then only modules dealing with health benefits need be considered.)然而,有了这种模块化设计,仅仅需要熟悉与在考虑中的模然而,有了这种模块化设计,仅仅需要熟悉与在考虑中的模块相关的细节。同样,模块化设计对未来的维护是有益的,块相关的细节。同样,模块化设计对未来的维护是有益的,因为它允许对基本的模块进行修改。(如果要对每个雇员的因为它允许对基本的模块进行修改。(如果要对每个雇员的医疗福利计算方法进行修改,那么仅仅需要考虑处理医疗福医疗福利计算方法进行修改,那么仅仅需要考虑处理医疗福利模块。)利模块。)第14页/共50页6-166.1.1 The Cycle as a WholeThe Traditional Development PhaseThere are, however, distinctions regarding the concept of a module. If one approaches the design task in terms of the traditional imperative paradigm, modules consist of procedures and the development of a modular design takes the form of identifying the various tasks that the proposed system must perform. In contrast, if one approaches the design task from the object-oriented perspective, modules are seen as objects and the design process becomes that of identifying the entities (objects) in the proposed system as well as how these entities should behave.但是,有关模块的概念也是有差别的。如果一个人以传统的命令式语言范但是,有关模块的概念也是有差别的。如果一个人以传统的命令式语言范式的方法来进行设计工作,模块由不同程序组成,而模块化设计则以确定式的方法来进行设计工作,模块由不同程序组成,而模块化设计则以确定有待实现系统的不同任务的方式进行。相反地,如果一个人从面向对象的有待实现系统的不同任务的方式进行。相反地,如果一个人从面向对象的角度来完成设计工作,模块就被看成了对象,而设计过程变成了确定有待角度来完成设计工作,模块就被看成了对象,而设计过程变成了确定有待实现系统中的实体(对象)以及确定这些实体是如何工作的。实现系统中的实体(对象)以及确定这些实体是如何工作的。第15页/共50页6-176.1.1 The Cycle as a WholeThe Traditional Development PhaseImplementation Implementation involves the actual writing of programs, creation of data files, and development of databases. 实现实现 实现包括程序的实际编写、数据文件的建立以及数据库实现包括程序的实际编写、数据文件的建立以及数据库的开发等过程。的开发等过程。第16页/共50页6-186.1.1 The Cycle as a WholeThe Traditional Development PhaseTesting Testing is closely associated with implementation, because each module of the system is normally tested as it is implemented. Indeed, each module in a well-designed system can be tested independently of the other modules by using simplified versions of the other modules, called stubs, to simulate the interaction between the target module and the rest of the system. Of course, this testing of components gives way to overall system testing as the various modules are completed and combined.测试测试 测试与实现紧密联系,因为系统中的每一个模块都要在实现的过程测试与实现紧密联系,因为系统中的每一个模块都要在实现的过程中进行正常测试。确实,通过使用其他模块的简化版本中进行正常测试。确实,通过使用其他模块的简化版本有时称为桩模有时称为桩模块,来模拟目标模块和系统其他部分的交互,从而使设计良好的系统中的块,来模拟目标模块和系统其他部分的交互,从而使设计良好的系统中的每一个模块都可以被独立地测试。当然,在各种模块都开发完成并且整合每一个模块都可以被独立地测试。当然,在各种模块都开发完成并且整合在一起之后,这个组件的测试将让路给整个系统的测试。在一起之后,这个组件的测试将让路给整个系统的测试。第17页/共50页6-196.1.1 The Cycle as a WholeThe Traditional Development PhaseUnfortunately, the testing and debugging of a system is extremely difficult to perform successfully. Experience has shown that large software systems can contain numerous errors, even after significant testing. Many of these errors may go undetected for the life of the system, but others may cause major malfunctions. The elimination of such errors is one of the goals of software engineering. The fact that they are still prevalent means that a lot of research remains to be done.不幸的是,成功地进行系统的测试和调试是极其困难的。经验表明,大型不幸的是,成功地进行系统的测试和调试是极其困难的。经验表明,大型的软件系统可能包含众多的错误,甚至是经过关键测试之后。许多这样的的软件系统可能包含众多的错误,甚至是经过关键测试之后。许多这样的错误在软件的生命期中一直潜伏着,但是也有一些会导致关键性的错误。错误在软件的生命期中一直潜伏着,但是也有一些会导致关键性的错误。减少这样的错误是软件工程的一个目标。这些错误的普遍存在说明了在这减少这样的错误是软件工程的一个目标。这些错误的普遍存在说明了在这方面还有许多的研究工作要做。方面还有许多的研究工作要做。第18页/共50页6-206.1.1 The Cycle as a WholeRecent TrendsEarly approaches to software engineering insisted on performing analysis, design, implementation, and testing in a strictly sequential manner. The feeling was that too much was at risk during the development of a large software system to allow for trial-and-error techniques. 软件工程的早期方法坚持要严格地遵守分析、设计、实现以软件工程的早期方法坚持要严格地遵守分析、设计、实现以及测试的顺序。在大型软件系统的开发过程中,感觉到采用及测试的顺序。在大型软件系统的开发过程中,感觉到采用试错法是在冒着很大的风险进行开发的。试错法是在冒着很大的风险进行开发的。第19页/共50页6-216.1.1 The Cycle as a WholeRecent TrendsAs a result, software engineers insisted that the entire analysis of the system be completed before beginning the design and, likewise, that the design be completed before beginning implementation. The result was a development process now referred to as the waterfall model, an analogy to the fact that the development process was allowed to flow in only one direction.因此,软件工程师坚持应当在设计之前进行完整的系统分析因此,软件工程师坚持应当在设计之前进行完整的系统分析,同样,设计应该在实现之前完成。这就形成了一个现在称,同样,设计应该在实现之前完成。这就形成了一个现在称为瀑布模型的开发过程,这是对开发过程只允许以一个方向为瀑布模型的开发过程,这是对开发过程只允许以一个方向进行的事实的模拟。进行的事实的模拟。第20页/共50页6-226.1.1 The Cycle as a WholeRecent TrendsYou will notice a similarity between the four problem-solving phases identified by Polya and the analysis, design, implementation, and testing phases of software development. After all, to develop a large software system is to solve a problem. 你将注意到由你将注意到由Polya提出的解决问题的提出的解决问题的4个阶段与软件开发的个阶段与软件开发的分析、设计、实现和测试阶段的类似性。毕竟,开发一个大分析、设计、实现和测试阶段的类似性。毕竟,开发一个大型的软件系统是去解决一个问题。型的软件系统是去解决一个问题。第21页/共50页6-236.1.1 The Cycle as a WholeRecent TrendsOn the other hand, the traditional waterfall approach to software development is in stark contrast to the free-wheeling , trial-and-creative problem solving. Whereas the waterfall approach seeks to establish a highly structured environment in which development progresses in a sequential fashion, creative problem solving seeks a nonstructured environment in which one can drop previous plans of attack to pursue sparks of intuition without explaining why. 另一方面,传统软件开发的瀑布模型法与随心所欲的反复试验并创另一方面,传统软件开发的瀑布模型法与随心所欲的反复试验并创造性地解决问题的方法是完全相反的。瀑布模型法寻求建立一个高造性地解决问题的方法是完全相反的。瀑布模型法寻求建立一个高度结构化的环境,希望在这个环境中的开发可以顺利地进行,而创度结构化的环境,希望在这个环境中的开发可以顺利地进行,而创造性的问题解决要寻找一个非结构化的环境,希望在这个环境中可造性的问题解决要寻找一个非结构化的环境,希望在这个环境中可以抛弃先前的计划,来追逐思维的火花,而不用解释为什么。以抛弃先前的计划,来追逐思维的火花,而不用解释为什么。第22页/共50页6-246.1.1 The Cycle as a WholeRecent TrendsIn recent years, software engineering techniques have begun to reflect this underlying contradiction as illustrated by the emergence of the incremental model for software development. Following this model, the desired software system is constructed in increments-the first being a simplified version of the final product with limited functionality. 近年来,软件工程技术已经开始反映这种本质的对立了,这近年来,软件工程技术已经开始反映这种本质的对立了,这可以由软件开发中出现的增量式模型来说明。根据这个模型可以由软件开发中出现的增量式模型来说明。根据这个模型,所需的软件系统是通过增量模式来构造的,所需的软件系统是通过增量模式来构造的首先开发最首先开发最终产品的简化版本,它只有有限的功能。终产品的简化版本,它只有有限的功能。第23页/共50页6-256.1.1 The Cycle as a WholeRecent TrendsOnce this version has been tested and perhaps evaluated by the future user, more features are added and tested in an incremental manner until the system is complete. For example, if the system being developed is a student records system for a university register, the first increment may incorporate only the ability to view student records. Once that version is operational, additional features, such as the ability to add and update records, would be added in a stepwise manner.一旦这个版本经过测试、并且也许经过了未来用户的评估,一旦这个版本经过测试、并且也许经过了未来用户的评估,更多的特性就可以添加进去并且进行测试,这样就以一种增更多的特性就可以添加进去并且进行测试,这样就以一种增量的方式进行,直到完成系统。例如,如果正在开发的系统量的方式进行,直到完成系统。例如,如果正在开发的系统是为大学登记员设计的学生记录系统,第一次迭代版本仅仅是为大学登记员设计的学生记录系统,第一次迭代版本仅仅包括浏览学生记录的功能。一旦这个版本可以运行了,其他包括浏览学生记录的功能。一旦这个版本可以运行了,其他特性,诸如增加和更新记录的功能,就可以分阶段地添加到特性,诸如增加和更新记录的功能,就可以分阶段地添加到系统中了。系统中了。第24页/共50页6-266.1.1 The Cycle as a WholeRecent TrendsThe incremental model is evidence of the trend in software development toward prototyping in which incomplete versions of the proposed system, called prototypes, are built and evaluated. In the case of the incremental model these prototypes evolve into the complete, final system-a process known as evolutionary prototyping. In other cases, the prototypes may be discarded in favor of a fresh implementation of the final design. This approach is known as throwaway prototyping. 这种增量式模型是软件开发向原型法发展趋势的一个证据这种增量式模型是软件开发向原型法发展趋势的一个证据在这种方法在这种方法中,建立并测试的是不完善系统,它也被称为原型中,建立并测试的是不完善系统,它也被称为原型,被评估和测试。在增量被评估和测试。在增量式模型中,这些原型进化为一个完整的最终系统式模型中,这些原型进化为一个完整的最终系统这个过程称为演化式这个过程称为演化式原型。对于其他情况,原型的抛弃会有利于新的最终设计的实现,这种方原型。对于其他情况,原型的抛弃会有利于新的最终设计的实现,这种方法就是抛弃原型。法就是抛弃原型。第25页/共50页6-276.1.1 The Cycle as a WholeRecent TrendsAn example that normally falls within this throwaway category is rapid prototyping in which a simple example of the proposed system is quickly constructed in the early stages of development. Such a prototype may consist of only a few screen images that give an indication of how the system will interact with the user and what capabilities it will have. 一个抛弃原型的例子就是快速原型法,在这个方法中,系统一个抛弃原型的例子就是快速原型法,在这个方法中,系统的简单版本在开发的早期就被很快搭建起来。这样的原型也的简单版本在开发的早期就被很快搭建起来。这样的原型也许仅仅包含少量界面图片来展示系统怎样与用户交互以及它许仅仅包含少量界面图片来展示系统怎样与用户交互以及它将具有的功能。将具有的功能。第26页/共50页6-286.1.1 The Cycle as a WholeRecent TrendsThe goal is not to produce a working version of the product but to obtain a demonstration tool that can be used to clarify communication between the parties involved. For example, rapid prototypes have proved advantageous in ironing out system requirements during the analysis stage or as aids during sales presentations to potential clients.我们的目标不是制作产品的有效版本,而是获得一个示范工具,以便阐明我们的目标不是制作产品的有效版本,而是获得一个示范工具,以便阐明有关方面之间的沟通。例如,在分析阶段解决系统的需求问题,或在销售有关方面之间的沟通。例如,在分析阶段解决系统的需求问题,或在销售阶段作为向潜在客户演示的辅助阶段作为向潜在客户演示的辅助, 快速原型具有很大的优势快速原型具有很大的优势 第27页/共50页6-296.1.1 The Cycle as a WholeRecent TrendsAnother development in software engineering has been the application of computer technology to the software development process itself, resulting in what is called computer-aided software engineering (CASE). 软件工程领域中另一个发展是计算机技术在软件开发过程本软件工程领域中另一个发展是计算机技术在软件开发过程本身的应用,这导致了称为计算机辅助软件工程(身的应用,这导致了称为计算机辅助软件工程(CASE)的出)的出现。现。第28页/共50页6-306.1.1 The Cycle as a WholeRecent TrendsThese computerized systems are known as CASE tools and include project planning tools (that assist in cost estimation, project scheduling, and personnel allocation), project management tools (that assist in monitoring the progress of the development project), documentation tools (that artist in writing and organizing documentation), prototyping and simulation tools (that assist in the development of prototypes), interface design tools (that assist in the development of GUIs), and programming tools (that assist in writing and debugging programs). 这些计算机化系统就是知名的这些计算机化系统就是知名的CASE工具,且包括项目计划工具(帮助成工具,且包括项目计划工具(帮助成本估计、项目调度,以及人力资源分配)、项目管理工具(帮助管理开发本估计、项目调度,以及人力资源分配)、项目管理工具(帮助管理开发项目的进程)、文档工具(帮助
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 图纸专区 > 课件教案


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!