信息管理与信息系统专业信息系统开发的系统思考毕业论文外文文献翻译
- 格式:doc
- 大小:347.50 KB
- 文档页数:8
.NET Compact Framework 2.0中的新事物介绍.NET Compact Framework 2.0版在以前版本——.NET Compact Framework1.0版——上提供许多改善。
虽然普遍改善,但他们都集中在共同的目标——改进开发商生产力、以完整的.NET Framwork提供更强的兼容性,以及加大对设备特性的支持。
这篇文章提供一个.NET Compact Framework2.0的变动和改进的高水平的概要。
用户界面相关的灵活的设备显示器的小尺寸要求:应用程序高效率地使用可用空间。
这在过去是要求开发商花费很多时间来设计和实施应用的用户界面。
最近的在灵活的显示能力方面的进步,譬如高分辨率和多方位支持,使得用户界面发展的工作更具挑战性。
为了简化创造应用用户界面的任务,.NET Compact Framework2.0提供许多关于这方面描述的新特性。
窗口形式控制存在于用户界面中心的是控制;.NET Compact Framework2.0提供了很多新的控制。
这些新控制由除了特别针对设备之外的控制组成。
这种控制是.NET Compact Framework有的与.NET Framework一样充分的控制。
MonthCalendarMonthCalendar控制是提供日期显示的可定制的日历控制,而且是有利于为用户提供一个图解方式来精选日期。
DateTimePickerDateTimePicker控制是为显示和允许用户进入日期和时间信息的可定制的控制。
由于它的一个紧凑显示和图解日期选择格式的组合,它特别适用于灵活的设备应用程序。
当显示信息时,DateTimePicker控制与正文框相似;但是,当用户选择了一个日期, 可能显示一个类似于MonthCalendar控制的弹出日历。
WebBrowserWebBrowser控制压缩了设备Web浏览器,并且提供强大的显示能力和暴露很多事件。
这些事件除了允许你的应用程序提供对于这些事件的用户化的行为,还允许你的应用程序追踪用户与Web浏览器内容的互动。
Web信息系统毕业论文中英文资料外文翻译文献中英文资料翻译With the popularity of the Inter NET applications, a variety of Web Information System Has become a pressing issue. Establish the essence of Web information systems Development of a Web repository (database as the core of a variety of Web letter Information storage) as the core Web applications. Currently, the Web repositorydevelopment technologyOperation of a wide range of different characteristics. Various periods at all levels, a variety of purposes Technology co-exist, dizzying mirror chaos, it is difficult to choose. More popular Java of Ser vet Web repository development program a more practical Of choice.Servlet is running the applet on the Web server, can be completed Xu Multi-client Applet can not complete the work, which runs on the server and clients No end, do not download do not by the client security restrictions, the running speed Greatly increasedAnd Applet running in a browser and extend the browser's ability similar Like, Serv the let run in the Web server to enable Java Serv the let engine And expand the capacity of the server. Therefore, we can say Serv the let is run in Applet on a Web server, Serv the let Jav a Ser vlet API And Jav a program of classes and packages.1 Servlet access model2 Serv the let, there are three access models:(1) an access model1 browser to Web server to issue a retrieval request.2 the Web server after receipt of the request, the requestforwarded tothe Servle tengine.3 Serlet engine to perform the requested the Ser vlet and directly throughJDBC4Servlet throughJDBC toretrieve searchresults to generate the html page and Page back to the Web server.5 the Web server the page is sent back to the browser.(2)The second access model1 browser to Web server to issue a retrieval request.2 the Web server receives the request after the request forwardedto the of Ser v the letengine.3 Serv let engine to perform the request the the Ser vlet and retrieve sentJa, vabean access to the data.4data access the Ja vabean searchable database throughJDBC informationAnd from the search results stored in itself.5Servlet remove search results from the data access Javabean generate Html page and Ht ml of page back to the w eb server.6 the Web server the page is sent back to the browser.(3) The third access model1 A browser issue a retrieval request to the Web server.2 Web server receives the request after the request forwarded to the ofSer v the let engine.Of Ser vlet engine to perform the requested Servlet directlythroughJDBC inspection3 The cable database and search results are stored in the result isstored the Jav abean into.Javabean,4. Ser v the let from the results are stored to remove the search results and JSP files to format the output page.2 Servlet functionality and life cycle2.1Servlet functions(1) Create and return dynamic Web pages based on customer requests.(2) create can be embedded into existing HTML pages as part of HTML Page (HT fragment) of the ML.(3) and other server resources (including databases and applications based on the Jav a Program) to communicate.(4) to handle multiple client connections, receiving the input of more than one client, and The results broadcast to multiple clients. For example, Ser vlet is a multi-participant Game server.(5) of MIM E type filter information on the special handling, such as image Conversion and server-side include (SSI).(6) custom processing available to all servers in the standard routine.2.2Servlet lifecycleServlet life cycle begins with it into the Web server's memory And end in the termination or re-loaded Serv the let.(1) load.Load the servlet at the following times:1. If you have configured automatic load option, and then start the Webserver automatically loaded2.After the start of the Web server, the client Serv the let issued for the first time, pleaseDemand.3.Reload Serv the let.Loaded Servlet, Web servers to create a servlet instance, and Servlet's init () method is called. Servlet initialization parameters in the initialization phase, The number is passed to the Servlet configuration object.(2) terminateWhen the Web server no longer needs the servlet, or reload Servlet A new instance of the server calls Serv the let's destroy () method, remove it from the Memory deleted.3 How to call ServletMethod of Ser vlet is called Total five kinds: call in the URL in the formT ag call, call, in HT the ML page in the JSP files Call, call in an ASP file. The following itemized to be introduced.(1) call the servlet in the URL.Simply input format in the browser as http: ∥yo ur webser ver the same the ser vlet name name / servlet path / servlet the URL to The site canbe. Ofwhich:your webser ver name is to refer to the Servlet where theWeb server name, the servlet path is the path refers to the Servlet, the servletThe name refers to the Servlet real name or an alias.(2) call the Servlet tagsCall of Ser the let the the tag allows users to input data on the Web page, andinput data submitted to the vlet of Ser.Serv the let will be submitted to receive data in different ways.For example: {place the text input area tags, buttons and other logos} (3) in the HTML page to call the servlet.Use mark tags, no need to create a complete HTML page.Instead,the servlet output isonly part of the HTMLpage (HTML fragment) and dynamicallyembedded into the static text in the original HTML page.All this happened on the server andsent to the user only the resulting HTML page. tag contained in the original HTML page.Servlet will be invoked in these two markers and the Ser vlet response will cover these two markersbetween all things and mark itself, for example: 〈SERVLET NAME= “my serv let ”CODE= “my serv let .class”CODEBASE= “u r l”initpar am= “v alue”〉〈PARAM NAME= “parm1”VALU E= “v alue1”〉〈PARAM NAME= “parm2”VALU E= “v alue2”〉〈/SERVLET 〉(4) call the servlet in the JSP files.Call in the JSP file format used by the Servlet and HTML page to call exactly the same.Andthe principles are identical. Only reconcile its dynamic JSP file is not a static HTML page.(5) in an ASP file calls the servlet.If you Micr oso ft I nt ernet Informatio n-Ser ver (II S) on the legacy of the ASP file, and can not be ASP files transplanted into a JSP file, you can use the ASP file to of Ser vlet iscalled.But it must be through a special ActiveX control, an ASP file is only through it can callthe servlet.4 Servlet Howto use ConnectionManager toefficiently manage the database connection (1) the functionality of the Connection Manager.For non-Web applications, Web-based application access tothe database will lead tohigher and unpredictable overhead, which is due to more frequent Web users connect anddisconnect.Normally connected to the resourcesused and disconnect from the databasewill farexceed the resources used in the retrieval.Connection Manager function is to minimize the additional occupancy of the users of the database resources to achieve thebest performance of database access.Connection Manager sharing overhead through the establishmentof the connection poolwill connect users Servlet available to multipleusers request.In other words, each userrequest only the connect/ disconnect with a small portion of the overhead costs.Initialresources to establish the connection of the buffer pool, the rest of the connect/ disconnectoverhead is not big, because this isonly reuse the existing connection.Serv the let in the following manner using the connectionpool: When a user throughRequest Web Serv the let the let Serv use an existing connection from the buffer poolNext, this means that the user requests do not cause the connection to the databasesystem overhead. InAfter the termination of serv the let it connect to return to the pool forits Connection ManagerThe Ser vlet. Thus, the user request does not cause the database is disconnectedOf system overhead.Connection Manager also allows users to be able tocontrol the concurrency of thedatabase products evenThen the number. When the database license agreement limit the number ofusers, this feature isVery useful. Create a buffer pool for the database, and connection managementBuffering pool "maximum number of connections" parameter setto the database product license limitGiven maximum number of users. If you use otherprograms without Connection ManagerconnectionsDatabase, you can not guarantee that the method is effective.(2) the structure of the Connection Manager.(3) Connection Manager connection pool to maintain a connection to a specificdatabase is open. Step 1: When the first Serv the let trying to Connection Manager communications is loaded by the Java Application ServerConnection Manager. As long as the Java application server running the Connection Manager has been loaded. Step 2: The Java application server passes the request to a servlet. Step 3: Servlet Connection Managerrequests a connection from the pool. Step four: the buffer pool to Ser vlet allocated a pool of existing idle connection. Step 5: servlet to use toconnect a direct dialogue with the database, this process is the standard API for a particular database. Step 6: the database through Ser vlet the connection returns data. Step 7: When theServlet end to communicate with the database, servlet connections returned to the connection manager pool for other servlet uses. Step 8: Servlet Jav a application server to the user sends back response.Servlet requests a connection, if the buffer pool, there is no idle connection, then the connection manager directlycommunicate with the database. Connection Manager will: Step 9: to the database requests a new connection. Step 10: Add connections to thebuffer pool. If the buffer pool is connected to the prescribed ceiling, connect to the serverWill not be a new connection to join the buffer pool(3) the performance characteristics of the Connection Manager.Buffer pool to create a new connection is a high overhead tasks, newconnections will use the resources on the database. Therefore, theConnection Manager the best use of existing connections of the buffer pool to meet the request of the Servlet. Meanwhile, the connecting tubeThe processor must be as much as possible to minimize the buffer pool idle connections, because this is a great waste of systemresources. Connection Manager Serv the let with the implementation of these minimize and maximize task. Connection Manager to maintain each connection verification time stamp, and recently used tags and use the logo. When the a Ser vlet first the connection, connection verification time stamp, and most recent time stamp is set to the current time, theconnection is being used flag is set to true.Connection Manager can be removed from a Serv the let a long-unused connections, this length of time specified by the Connection Manager, the longest cycleparameters.Connection Manager can view recently used mark is beingused to connect. If the time between the most recently used time and time difference is greater than the longest cycle configuration parameters, the connection will be considered to be a residual connection, which indicates Serv the let take its discontinued or no response. Residual connection will be returned to the pool for other Ser vlet, it is being used flag is set to false, authentication and time stamp is set to the current time.If Ser vlet is ready within a longer period of time to use the connection with the database several timesCommunications, you must code to the Serv the let, so that each time you use to connectConfirm that it still occupies this connection.Connection Manager can be removed from the buffer pool idle connections, because theyWould be a waste of resources. In order to determine which connection is idle, Connection Manager will checkInvestigation connected the sign and time stamp, this operation isconnected by periodic access toBuffer pool information. Connection Manager checks have not been any Ser vlet makeWith the connections (these connections is to use the logo is false). If you have recently usedBetween time and the current time difference exceeds amaximum idle time configuration parameters, theThat the connection is idle. Idle connection will be removed from the buffer pool, down toMinimum number of connections configuration parameter specifies thelower limit value.翻译:随着Inter net 的普及应用, 各种Web 信息系统的建立已成为一个迫在眉睫的问题。
毕业设计(论文)外文文献翻译文献、资料中文题目:管理信息系统文献、资料英文题目:Management Information System文献、资料来源:文献、资料发表(出版)日期:院(部):专业:信息管理与信息系统班级:姓名:学号:指导教师:翻译日期:外文资料及中文译文外文资料Management Information SystemBy Russ Basiura, Mike BatongbacalIt is the MIS(Management Information System ) that we constantly say that the management information system , and is living to emphasize the administration , and emphasizes that it changes into more and more significantly and more and more is uni versalized in the contemporary community of message . MIS is a fresh branch of learn ing, and it leaped over several territories, and for instance administers scientific knowl edge, system science, operational research, statistic along with calculating machine sc ientific knowledge. Is living on these the branches of learning base, and takes shape th at the message is gathered and the process means, thereby take shape the system that t he crossbar mingles.1. The Management Information System Summary20 centuries, in the wake of the flourishing development of whole world econom y, numerous economists propose the fresh administration theory one by one. Xi Men p ropose the administration and was dependent on idea to message and decision of strat egic importance in the 50’s 20 centuries. The dimension of simultaneous stage is admi tted issuing cybernetics, and he thinks that the administration is a control procedure. I n 1958, Ger. write the lid: “ the administration shall obtain without delay with the low er cost and exact message, completes the better control “. This particular period, the c alculating machine starts being used accountancy work. The data handling term has ri sen.In 1970, Walter T.Kennevan give administration that has raised the only a short while ago information system term to get off a definition: “ either the cover of the boo k shape with the discount, is living appropriately time to director, staff member along with the outside world personnel staff supplies the past and now and message that inte rnal forecasting the approaching relevant business reaches such environment, in order to assist they make a strategic decision”. Is living in this definition to emphasize, yet d oes not emphasize using the pattern, and mention the calculating machine applicationin the way of the message support decision of strategic importance.In 1985, admonishing information system originator, title Buddhist nun Su Da un iversity administration professor Gordon B.Davis give the management information s ystem relatively integrated definition, in immediate future “ administer the informatio n system is one use calculating machine software and hardware resources along with data bank man - the engine system.It be able to supply message support business either organization operation, admi nistration or the decision making function. Comprehensive directions of this definitio nmanagement information system target and meritorious service capacity and com ponent, but also make known the management information system to be living the lev el that attains at that time.1.1 The Developing History of MISThe management information system is living the most primarily phase is counti ng the system, the substance which researched is the regular pattern on face between t he incremental data, it what may separate into the data being mutually related and mor e not being mutually related series, afterwards act as the data conversion to message.The second stage is the data are replaced the system, and it is that the SABRE th at the American airline company put up to in the 50’s 20 centuries subscribes to book t he bank note system that such type stands for. It possess 1008 bank note booking spot s, and may access 600000 traveler keep the minutes and 27000 flight segments record. Its operation is comparatively more complex, and is living whatever one “spot”wholl y to check whether to be the free place up some one flight numbers. Yet through appro ximately attending school up to say, it is only a data and replaces the system, for insta nce it can not let know you with the bank note the selling velocity now when the bank note shall be sell through, thereby takes remedying the step. As a result it also is admi nister information system rudimentary phase.The third phase is the status reports system, and it may separate into manufacture state speech and service state and make known and research the systems such as statu s reports and so on. Its type stands for the production control system that is the IBM c orporation to the for instance manufacture state speech system. As is known to all, the calculating machine corporation that the IBM corporation is the largest on the world, in 1964 it given birth to middle-sized calculating machine IBM360 and causes the cal culating machine level lift a step, yet form that the manufacture administration work.Yet enormously complicatedly dissolve moreover, the calculating machine overtakes 15000 difference components once more, in addition the plant of IBM extends all ove r the American various places to every one components once more like works an elem ent, and the order of difference possess difference components and the difference ele ment, and have to point out that what element what plant what installation gives birth to, hence not merely giving birth to complexly, fitting, installation and transportation wholly fully complex. Have to there be a manufacture status reports system that takes the calculating machine in order to guarantee being underway successfully of manufa cture along with else segment as the base. Hence the same ages IBM establish the syst ematic AAS of well-developed administration it be able to carry on 450 professional work operations. In 1968, the corporation establishes the communalonce more and manufactures informationsystem CMIS and runs and succeeds very much, the past needs 15 weeks work, t hat system merely may be completed in the way of 3 weeks.It is the data handling system that the status reports system still possess one kind of shape , and that it is used for handles the everyday professional work to make know n with manufacture , and stress rests with by the handwork task automation , and lifts the effectiveness with saves the labor power . The data handling system ordinarily ca n not supply decision of strategic importance message.Last phase is the support systems make a strategic decision, and it is the informat ion system being used for supplementary making a strategic decision. That system ma y program and the analysis scheme, and goes over key and the error solve a problem. I ts proper better person-machine dialogue means, may with not particularly the person nel staff who have an intimate knowledge of the calculating machine hold conversatio n. It ordinarily consists of some pattern so as to come into being decision of strategic i mportance message, yet emphasize comprehensive administration meritorious service capacity.1.2 The Application of Management Information SystemThe management information system is used to the most base work, like dump re port form, calculation pay and occurrences in human tubes and so on, and then develo ping up business financial affairs administrations and inventory control and so on indi vidual event operational control , this pertains to the electron data handling ( EDP Dat a Processing ) system . When establish the business data bank, thereby possess the cal culating machine electric network to attain data sharing queen , the slave system conc ept is start off , when the implementation the situation as a whole is made program and the design information system ,attained the administration information system phase . In the wake of calculating machine technique progress and the demand adjust the sy stem of people lift further, people emphasize more furthermore administer the informa tion system phase. Progress and people in the wake of the calculating machine techniq ue lift at the demand adjust the system further, people emphasize more furthermore to administer the information system whether back business higher level to lead makes a strategic decision this meritorious service capacity, still more lay special emphasis on the gathering to the external message of business and integrated data storehouse, mod el library , means storehouse and else artificial intelligence means whether directly to decision of strategic importance person , this is the support system ( DDS ) mission m aking a strategic decision.There is the part application that few business start MIS inner place the limit of t he world at the early days of being living in the 70’s 20 centuries. Up at the moment, MIS is living, and there be the appropriatePopularization rate in every state nation in world, and nearly covered that every p rofession reaches every department.1.3 The Direction of MIS DevelopmentClose 20 curtains; external grand duke takes charge of having arisen3 kinds of alt ernations:A. Paying special attention to the administration being emphasized toestablishing MIS’s system, and causing the administration technique head for the ageing.B. The message is the decision of strategic importance foundation, and MISsupplies the message service in the interest of director at all times.C. Director causes such management program getting in touch with togetherwith the concrete professional work maneuver by means of MIS. not merely big-and-middle-sized business universally establish MIS some small-size business also no t exceptions of self, universally establish the communal data4network, like the electronic mail and electron data exchange and so on, MIS supp lied the well support environment to the application of Intranet’s technique to speedily developing of INTERNET especially in the past few years in the interest of the busin ess.Through international technique development tendency is see, in the 90’s 20 c enturies had arisen some kinds of brand-new administration technique. 1. Business Processes Rebuild (BPR)A business should value correctly time and produce quality, manufacturing cost a nd technical service and so on several section administrations, grip at the moment org anization and the process compose once more,andcompletes that meritorious service c apacity integrationist, operation processization and organization form fluctuation. Sha ll act as the service veer of middle layer management personnel staff the decision of st rategic importance of the director service? 2. Intelligentization Decision Support Syst em (IDSS)The intelligentization decision of strategic importance support system was suffici ently consider demand and the work distinguishing feature of business higher level pe rsonnel staff.3. Lean Production (LP)Application give birth to on time, comprehensive quality control and parallel proj ect that picked amount is given birth to and so on the technique, the utmost product de signcutting down and production cycle, raise produce quality and cuts down the repr oduced goods to reserve, and is living in the manufacture promote corps essence, in or der to meet the demand that client continuously changes. 4. Agile Manufacture (AM)One kind of business administration pattern that possess the vision, such distingu ishing feature is workers and staff members’ quality is high, and the organization simp lifies and the multi-purpose group effectiveness GAO message loading is agile and a nswers client requires swiftly.2. The Effect To The Business Administration of MIS DevelopmentThe effect to the business administration of the management information system development is administered the change to business and business administration of inf ormation system development and come into being and is coming into being the far-re aching effect with.Decision of strategic importance, particularly strategic decision-making may be a ssisted by the administration information system, and its good or bad directly affects li ving and the development up the business. The MIS is impeding the orientation devel opment that the administration means one another unites through quality and ration. T his express to utilize the administration in the calculation with the different mathemati cal model the problem in the quantitative analysis business.The past administer that the problem is difficult to test, but MIS may unite the administration necessaries, and supply the sufficient data, and simulates to produce the t erm in the interest of the administration.In the wake of the development of MIS, much business sit up the decentralized message concentration to establish the information system ministry of directly under d irector, and the chief of information system ministry is ordinarily in the interest of assi stant manager’s grade. After the authority of business is centralized up high-quality ad ministration personnel staff’s hand, as if causing much sections office work decrease, hence someone prophesy, middle layer management shall vanish. In reality, the reappe arance phase employed layer management among the information system queen not m erely not to decrease, on the contrary there being the increase a bit.This is for, although the middle layer management personnel staff getting off exo nerate out through loaded down with trivial details daily routine, yet needs them to an alyses researching work in the way of even more energy, lift further admonishing the decision of strategic importance level. In the wake of the development of MIS, the bus iness continuously adds to the demand of high technique a talented person, but the sca rce thing of capability shall be washed out gradually. This compels people by means o f study and cultivating, and continuously lifts individual’s quality. InThe wake of the news dispatch and electric network and file transmission system development, business staff member is on duty in many being living incomparably eit her the home. Having caused that corporation save the expenses enormously, the work efficiency obviously moves upward American Rank Zeros corporation the office syst em on the net, in the interest of the creativity of raise office personnel staff was produ ced the advantageous term.At the moment many countries are fermenting one kind of more well-developed manufacturing industry strategy, and become quickly manufacturing the business. It c ompletely on the basis of the user requirement organization design together with man ufacture, may carry on the large-scale cooperation in the interest of identical produce by means of the business that the flow was shifted the distinct districts, and by means of the once more programming to the machinery with to the resources and the reorgan ization of personnel staff , constituted a fresh affrication system, and causes that manu facturing cost together with lot nearly have nothing to do with. Quickly manufacturin g the business establishes a whole completely new strategy dependence relation again st consumer, and is able to arouse the structure of production once more revolution.The management information system is towards the self-adoption and Self-learni ng orientation development, the decision procedure of imitation man who is be able tobe better. Some entrepreneurs of the west vainly hope that consummate MIS is encirc les the magic drug to govern the business all kinds of diseases; Yet also someone says, and what it is too many is dependent on the defeat that MIS be able to cause on the ad ministration. It is adaptable each other to comprehend the effect to the business of MI S, and is favor of us to be living in development and the research work, and causes the business organization and administer the better development against MIS of system a nd administration means , and establish more valid MIS.中文翻译巴兹拉·迈克管理信息系统管理信息系统就是我们常说的MIS(Management Information System), 在强调管理,强调信息的现代社会中它变得越来越重要、越来越普及。
Discussing about the successful factors of ERP projectsimplementation and the risk management.The primary functions of Enterprise Resource Planning (ERP) are to integrate the inter-departmental operation procedures and Management Information System (MIS) modules, and to reallocate the resources of a company. How to successfully implement an ERP system in an organization is always a hot research topic for researchers as well as a pending problem for an organization that wants to implement it. A case study on the selection of system suppliers and contract negotiation during the ERP implementation of a local construction company in Taiwan, after reviewing the common key success factors discussed in the literature, discussed seven issues: coding system, working process reengineering, priority of ERP functionality implementation, customization, participant roles, consultant role and performance level of subcontractor, which also affected the implementation.Lessons learned from the case study in discussed seven issues are valuable for a construction company in deciding to implement an ERP system. This study suggests that additional case studies are necessary for the successful application of ERP systems in the construction industry. ERP implementation is a 'Triple Play' that combines people, technology, and processes. It embodies a complex implementation process, especially in developing countries like China, often taking several years, huge amount of fund and involving a major business process reengineering exercise. An attempt has been made to identify some Chinese-specific difficulties in the implementation process and provide solutions to implement ERP system successfully through questionnaire survey, interviews, and secondary data. On the basis of analysis of questionnaire results, some common difficulties have been explored by authors, such as support of top management, costly and time-consuming, cultural differences, technical complexity, lack of professional personnel, and inner resistance. The difficulties are largely due to the nature of enterprise's ownership and size. Suggested solutions to overcome these difficulties: ERP software packages selection, ERP implementation team, BPR, Training, and Outsourcing-Application Service Provider. These solutions can effectively solve ERP difficulties.Actually, ERP is widely used in many fields, from public sectors to individual business. Recently, service organizations have invested considerable resources in the implementation of Enterprise Resource Planning (ERP) systems, even using solutions initially targeted for manufacturing companies. To get an insight into how servicesapproach help ERP implementation, a review of ERP projects, especially in services, completed by six case studies has been undertaken. We identify and discuss some characteristics of services, which are discriminatory regarding manufacturing. Main characteristics identified deal with complete or partial integration, product or customer orientation, importance of labor, human factor. In conclusion, trends to standardization and integration seen in the industrial sector are also growing in services, but in different ways.Refers to the overseas some literature material, a successful ERP project, often needs to spend several year times, number thousands of US dollars can complete. Again turns head looks at the home, along with ERP skepticisms gaining ground, price war starting, ERP took one kind of software supplier's product, has actually goes down the god world tendency. ERP leader SAP also promoted Business the One product, the price has been lower than 100,000.Even if the ERP software can achieve free, or like the IBM esteem according to the boundary which must collect fees, implements the angle from the entire enterprise, considers the personnel, training, the maintenance, the service reorganization, the re-development, three, n development, its expense should also in several 1,000,000 and even surely the scale. This speaking of the domestic enterprise, already was not the small number.But, some many enterprises harbor the beautiful dream, steps the ERP implementation the difficult travel. In which also has many projects to be defeated comes to an end. But regarding these final survivors, whether can the halberd be also put in storage, drinks wine to sing loudly? In fact, the enterprise implements the ERP project after the success will face implements a bigger risk. In future five to ten years in, some solid ERP risk management mechanism had decided whether the enterprise can obtain benefits truly in the initial ERP investment.The project is "for completes the disposable endeavor which some unique product or the service station do", the project "the distinctive quality" had decided the project not impossible was by with the before identical way, simultaneously, the project which completed by and the before identical person must create the product or the service, as well as the project possibly involved the scope, the time and the cost all not impossible started when the project completely to determine, therefore, carried on in the process in the project also corresponding to be able to appear the massive uncertainty, namely project risk. Below this article mentioned "the risk" is refers to the project "disadvantageously" the element of certainty. Exists to the projectdisadvantageous risk in any project, often and can give the project the advancement and the project success brings the negative influence. Once the risk occurs, its influence is various, like causes the project product/service the function to be unable to satisfy the customer the need, the project expense surpasses the budget, the project plan dragging or is compelled to cancel and so on, it finally manifests for customer degree of satisfaction depression. Therefore, the recognition risk, the appraisal risk and take the measure to be supposed to be the risk management have the extremely vital significance to the risk to the project management.Ⅰ Risk management concrete contentThe project risk management mainly divides into following several steps: The risk recognition, the qualitative/quota risk analysis, the risk should to plan the establishment and the risk monitoring.1. risk recognitionsThe risk recognition, is refers distinguishes and records possibly has the adverse effect to the project the factor. Because the project is in develops in unceasingly the change process, therefore the risk recognition also passes through in the entire project implementation entire process, but is not merely the project initial stage. The risk recognition is not the disposable work, but need more systems, crosswise thought. Possesses nearly about the project plan and the information all possibly takes the risk recognition the basis, like project progress and cost plan, work decomposition structure, project organizational structure, project scope, similar project historical information and so on. Needs to pay attention, all risks all may carry on the management by no means through the risk recognition. The risk recognition only can discover the known risk (for example: In the known project organization some member ability cannot satisfy the request completely) or the known unknown risk (known-unknown, namely "event name known", like "customer side personnel participates in dynamics being insufficient"); Before but certain risks, as a result of the project distinctive quality, not impossible to occur in it know in advance (unknown-unknown, namely unknown-unknown risk).2. qualitative/quota risk analysisThe latent risk quantity distinguishes which through the risk recognition process are very many, but these latent risks to the project the influence are various. "The risk analysis" namely through the analysis, the comparison, the appraisal and so on each way, to determined various risks the importance, sorts to the risk and appraises it tothe project possible consequence, thus causes the project to implement the personnel to be possible to concentrate the main energy in the few in number main risk, thus enable the project the overall risk to be under the effective control.The risk analysis mainly may use the method includes: Riskprobability/influence appraisal matrix, sensitive analysis, simulation and so on. When carries on the above analysis, mainly pays attention to following several risk factor: Risk probability: Namely the risk event occurs possible percentage expression. This numeral is, like the expert who obtains through the subjective judgment appraises, the interview or the basis before similar project historical information.Risk influence: Namely the risk has possibly the influence size which creates to the project. This kind of influence is possibly in the time, possibly is in the cost, also is possibly other various aspects.Risk value (required value EMV): The risk value = risk probability * risk influence, is to the risk the influence most direct appraisal which creates to the project, its overall evaluation probability with has affected two aspects the factors.3. risks should plan the establishmentThe risk should lie in to the plan goal through the formulation corresponding measure, comes to be supposed to the risk the threat which possibly creates to the project.Most often uses should to threat several measures be: The circumvention, reduces, the shift, accepts.The circumvention, namely eliminates this risk through the elimination risk origin;Reduces, namely through takes the measure to reduce "the risk probability" or "the risk influence", thus achieved reduces the risk value the result;The shift, soon the risk shifts to another side, like purchase insurance, sub package and so on;Accepts, namely does not take the measure to this risk, accepts result which it creates, or occurs after this risk uses the contingency plan to carry on processing again. Selects what method to come specifically to be supposed to some risk, is decided in this risk value (EMV), plans to adopt should to the measure possible cost, the project management personnel treat the risk the manner (utility function) the type and so on various aspects, cannot be generally spoken.The risk should be aims at the risk to the plan which distinguishes to carry on; Regarding the unknown risk, not impossible to choose in advance the formulationcorresponding to be supposed to plan or the contingency plan, therefore, may stockpile using the management should be right.Ⅱ ERP project implementation risk managementThe different type project has the different type risk. The ERP project implementation risk has its particularity similarly. The following gives a briefing to in the ERP project implementation process risk management measure, the single opinion, only supplies the reference.ERP project implementation main risk and should to the measure:As mentioned above, "possesses nearly about the project plan and the information all possibly takes the risk recognition the basis, like project progress and cost plan, work decomposition structure, project organizational structure, project scope, similar project historical information and so on." In the ERP project risk recognition process, may take the project plan as the clue, the recognition project in various aspects risk. In the implementation process, should pay attention to following several aspects specially the risk:1) project scope riskThe project purchase management usually has three contract ways, namely: The solid fixed price or the total price contract, the cost reimburse (add reward) the contract, the unit price contract. The usual uncertainty is bigger, a risk bigger project, more tends to in using depends on after the contract way. This also is overseas and the domestic part ERP supplier uses in the implementation service according to the human day provides serves and charges the fee the reason. But selects this method, the buyer (i.e. customer) has the big risk, therefore, the domestic very many customers favor in work out the implementation contract of service by the fixed price. But this contract way, then (i.e. consultant side) has the big risk regarding the seller. Under this premise, if the project scope definition is not clear, possibly causes the round turns to have the difference to the project scope cognition: The seller hoped reduces the implementation scope as far as possible, by smallest cost closing performance; But the buyer hoped ERP system all function many implementations, obtains as far as possible by the fixed price the greatest income. If the bilateral difference is big, cannot achieve consistently, then can create the efficiency inevitably to be low, wrangles mutually.Therefore, in the ERP project contract, should make as far as possible the clear limits to the project implementation scope, cuts cannot pause in "the implementationfinance module" perhaps "the implementation receivable, the manipulation, the general ledger management" and so on in stratification plane.Rather multi-flowered some time before in project implementation scope limits work, also do not have in the project implementation process, facing ERP many functions, the implementation side and the user side is unyielding, or the forced concessions, invests a bigger energy in the project, but causes the project not to be able to complete on time.2) project progress riskAbout the ERP project implementation cycle, at present has emphasizes "fast" the tendency in the propaganda. But ERP project progress control certainly not easy matter, not only is decided by consultant firm's ability, simultaneously also to a great extent receives the customer side to the ERP expected value whether reasonable, to the scope controls whether effective, to project investment (including personnel time investment and fund and so on investment) whether enough and so on aspect influences.Provides elder brother Shan Shitong by the divine land numerical code who the ERP system and is responsible to implement the metal, in a short time makes something a matter of political line successfully, one of reasons is easy to fly the ERP implementation group integrity mature to induct the mechanism and consultant personnel's remarkable quality, smoothly has assisted the world effectively with the metal political line work. Starts from the political line then to have special consultant to be responsible to induct the implementation entire the plan, the long-term accumulation profession knowledge and the managerial experience have also promoted the entire ERP operation level, has properly dealt with in the political line work issue. The user has the intense approval to the project minute stage implementation, only emphasizes in the first stage to the basic function realization, but the massive work will remain after the political line or improve in continually the process.But in the actual operation, by no means all users all have this kind of understanding and the approval to the ERP implementation, therefore, in project progress plan time, constantly when project progress plan strives for quickly, even is pursues some to have the special significance date sedulously to take the project milestone, will create the very tremendous pressure to the project progress control.In fact, the very many project defeat, is precisely is attributed to the project progress to appear the dragging, but causes the project team despondency, the efficiency to be low. Therefore, the ERP project implementation time management, needs to consider each kind of latency fully, suitable conservative; The duty decomposes the detailed degree of fineness to be moderate, is advantageous for the inspection; In the implementation, should emphasize the project according to the progress execution importance, in considered when any question, all must take the maintenance progress the precondition; At the same time, reasonably and follows up fast using rushing a job and so on the methods, uses the resources fully.3) project human resources riskThe human resources are in the ERP project implementation process the most essential resources. Guaranteed the appropriate person, participates in the project by the enough energy, is the project success implementation basic guarantee.In the ERP project implementation has each kind of role, should have the quality to each kind of role, we no longer give unnecessary detail in this. Must reduce the project the human resources risk, must guarantee enters and undertakes role each kind of project to the project in to do is the human satisfies the project request. Therefore, implements both sides to be supposed to participate in the personnel carrying on the earnest appraisal, this kind of appraisal should be the bilateral surface, not only is the user to consults consultant's appraisal, also should include the consultant firm to the user side member who participates in the project (in under the domestic present environment, mainly is refers to essential user) the appraisal. At the same time, should guarantee the project personnel to the project investment degree. Should participation the ERP project personnel's achievement to appraise and the ERP project implementation condition is connected, is clear about the ERP project is in this stage project correlation personnel most important labor of duty; Formulates the suitable rewards and punishment measure; Establishes "the member project" in the enterprise the thought, layer upon layer "the member", namely all levels of people in charge downward exercises in view of the ERP implementation plenary powers, shoulders the entire responsibility to on, extends the member from the individual concept to the organic synthesis community concept.4) The risk that people don't understand ERP correctlySome enterprises regard as ERP the business management the panacea, thought since ERP "the function is formidable", so long as on ERP, enterprise's all questionshave then been easily solved, or thought enterprise's all flows all may integrate to ERP in; Also some people simple regard as ERP the current service flow the computerization.浅谈ERP项目实施成功因素和风险管理ERP —Enterprise Resource Planning 企业资源计划系统,是指建立在信息技术基础上,以系统化的管理思想,为企业决策层及员工提供决策运行手段的管理平台。
信息管理与信息系统专业英语作文Here's a sample English essay for the Information Management and Information Systems (IMIS) major that meets the given requirements:When it comes to Information Management and Information Systems, things get exciting! It's not just about computers and software, it's about making sense of the vast amount of data we have today. You know, with all this digitalization, we're generating more and more data every day. So, how dowe make use of it? That's where IMIS comes in.In this field, we learn how to organize and analyzedata to extract meaningful insights. It's like having a superpower to see through the chaos and find patterns. Whether it's in business, healthcare, or any other industry, IMIS has its applications. And it's not just about technology; it's about understanding how humans interactwith information and how we can optimize that interaction.One of the coolest things about IMIS is that it'salways evolving. With new technologies coming out every day, we're constantly learning and adapting. It's a field that demands creativity and critical thinking. You have to be able to think outside the box and find innovative solutions to complex problems.And let's not forget about the practical side of it. As an IMIS student, you'll get to work on real-world projects and apply what you learn in the classroom. Whether it's developing a new database system or analyzing customer data to improve a product, you.。
信息管理与信息系统专业英语作文英文回答:Information management and information systems (IM/IS) is a rapidly growing field that deals with the collection, organization, storage, and dissemination of information.IM/IS professionals use a variety of techniques and technologies to help businesses and organizations manage their information resources effectively.One of the most important aspects of IM/IS is data management. Data management involves the collection, cleaning, and organization of data in a way that makes it useful for decision-making. IM/IS professionals use a variety of data management tools and techniques to ensure that data is accurate, complete, and timely.Another important aspect of IM/IS is information systems development. Information systems are computer-based systems that allow businesses and organizations to managetheir information resources. IM/IS professionals design, develop, and implement information systems that meet the specific needs of their clients.IM/IS professionals also play a role in information security. Information security is the protection of information from unauthorized access, use, disclosure, disruption, modification, or destruction. IM/IS professionals use a variety of security measures to protect information, including firewalls, encryption, and access control lists.The field of IM/IS is constantly evolving as new technologies emerge. IM/IS professionals must keep up with the latest trends in order to stay competitive. Some of the most recent trends in IM/IS include the use of cloud computing, big data, and artificial intelligence.IM/IS is a challenging and rewarding field that offers a variety of career opportunities. IM/IS professionals can work in a variety of industries, including healthcare, finance, manufacturing, and government.中文回答:信息管理与信息系统。
信息管理与信息系统论文中英文资料外文翻译文献Construction of Network Management Information System of Agricultural Products Supply Chain Based on 3PLsAbstractThe necessity to construct the network management information system of 3PLs agricultural supply chain is analyzed, showing that 3PLs can improve the overall competitive advantage of agricultural supply chain. 3PLs changes the homogeneity management into specialized management of logistics service and achieves the alliance of the subjects at different nodes of agricultural products supply chain. Network management information system structure of agricultural products supply chain based on 3PLs is constructed, including the four layers (the network communication layer, the hardware and software environment layer, the database layer, and the application layer) and 7 function modules (centralized control,transportation process management, material and vehicle scheduling, customer relationship, storage management, customer inquiry, and financial management).Framework for the network management information system of agricultural products supply chain based on 3PLs is put forward. The management of 3PLs mainly includes purchasing management, supplier relationship management, planning management, customer relationship management, storage management and distribution management. Thus, a management system of internal and external integrated agricultural enterprises is obtained. The network management information system of agricultural products supply chain based on 3PLs has realized the effective sharing of enterprise information of agricultural products supply chain at different nodes, establishing a long-term partnership revolving around the 3PLs core enterprise, as well as a supply chain with stable relationship based on the supply chain network system, so as to improve the circulation efficiency of agricultural products, and to explore the sales market for agricultural products.Key words3PLs (third party logistics),Agricultural products supply chain, Network management information system, China3PLs means that production enterprises entrust the logistics activity to the professional logistics service firms in order to concentrate efforts on core business, to keep close contact with logistics enterprise through information system, and to achieve a logistics operation and management mode with full control in logistics. According to the 3PLs requirements forinformation technology, supply chain management information system based on 3PLs is a supply chain management mode with 3PLs enterprises as the core, using EDI technology, GIS/GPS system, B/S mode and other technologies. Integration, processing and application of 3PLs enterprises in supply chain management information system are fully applied in order to reduce the cost of logistics and to improve the service level of logistics.At present, management information technology in China is just at the initial stage. The existing management information system offers insufficient information for the 3PLs enterprises which are engaged in the circulation of agricultural products.Besides, its construction of logistics data processing system is imperfect, having not realized the truly professional 3PLs enterprises for the circulation of agricultural products with information technology. At the same time, 3PLs enterprise for agricultural products has just started in China. And logistics applied in the agricultural supply chain with 3PLs enterprise as the core is time-consuming, inefficient and low-level, which can hardly meet the needs of the rapid development of rural market and social productive forces. Therefore, it is particularly important and urgent to construct a management information system for agricultural products supply chain under the current Internet environment. Problems in the management of the supply chain of agricultural products are analyzed, and a network management information system of agricultural products supply chain based on 3PLs is constructed in order to offer references for the information management in the supply chain of agricultural products in China.1 Necessity of constructing the network management information system of agricultural products supply chain based on 3PLsAgricultural products are seasonal, perishable and vulnerable. With the improvement of income level,consumers have increasingly high requirements for the diversification, personalization, just-in-time nature, and environment protection of agricultural products, which requires faster, more professional,and better organized logistics. At the same time, supply chain of agricultural products has the characteristics of the special purpose of funds, the uncertainty of market, and the unbalanced development of market. Thus, the support of supply chain management information system is needed during the circulation of agricultural products. Construction of market integration,as well as the integration of production, supply and marketing,urgently needs a new management information system of agricultural products, as well as an accompanying legal support system, in order to reduce the cost and to increase the profit for agricultural enterprises. And the application of 3PLs in the supply chain of agricultural products can solve this problem.Therefore, we should give full play to the central hub function of 3PLs enterprises in agricultural products supply chain, increase the input in the informationization of agricultural products supply chain, and promote the construction of logistics operation system and management information system.1 .1 Improving the overall competitive advantage of agricultural products supply chain by 3PLs3PLs is a new logistics organizational form established by modern information technology, as well as a kind of complementary and win-win strategic alliance by signing contract with the party being served. Taking 3PLs as the professional and core enterprise in the production and circulation of agricultural products can help to realize resource consolidation of the construction and organization of the whole supply chain of agricultural products. The specialization of raw materials and the service for product distribution have greatly improved the logistics efficiency of traditional enterprise. At the same time, construction of the management information system ofagricultural products supply chain based on 3PLs has made up for the shortage of information in agricultural market, has improved the efficiency of the flow of agricultural products, has connected all the links in the supply chain into an organic whole in an reasonable and effective way,and has enhanced the overall competitive advantage and economic benefits. 3PLs platform has greatly brought down the production and circulation processes of traditional agricultural enterprises, and has reduced the costs in raw material procurement and product distribution, so as to better adapt to the changes in market demand, to realize the rational distribution of resources, and to improve the overall competitiveness of the supply chain of agricultural products.1 .2 Changing the homogeneity management to specialized operation of logistics service by 3PLsDue to the characteristics of agricultural products, market requirement for logistics varies widely. Since traditional enterprises try to obtain the competitive advantage, there is fierce market competition in commodity circulation. Therefore, behavior of logistics market shows the characteristics of homogeneity and the profit is getting lower and lower. In order to seize the customer, some enterprises even take a loss. 3PLs enterprises share business risk with partners and carry out operation according to the items number, time and cost of customer by integration and utilization of resources. As a means of the supply chain integration of agricultural products, specialized operation of 3PLs can help the stakeholders of supply chain to obtain more demand information of agricultural products, and can reduce the circulation cost of agricultural products.1 .3 Alliance of the subjects in supply chain nodes of agricultural products by 3PLs3PLs stresses the relationship of “mutual complementarity, benefit sharing, information sharing” among the stakeholders in different nodes of supply chain. Development of the agricultural producer, supplier and retailer is limited if they rely only on their own resources. 3PLs enters into the outside service market, integrates the resources through the way of strategic alliances, ensures that the subject focuses its attention on core business, reduces the cost by scale effect, enhances the anti-risk strength, and helps to achieve quick response to market demand by information sharing.At the same time, contract-0riented 3PLs enterprises unify the interests of all subjects in supply chain of agricultural products, emphasize the strategic partnership of both parties,and alleviate market competition of related industries in agricultural markets. Subjects in both downstream and upstream of the supply chain share information and establish long-term partnership with 3PLs enterprises as the core.2 Construction of the network management information system of agricultural supply chain based on 3PLs2.1 Construction of structural system3PLs platform is used to offer network communications and system services to the subjects in agricultural supply chain. Fig. 1 illustrates the structural system of network management information system of agricultural supply chain based on 3PLs.Fig.1 Structural system of network management information system of agricultural supplychain based on 3PLsFig. 1 illustrates that the basic hardware of the system is combined by the network transmission media and network equipment, that is the network communication layer. Hardware facilities, corresponding system software, operation system and netmanager software together constitute the software and hardware environment layer.This layer provides necessary software and hardware facilities for 3PLs enterprises during the data storage and management of agricultural products. Database layer is responsible for the management of data source in agricultural information resources and network systems, and offers data integration to the application layer. 3PLs standard system includes the overall standard, network infrastructure standard, application support standard, application standard, information security standard, and management standard. Safety system of 3PLs includes the security management, security infrastructure, and security service.This system is composed of 7 function modules, such as the centralized control module, transportation process management module, material and vehicle scheduling module, customer relationship module, storage management module, customer query module, and financial management module(Fig. 2),the function of which is to ensure the information fluency and system security of 3PLs enterprises during the operation and integration of resources. These modules have improved the service module of different nodes in agricultural supply chain and have reduced the operation risk of system, so that the system becomes more structured, perfect, and rational.2.2 Framework of management systemBased on the existing research result,the business and module of modern logistics management,and the management information systems,Fig.3 reports the management system of internal and external integrated agricultural enterprises according to the circulation of agricultural products from the manufacturer,supplier,and retail terminal to the consumer.Fig.2 Function modules of 3PLs network management information systemFig.3 The management system of internal and external integrated agricultural enterprises Fig.3 shows the framework of network management information system of agricultural supply chain based on 3PLs. The whole system, running under an open 3PLs, is formed by four layers of network communication layer, software and hardware environment layer, database layer and application layer. In the application layer, 3PLs, as the core of management information system of agricultural supply chain, plays the role of information processing center. It mainly manages the plan, inventory, and other subsystems, supervises subsystem through supplier relationship, conducts information interaction with procurement management subsystem and the supplier, and carries out information interaction with the supplier, producer and consumer through customer relationship management subsystem and sales management subsystem. Besides, 3PLs is also responsible for logistics management and control through the distribution management subsystem. Management of 3PLs mainly includes the 7 modules of purchasing management, supplier relationship management, planning management, customer relationship management, sales management, inventory management and distribution management. Through the effectiveintegration and coordination between 3PLs and the business with partner at the downstream and upstream of agricultural supplier chain, management system of internal and external integrated agricultural enterprises is formed using the logistics information system to realize the integration of logistics and information flow.In general,3PLs enterprise is still in the initial stage in China. Management information system of agricultural supply chain is not perfect, which can not meet the current needs of the rapid development and agricultural products circulation in rural China. Thus, there is an urgent need to build a new mode of agricultural logistics, so as to reduce the process of sales turnover, to lower the production cost of 3PLs enterprises, to improve the circulation efficiency of agricultural products, and to expand the sales market of agricultural products.3 ConclusionDeveloping modern 3PLs is an inevitable trend of market development. Design and development of management information system based on 3PLs can bring spillover benefits to the producer, supplier and retailer of agricultural products.Under the current Internet environment, management information system of agricultural supply chain based on 3PLs must be established based on the specific characteristics of operation mode and the actual business situation of 3PLs enterprises, so as to establish a management information system suitable for a given enterprise. From the perspective of overall integration of resources, the network management information system of agricultural supply chain based on 3PLs established has connected the interests of different nodes in agricultural supply chain into an organic whole, has effectively eliminated the barriers to information flow, and has increased the profits of agriculture-related enterprises and farmers. At the same time, according to the characteristics of agricultural enterprises in China, a rational agricultural products logistics mode of internal and external integrated agricultural enterprise is established, which offers a reference for the management of agricultural supply chain in China.基于第三方物流的农产品供应链网络管理信息系统的建设摘要本文对构建网络农业第三方物流供应链管理信息系统的必要性进行了分析,表明第三方物流可以提高农产品供应链的整体竞争优势。
中英文对照翻译附录1 外文翻译(原文)Systems Analysis and DesignWorking under control of a stored program, a computer processes data into information. Think about that definition for a minute. Any given computer application involves at least three components: hardware, software, and data. Merely writing a program isn't 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 system. 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 data 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 need 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 user's field. To complicate matters, users and programmers often seem to speak different 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 skills with insight, imagination, and a touch of art. Generally, the analyst follows a well-defined, methodical process that includes at least the following steps;1.Problem definition2.Analysis3.Design4.Implementation5.MaintenanceAt the end of each step, results are documented and shared with both the user and the 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 the 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 returns 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 impractical. Perhaps a computer might help.2-1 Problem DefinitionThe first step in the systems analysis and design process is problem definition. The analyst's objective is determining what the user (in this case, the store's owner) needs. Note that, as the process begins, the user possesses the critical 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 user 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 analyst's understanding of the problem is essential. The user should review and correct this written statement. The time to catch misunderstandings 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:1.Can the problem be solved?2.Can it be salved in the user's environment?3.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 problem solution.2- 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 performed 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 system's basic functions. The key is keeping track of the stock-on-hand for each product in inventory. Inventory changes because customers purchase, exchange, and return products, so the system will have to process customer transactions. The store's 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 management. Finally, following management authorization, the system should generate a reorder ready to send to a supplier.Fig 1Given the system's basic functions, the analyst's next task is gaining a sense of their logical relationship. A good way to start is by describing how data flow between the functions. 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 the system, the data are manipulated orchange 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 a disk file, a tape file, a database, written notes, or even a person's 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 CUSTOMER. 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, evaluating 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 is 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 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 elements, 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 agiven item is an example of a data element generated by an algorithm in one of the 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 index 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 analysis is to define the system's 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 user's needs. Users think in terms of functions and data. They do not visualize 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. Also, they jog the analyst's memory) for example, if the analyst doesn't 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 analyst's understanding of the system requirements. By reviewing these documents, the user can correct misunderstandings or oversights. Finally, they represent an excellent starting point the next step, design.2-3 DesignAs we enter the design stage, we know what the system must do, and thus can begin thinking about how to do it. The objective is to develop a strategy for solving the problem. At this stage, we are not interested in writing code or in defining precise data structures; instead, we want to identify, at a black box level, necessary programs, files, procedures, and other components.The data flow diagram defines the system's necessary functions; how might they be implemented? One possibility is writing one program for each process. Another is combining two or more processes in a single program; there are dozens of alternative solutions. Let's focus on one option and document it.A system flowchart uses symbols to represent programs, procedures, hardware devices, and the other components of a physical system (Fig. 3). Our flowchart (.Fig.4) shows that transaction data enter the system through a terminal, are processed by a data collection program, and then are stored on an inventory file. Eventually, the inventory file is processed by a Report and reorder program. Through it, management manipulates the data and authorizes reorders.Fig. 4 on a system flowchart, symbols represent programs, procedures, hardware devices, and the other components of a physical system.Fig 3Look at the system flowchart. It identifies several hardware components, including a computer, a disk drive, a data entry terminal, a printer, and a display terminal. Two programs are needed; Process transaction and Report and reorder. In add ition to the hardware and the programs, we’ll need data structures for the inventory file and for data flaws between the I/O devices and the software. Note that this system flowchart illustrates one possible solution; a good analyst will develop several feasible alternatives before choosing one.Fig 4The flowchart maps the system, highlighting its major physical components. Since the data link the components, the next task is defining the data structures. Consider, for example, the inventory file. It contains all the data elements from the data store STOCK. The data elements are listed in the data dictionary. Using them, the file's data structure can be planned,How should the file be organized? That depends on how it will be accessed. For example, in some applications, data are processed at regular, predictable intervals. Typically, the data are collected over time and processed together, as a batch. If batch processing is acceptable, a sequential file organization is probably best.It is not always possible to wait until a batch of transactions is collected, however. For example, consider an air defense early warning system. If an unidentified aircraft is spotted it must be identified immediately the idea of waiting until 5 _ 00 p.m. because "that's when the air defense program is run" is absurd. Instead, because of the need for quick response, each transaction must be processed as it occurs. Generally such transaction processing systems call for direct access file.Our inventory system has two programs. One processes transactions. A direct access inventory file seems a reasonable choice. The other allows management to study inventory data occasionally; batch processing would certainly do. Should the inventory file be organized sequentially or directly? Faced with such a choice a good analyst considers both options. One possible system might accept transactions and process them as they occur. As an alternative, sales slips might be collected throughout the day and processed as a batch after the store closes. In the first system, the two programs would deal with direct access files; in the second system, they would be linked to sequential files. A program to process direct access data is different from a program to process sequential data. The data drive the system. The choice of a data structure determines the program’s structure. Note that the program is defined and planned in the context of the system.2- 4 ImplementationOnce the system's major components have been identified .we can begin to develop them. Our system includes two programs, several pieces of equipment, and a number of data structures. During implementation, each program is planned and written using the techniques described in Chapter 7. Files are created, and theircontents checked. New hardware is purchased, installed, and tested. Additionally, operating procedures are written and evaluated. Once all the component parts are ready, the system is tested. Assuming the user is satisfied, the finished system is released.2- 5 MaintenanceMaintenance begins after the system is released. As people use it, they will suggest minor improvements and enhancements. Occasionally, bugs slip through debug and testing, and removing them is another maintenance task. Finally, conditions change, and a program must be updated; for example, if the government passes a low changing the procedure for collecting income taxes, the payroll program must be modified. Maintenance continues for the life of a system, and its cost can easily match or exceed the original development cost. Good planning, solid documentation, and well-structured programs can help to minimize maintenance cost.附录2 外文翻译(译文)系统的分析与设计在存储程序的控制下,计算机把数据处理成信息。
中英文对照外文翻译文献(文档含英文原文和中文翻译)Information System Development and DatabaseDevelopmentIn many organizations, database development from the beginning of enterprise data modeling, data modeling enterprises determine the scope of the database and the general content. This step usually occurs in an organization's information system planning process, it aims to help organizations create an overall data description or explanation, and not the design of a specific database. A specific database for one or more information systems provide data and the corporate data model (which may involve a number of databases) described by the organization maintaining the scope of the data. Data modeling in the enterprise, you review of the current system, the need to support analysis of the nature of the business areas, the need for further description of the abstract data, and planning one or more database developmentproject. Figure 1 shows Pine Valley furniture company's enterprise data model of a part.1.1 Information System ArchitectureSenior data model is only general information system architecture (ISA) or a part of an organization's information system blueprint. In the information system planning, you can build an enterprise data model as a whole information system architecture part. According to Zachman (1987), Sowa and Zachman (1992) views of an information system architecture consists of the following six key components:DataManipulation of data processing (of a data flow diagram can be used, with the object model methods, or other symbols that).Networks, which organizations and in organizations with its main transmission of data between business partners (it can connect through the network topology map and to demonstrate).People who deal with the implementation of data and information and is the source and receiver (in the process model for the data shows that the sender and the receiver).Implementation of the events and time points (they can use state transition diagram and other means.)The reasons for the incident and data processing rules (often in the form of text display, but there are also a number of charts for the planning tools such as decision tables).1.2 Information EngineeringInformation systems planners in accordance with the specific information system planning methods developed information system architecture. Information engineering is a popular and formal methods. Information engineering is a data-oriented creation and maintenance of the information system. Information engineering is because the data-oriented, so when you begin to understand how the database is defined by the logo and when information engineering a concise explanation is very helpful. Information Engineering follow top-down planning approach, in which specific information systems from a wide range of informationneeds in the understanding derived from (for example, we need about customers, products, suppliers, sales and processing of the data center), rather than merging many detailed information requested ( orders such as a screen or in accordance with the importation of geographical sales summary report). Top-down planning will enable developers to plan more comprehensive information system, consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding, deepen their understanding of information systems throughout the organization in understanding the impact.Information Engineering includes four steps: planning, analysis, design and implementation. The planning stage of project information generated information system architecture, including enterprise data model.1.3 Information System PlanningInformation systems planning objective is to enable IT organizations and the business strategy closely integrated, such integration for the information systems and technology to make the most of the investment interest is very important. As the table as a description, information engineering approach the planning stage include three steps, we in the follow-up of three sections they discussed.1. Critical factors determining the planningPlanning is the key factor that organizational objectives, critical success factors and problem areas. These factors determine the purpose of the establishment of planning and environment planning and information systems linked to strategic business planning. Table 2 shows the Pine Valley furniture company's key planning a number of possible factors, these factors contribute to the information systems manager for the new information systems and databases clubs top priority to deal with the demand. For example, given the imprecise sales forecasts this problem areas, information systems managers in the organization may be stored in the database additional historical sales data, new market research data and new product test data.2. The planning organizations set targetsOrganizations planning targets defined scope of business, and business scope will limit the subsequent analysis and information systems may change places. Five key planning targets as follows:● organizational units in the various sectors.● organizations location of the place of business operations.● functions of the business support organizations handling mission of the relevant group. Unlike business organizations function modules, in fact a function can be assigned to various organizations modules (for example, product development function is the production and sale of the common responsibility of the Ministry).● types of entities managed by the organization on the people, places and things of the major types of data.● Information System data set processing software applications and support procedures.3. To set up a business modelA comprehensive business model including the functions of each enterprise functional decomposition model, the enterprise data model and the various planning matrix. Functional decomposition is the function of the organization for a more detailed decomposition process, the functional decomposition is to simplify the analysis of the issue, distracted and identify components and the use of the classical approach. Pine Valley furniture company in order to function in the functional decomposition example in figure 2 below. In dealing with business functions and support functions of the full set, multiple databases, is essential to a specific database therefore likely only to support functions (as shown in Figure 2) provide a subset of support. In order to reduce data redundancy and to make data more meaningful, has a complete, high-level business view is very helpful.The use of specific enterprise data model to describe the symbol. Apart from the graphical description of this type of entity, a complete enterprise data model should also include a description of each entity type description of business operations and a summary of that business rules. Business rules determine the validity of the data.An enterprise data model includes not only the types of entities, including the link between the data entities, as well as various other objects planning links. Showed that the linkage between planning targets a common form of matrix. Because of planning matrix need not be explicit modeling database can be clearly described business needs, planning matrix is an important function. Regular planning matrix derived from theoperational rules, it will help social development activities that top priority will be sorting and development activities under the top-down view through an enterprise-wide approach for the development of these activities. There are many types of planning matrix is available, their commonalities are:● locations - features show business function in which the implementation of operational locations.● unit - functions which showed that business function or business unit responsible for implementation.● Information System - data entities to explain how each information system interact with each data entity (for example, whether or not each system in each entity have the data to create, retrieve, update and delete).● support functions - data in each functional entities in the data set for the acquisition, use, update and delete.● Information System - target indication for each information system to support business objectives.Data entities matrix. Such a matrix can be used for a variety of purposes, including the following three objectives:1) identify gaps in the data entities to indicate the types of entities not use any function or functions which do not use any entity.2) found that the loss of each functional entities involved in the inspection staff through the matrix to identify any possible loss of the entity.3) The distinction between development activities if the priority to the top of a system development function for a high-priority (probably because it important organizational objectives related), then this area used by entities in the development of the database has a high priority. Hoffer, George and Valacich (2002) are the works of the matrix on how to use the planning and completion of the Information Engineering.The planning system more complete description.2 database development processBased on information engineering information systems planning database is a source of development projects. These new database development projects is usuallyin order to meet the strategic needs of organizations, such as improving customer support, improve product and inventory management, or a more accurate sales forecast. However, many more database development project is the bottom-up approach emerging, such as information system user needs specific information to complete their work, thus beginning a project request, and as other information systems experts found that organizations need to improve data management and begin new projects. Bottom-up even in the circumstances, to set up an enterprise data model is also necessary to understand the existing database can provide the necessary data, otherwise, the new database, data entities and attributes can be added to the current data resources to the organization. Both the strategic needs or operational information needs of each database development projects normally concentrated in a database. Some projects only concentrated in the database definition, design and implementation of a database, as a follow-up to the basis of the development of information systems. However, in most cases, the database and associated information processing function as a complete information systems development project was part of the development.2.1 System Development Life CycleGuide management information system development projects is the traditional process of system development life cycle (SDLC). System development life cycle is an organization of the database designers and programmers information system composed of the Panel of Experts detailed description, development, maintenance and replacement of the entire information system steps. This process is because Waterfall than for every step into the adjacent the next step, that is, the information system is a specification developed by a piece of land, every piece of the output is under an input. However shown in the figure, these steps are not purely linear, each of the steps overlap in time (and thus can manage parallel steps), but when the need to reconsider previous decisions, but also to roll back some steps ahead. (And therefore water can be put back in the waterfall!)Figure 4 on the system development life cycle and the purpose of each stage of the product can be delivered concise notes. The system development life cycle including each stage and database development-related activities, therefore, the question of database management systems throughout the entire development process. In Figure 5 we repeat of the system development life cycle stage of the seven, and outlines thecommon database at each stage of development activities. Please note that the systems development life cycle stages and database development steps一一对应exists between the relationship between the concept of modeling data in both systems development life cycle stages between.Enterprise ModelingDatabase development process from the enterprise modeling (system development life cycle stage of the project feasibility studies, and to choose a part), Organizations set the scope and general database content. Enterprise modeling in information systems planning and other activities, these activities determine which part of information systems need to change and strengthen the entire organization and outlines the scope of data. In this step, check the current database and information systems, development of the project as the main areas of the nature of the business, with a very general description of each term in the development of information systems when needed data. Each item only when it achieved the expected goals of organizations can be when the next step.Conceptual Data ModelingOne has already begun on the Information System project, the concept of data modeling phase of the information systems needs of all the data. It is divided into two stages. First, it began the project in the planning stage and the establishment of a plan similar to Figure 1. At the same time outlining the establishment of other documents to the existing database without considering the circumstances specific development projects in the scope of the required data. This category only includes high-level data (entities), and main contact. Then in the system development life-cycle analysis stage must have a management information system set the entire organization Details of the data model definition of all data attributes, listing all data types that all data inter-entity business linkages, defining description of the full data integrity rules. In the analysis phase, but also the concept of inspection data model (also called the concept behind the model) and the goal of information systems used to explain other aspects of the model of consistency categories, such as processing steps, rules and data processing time of timing. However, even if the concept is such detailed data model is only preliminary, because follow-up information system life cycle activities in the design of services, statements, display and inquiries may find that missing element or mistakes. Therefore, the concept of data often said that modeling is atop-down manner, its areas of operation from the general understanding of the driver, rather than the specific information processing activities by the driver.3. Logical Database DesignLogical database design from two perspectives database development. First, the concept of data model transform into relational database theory based on the criteria that means - between. Then, as the design of information systems, every computer procedures (including procedures for the input and output format), database support services, statements, and inquiries revealed that a detailed examination. In this so-called Bottom-up analysis, accurate verification of the need to maintain the database and the data in each affairs, statements and so on the needs of those in the nature of the data.For each separate statements, services, and so on the analysis must take into account a specific, limited but complete database view. When statements, services, and other analysis might be necessary to change the concept of data model. Especially in large-scale projects, the different analytical systems development staff and the team can work independently in different procedures or in a centralized, the details of their work until all the logic design stage may be displayed. In these circumstances, logic database design stage must be the original concept of data model and user view these independent or merged into a comprehensive design. In logic design information systems also identify additional information processing needs of these new demands at this time must be integrated into the logic of earlier identified in the database design.Logical database design is based on the final step for the formation of good data specifications and determine the rules, the combination, the data after consultation specifications or converted into basic atomic element. Most of today's database, these rules from the relational database theory and the process known as standardization. This step is the result of management of these data have not cited any database management system for a complete description of the database map. Logical database design completed, we began to identify in detail the logic of the computer program and maintenance, the report contents of the database for inquiries.4. Physical database design and definitionPhysical database design and definition phase decisions computer memory (usuallydisk) database in the organization, definition of According to the library management system for physical structure, the procedures outlined processing services, produce the desired management information and decision support statements. The objective of this stage is to design an effective and safe management of all data-processing database, the physical database design to closely integrate the information systems of other physical aspects of the design, including procedures, computer hardware, operating systems and data communications networks.5. Database ImplementationThe database prepared by the realization stage, testing and installation procedures for handling databases. Designers can use the standard programming language (such as COBOL, C or Visual Basic), the dedicated database processing languages (such as SQL), or the process of the non-exclusive language programming in order to produce a statement of the fixed format, the result will be displayed, and may also include charts. In achieving stage, but also the completion of all the database files, training users for information systems (database) user setup program. The final step is to use existing sources of information (documents legacy applications and databases and now needs new data) loading data. Loading data is often the first step in data from existing files and databases to an intermediate format (such as binary or text files) and then to turn intermediate loading data to a new database. Finally, running databases and related applications for the actual user maintenance and retrieval of data. In operation, the regular backup database and the database when damaged or affected resume database.6. Database maintenanceDuring the database in the progressive development of database maintenance. In this step, in order to meet changing business conditions, in order to correct the erroneous database design, database applications or processing speed increase, delete or change the structure of the database. When a procedure or failure of the computer database affect or damage the database may also be reconstruction. This step usually is the longest in the database development process step, as it continued to databases and related applications throughout the life cycle, the development of each database can be seen as a brief database development process and data modeling concepts arise, logical and physical database design and database to achieve dealing with the changes.2.2 Information System developed by other meansSystem Development Life Cycle minor changes in law or its variant of the often used to guide information systems and database development. Information System is a life-cycle methodology, it is highly structured approach, which includes many checks and balances to ensure that every step of produce accurate results, and new or alternative information system and it must communications or data definitions consistent existing system needs consistency. System development life cycle because of the regular need to have a working system for a long time been criticized because only work in the system until the end of the whole process generated. More and more organizations now use rapid application development method, it is a includes analysis, design and implementation of steps to repeat the rapid iterative process until convergence to users the system so far. Rapid Application Development Act required the database has been in existence, and enhance system is mainly to the application of data retrieval application, but not to those who generate and modify database applications.The most widely used method of rapid application development is one of the prototype. The prototype system is a method of iterative development process, analysts and users through close co-operation, continuing to revise the system will eventually convert all the needs of a working system. Figure 6 shows prototype of the process. In this diagram we contains notes, briefly describes each stage of the prototype of the database development activities. Normally, when information systems problems were identified, tried only a rough concept of data modeling. In the development of the initial prototype, the design of the user wants to display and statements, and that any new database needs and define a term prototype database. This is usually a new database, copy the part of the existing system, but might also added some new content. When the need for new content, these elements are usually from external data sources, such as market research data, the general economic indicators or industry standards.When a prototype of a new version to repeat the achievement and maintenance of database activities. Usually only a minimum level of security and integrity control, because at this time the focus is as soon as possible to produce a prototype version can be used. But document management project also deferred to the final, only be used in the delivery of user training. Finally, once constructed an acceptable prototype,developers, and users will be the final decision of whether to prototype delivery and the use of the database. If the system (including database) efficiency is very low, then the system and database will be re-programming and re-organization in order to achieve the desired performance.Along with visual programming tools (such as Visual Basic, Java, Visual C + + and fourth generation language) increasingly popular use of visual programming tools can easily change the user interface with the system, the prototype is becoming the choice of system development methodology. Customers using the prototype method statements and show changes to the content and layout is quite easy. In the process, the new database needs were identified, so it is the development of the use of the existing database should be amended. There is even the possibility of a need for a new database system prototype method, in such circumstances, when the system demand in the iterative process of development in the ever-changing needs access to sample data, the construction or reconstruction of the database prototype.3 database development of the three-tier architecture modelIn this article on the front of the database development process mentioned in the interpretation of a system development project on the establishment of the several different, but related database view or model:● conceptual model (in the analysis stage of the establishment).● external model or user view (in the analysis phase and the establishment of logical design phase).● physical model or internal model (in the physical design phase of the establishment).Figure 7 describes the database view that the relationship between the three, it is important to remember that they are the same organizations database view or model. In other words, each organization has a database of the physical model, a concept model and one or more users view.Therefore, the three-tier architecture model using the same data set observe the different ways definition database.Concept models on the full database structure, has nothing to do with the technical specifications. Conceptual model definition do not involve the entire database datastored in the computer how the secondary memory. Usually, the conceptual model by entities - links (E-R) map or object modeling symbols such a graphical format to describe, we have this type of concept model called the data model. In addition, the conceptual model specification as a metadata stored in the database or data dictionary.Physical models including conceptual model of how data stored in computer memory in the two specifications. Analysts and the database design is as important to the physical database (physical mode) definition, it provides information on the distribution and management of data storage and access of the physical memory space of two full database technology specifications.Database development and database technology database is among the three models divided into basis. Database development projects may have a role to only deal with these three views of a related work. For example, a beginner may be designed for one or more procedures external model, and an experienced developer will design the physical model or conceptual model. Database design issues at different levels are quite different.4 three-tier structure of the database positioning systemObviously, all the good things in the database are, and the "three"!When designing a database, you have to choose where to store data. This option in the physical database design stage. Database is divided into individual databases, the Working Group database, departmental databases, corporate databases and the Internet database. Individuals often by the end-user database design and development of their own, just by database experts to give training and advice to help, it only contains individual end-users interested in the data. Sometimes, personal database from the database or enterprise Working Group extracted from the database, such circumstances database prepared by some experts from the regular routine to create local database. Sector Working Group database and the database is often the end-user, business experts and the central database system experts development. The collaborative work of these officers is necessary because in the design of the database to be shared by a large number of issues weigh: processing speed, ease of use, data definition differences and other similar problems. Due to corporate databases and the Internet database broad impact, large-scale, it is normally concentrated in the database development team has received professional training to develop a database of experts.1. Customers layerA desktop or notebook also known as that layer, which specialized management user interface and system localization data in this layer can be implemented on the Web scripting tasks.2. Server / Web serverHTTP protocol handling, scripting tasks, the implementation of computing and provide data access, the layer known as processing services layer.3. Enterprise Server (Minicomputer or mainframe) layerThe implementation of complex computing and inter-organizational management from multiple data sources of data integration, also known as data services layer.In an organization, hierarchical database and information system architecture for distributed computing and the client / server architecture of the concept of correlation. Client / server architecture based on a LAN environment, including servers (referred to as database server or database engine) database software implementation from the client workstation database orders, each customer applications focus on their user interface functions. In fact, the whole concept of the database (as well as the application of these databases to handle routine) as a distributed database or the separate but related physical database distribution in the local PC workstation, server intermediate (working group or sector) and one center server (departments or enterprises ). Simply said that the use of client / server architecture for:● it can handle multiple processors on the same application at the same time, improve application response time and data processing speed.● It can use each computer platform of the best data processing (such as PC Minicom Advanced user interface with the mainframe and computing speed).● can mix various client technology (Intel or Motorola processor assembly of personal computers, computer networks, information kiosks, etc.) and public data sharing. In addition, you can change the technology at any layer and other layers only a small influence on the system module.● able to handle close to the data source to be addressed to improve response time and reduce network traffic.。
信息管理英语教程_中英文对照翻译(一至四篇)1.What is information?information is part of all human experience .Acquiring and processing information are fundamental aspect of life itself current interest in a “science”of information has develop as the result of the complexity of life’s problem.The rapid development of technology,the growth of knowledge,and the fast pace of the modern world create an increasing awareness of the importance of information and the need for professionals dedicate to studying and understanding it信息是人类所有经验的一部分。
获取信息并对信息进行处理是生活本身的重要方面。
目前人们对信息“科学”兴趣的增长是由于生活中的问题复杂化的结果所知。
技术的快速发展,知识的增加,现代社会的快节奏,这一切都使人们对信息的重要性以及对专门研究理论专业人员的需求认识德越来越清楚。
2. The late scholar Fritz Machlup carefully accessed the different meaning associated with information. some interpretation that have been made from these sources are as follow:Something one didn’t know beforeHow data are interpretedA clueSomething that effort what one already knowSomething useful in some way to the person receiving itSomething used in decision makingSomething that reduces uncertaintyThe meaning of word in sentencesSomething that provide more than what is statedSomething that changes what a person who receive it believes or expects晚学者弗里茨?马克卢普通过仔细分析这些相关信息的不同意义。
毕业设计(论文)外文文献翻译文献、资料中文题目:信息系统开发的系统思考文献、资料英文题目:文献、资料来源:文献、资料发表(出版)日期:院(部):专业:信息管理与信息系统班级:姓名:学号:指导教师:翻译日期: 2017.02.14本科生毕业论文(设计)外文文献翻译信息系统开发的系统思考①摘要:虽然许多信息系统开发方法(ISDMs)可供选择的。
但过去的经验表明,他们没有完全支持设计过程。
其中的主要问题是,传统的系统开发方法代表了恶劣的某些子系统或信息系统设计(ISDL)尺寸。
本文提出了一种最近的对ISD过程ISDMs不匹配和系统的研究整合,可以用来了解和澄清我们对ISD过程的看法。
首先,一些重要的系统概念,如系统,子系统,维,系统类型和特性进行了介绍。
其次,对一些过去有关这些系统的概念在不匹配的概述进行了讨论。
讨论包括汲取的经验不足,通过政府新闻处的过程中,如通信的问题,分析不足,缺乏系统的维护经验,缺乏关系的认识,子系统/维度来表示的性质和工具的选择之间的关系缺乏了解,难以在子系统集成尺寸,以及布鲁克斯法为人了解。
第三,就如何避免系统概念阶段不匹配发表一些建议。
第四,提供了一些准则实施系统概念阶段的任务。
最后,一些领域需要研究所被提及。
关键词:系统思维;信息系统的分析;信息系统设计;信息系统开发方法;软件工程1 简介一个信息系统开发方法(ISDM)结合的工具和技术开发大型信息系统引导过程,ISDM的标题下,有众多技术变种。
然而,他们没有完全支持的过程中,信息系统设计(ISD)(Colter, 1984; Rowley, 1993)。
弗洛伊德认为,有关政府新闻处过程作为一个整体缺乏合适的理论有助于解释许多在现有方法缺点(弗洛伊德,1986)。
严重的问题之①Department of Management Science and Information Systems, Wright State University, Dayton,Ohio 45435.,Systems Practice, 1995, Vol.8 (6)一,是不匹配之间的一些ISDMs和政府新闻处过程。
本文提出了一种在整合和解释上的错配,用于最近研究已经发生在过去ISD做法。
具体来说,本文将回顾一些不匹配例子,以及探索的频谱的方法来克服这种不匹配。
本文的组织如下:第一,一些重要系统概念;第二,一些教训。
从过去的经验,都涉及到这些系统概念是不匹配讨论;第三,有些建议是关于如何避免。
系统概念阶段不匹配;第四,提供了一些准则。
为实施系统概念阶段; 最后,地方需要研究出现了一些被提及。
2 关键系统概念ISD在很大程度上仍是一个复杂的和非结构化过程。
当接近这样一个复杂的过程,需要特别强调要放在系统类型(无论是结构或结构不良)和特点(例如,进化系统,动力系统,等等),为了更好地理解所涉及的系统(柯蒂斯等人,1988;大便,1992 Layzell; Warren等人,1992)。
2.1 子系统以及它们之间的相互作用信息系统涉及到多种结构良好的子系统组成,它们清楚地发现在物理科学,以及结构不良子系统涉及行为因素(肖,1986; Curtis等,1988;沃菲尔德,1990;巴西利和穆萨,1991;伍尔斯滕霍姆等人,1992;罗利,1993)。
发展信息系统必须进行治疗,至少有一部分,作为一个结构不良行为过程。
信息系统是复杂的,不能仅仅描述子系统的基础上。
无数不同类型/特征相互作用可能参与,例如在一个系统或一个子系统相互作用,系统和/或子系统之间相互作用,以及一个系统和它的环境之间的相互作用。
下面的两个例子说明这样概念:第二组的特征包括交易相关的特征。
许多研究已经调查了商业潜力的网络为基础的几乎全部功能直接销售网站。
交易购买可能相当简单,但在较复杂的情况下,供方和顾客互动之前已经有好几次所有细节的订单已经达成协议。
我们区分一个订购特点和设备要求的建议。
组成的子系统如硬件,软件,流程,人,组织可以看作是一个信息系统。
这些子系统之间的区别,不提供足够粒度揭示ISD过程因为这些子系统彼此交互。
软件是一个在大型系统多个子系统(肖,1986,梅勒,1992)。
软件项目管理子系统,软件子系统一个子系统,是一个复杂的企业相互子系统是相互关联的各种非线性结构不良时装。
信息系统目标涉及到一个信息系统,可以支持该组织活动。
在建立系统目标,信息系统设计与组织系统,由一个值子系统,结构子系统,管理子系统,社会心理子系统,技术子系统交互。
这反过来成为技术子系统一个子系统。
信息系统的边界通常是不明确的ISD过程的开始,但在很大程度上取决于是活跃在形成信息系统(贝尼昂,1992;Warren等,1992系统和/或子系统之间的相互作用;罗利,1993)。
这两个例子中申明,各子系统的不同类型/特点是参与在ISD。
此外,各种不同的类型/特征的相互作用不仅发生在一个系统或子系统的系统和子系统之间。
系统设计者必须不仅要知道这些子系统和相互作用的存在但也识别子系统和相互作用的类型和特性的,以定义的抽象级别的分析可以被梳理。
例如,在软件开发,系统要求之间冲突并不罕见(柯蒂斯等,1988;罗利,1993年)。
这种情况特点,可作为一个多元化的系统。
作为另一个例子,已被认为是一个闭环系统(巴西利和Musa,1991;蒂尔福德,1992)软件项目管理。
表2.1列出选择在ISD系统/子系统特性。
表2.1 ISD系统/子系统特性比较对象:特性静态与动态静态的系统是一个系统的瞬时响应输入,并且随着时间的发展,可以忽略不计。
动态的系统是一个函数,是一个系统的响应时间(Warren等,1992)。
单元与多元化单元表示能实现单一目标的系统;多元化表示,该系统具有多样性,甚至是具有相互冲突的目标(柯蒂斯等,1988;杰克逊,1993年,罗利,1993年)。
开环与闭环在开环系统中,输入和输出是独立的。
在一个封闭的回路系统中,输出影响着输入(巴西利和Musa1991;蒂尔福德,1992)。
2.2 维度维度是物理学的一个基本概念。
它最近已引入可行性研究,信息检索,信息系统规划和软件开发,但还没有被正式介绍给ISD过程(Schamber等人,1990)。
根据沃菲尔德的说法,“如果我们假设一个系统包括识别子系统,有理由假设可能有收藏的尺寸,其中一些将适用于特定的子系统,其中一些将有意义只有当总的系统评估”(warfleld 和Christakis,1987)。
ISD过程中,各种不同类型/特征尺寸的参与和他们的相互作用。
尺寸可被嵌入在一个系统的不同层。
例如,在一个软件系统的行为方面,可以考虑再次作为子系统。
在这个子系统中,有许多方面涉及到认知,团体动力学,和组织行为(柯蒂斯等人,1988)。
软件质量是一个多维的系统。
实体包括过程组成,中间产品和最终交付。
观点包括发展组织,项目经理,和最终顾客的。
所涉及到的尺寸不是独立的并且相互影响。
质量属性取决于两个实体和观点。
例如,可读性是由系统设计者的观点要求文档的质量属性。
时间是从项目管理的角度,设计阶段的质量属性(巴西利和穆萨,1991)。
表2列出了一些尺寸的参与ISD过程。
2.3 系统类型和查询系统在文献中的图象细化的例子很少涉及的查询系统,明确的作用。
事实上,有几种查询系统,对ISD过程相当重要,它们包括:(一)莱布尼茨询价- 查询系统,采用系统并构建了一个数学表示;(二)洛克询价- 基于经验查询系统;(三)康德询价- 部分分析(莱布尼茨)和部分经验(洛克)查询系统,其中基础之间的匹配程度的形式化模型(莱布尼茨)收集的数据(洛克),强调真理的合成,即减少和数据的基础上,分析模型。
分不开的;(四)询价黑格尔- 凭两个或两个以上相互冲突的观点,它决定一个系统相关信息的查询系统;和(V)Singerian inquirier - metainquiring系统,其中包括(i)至(四)(圣人,1990)。
在这些查询系统,莱布尼茨(分析基础),洛克(经验为基础)和康德(分析和经验为基础)的探究适合这是一般结构的解析所存在的问题;黑格尔查询系统是适合如组织的角度对信息系统和查询系统Singerian illstructured问题是因为从整体分析模型建模到字结构的子系统。
3 克服不匹配从前面的讨论,我们不难发现,本文所讨论的问题的共同来源系统的子系统,缺乏了解,参与ISD尺寸和相互作用,以及适当的查询/工具的缺乏代表他们。
其结果是,设计方法和系统类型/特征之间的失配的发生。
系统的设计应该从一个系统的概念阶段制定一个完整的系统的理解和定义一个整体的设计方法。
系统的概念阶段,有几个重要的任务:识别和定义系统/子系统/尺寸和相互作用系统/子系统/尺寸和相互交往,可以是不同的类型和特点。
ISD过程中没有考虑到所有可能的组合的系统/子系统/尺寸以及它们之间的相互作用,可能会失败,澄清系统设计的重要方面。
在设计一个n维空间的ISD所得交互系统/子系统/尺寸的限制。
系统设计人员沿着一些在此空间中的坐标,并在这个空间里的某个地方发生的最终设计。
很明显向系统的设计是一个关键因素在确认这个约束的设计空间。
检查系统/子系统/尺寸单独和集体。
个别隔离系统的行为可能会有所不同,从它的行为,当它与其他系统(如布鲁克斯定律的教训)。
因此,应当分解为个体分别进行审查,并组合成一个集群作为一个整体集体进行检查,避免设计的失败,由于相互作用所造成的相互依存关系(White等。
的利益,相互依存的系统/子系统/尺寸1993)。
适用于各种必要的法律。
各种必要的法律要求的维度在信息系统中的隐式表示与维数包含在iSDMs之间的匹配(沃菲尔德,1990)。
在当前的新闻实践中,信息系统通常少于尺寸由于系统的概念,即,公里< K ~。
规定只有当系统设计者必须获得足够的信息通过前两个活动之前讨论。
适当的查询系统和工具,解决系统/子系统/尺寸不同的类型〜特性和相互作用。
查询系统和工具,系统设计人员选择必须适合的类型和特性的系统。
系统设计者必须确保设计采用了正确的查询系统和有效的工具。
如果没有这个保证,设计师根据不正确的工具设计一个系统运行的高风险。
特别是,设计的质量可能在源中发现的科学范式中所应用的参照物。
上面讨论的最后一个任务提供一些一般的原则是:跨学科研究。
既然是一个需要探索的子系统种类繁多,尺寸和相互作用,是有关在ISD过程,系统设计者应考虑所有相关的模型和方法的框架内singerian问询。
换句话说,系统设计师必须设想在所有相关学科和方法可以尝试不同的子系统,一个框架,参与ISD尺寸和相互作用。
选择最合适的方法。
相应的系统/子系统/尺寸的类型与特点,判断显示最适合的具体方法。