机械毕业设计105英文翻译外文文献翻译193
收藏
资源目录
压缩包内文档预览:(预览前20页/共21页)
编号:531311
类型:共享资源
大小:31.70KB
格式:ZIP
上传时间:2015-11-25
上传人:QQ28****1120
认证信息
个人认证
孙**(实名认证)
辽宁
IP属地:辽宁
6
积分
- 关 键 词:
-
机械毕业设计英文翻译
- 资源描述:
-
机械毕业设计105英文翻译外文文献翻译193,机械毕业设计英文翻译
- 内容简介:
-
中文资料 中文资料 概述 随着现代信息技术的迅猛发展, 数据库 技术在教育中的应用日益广泛和深入,特别是 数据库与 Internet 的接轨,为 数据库应用 提供了丰富的资源 和应用的便利 ,使网络 数据库 真正成为现实,同时也为网络数据库的发展 开辟了广阔的前景。 如何有效地利用网上的资源,建构基于网络的现代 数据库 是一个迫切研究的问题,而开展网络 数据库 模式研究的重要理论基础之一就是网络 数据库 的设计与评价。因此,开展网络 数据库 的设计与评价的探索与实践研究有着十分重要的意义。 利用计算机支持企业高效率完成企业的日常事务,是适应现代企业制度要求、推动企业劳动人事管理走向科学化、规范化的必要条件;而房屋信息管理是一项琐碎、复杂而又十分细致的工作,信息输入的工作量很大,一般不允许出错,如果实行手工操作,须填制大量的表格,这就会耗费工作人员大量的时间和精力,计算机进行住房信息输入工作,不仅能够保证输入准确无误、快速输出,而且还可以利用计算机对有关的各种信息进行统计,服务于准备购房,租房的广大用户,同时计算机具 有手工管理所无法比拟的优点 .例如 :检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高房屋管理的效率 ,也是企业的科学化、正规化管理 ,与世界接轨的重要条件。 目前,各种程序较多,每种程序都具有各自的特点和适用范围,因此,在选择程序时,应考虑程序应用的特点及适用范围,本系统选用 语言和 sql 数据库,该开发工具具有很多长处。 Microsoft .NET 作为一种面向网络、支持各种用户终端的开发平台环境, 推动新一代因特网的发展 , 真正地让人们可以在任何时 间、任何地点、通过任何设备得到信息。 ASP .NET 是建立在 .NET 平台架构上,使用 通用 语言运行时(Common Language Runtime)在服务器后端为用户提供建立强大的企业级 Web 应用服务的编程框架。现代化的 房产 组织庞大 、 服务项目多 、nts中文资料 信息量大,要想提高劳动生产 、 降低成本 、 提高服务质量和管理水平,进而促进经济效益,必须借助计算机来进行现代化的信息管理 。房产管理系统正是为此而设计的 。 优秀 的房产管理系统 操作 方便 ,灵活性好 , 系统安全性高,运行稳定 。本章将以典型住房管理管理系统作为实例,向读者详细讲述如何设计和使用 ASP .NET 开发企业住房管理系统。 大多数 ASP .NET 应用程序都是围绕读取和更新数据库中的信息展开的。为了允许在分布式、可缩放应用程序中实现数据集成, Visual Studio .NET 提供对新一代数据访问技术 ADO .NET 的支持。 在介绍 ADO .NET 之前,先澄清一个概念: ADO .NET 是一项超越ADO 的重要技术, ADO .NET 这个名字并不代表实际的内容 ADO。ADO 原来是表示 ActiveX Data Objects, Microsoft 已经将 ADO .NET作为一种技术的名称。 ADO .NET 是一组向 .NET 程序员公开数据访问服务的类。 ADO .NET为创建分布式数据共享应用程序提供了一组丰富的组件。它提供了对关系数据、 XML 和应用程序数据的访问,因此是 .NET Framework 中不可缺少的一部分。 ADO .NET 支持多种开发需求,包括创建由应用程序、工具、语言或 Internet 浏览器使用的前端数据库客户端和中间层业务对象。 ADO .NET提供对 Microsoft SQL Server等数据源以及通过 OLE DB 和 XML 公开的数据源的一致访问。数据共享使用者应用程序可以使用 ADO .NET 来连接到这些数据源,并检索、操作和更新数据。 在介绍如何实现 ADO .NET 访问 SQL Server 2000 数据库前,有必要介绍一下 ADO .NET 中的 一个核心元素 ,它是 .NET Framework数据提供程序 ,其组件的设计目的相当明确:为了实现数据操作和对数据的快速、只进、只读访问。 Connection 对象提供与数据源的连接。 Command 对象使 用户 能够访问用于返回数据、修改数据、运行存储过程以及发送或检索参数信息的数据库 命令。 Data Reader从数据源中提供高性能的数据流。最后, Data Adapter 提供连接 DataSetnts中文资料 对象和数据源的桥梁。 Data Adapter 使用 Command 对象在数据源中执行 SQL 命令,以便将数据加载到 Data Set 中,并使对 Data Set中数据的更改与数据源保持一致。 为了实现对数据库的访问, ADO .NET 定义了两个 核心组件:Data Set 和 .NET Framework 数据提供程序,后者是一组包括Connection, Command, Data Reader 和 Data Adapter 对象在内的组件。 ADO.NET 的对象模型,如图 1-1 所示: ADO.NET 具有以下的优点: (1) 互用性 ADO.NET 使用 XML 为数据传输的媒质。 (2) 易维护性 使用 N 层架构分离业务逻辑与其他应用层次,易于增加其他层次。 (3) 可编程性 ADO.NET 对象模型使用强制类型数据,使程序更加简练易懂。 (4) 高性能 ADO.NET 使用强制类型数据取得高性能。 可扩展性 ADO.NET 鼓励程序员使用 Web 方式,由于数据是保存在本地缓存中的,不需要解决复杂的并发问题 SQL Server 2000 是一个关系数据库管理系统,是 Microsoft推出新一代数据管理与分析软件。 SQL Server 是一个全面的、集成的数据解决方案,它为企业中的用户提供了一个安全、可靠和高效的平台用于企业数据管理和商业智能应用。 SQL SERVER 2000 是一个功能完备的数据库管理系统,提供完整的关系数据库创建、开发和管理功能。它使用 Transact SQL 语言在客户机与服务器之间发生请求。 房地产管理系统的主要任务是对住房进行管理,使用户能轻松地找到所需要的房屋信息,提供买房和卖房的供求信息,并对其进行统计。 通 常,房地产管理系统的主要功能包括以下几个方面: (1) 客户信息管理:对房地产管理系统的使用客户进行管理,包括对客户的基本信息 (客户编号、客户姓名、联系电话 等 )进行 录入和修nts中文资料 改 。 (2) 房源信息管理 : 员工可录入房源所属区域、房源类型、价格等,并对其进行基本信息的检索 、录入和修改 。 (3) 员工信息管理:管理员对员工的信息进行管理,包括对员工的基本信息 (如员工姓名、员工身份等 )进行检索 、录入和修改 。 (4) 房源信息的查询:用户可以对房源的出租、出售、求购、求租等信息分别进行查询。 近年来,房产信息系统的建设已经逐步成为数字城市应用系统建设的热点之一。据有关资料显示,全国 660 多个设市城市中,已有400 多个城市建立了房地产管理信息系统。数据库设计是房产信息系统实施的一项重要基础工作,关系着系统建设的成败。房产信息系统数据库设计必须要考虑到房产业务流程性强、业务量大、数据变化频繁的特点,将不同时间周期上的数据加以安全、高效的管理。 本文要探讨的三个数据库分离技术是在房产信息系统建设实践中总结出的一种实用的数据库设计和优化技术 。 三个数据库分离技术的提出,源于现实世界中同一房产业务对象在时 间思维上的 3 种不同状态的数据:工作数据,正式数据,历史数据。在数据库设计中,与之相对应的即为工作库、正式数据库、历史数据库。这种在数据库物理设计中将对同一对象的不同生命周期在数据库中分为正式数据库、工作库、历史数据库的方法称之为三个数据库分离技术。 我们以房产信息系统中的两个典型业务 所有权初始登记和变更登记为例来加以说明。房屋所有权初始登记是房屋所有者第 1 次进行房屋产权确认的房产业务,它必须要经过窗口受理和审核两大类环节,在窗口受理和审核阶段,所录入的产权人数据处于待审批状态,即工作状态;在审核通过 以后,产权人数据从审批状态转入审批通过状态,即正式状态。在其他初始登记类的房产业务中,同样也存在着数据状态由工作状态向正式状态变化的过程。房产变更登记是在房屋初始登记基础之上进行有关信息变更的房产业务,如房屋的位置nts中文资料 变更。 在窗口受理阶段,在选择了待变更的信息后,首先要从正式数据库中将待变更的信息提取到工作库中,进入审批状态。在变更审批通过以后,首先将正式数据库中的数据转入到历史数据库中,然后再将工作库中的数据插入到正式数据库中,并建立正式数据库数据与历史数据库数据之间的关系。通过上面两个例子,可以对房产信息系统中的工作数据库、正式数据库、历史数据库作如下定义: (1)工作数据库:存放工作数据,即处于业务办理之中、尚未完成审批过程的业务数据。这些业务数据未完成审批之前,其数据不具备“法律效力”。 (2)正式数据库:存放正式数据 ,即在完成审批之后,即成为正式数据。这些正式数据可以作为查询、统计等业务操作的具备“法律效力”的数据。 (3)历史数据库:存放正式数据库数据发生变化之前的数据。这些数据曾经具备“法律效力”,“但当前不具备”法律效力。 数据库分离中的三个数据库在房产信息系统房产业务办理的过程中,是会相互转换、相互联系的。在房产信息系统中,房产初始登记类业务都会有工作库和历史数据库之间的转换,如房产所有权初始登记、抵押权初始登记;而变更类业务都会有工作数据库、正式数据库和历史数据库的转换。 基于数据库分离技术的数据库设计 ,从数 据库概念模型设计的角度来看,数据库中所有房产对象的 ER 关系是一样的,即工作数据库、历史数据库和正式数据库一样具备相同的 ER 关系。因此在进行数据库的概念模型设计时,只需以正式数据库中的实体进行设计即可。从数据库物理模型设计的角度看,实质上可以把数据库分离技术看作是根据数据库概念模型进行数据库物理模型设计时的一种优化措施。我们以房屋所有权人为例,来说明基于三个数据库分离技术的数据库物理模型设计。 三个数据库的表结构基本相同。工作数据库数据是对正式数据库nts中文资料 数据的临时拷贝,在业务审批通过时,工作库中的数据会被 移入正式数据库。历史数据库数据和正式数据库数据通过一张关系表来记录了历史数据库数据和正式数据库数据的父子关系,可以追溯其历史关系。 三个数据库分离技术实质上是一种数据库优化方法。其优点主要表现在: (1)提高数据库访问的效率。如果不采用三个数据库分离技术,工作数据、正式数据、历史数据三者存放于数据库的同一张表中,这张表中的记录数会随着业务系统的运行时间直线上升。如在杭州市房产管理信息综合系统中,每年会新增约 10 万条与房产交易有关的正式数据和相同数量的历史数据,且历史数据的记录数是随着系统运行的年份是逐年递 增的,正式数据库中的记录数则相对恒定。而实际应用中,正式数据是最为常用的数据,但在三个数据库不分离的情况下对正式数据的访问必然会涉及到对工作数据和历史数据的过滤,增加了系统的时间消耗。采用三个数据库分离技术后,就能比较好地解决效率问题。这种效率的提高是通过缩小数据访问的记录数来实现的。 (2)提高数据的安全性。这一点可从两方面来加以说明: 1)工作数据库数据只是一个中间过程的临时数据,其有效性是有待审核确认的。如果业务审批未通过,其相对应的工作数据库数据是可以当作无效的数据来处理的。如果将这些数据直接在正式 数据库中进行操作,任何程序上的 Bug 都有可能会对数据产生破坏。 2)变更类业务涉及到对正式数据库数据的变更操作。在三个数据库分离的情况下,进行变更操作时,首先将正式数据复制为工作数据进行审批,审批通过以后再将正式数据库中的结果更新,同时将变更前的数据放到历史数据库中。如果审批未通过,则只需将工作库中的数据直接删除即可。如果直接在正式数据库中进行操作,一旦数据库系统的事务遭到破坏,数据的正确性就失去了保障。三个数据库分离技术虽然有其优越性,但也会增加系统编程实现的工作量。要根据房产信息系统各个业务子系统的 实际情况,有选择地加以应用。根据实践经验,三个数据库分离技术的应用可遵循以下几个原则: nts中文资料 (1)工作数据库和正式数据库必须分离。这是从保证正式数据库数据的安全性的角度来考虑的。 (2)正式数据库和历史数据库根据数据量大小可分离可不分离。在数据量很大的情况下,为提高效率采用该技术。在业务量不大的情况下,正式数据库和历史数据库可以不分离。 (3)历史数据库视历史数据的重要程度可有也可以没有。如果历史数据在业务上无保留的必要,则不必设立历史数据库。 (4)并不是所有的实体 (表 )都要分离。这一原则需要开发者对实体对象 进行认真的分析,看其是否有时间特性。也就是说,如果实体是随时间频繁变化的,且这种变化对信息系统有重要的意义,则需要实行三个数据库分离。如产权交易子系统的房屋所有权人,因其有时间特性,就需分离。而如系统中的业务申请者,因其时间特性不强,则可不分离。 杭州市房产管理信息综合系统是一个包括了房产图形管理 (GIS)、房产业务管理 (MIS)和房产公文处理 (OA)3 类应用的综合房产应用系统。共有包括房屋产权登记、房产交易、市场管理、房产测绘等业务在内的 12 个子系统。在房屋产权登记、房产交易、商品房预售许可证发放、预 售合同备案、房改房等核心业务中,通过三个数据库分离技术的应用,提高了系统的运行效率,并建立了各类信息的历史关系。在房产 GIS 子系统,也应用了三个数据库分离技术。房产测绘子系统是房产图形数据库的数据提供者,房产测绘数据进入房产图形数据库前,须进行数据的质量检查。房产测绘数据入库时先将测绘数据转入到工作库中,进行质量审核。在审核完毕后,再将工作库中的数据转入到正式数据库中。在进行图形数据变更时,首先把要变更的数据提取到工作库中,审核通过后,将变更前的数据转入到历史数据库中,然后将变更后的数据写入到正式数据库 中,并建立变更前后数据的关系。在确保数据安全的前提下,实现了房产图形的流程化更新。 三个数据库分离技术是一种实用的数据库优化技术,它提高了房产信息系统中的数据访问效率,保证了业务数据的安全性,在房产信nts中文资料 息系统的数据库设计中得到了成功的应用。它不仅可应用于房产管理信息系统的开发中,也可广泛应用于其他信息系统的开发中。 nts英文翻译 -1- 英文翻译 Introduction Along with modern information technical fast fierce development, the database technique is increasingly extensive in the application in the education with thorough, especially the database and Internet is in line with, providing for the database application abundant of the convenience of the resources and application, make the network database real to become reality, also develop for the development of the network database vast of foreground. How make use of the resources of the net availably, the construction or purchase is according to the modern database of the network is a problem that studies urgently, but open one of the important theories foundations of the exhibition network database mode research be the design and the evaluation of the network .Therefore, opening the design of the exhibition network database and the quest of the evaluation and practice a research to have very important meaning. Daily business made use of a high-efficiency completion business enterprise of the calculator support business enterprise, is adapt modern business enterprise system ,the push business enterprise labor personal management alignment is scientific, the norm turn of essential condition. But the house information management is a fragmentary complications., but again very meticulous work, the workload of the information importation is very big, disallowing to come amiss generally, if practice the handicraft operation, the beard fills to make a great deal of form, this will waste staff members a great deal of time and energy, the calculator carries on the housing information importation work, not only can promise an importation accurate without any error. fast exportation, and can also make use of a calculator to relevant of various information carry on covariance, service in prepare to buy building, rent nts英文翻译 -2- the large customer of the building, computes the advantage that the machine tool has the handicraft management to cant compare to in the meantime. For example: index quick check to seek convenience .the credibility is high to save to have great capacity. The life span is long. These advantage can biggest the efficiency of the exaltation house management is also a business enterprise of scientific and regular turn a management, is in line with world of important condition. Currently, various procedure is more, each procedures all have each from of characteristics with apply scope, therefore should consider the characteristics ofwith the procedure application and apply scope while choose procedure, this system chooses to use the language and the sql database, should develop tool to have a lot of strengths. The Microsoft.NET conduct and actions is a kind of development platform environment that faces to a network and supports various customer, pushing the development of the new generation Internet, letting really people can at any one time or any location to get an information through any equipments. The ASP.NET is an establishment to configuring in the .NET platform up, carry after server to provide the plait distance frame of build up the strong business enterprise class Web application service for the customer while using the in general use language movement. The modern house property organization is huge, and the service item is too much, the information have great capacity, wanting to raise the labor production and declining low cost to raise the service quality and manage level, then promote economic performance, have to ask for help a calculator to carry on a modernization of information management. The house property management system is this but design. The excellent house property manages the system operation nts英文翻译 -3- convenience, vivid. The system safety is high. This chapter will with the typical model housing management .the system conduct and actions solid example, relate in detail toward the reader how design with usage the ASP.NET development the business enterprise housing management system. All of most ASP.NET application procedures are the information that reads around with the renewal database to launch. For allowing in the distribute type, can zoom the applied procedure to carry out the data integration, the Visual Studio.NET provides the support to visit the technique ADO.NET to the new generation data. Clarify a concept first before introduce the ADO.NET. The ADO.NET is an important technique that surmounts ADO, the ADO.NET this name doesnt represent an actual contents- ADO. The ADO means the ActiveX Data Objects. Microsoft has already been a kind of technical name the ADO.NET conduct and actions. The ADO.NET is a set of toward the .NET procedure member public the data interview service of type. The ADO.NET for established the distribute type data share application procedure to provide a set of module for enrich. It provided to the interview of the relation data. XML and the application procedure data, so is one part of the indispensability in the .NET Framework. The ADO.NET supports various development needs, the head database customer who includes to establish from the application procedure, tool, language or the Internet browser usage carry with in the center layer business object. The ADO.NET provides to the Microsoft SQL Server etc. data source and passes the consistent interview of the OLE DB and XML public data source. The data share user application procedure can use the ADO.NET to link to these data sources, and inspect,the operation and renewal data. nts英文翻译 -4- Be introduce how there is the necessity introduction once before carrying out the ADO.NET interview SQL Server 2000 databases a core chemical element in the ADO.NET, it is the data of.NET Framework to provide procedure, the design purpose of its module is very explicit:. The Connection object provides with the conjunction of the data source. The Command objects using a door can visit to used for return a data, modification data, circulate saving process and send out or the index parameter information of database order. The Data Reader provides the data of the high performance to flow from the data source. End, the Data Adapter provides the bridge of the conjunction Data Set object and the data source. The Data Adapter usage Command object is in the data source the performance SQL order, in order to add data to carry the Data Set, and make to change the data in the Data Set to keep with the data source consistent. For carrying out the interview to the database, the ADO.NET defined two core modules: The Data Set and the data of.NET Framework provide procedure, the latter is a set of include Connection, Command, the Data Reader and the object of Data Adapters at inside of module.ADO.NET object model, such as figure 1-21 show: The ADO.NET has a following advantage: (1) Uses the quality that sex ADO.NET uses XML to deliver for the data with each other. (2) Easy maintenance usage the N layer structure separate the business logic with other application layer, be easy to increase other layers. (3) The programmable sex ADO.NET object model usage compulsory the type data, make procedure more JIAN3 LIAN4 understands easily. (4) The high performance ADO.NET usage compulsory the type nts英文翻译 -5- data obtain a high performance. Can expand sex ADO.NET encouragement procedure member usage Web method, because the data keeps in natively slowly save, dont need to resolve to erupt a problem complicatedly 1.2.3 SQL Server 2000 The SQL Server 2000 is a relation database management system, is a Microsoft to release the new generation data management and analysis software. The SQL Server is an overall, the data solution of the integration, it for the customer in the business enterprise provided a safety, credibility and efficiently of the terrace used for the business enterprise data management and the business intelligence application. The SQL SERVER 2000 is a function complete database management system, the relation database that provides establish, the development and the management function. It uses the Transact-SQL language occurrence to request between customers machine and the server. The main mission of the real estate management system carries on a management to the housing, use the door can find out the house information need easily, providing to buy building and building seller the supply information, and as to its carry on covariance. Usually, the main function of the real estate management system includes a few aspects as follows: (1) Customers information manage: Manage the usage customer of the system to carry on a management to the real estate, the basic information(customers serial number, customers name, contact a telephone etc.) that includes to the customer carries on recording to go into with the modification. (2) The building source information manage: The employee can record into the district, building source type, price.etc. that the building source belong to, and as to its carry on the index ofwith basic nts英文翻译 -6- information and record to go into with the modification. (3) Employees information manage: The managing persons information to the employee carries on a management, the basic information that includes to the employee carries on an index and records to go into with the modification. (4) The search of the building source information: Customer can to the rent of the building source, sell, offer to buy, beg to rent etc., the information carries on a search respectively. In recent years, the construction of the house property information system has already become the heat of the numerical city application system construction to order it gradually Occupy the pass data manifestation, whole country more than 660s establish the city in, have already had more than 400 cities to build up real estate a management the information system. The database design is an important foundation work of the house property information system implement, relating to the success or failure of the system construction. The house property information system database design have to in consideration of the house property business process is strong, the business have great capacity, the data change a multifarious characteristics, wont meantime the data of the period take into a safety and manage efficiently. This text wants to inquiry into of three databases separate a technique is a kind of practical database design that tallies up in the house property information system construction the fulfillment with excellent turn a technique. With the two typical model business-ownership beginning in the house property information system start to register and change register for example to take in to explain. The house ownership beginnings starting register is the house property business that the house proprietor carries on house to produce the power confirmation for the nts英文翻译 -7- 1st time, it has to want to accept and examine two big links through window way Accept and examine a stage in the window way, record to go into of produce the power number according to be placed in to need the examination and approval appearance, then work, Be examining to pass hereafter, produce the power number to turn into an examination and approval to pass appearance from the examination and approval according to the appearance, namely formal appearance. In other beginnings start the house property business of register the type, the same also the data appearance from work the appearance changes toward the formal of process. The house property alteration register is start the register foundation in the house beginning on carry on information to change of house property business, change such as the position of the house. Accept a stage in the window way, want to need the information of the alteration to withdraw the
- 温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

人人文库网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。