毕业论文中文翻译及外文文献参考_第1页
毕业论文中文翻译及外文文献参考_第2页
毕业论文中文翻译及外文文献参考_第3页
毕业论文中文翻译及外文文献参考_第4页
毕业论文中文翻译及外文文献参考_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、广东工业大学华立学院本科毕业设计(论文)外文参考文献译文及原文 系 部 管理学部 专 业 信息管理与信息系统 年 级 2009级 班级名称 09信管 1 班 学 号学生姓名 曹华瑜 指导教师 2012 年 5 月 10日目 录外文文献译文1外文文献原文12英文原文题目: Systems Analysis and Design 外文文献译文系统的分析与设计摘 要如今的世界,已经是步入了信息化的时代,特别是互联网的迅猛发展,带动了信息进入我们生活的各个领域,也使得信息化建设成为各行业、各领域增强自身管理效率和核心竞争力的重要手段。出版业作为我国社会主义文化产业的一部分,在

2、信息化建设方面相对于其他领域,有成绩是肯定的,但仍然显得滞后,建设水平不够高,离市场需求还有一定距离,还有很大的发展潜力,在我国信息化建设中应该发挥更大的作用。同时要充分利用先进的电子信息技术改造出版业,来加快出版业信息化建设的步伐。出版社信息化建设是用一种全新的、先进的管理理念,一种全新的机制,一种全新的企业文化来改变以前的管理模式,是一种管理模式的变革。它充分利用信息技术与出版社管理模式的结合,来推动管理水平的提升。面对日益激烈的竞争,出版社必须转变思路,确立全新的经营理念,确立以读者需求为中心,提供专业化的一流服务。信息化建设更是一场管理体制的革命,它要用先进的思想模式和技术手段改变以前

3、的管理模式,用数字化、规范化、程序化、标准化来进行管理,用量化的指标支持奖惩与分配政策,体现激励机制。通过这场改革和革命,最终实现出版社的办公自动化、管理网络化、资源数字化、商务电子化。而在整个的出版过程中,编务管理是出版行业信息管理系统的重要部分,它将编务人员及图书管理人员从繁重的事务性工作中解放出来,并使管理工作更透明、更科学,此次的系统如果有了良好的分析与设计,不但对编务管理,而且对整个出版行业的管理信息系统的建设都具有十分重要的意义。介绍 在存储程序的控制下,计算机把数据处理成信息。对系统的定义略加思考,任何一个已知的计算机应用至少包含三个部分,硬件、软件和数据。仅仅编写一个程序是不够

4、的,因为程序只是系统中的一部分。 系统就是为实现一个目标而共同工作的一组部件。例如,考虑一个工资系统,它的目标是为雇员付工资,应包含哪几部分呢?每天雇员们把他们工作的时数记录在计时卡片上,每周末把计时卡片收集起来,送给计算中心,在计算中心把计时卡片上的数据读给工资程序。当工资程序执行时,程序存取数据文件。最后,打印出工资单,用来分发。为使系统工作,人、处理过程、输入和输出介质、文件、硬件和软件都必须认真地协调。注意,程序只是系统中的一部分。 因为人们需要信息,所以要开发基于计算机的系统。被称为用户的那些人常常知道需求什么信息,但是他们可能缺乏得到这些信息的计算机的专门知识。计算机技术方面的专业

5、人员,例如程序设计员有这方面的专门知识,但是可能在用户的专业领域内缺少训练。麻烦的是。用户和程序员似乎常常讲不同的语言,导致了两者之间的联系障碍。系统分析员是一个专业人员,他能把用户的需求转换成计算机技术术语。因此他是用户和技术专业人员之间的桥梁。 像工程师或建筑师一样,系统分析员把他扎实的技术技能与知识、想象力和一点艺术结合起来去解决问题通常,分析员遵循一个意义明确的有条理的过程,至少应包括以下几个步骤: 1问题的定义 2分析 3设计 4实现 5维护 在每一步骤的结尾,研究的结果都要形成文件,提供给用户和程序设计员。基本的思想是要尽早地抓住和修正错误以及一些未理解之处。也许通过一个例子来说明

6、该过程是最好的方法。 设想一个小服装店,成批地购买货物,把货物摆在货架上,零售给顾客。一方面库存太多会造成不必要的开销;另一方面可供挑选的商品太少会使顾客失去购买的信心。理想上,希望达到一个平衡,货物即充足但又不太多。麻烦的是,随着顾客的购买库存减少了,还有退货以及追加订货等情况,所以货物的清单经常地发生变化店主喜欢按货物清单购销,刚好在商店售完某种货物之前,再订购这种货。对一项商品,该任务是容易完成的,只要计算一下手头现存的货物数量就行了。遗憾的是商店要经管几百种不同的货物,始终跟踪每一种货物的销售情况是不实际的,也许计算机可以帮这个忙吧!1.问题定义 在系统分析和设计过程中的第一步,是问题

7、的定义。分析员的目标是确定用户需求什么(本例中就是店主需求什么)。注意,当这个过程开始时,用户拥有很重要的资料,分析员必须认真地听和学。用户几乎都不是计算机方面的专家,他们大多数人把计算机看成魔术盒,并不关心它是如何工作的。在该阶段上,分析员不必考虑程序、文件或计算机硬件,但他们必须用自己的专业术语与用户对话。 目的是确保用户和分析员两者都思考同一件事。因此,一份能表达分析员对问题理解程度的清晰的书面报告是必要的。用户应该反复地阅读和修改这份书面报告。此时是在时间、金钱和精力被浪费之前抓出错误和疏漏的好时机。 通常,接着初步的问题定义,分析员要进行可行性研究。该研究是整个系统分析和设计的一个简

8、略的方案,应力图回答以下三个问题: 1问题能解决吗? 2在用户的环境下问题能解决吗? 3在一个合适的花费上问题能解决吗?如果这些问题中的任何一个得到的是否定回答,那么该系统就不应开发。有了好的问题定义和肯定的可行性研究,分析员就能着手计划和研究问题的解了。2.分析 分析开始时,分析员要理解问题,下一步要决定的是为了解决问题必须做什么。用户清楚必须做什么。在分析阶段碍到了这方面知识,并正式地形成文件。大多数用户是按着所要完成的功能和所要处理的数据元素去思考的,目的是要区分并联接这些关键的功能和数据元素,随之产生逻辑系统设计。 从系统的基本功能入手,关键是始终监视货单中每种商品的现存量。因为顾客购

9、买、换货和退货,所以货单要改变,因此系统必须处理顾客办理的手续。店主希望有选择地查看供应中任意一种短缺商品的清单,如果合理的话,定货补充库存,因此系统必须能和经营管理部门对话。最后,经过经营管理部门的核准,系统应该产生一个重新订货单,准备发送给供应商。图 1 已知了系统的基本功能,分析员的下一个任务是分析理解这些功能之间逻辑关系的知识。启动这项工作的一个好方法是描述功能之间的数据如何流动顾名思义,为了用图解方法描述这些数据流,那么数据流程图就是特别有用的图1中用到四种符号数据的像和目的地用方框表示,输入的数据从源进入系统,而输出的数据流到目的地。数据一进入系统,就被若干进程加工或改变,用圆角的

10、矩形表示这些过程。进程可以是程序、过程以及能够改变或传送数据的任何事件为了后续处理,数据被保留在数据存储器内,这可用末端开口的矩形符号表示。数据存储可以是磁盘文件、磁带文件、数据库、一些笔记或者甚至是人的记忆。最后,数据源、数据目的地、处理过程和数据存储之间的数据流向用箭头表示。 图2展示了货单管理系统的初步的数据流程图。从CUSTOMER(顾客)开始,由此事务进入系统,在这所办理的手续由PROCESS TRANSATION(事务处理程序)处理。STOCK保存货单中每项商品的数据为了对新的事务处理起作用,事务处理程序要改变数据。同时,MANAGEMENT(经营部门)可通过COMMUNICATE

11、(通信)存取系统,检查STOCK中的数据,如果需要的话,请求重新订货订货单一经核准。GENERATEREORDER(产生订货单程序)就向SUPPLIER(供应商)发出需要的数据,供应商就把货运送到商店。注意,因为订货表现为某种待定的商品或某些商品在清单中的变化,所以把订货作为事务处理。 图 2数据流程图描述了逻辑系统。下一步该追溯该系统的数据流向了。从数据的目的地SUPPLIEF开始。例如,重订货单送给了供货商们,商店可能想要25条工作裤,为了填写订货单,供应商需要商品的说明和再订货的数量,那么,这些数据从什么地方来呢?由于数据是Generate reorder输出的,所以既要有数据输入给它,

12、还要有数据经过它的处理而产生。数据从STOCK流入Generate reorder,因此商品说明和订货数量必定存放在STOCK中。 另外一些数据,例如购买的货物品种和数量由CUSTOMER产生,还有一些数据,例如销售价格和订货点由MANAGEMENT产生,或者由它提出要求。例如,某种已知货物的现存量就是由某个处理过程中的某种算法产生出来的。分析员逐步地、有条理地区分了系统要求输入、存储、处理、产生或输出的应该分别是哪些数据元素。 为了记录数据元素,分析员必须把每个数据列在数据字典内简单的数据字典可建立在索引卡片上,但计算机化的数据字典已经变得日益流行了。数据字典是描述和定义数据的一个数据集合,

13、不仅在整个系统的分析与设计过程中有用,而且在实现阶段经常被用来建立数据库。 分析阶段的目标是定义系统的主要功能和有条理地确定数据元素。记住,它的目标是把用户的需求转换成技术术语。因为系统是由用户提出的,所以首先要确定用户的需求。用户只是从功能和数据出发考虑系统,他们并不具体设计程序、文件和硬件,并且在这个初始的带有决定性的分析阶段,分析员必须像用户而不像程序设计员一样去思考问题。这是该阶段的基本要求。数据流程图和数据字典是有用的工具。这些工具为记录用户系统的关键信息提供了一种格式。还有,这些工具可帮助唤醒分析员的记忆。例如,如果分析员没有足够的信息使数据字典的条目完整化,那么分析员就可能丢失一

14、些内容。也许,数据流程图和数据字典为分析员理解系统的需求提供了最重要的文件,通过查阅这些文件,用户能改正误解或疏忽大意。最终,这些有用的工具为下一步设计阶段,奠定了一个良好的基础。3.设计 当进入设计阶段的时候,已知道必须做什么事。因此可以开始考虑系统如何完成这些事。目标是研究出解决问题的策略。在该阶段上,对写代码或确定精确的数据结构并不感兴趣,而是希望从整体上确定整个系统所需要的程序、文件、过程和其它一些部分。 数据流程图确定了系统的必须具有的功能,如何才能实现这些功能呢?一种可能性是为每个处理过程写一个程序;另一种可能性是把两个或更多的处理过程合并在一个程序里,因而有几十种可能的方案。让我

15、们集中在一种选择上并为它提供一些详细的资料。 系统流程图用符号表示程序、过程、硬设备及物理系统中的其它部件(图3),流程图(图4)表明,通过终端进入系统的事务数据被数据采集程序处理,然后存放在货单文件上。最后,货物清单文件由一个Report and reorder(报告和订货)程序处理。经营部门用该程序处理数据和核对订货单。 请看系统流程图,它指明了若干硬部件,其中包括一台计算机、一个磁盘驱动器、一个数据输入终端、一台打印机和一个显示终端等;还需要两个程序,事务处理程序和报告与再定货程序;除了硬件和程序以外,我们还需要货单文件以及I/O设备与软件之间数据流的数据结构。注意,本系统的流程图只说明

16、一种可能的方案。一个好的系统分析员在他选定一个方案之前要研究出若干个可行的方案,以备替换。图3图 4 流程图拟订了系统,突出了系统的主要物理部件。因为数据链接了部件,所以接下来的工作就是确定数据结构。以货物清单文件为例,它包含来自STOCK的所有数据元素,这些数据元素被列在数据字典中利用这些数据元素能安排文件的数据结构。 如何组织文件呢?这取决于如何访问它。例如,在某些应用中数据是在有规律的预定时间内被处理,一般的是整段时间地收集数据,成批地一起处理。如果可采用批处理的话,那么一个顺序文件结构可能是最好的了。 然而不可能总是等到一批事务都被收集好以后再去处理。例如,设想一个防空预警系统,如果一

17、个不明的飞行物被标定了位置,就必须立即分辨它。因为防空程序下午五时才运行要等到那时才处理的思想是荒谬的。该种情况要求快速响应,每个事务必须在它发生时得到处理。一般来说,这些事务处理系统要求直接存取文件。我们的货单系统有二个程序,一个事务处理,直接存取货单文件似乎是个合适的方案;另一个为经营部门偶尔分析货物清单数据用,当然批处理就能完成了。货物清单文件应按顺序组织还是直接组织呢?面对着这种选择,一个好的系统分析员应考虑两种方案。一种可能的系统是当事务一发生就接收并处理该事务;另一种可供选择的方案是可整天的收集销售单,商店关门以后,成批地处理。在第一个系统中,这两个程序应处理直接存取文件;在第二个

18、系统中,这两个程序应链接到顺序文件上。处理可直接访问的数据的程序和处理可按顺序一个接一个访问的数据的程序是不同的。数据驱动了系统,所以数据结构的选择决定了程序的结构。注意,程序在系统的意义上被定义和规划。4.实现系统的主要部分分析清楚了,就能开始开发这几部分。本系统包括两个程序、若干台设备和大量的数据结构。在实现阶段,每个程序都用应用软件技术来编排和书写;要建立文件并检查文件的内容:购买、安装和测试新的硬件;另外还要写出操作步骤,并对系统做出评价。所有的部分都准备好了,就调试系统。若用户满意了,系统就交付使用。5.维护 系统交付以后,维护就开始了。当人们使用系统时,他们将提出一些小的改善和提高

19、有时在调试和检测阶段一些缺陷被忽略了,那么排除这些缺陷就是另一个维护任务了。最后还有,条件改变了,必须修改程序,例如,政府通过了一个法律,修改了征收所得税的方法,则工资程序就必须修改。维护延续在系统的整个生命期内。维护的费用和初期的研制费用差不多,甚至更高。良好的计划、实用的文件资料和合适的程序结构都有助于减少维护费用。外文文献原文Systems Analysis and DesignAbstract Todays world is already entered the era of information technology, especially the Internet, the r

20、apid development of information led into all areas of our lives, but also making information technology has become the industry in various fields and enhance their management efficiency and core competitiveness. an important tool. Publishing industry as part of Chinas socialist culture industry, in

21、terms of information technology relative to other areas, there is a positive result, but still lagging behind, construction level is not high enough, there is a certain distance away from the market demand, there is a great development potential in Chinas information technology should play a greater

22、 role. The same time to take advantage of advanced electronic information technology to transform the publishing industry, the publishing industry to accelerate the pace of information technology.Publishing information technology is a new, advanced management concepts, a new mechanism, a new corpora

23、te culture to change the previous management, is a management model of change. It takes full advantage of information technology and management mode combined with publishers to promote the management level. Faced with increasingly fierce competition, publishers must change ideas, establish new busin

24、ess ideas, establishing the readers demand as the center, to provide first-class professional service. Information technology is a revolution in the management system, which use sophisticated techniques to change thought patterns and previous management model, with digital, standardized procedures,

25、standardization management, with quantifiable targets and allocation of incentive policies to support , reflecting the incentives. Through this reform and revolution, and ultimately publishing office automation, network management, resource digitization, business electronically.In the whole publishi

26、ng process, the editorial management of the publishing industry is an important part of information management system, which will editorial staff and librarians from the heavy transactional work of liberation, and make management more transparent, more scientific, If the system has a good analysis a

27、nd design, not only for editorial management, but for the entire publishing industry management information system construction are of great significance.IntroductionWorking under control of a stored program, a computer processes data into information. Think about that definition for a minute. Any g

28、iven computer application involves at least three components: hardware, software, and data. Merely writing a program isnt enough; because the program is but one component in a system.A system is a group of components that work together to accomplish an objective. For example, consider a payroll syst

29、em. Its objective is paying employees. What components are involved? Each day,employees record their hours worked on time cards. At the end of each week, the time cards are collected and delivered to the computer center, where they are read into a payroll program. As it runs, the program accesses da

30、ta files. Finally, the paychecks are printed and distributed. For the system to work, people, procedures, input and output media, files, hardware, and software must be carefully coordinated. Note that the program is but one component in a system.Computer-based systems are developed because people ne

31、ed information. Those people, called users, generally know what is required, but may lack the expertise to obtain it. Technical professionals, such as programmers, have the expertise, but may lack training in the users field. To complicate matters, users and programmers often seem to speak different

32、 languages, leading to communication problems. A systems analyst is a professional who translates user needs into technical terms, thus serving as a bridge between users and technical professionals.Like an engineer or an architect, a systems analyst solves problems by combining solid technical skill

33、s with insight, imagination, and a touch of art. Generally, the analyst follows a well-defined, methodical process that includes at least the following steps;Problem definitionAnalysisDesignImplementation MaintenanceAt the end of each step, results are documented and shared with both the user and th

34、e programmers. The idea is to catch and correct errors and misunderstandings as early as possible. Perhaps the best way to illustrate the process is through example.Picture a small clothing store that purchases merchandise at wholesale, displays this stock, and sells it to customers at retail. On th

35、e one hand, too much stock represents an unnecessary expense. On the other hand, a poor selection discourages shoppers. Ideally, a balance can be achieved: enough, but not too much.Complicating matters is the fact that inventory is constantly changing, with customer purchases depleting stock, and re

36、turns and reorders adding to it. 1 The owner would like to track inventory levels and reorder and given item just before the store runs out. For a single item, the task is easy-just count the stock-on-hand. Unfortunately, the store has hundreds of different items, and keeping track of each one is im

37、practical. Perhaps a computer might help.1. Problem DefinitionThe first step in the systems analysis and design process is problem definition. The analysts objective is determining what the user (in this case, the stores owner) needs. Note that, as the process begins, the user possesses the critical

38、 information, and the analyst must listen and learn. Few users are technical experts. Most see the computer as a magic box, and are not concerned with how it works. At this stage, the analyst has no business even thinking about programs, files, and computer hardware, but must communicate with the us

39、er on his or her own term.The idea is to ensure that both the user and the analyst are thinking about the same thing-Thus, a clear, written statement expressing the analysts understanding of the problem is essential. The user should review and correct this written statement. The time to catch misund

40、erstandings and oversights is now, before time, money and effort are wasted.Often, following a preliminary problem definition, the analyst performs a feasibility study. The study a brief capsule version of the entire systems analysis and design process, attempts to answer three questions:Can the pro

41、blem be solved?Can it be salved in the users environment?Can it be solved at a reasonable cost?If the answer to any one of these questions is no, the system should not be developed. Given a good problem definition and a positive feasibility study, the analyst can turn to planning and developing a pr

42、oblem solution.2 .AnalysisAs analysis begins, the analyst understands the problem. The next step is determining what must be done to solve it. The user knows what must be done 1 during analysis; this knowledge is extracted and formally documented. Most users think in terms of the functions to be per

43、formed and the data elements to be manipulated. The objective is to identify and link these key functions and data elements, yielding a logical system design.Start with the systems basic functions. The key is keeping track of the stock-on-hand for each product in inventory. Inventory changes because

44、 customers purchase, exchange, and return products, so the system will have to process customer transactions. The stores owner wants to selectively look at the inventory level for any product in short supply and, if appropriate, order replacement stock, so the system must be able to communicate with

45、 management. Finally, following management authorization, the system should generate a reorder ready to send to a supplier.Fig 1Given the systems basic functions, the analysts next task is gaining a sense of their logical relationship. A good way to start is by describing how data flow between the f

46、unctions. As the name implies, data flow diagrams are particularly useful for graphically describing these data flows. Four symbols are used (Fig. 1). Data sources and destinations are represented by squares; input data enter the system from a source, and output data flow to a destination. Once in t

47、he system, the data are manipulated or change by processes, represented by round-corner rectangles. A process might be a program, a procedure, or anything else that changes or moves data. Data can be held for later processing in data stores, symbolized by open-ended rectangles. A data store might be

48、 a disk file, a tape file, a database, written notes, or even a persons memory. Finally, data flow between sources, destinations, processes, end data stores over data flows, which are represented by arrows.Fig 2Figure 2 shows a preliminary data flow diagram for the inventory system. Start with CUSTO

49、MER. Transactions flow from a customer f into the system, where they are handled by Process transaction. A data store, STOCK, holds data on each item in inventory. Process transaction changes the data to reflect the new transaction. Meanwhile, MANAGEMENT accesses the system through Communicate, eval

50、uating the data in STOCK and, if necessary, requesting a reorder. Once, a reorder is authorized. Generate reorder sends necessary data to the SUPPLIER, who ships the items to the store. Note that, because the reorder represents a change in the inventory level of a particular product or products it i

51、s handled as a transaction.The data flow diagram describes the logical system. The next step is tracing the data flows. Start with the destination SUPPLIER. Reorders flow to suppliers; for example, the store might want 25 pairs of jeans. To fill the order, the supplier needs the product description

52、and the reorder quantity. Where do these data elements come from? Since they are output by Generate reorder, they must either be Input to or generated by this process. Data flow into Generate reorder for STOCK; thus, product descriptions and reorder quantities must be stored in STOCK.Other data elem

53、ents, such as the item purchased and the purchase quantity are generated by CUSTOMER. Still others, for example selling price and reorder point, are generated by or needed by MANAGEMENT. The current stock-on-hand for a given item is an example of a data element generated by an algorithm in one of th

54、e procedures. Step by step, methodically, the analyst identifies the data elements to be input to .stored by, manipulated by, generated by, or output by the system.To keep track of the data elements, the analyst might list each one in a data dictionary. A simple data dictionary can be set up on inde

55、x cards, but computerized data dictionaries have become increasingly popular. The data dictionary, a collection of data describing and defining the data, is useful throughout the systems analysis and design process, and is often used to build a database during the implementation stage.The idea of an

56、alysis is to define the systems major functions and data elements methodically. Remember that the objective is translating user needs into technical terms. Since the system starts with the user, the first step is defining the users needs. Users think in terms of functions and data. They do not visua

57、lize programs, or files, or hardware .and during this initial, crucial analysis stage it is essential that the analyst think like a user, not like a programmer.Data flow diagrams and data dictionaries are useful tools. They provide a format for recording key information about the proposed system. Al

58、so, they jog the analysts memory) for example, if the analyst doesnt have sufficient information to complete a data dictionary entry, he or she has probably missed something. Perhaps most importantly, the data flow diagram and the data dictionary document the analysts understanding of the system requirements. By reviewing these documents, the user can correct misunders

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论