文档库 最新最全的文档下载
当前位置:文档库 › 互联网Web服务中英文对照外文翻译文献

互联网Web服务中英文对照外文翻译文献

互联网Web服务中英文对照外文翻译文献
互联网Web服务中英文对照外文翻译文献

互联网Web服务中英文对照外文翻译文献(文档含英文原文和中文翻译)

An internet-based logistics management system for

enterprise chains

.Developing the internet-based application tool

Web services offer new opportunities in business landscape, facilitating a global marketplace where business rapidly create innovative products and serve customers better. Whatever that business needs is, Web services have the flexibility to meet the demand and allow to accelerate outsourcing. In turn, the developer can focus on building core competencies to create customer and shareholder value. Application development is also more efficient because existing Web services, regardless of where they were developed, can easily be reused.

Many of the technology requirements for Web services exist today, such as open standards for business to-business applications, mission-critical transaction platforms and secure integration and messaging products. However, to enable robust and dynamic integration of applications, the industry standards and tools that extend the capabilities of to days business-to-business interoperability are required. The key to taking full advantage of Web services is to understand what Web services are and how the market is likely to evolve. One needs to be able to invest in

platforms and applications today that will enable the developer to quickly and effectively realize these benefits as well as to be able to meet the specific needs and increase business productivity.

Typically, there are two basic technologies to be implemented when dealing with internet-based applications; namely server-based and client-based. Both technologies

have their strong points regarding development of the code and the facilities they provide. Server-based applications involve the development of dynamically created web pages. These pages are transmitted to the web browser of the client and contain code in the form of HTML and JA V ASCRIPT language. The HTML part is the static part of the page that contains forms and controls for user needs and the JA V ASCRIPT part is the dynamic part of the page. Typically, the structure of the code can be completely changed through the intervention of web server mechanisms added on the

transmission part and implemented by server-based languages such as ASP, JSP, PHP, etc. This comes to the development of an integrated dynamic page application where user desire regarding problem peculiarities (calculating shortest paths, execute routing algorithms, transact with the database, etc.) is implemented by appropriately invoking different parts of the dynamic content of such pages. In server-based applications all

calculations are executed on the server. In client-based applications, JA V A applets prevail. Communication of the user is guaranteed by the well-known JA V A mechanism that acts as the medium between the user and code.

Everything is executed on the client side. Data in this case have to be retrieved, once and this might be the time-consuming part of the transaction.

In server-based applications, server resources are used for all calculations and this requires powerful server facilities with respect to hardware and software. Client-based applications are burdened with data transmission (chiefly related to road network data). There is a remedy to that; namely caching. Once loaded, they are left in the cache archives of the web browser to be instantly recalled when needed.

In our case, a client-based application was developed. The main reason was the demand from the users point of view for personal data discretion regarding their clients. In fact, this information was kept secret in our system even from the server side involved.

Data management plays major role in the good function of our system. This role becomes more substantial when the distribution takes place within a large and detailed road network like this of a major complex city. More specifically, in order to produce the proposed the routing plan, the system uses information about:

●the locations of the depot and the customers within the road network

of the city (their co-ordinates attached in the map of the city),

●the demand of the customers serviced,

●the capacity of the vehicles used,

●the spatial characteristics of road segments of the net work examined, ●the topography of the road network,

●the speed of the vehicle, considering the spatial characteristics of the

road and the area within of which is moved,

●the synthesis of the company fleet of vehicles.

Consequently, the system combines, in real time, the available spatial characteristics with all other information mentioned above, and tools for modelling, spatial, non-spatial, and statistical analysis, image processing forming a scalable, extensible and interoperable application environment. The validation and verification of addresses of customers ensure the accurate estimation of travel times and distances travelled. In the case of boundary in the total route duration, underestimates of travel time may lead to failure of the programmed routing plan whereas overestimates can lower the utilization of drivers and

vehicles, and create unproductive wait times as well (Assad, 1991). The data corresponding to the area of interest involved two different details. A more detailed network, appropriately for geocoding (approximately

250,000 links) and a less detailed for routing (about 10,000 links). The two networks overlapped exactly. The tool that provides solutions to problems of effectively determining the shortest path, expressed in terms of travel time or distance travelled, within a specific road network, using the D ijkstra’s algorithm(Winston,1993). In particular, the Dijkstra’s algorithm is used in two cases during the process of developing the routing plan. In the first case, it calculates the travel times between all possible pairs of depot and customers so that the optimizer would generate the vehicle routes connecting them and in the second case it determines the shortest path between two involved nodes (depot or customer) in the routing plan, as this was determined by the algorithm previously. Due to the fact, that U-turn and left-,right-turn restrictions were taken into consideration for network junctions, an arc-based variant of the algorithm was taken into consideration (Jiang, Han, & Chen, 2002).

The system uses the optimization algorithms mentioned in the following part in order to automatically generate the set of vehicle routes (which vehicles should deliver to which customers and in which order) minimizing simultaneously the vehicle costs and the total distance travelled by the vehicles This process involves activities that tend to be more strategic and less structured than operational procedures. The system helps

planners and managers to view information in new way and examine issues such as:

●the average cost per vehicle, and route,

●the vehicle and capacity utilization,

●the service level and cost,

●the modification of the existing routing scenario by adding or

subtracting customers.

In order to support the above activities, the interface of the proposed system provides a variety of analyzed geographic and tabulated data capabilities. Moreover, the system can graphically represent each vehicle route separately, cutting it o? from the final routing plan and offering the user the capability for perceiving the road network and the locations of depot and customers with all details.

物流管理系统

发展基于互联网的应用工具

Web服务提供的商业景观的新机会,促进全球市场在业务快速推出创新的产品和客户提供更好的服务。无论是企业需要的是,Web 服务可以灵活地满足需求,并允许加速外包。反过来,开发人员可以专注于构建核心竞争力,创造客户和股东价值。应用程序开发,也更有效,因为现有的Web服务,无论他们在那里开发的,可以很容易地重用。

对网络服务的技术要求,很多今天存在的,如营业标准,业务应用,关键任务交易平台和安全的一体化和信息产品。不过,为使强大和动态系统的综合应用,行业标准和工具,扩大天的业务能力,对企业的互操作性是必需的。在采取了充分利用网络服务的关键是要了解什么是Web服务,以及如何在市场可能发生变化。人们需要能够在今天的平台和应用的投资,使开发人员快速而有效地实现这些好处,也能够满足特定需求,提高企业的生产力。

通常,有两种实施处理时,互联网的应用程序,即基于服务器和基本技术,基于客户的。这两种技术

有自己的长处对代码的发展和它们所提供的设施。服务器的应用程序涉及的动态创建的网页的发展。这些网页传送给客户端的网络浏览器和包含在HTML和JavaScript语言形式的代码。部分的HTML 的网页,其中包含形式和用户需求和JavaScript的部分控制部分是静态页面的动态部分。通常情况下,代码的结构完全可以通过干预机制的Web服务器上的改变增加

传动部分和服务器实现基于如ASP,JSP,PHP和语言等,这涉及到一个综合的动态网页应用程序开发的用户希望有关问题的特殊性(计算最短路径,执行路由算法,处理与数据库,等)是通过适当援引这些网页的动态内容的不同部分。在基于服务器的所有应用计算在服务器上执行。在客户端的应用程序,Java小程序为准。用户的通信保障由著名的JA V A的机制,充当用户的代码。

一切都执行在客户端。在这种情况下的数据必须被检索,一次,这可能是费时的交易的一部分。在服务器的应用程序,服务器资源是所有计算中,这就要求有关的硬件和软件功能强大的服务器设施。基于客户端的应用程序与数据传输负担(主要是与道路网络数据)。有一个该补救方法,即缓存。一旦加载,他们留在Web浏览器的快取档案将在需要时立即召回。

就我们而言,客户端的应用程序的开发。主要的原因是从有关个人资料的客户自行查看用户的用电量。事实上,这些信息是保密的,

甚至在我们的系统从服务器涉及的方面。数据管理在我们的制度好职能的主要作用。这种作用变得更为实质性的分配时,需要在一个像一个大的城市大型复杂和详细的道路网进行。更具体地说,为了生产计划提出的路线,系统使用的信息:

●在城市道路网在车厂地点和客户(他们统筹重视在城市地图)

接受服务的客户的需求,

●所用车辆的能力,

●的净工作道路部分的空间特征研究,

●道路网地形,

●车辆的速度,考虑到道路的空间特征和地区范围内的移动,

●该公司车队车辆的合成。

因此,该系统结合实时,可用空间特征与上述其他所有信息,以及造型,空间,非空间,和统计分析工具,图像处理形成一个可伸缩,可扩展和可互操作的应用环境。验证和核查,确保客户的地址的旅行时间和旅行距离准确估计。在边界线的总时间的情况,可能导致低估了,而高估了编程路由计划可以降低司机的利用和失败的旅行时间车辆,并建立非生产性等待时间,以及(阿萨德,1991)。数据对应感兴趣的区域,涉及两个不同的细节。更详细的网络,适当地地理编码(约250,000链接)和更少的路由(约10,000个链接)详细。两个网络完全重叠。该工具提供了解决方案有效地确定最短路径问题,在旅行时间和旅行距离来计算,在一个特定的道路网络,

红外数据通信技术外文翻译文献

红外数据通信技术外文翻译文献(文档含中英文对照即英文原文和中文翻译) Infrared Remote Control System Abstract Red outside data correspondence the technique be currently within the scope of world drive extensive usage of a kind of wireless conjunction technique, drive numerous hardware and software platform support. Red outside the transceiver product have cost low, small scaled turn, the baud rate be quick, point to point SSL, be free from electromagnetism thousand Raos

etc. characteristics, can realization information at dissimilarity of the product fast, convenience, safely exchange and transmission, at short distance wireless deliver aspect to own very obvious of advantage. Along with red outside the data deliver a technique more and more mature, the cost descend, red outside the transceiver necessarily will get at the short distance communication realm more extensive of application. The purpose that design this system is transmit customer’s operation information with infrared rays for transmit media, then demodulate original signal with receive circuit. It use coding chip to modulate signal and use decoding chip to demodulate signal. The coding chip is PT2262 and decoding chip is PT2272. Both chips are made in Taiwan. Main work principle is that we provide to input the information for the PT2262 with coding keyboard. The input information was coded by PT2262 and loading to high frequent load wave whose frequent is 38 kHz, then modulate infrared transmit dioxide and radiate space outside when it attian enough power. The receive circuit receive the signal and demodulate original information. The original signal was decoded by PT2272, so as to drive some circuit to accomplish customer’s operation demand. Keywords: Infrared dray;Code;Decoding;LM386;Red outside transceiver 1 Introduction 1.1 research the background and significance Infrared Data Communication Technology is the world wide use of a wireless connection technology, by the many hardware and software platforms supported. Is a data through electrical pulses and infrared optical pulse switch between the wireless data transceiver technology.

英文文献翻译

中等分辨率制备分离的 快速色谱技术 W. Clark Still,* Michael K a h n , and Abhijit Mitra Departm(7nt o/ Chemistry, Columbia Uniuersity,1Veu York, Neu; York 10027 ReceiLied January 26, 1978 我们希望找到一种简单的吸附色谱技术用于有机化合物的常规净化。这种技术是适于传统的有机物大规模制备分离,该技术需使用长柱色谱法。尽管这种技术得到的效果非常好,但是其需要消耗大量的时间,并且由于频带拖尾经常出现低复原率。当分离的样本剂量大于1或者2g时,这些问题显得更加突出。近年来,几种制备系统已经进行了改进,能将分离时间减少到1-3h,并允许各成分的分辨率ΔR f≥(使用薄层色谱分析进行分析)。在这些方法中,在我们的实验室中,媒介压力色谱法1和短柱色谱法2是最成功的。最近,我们发现一种可以将分离速度大幅度提升的技术,可用于反应产物的常规提纯,我们将这种技术称为急骤色谱法。虽然这种技术的分辨率只是中等(ΔR f≥),而且构建这个系统花费非常低,并且能在10-15min内分离重量在的样本。4 急骤色谱法是以空气压力驱动的混合介质压力以及短柱色谱法为基础,专门针对快速分离,介质压力以及短柱色谱已经进行了优化。优化实验是在一组标准条件5下进行的,优化实验使用苯甲醇作为样本,放在一个20mm*5in.的硅胶柱60内,使用Tracor 970紫外检测器监测圆柱的输出。分辨率通过持续时间(r)和峰宽(w,w/2)的比率进行测定的(Figure 1),结果如图2-4所示,图2-4分别放映分辨率随着硅胶颗粒大小、洗脱液流速和样本大小的变化。

旅游服务贸易外文翻译文献

旅游服务贸易外文翻译文献(文档含英文原文和中文翻译)

旅游服务贸易的国际竞争力:罗马尼亚的案例 引言 旅游业是唯一的可以为任何发展水平的国家提供贸易机会的服务活动。然而,它也是一个很大程度因为国家的能力和在全球经济中的表现而又有明确的利益分配不均行业,而这又需要提高自己的竞争力。 自20世纪90年代初,罗马尼亚旅游业经历了出口量,生长速率和结构的重大变化。这些不同的波动都影响了罗马尼亚在国际旅游市场上相对的竞争地位并引起了其旅游贸易平衡的变化。同时,新的和更多的错杂的欧式建筑,引起了罗马尼亚的区域旅游竞争力的显著变化。 在此背景下,本文试图提出一个框架,以竞争力和旅游贸易表现之间的关系为重点,来评估罗马尼亚的旅游服务贸易的国际竞争力。 一、国际竞争力视角:国际竞争力之与国际旅游业的相关性 国际竞争力的概念,尽管有争议,难以捉摸,但现在已经得到认可,并继续吸引世界各地的学者和决策者的关注。 到目前为止,为提高国际竞争力已采取措施,都被认为是在经济层面进行的(加瑞利,2003)通常是指一个国家生产的商品和服务,以满足国际市场的考验,并同时保持和增加公民的收入的能力(欧洲委员会,2007)。 由于竞争力最终取决于一国企业在国内和国际的市场成功,所以对竞争力的注意力都集中在企业层面的竞争力上(波特,1990),对于此的普遍理解是指“……该公司保持,并更好的是,扩大其全球市场份额,增加和扩大利润的能力” (克拉克和盖,1998, 经济合作与发展组织,1993)。 因此,虽然广泛流传但是国际竞争力作为与国家经济和其国际贸易相关

的理论基础已经不太在学术文献进行分析。因此,一个国家国际竞争力的性质,效益和局限性仍然含糊不清(科尔德威尔,2000,克鲁格曼,1994, 1996)。 国际竞争力,是指一个国家在货物和服务贸易方面巩固和保持贸易优势相对于世界其他地区的贸易优势。 每当一个国家的经济福利通过贸易流量的增加,或通过从初始平衡状态的贸易条件的改变而增加,他的国际竞争力都会得到提高(科尔德威尔,2000)。 贸易理论表示,经济福利依赖于一个国家有比较优势的货物和服务的生产。这实际上意味着当生产符合一国的比较优势的情况时国际竞争力能得到保障。如果一国能在国际上表现良好并在出口市场竞争成功,这可能就是他们健全的国际竞争力的标志。 因此,在国际上,竞争力定义为一个经济体能够吸引其出口需求和投资供给需求的能力和在所有社会规范内提升公民生活水平的能力。这反过来又取决于宏观和微观经济政策,影响生产的经济生产率要素和经营成本的法规和制度。 一个可用的文献回顾和实证证据支持国际竞争力可以解释为在一定程度上,一个国家的出口能力这一观点(道乐和沃尔夫,1993, 格博格等. 2004)。还有就是,事实上,是出口表现和国际竞争力之间的循环关系。出口是国际竞争力的第一衡量指标。出口情况的改善会导致了一个国家的竞争力提升。这种效果是一个企业的技能,知识,创新和运用新技术并能够在一个成功的商业方式中利用技术机会等的结果。 另一方面,为了在竞争激烈的全球市场努力成功实现出口,一个国家被迫提高竞争力。更具竞争力的国家,它的经济更强大。因此,它更有能力在全球市场竞争,以吸引具有较高的知识,技能,水平人们去购买新技术等,

人工智能专业外文翻译-机器人

译文资料: 机器人 首先我介绍一下机器人产生的背景,机器人技术的发展,它应该说是一个科学技术发展共同的一个综合性的结果,同时,为社会经济发展产生了一个重大影响的一门科学技术,它的发展归功于在第二次世界大战中各国加强了经济的投入,就加强了本国的经济的发展。另一方面它也是生产力发展的需求的必然结果,也是人类自身发展的必然结果,那么随着人类的发展,人们在不断探讨自然过程中,在认识和改造自然过程中,需要能够解放人的一种奴隶。那么这种奴隶就是代替人们去能够从事复杂和繁重的体力劳动,实现人们对不可达世界的认识和改造,这也是人们在科技发展过程中的一个客观需要。 机器人有三个发展阶段,那么也就是说,我们习惯于把机器人分成三类,一种是第一代机器人,那么也叫示教再现型机器人,它是通过一个计算机,来控制一个多自由度的一个机械,通过示教存储程序和信息,工作时把信息读取出来,然后发出指令,这样的话机器人可以重复的根据人当时示教的结果,再现出这种动作,比方说汽车的点焊机器人,它只要把这个点焊的过程示教完以后,它总是重复这样一种工作,它对于外界的环境没有感知,这个力操作力的大小,这个工件存在不存在,焊的好与坏,它并不知道,那么实际上这种从第一代机器人,也就存在它这种缺陷,因此,在20世纪70年代后期,人们开始研究第二代机器人,叫带感觉的机器人,这种带感觉的机器人是类似人在某种功能的感觉,比如说力觉、触觉、滑觉、视觉、听觉和人进行相类比,有了各种各样的感觉,比方说在机器人抓一个物体的时候,它实际上力的大小能感觉出来,它能够通过视觉,能够去感受和识别它的形状、大小、颜色。抓一个鸡蛋,它能通过一个触觉,知道它的力的大小和滑动的情况。第三代机器人,也是我们机器人学中一个理想的所追求的最高级的阶段,叫智能机器人,那么只要告诉它做什么,不用告诉它怎么去做,它就能完成运动,感知思维和人机通讯的这种功能和机能,那么这个目前的发展还是相对的只是在局部有这种智能的概念和含义,但真正完整意义的这种智能机器人实际上并没有存在,而只是随着我们不断的科学技术的发展,智能的概念越来越丰富,它内涵越来越宽。 下面我简单介绍一下我国机器人发展的基本概况。由于我们国家存在很多其

通信工程项目毕业材料外文翻译

用于多跳认知无线电网络的分布式网络编码控制信道 Alfred Asterjadhi等著 1 前言 大多数电磁频谱由政府机构长期指定给公司或机构专门用于区域或国家地区。由于这种资源的静态分配,许可频谱的许多部分在许多时间和/或位置未使用或未被充分利用。另一方面,几种最近的无线技术在诸如IEEE802.11,蓝牙,Zigbee之类的非许可频段中运行,并且在一定程度上对WiMAX进行操作;这些技术已经看到这样的成功和扩散,他们正在访问的频谱- 主要是2.4 GHz ISM频段- 已经过度拥挤。为了为这些现有技术提供更多的频谱资源,并且允许替代和创新技术的潜在开发,最近已经提出允许被许可的设备(称为次要用户)访问那些许可的频谱资源,主要用户未被使用或零星地使用。这种方法通常被称为动态频谱接入(DSA),无线电设备发现和机会性利用未使用或未充分利用的频谱带的能力通常称为认知无线电(CR)技术。 DSA和CR最近都引起了无线通信和网络界的极大关注。通常设想两种主要应用。第一个是认知无线接入(CW A),根据该认知接入点,认知接入点负责识别未使用的许可频谱,并使用它来提供对次用户的接入。第二个应用是我们在这个技术中研究的应用,它是认知自组织网络(CAN),也就是使用 用于二级用户本身之间通信的无许可频谱,用于诸如点对点内容分发,环境监控,安全性等目的,灾难恢复情景通信,军事通信等等。 设计CAN系统比CW A有更多困难,主要有两个原因。第一是识别未使用的频谱。在CW A中,接入点的作用是连接到互联网,因此可以使用简单的策略来推断频谱可用性,例如查询频谱调节器在其地理位置的频谱可用性或直接与主用户协商频谱可用性或一些中间频谱经纪人另一方面,在CAN中,与频谱调节器或主要用户的缺乏直接通信需要二级用户能够使用检测技术自己识别未使用的频谱。第二个困难是辅助用户协调媒体访问目的。在CW A中存在接入点和通常所有二级用户直接与之通信(即,网络是单跳)的事实使得直接使用集中式媒体接入控制(MAC)解决方案,如时分多址(TDMA)或正交频分多址(OFDMA)。相反,预计CAN将跨越多跳,缺少集中控制器;而对于传统的单通道多跳自组织网络而言,这个问题的几个解决方案是已知的,因为假设我们处理允许设备访问的具有成

计算机网络-外文文献-外文翻译-英文文献-新技术的计算机网络

New technique of the computer network Abstract The 21 century is an ages of the information economy, being the computer network technique of representative techniques this ages, will be at very fast speed develop soon in continuously creatively, and will go deep into the people's work, life and study. Therefore, control this technique and then seem to be more to deliver the importance. Now I mainly introduce the new technique of a few networks in actuality live of application. keywords Internet Network System Digital Certificates Grid Storage 1. Foreword Internet turns 36, still a work in progress Thirty-six years after computer scientists at UCLA linked two bulky computers using a 15-foot gray cable, testing a new way for exchanging data over networks, what would ultimately become the Internet remains a work in progress. University researchers are experimenting with ways to increase its capacity and speed. Programmers are trying to imbue Web pages with intelligence. And work is underway to re-engineer the network to reduce Spam (junk mail) and security troubles. All the while threats loom: Critics warn that commercial, legal and political pressures could hinder the types of innovations that made the Internet what it is today. Stephen Crocker and Vinton Cerf were among the graduate students who joined UCLA professor Len Klein rock in an engineering lab on Sept. 2, 1969, as bits of meaningless test data flowed silently between the two computers. By January, three other "nodes" joined the fledgling network.

服务贸易自由化机制外文文献翻译2014年译文4000字

文献出处:Barattieri A. The mechanism of service trade liberalization[J]. Journal of International Economics, 2014, 92(1): 1-13. (声明:本译文归百度文库所有,完整译文请到百度文库。) 原文 The mechanism of service trade liberalization Barattieri A Abstract In this paper, Service trade liberalization is the key areas of the United States to promote the TPP negotiations, the United States in the negotiations are pushing mechanism of a high standard of service trade liberalization. In this paper the progress of the TPP negotiations and services trade issues important position, on the basis of the acceptance, architecture design, focus on services, regulatory consistency four aspects in the TPP uncovers the "high standards" service trade liberalization mechanism establishment. American "high standards" service trade liberalization mechanism is tailored to the interests of the United States, actually services in the service of the United States. These mechanisms are through to strengthen and promote the TPP platform, forming reversed transmission to other countries. Key words: the TPP; The United States; Service trade liberalization; High standards; Mechanism design America is the first largest exporter global trade in services, and for many years, continues to service trade surplus. Competitive advantage based on service industry and service industry The importance of promoting American exports, jobs and economic growth, the United States in the multilateral, bilateral and regional multiple layers jointly promoting service trade liberalization. In the Uruguay round negotiations, the United States has overcome many obstacles, for the first time to include the Service Trade in multilateral negotiations, contributed to the general Agreement on Trade in services (the Genre - al Agreement on Trade and Service,

文献综述_人工智能

人工智能的形成及其发展现状分析 冯海东 (长江大学管理学院荆州434023) 摘要:人工智能的历史并不久远,故将从人工智能的出现、形成、发展现 状及前景几个方面对其进行分析,总结其发展过程中所出现的问题,以及发展现状中的不足之处,分析其今后的发展方向。 关键词:人工智能,发展过程,现状分析,前景。 一.引言 人工智能最早是在1936年被英国的科学家图灵提出,并不为多数人所认知。 当时,他编写了一个下象棋的程序,这就是最早期的人工智能的应用。也有著名的“图灵测试”,这也是最初判断是否是人工智能的方案,因此,图灵被尊称为“人工智能之父”。人工智能从产生到发展经历了一个起伏跌宕的过程,直到目前为止,人工智能的应用技术也不是很成熟,而且存在相当的缺陷。 通过搜集的资料,将详细的介绍人工智能这个领域的具体情况,剖析其面临的挑战和未来的前景。 二.人工智能的发展历程 1. 1956年前的孕育期 (1) 从公元前伟大的哲学家亚里斯多德(Aristotle)到16世纪英国哲学家培根(F. Bacon),他们提出的形式逻辑的三段论、归纳法以及“知识就是力量”的警句,都对人类思维过程的研究产生了重要影响。 (2)17世纪德国数学家莱布尼兹(G..Leibniz)提出了万能符号和推理计算思想,为数理逻辑的产生和发展奠定了基础,播下了现代机器思维设计思想的种子。而19世纪的英国逻辑学家布尔(G. Boole)创立的布尔代数,实现了用符号语言描述人类思维活动的基本推理法则。 (3) 20世纪30年代迅速发展的数学逻辑和关于计算的新思想,使人们在计算机出现之前,就建立了计算与智能关系的概念。被誉为人工智能之父的英国天才的数学家图灵(A. Tur-ing)在1936年提出了一种理想计算机的数学模型,即图灵机之后,1946年就由美国数学家莫克利(J. Mauchly)和埃柯特(J. Echert)研制出了世界上第一台数字计算机,它为人工智能的研究奠定了不可缺少的物质基础。1950年图灵又发表了“计算机与智能”的论文,提出了著名的“图灵测试”,形象地指出什么是人工智能以及机器具有智能的标准,对人工智能的发展产生了极其深远的影响。 (4) 1934年美国神经生理学家麦克洛奇(W. McCulloch) 和匹兹(W. Pitts )建立了第一个神经网络模型,为以后的人工神经网络研究奠定了基础。 2. 1956年至1969年的诞生发育期 (1)1956年夏季,麻省理工学院(MIT)的麦卡锡(J.McCarthy)、明斯基(M. Minshy)、塞尔夫里奇(O. Selfridge)与索罗门夫(R. Solomonff)、 IBM的洛

市场营销价格策略外文翻译文献

市场营销价格策略外文翻译文献(文档含英文原文和中文翻译)

DESIGNING PRICING STRATEGIES All for-profit organizations and many nonprofit organizations set prices on their goods or services. Whether the price is called rent (for an apartment), tuition (for education), fare (for travel), or interest (for borrowed money), the concept is the same. Throughout most of history, prices were set by negotiation between buyers and sellers. Setting one price for all buyers arose with the development of large-scale retailing at the en d of the nineteenth century, when Woolworth’s and other stores followed a “strictly one-price policy” because they carried so many items and had so many employees. Now, 100 years later, technology is taking us back to an era of negotiated pricing. The Internet, corporate networks, and wireless setups are linking people, machines, and companies around the globe, connecting sellers and buyers as never before. Web sites like https://www.wendangku.net/doc/161050414.html, and https://www.wendangku.net/doc/161050414.html, allow buyers to compare products and prices quickly and easily. On-line auction sites like https://www.wendangku.net/doc/161050414.html, and https://www.wendangku.net/doc/161050414.html, make it easy for buyers and sellers to negotiate prices on thousands of items. At the same time, new tech- nologies are allowing sellers to collect detailed data about customers’ buying habits, preferences—even spending limits—so they can tailor their products and prices. 1 In the entire marketing mix, price is the one element that produces revenue; the others produce costs. Price is also one of the most ?exible elements: It can be changed quickly, unlike product features and channel commitments. Although price competi- tion is a major problem facing companies, many do not handle pricing well. The most common mistakes are these: Pricing is too cost-oriented; price is not revised often

5G无线通信网络中英文对照外文翻译文献

5G无线通信网络中英文对照外文翻译文献(文档含英文原文和中文翻译)

翻译: 5G无线通信网络的蜂窝结构和关键技术 摘要 第四代无线通信系统已经或者即将在许多国家部署。然而,随着无线移动设备和服务的激增,仍然有一些挑战尤其是4G所不能容纳的,例如像频谱危机和高能量消耗。无线系统设计师们面临着满足新型无线应用对高数据速率和机动性要求的持续性增长的需求,因此他们已经开始研究被期望于2020年后就能部署的第五代无线系统。在这篇文章里面,我们提出一个有内门和外门情景之分的潜在的蜂窝结构,并且讨论了多种可行性关于5G无线通信系统的技术,比如大量的MIMO技术,节能通信,认知的广播网络和可见光通信。面临潜在技术的未知挑战也被讨论了。 介绍 信息通信技术(ICT)创新合理的使用对世界经济的提高变得越来越重要。无线通信网络在全球ICT战略中也许是最挑剔的元素,并且支撑着很多其他的行业,它是世界上成长最快最有活力的行业之一。欧洲移动天文台(EMO)报道2010年移动通信业总计税收1740亿欧元,从而超过了航空航天业和制药业。无线技术的发展大大提高了人们在商业运作和社交功能方面通信和生活的能力无线移动通信的显著成就表现在技术创新的快速步伐。从1991年二代移动通信系统(2G)的初次登场到2001年三代系统(3G)的首次起飞,无线移动网络已经实现了从一个纯粹的技术系统到一个能承载大量多媒体内容网络的转变。4G无线系统被设计出来用来满足IMT-A技术使用IP面向所有服务的需求。在4G系统中,先进的无线接口被用于正交频分复用技术(OFDM),多输入多输出系统(MIMO)和链路自适应技术。4G无线网络可支持数据速率可达1Gb/s的低流度,比如流动局域无线访问,还有速率高达100M/s的高流速,例如像移动访问。LTE系统和它的延伸系统LTE-A,作为实用的4G系统已经在全球于最近期或不久的将来部署。 然而,每年仍然有戏剧性增长数量的用户支持移动宽频带系统。越来越多的

变电站_外文翻译_外文文献_英文文献_变电站的综合概述

英文翻译 A comprehensive overview of substations Along with the economic development and the modern industry developments of quick rising, the design of the power supply system become more and more completely and system. Because the quickly increase electricity of factories, it also increases seriously to the dependable index of the economic condition, power supply in quantity. Therefore they need the higher and more perfect request to the power supply. Whether Design reasonable, not only affect directly the base investment and circulate the expenses with have the metal depletion in colour metal, but also will reflect the dependable in power supply and the safe in many facts. In a word, it is close with the economic performance and the safety of the people. The substation is an importance part of the electric power system, it is consisted of the electric appliances equipments and the Transmission and the Distribution. It obtains the electric power from the electric power system, through its function of transformation and assign, transport and safety. Then transport the power to every place with safe, dependable, and economical. As an important part of power’s transport and control, the transformer substation must change the mode of the traditional design and control, then can adapt to the modern electric power system, the development of modern industry and the of trend of the society life. Electric power industry is one of the foundations of national industry and national economic development to industry, it is a coal, oil, natural gas, hydropower, nuclear power, wind power and other energy conversion into electrical energy of the secondary energy industry, it for the other departments of the national economy fast and stable development of the provision of adequate power, and its level of development is a reflection of the country's economic development an important indicator of the level. As the power in the industry and the importance of the national economy, electricity transmission and distribution of electric energy used in these areas is an indispensable component.。Therefore, power transmission and distribution is critical. Substation is to enable superior power plant power plants or power after adjustments to the lower load of books is an important part of power transmission. Operation of its functions, the capacity of a direct impact on the size of the lower load power, thereby affecting the industrial production and power consumption.Substation system if a link failure, the system will protect the part of action. May result in power outages and so on, to the production and living a great disadvantage. Therefore, the substation in the electric power system for the protection of electricity reliability,

中英金融服务贸易国际竞争力比较研究【文献综述】

毕业论文文献综述 国际经济与贸易 中英金融服务贸易国际竞争力比较研究 金融服务贸易国际竞争力相关理论综述 服务贸易是以服务作为交易标的的一种贸易行为。《服务贸易总协定》(GATS)所界定的国际服务贸易是指以过境交付、境外消费、商业存在和自然人流动这四种形式进行的各国间的服务交易。该定义已成为有一定权威性和指导性的定义为各国接受。 根据《服务贸易总协定》中的服务部门清单,可以将服务贸易分为12类:商业性服务,销售服务,金融服务,娱乐服务,通讯服务,教育服务,卫生服务,运输服务,建筑服务,环境服务,旅游服务和其他服务。而对于金融服务贸易,国内外并没有确切的定义。本文将对金融服务贸易国外及国内有代表性的研究进行综述。 一、GATS与OECD对金融服务贸易的定义 根据GATS的定义,金融服务贸易是指由一成员国的金融服务提供者所提供的任何金融性质的服务。它包括两个部分:所有保险和保险相关的服务、银行和其他金融服务(保险除外),其中其他金融服务指证券和金融信息服务。 经济合作和发展组织(OECD)对金融服务贸易的定义为由金融机构提供服务的收入,或者接受付出的支持,包括得到的和付出的直接投资收益(未分配收益和利息);从其他金融投资得到的和付出的收益(得到的和付出的利息和红利);得到的、付出的手续费和佣金。 可见,经济合作和发展组织对金融服务贸易的界定强调了金融服务贸易交易的提供方,而忽略了金融服务贸易的消费方。金融服务贸易的发展主要是以此换取其他贸易领域的发展,而且金融服务贸易可以促进本国金融业与国际金融业的接轨,从而在国际竞争中促进本国金融业的发展。 二、国外对金融服务贸易相关研究 对于金融服务贸易研究,国外学者从不同角度出发,有不同的看法。 列为恩(1996)认为,各种金融服务可以实现五种基本功能:方便商品和劳务的交易;易于风险管理;加速资源流动;获取信息,评估企业和配置资本;提供公司法人治理。同时,更多的相关文献表示,金融中介可以降低由于信息不对称产生的管理成本(戴蒙德1984;威廉森1987)也可以对规模经济产生积极的效应。 莫施里安(Moshirian 1994)认为,金融服务贸易和制造业类似,一些基本要素赋予了

论文《人工智能》---文献检索结课作业

人工智能 【摘要】:人工智能是一门极富挑战性的科学,但也是一门边沿学科。它属于自然科学和社会科学的交叉。涉及的学科主要有哲学、认知科学、数学、神经生理学、心理学、计算机科学、信息论、控制论、不定性论、仿生学等。人工智能(Artificial Intelligence),英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。人工智能是计算机科学的一个分支,它企图了解智能的实质,并生产出一种新的能以人类智能相似的方式做出反应的智能机器,该领域的研究包括机器人、语言识别、图像识别、自然语言处理和专家系统等1。 【关键词】:人工智能;应用领域;发展方向;人工检索。 1.人工智能描述 人工智能(Artificial Intelligence) ,英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学2。人工智能是计 算机科学的一个分支,它企图了解智 能的实质,并生产出一种新的能以人 类智能相似的方式作出反应的智能 机器,该领域的研究包括机器人、语 言识别、图像识别、自然语言处理和 专家系统等。“人工智能”一词最初 是在1956 年Dartmouth学会上提出 的。从那以后,研究者们发展了众多 理论和原理,人工智能的概念也随之扩展。人工智能是一门极富挑战性的科学,从事这项工作的人必须懂得计算机知识,心理学和哲学。人工智能是包括十分广泛的科学,它由不同的领域组成,如机器学习,计算机视觉等等,总的说来,人工智能研究的一个主要目标是使机器能够胜任一些通常需要人类智能才能完成的复杂工作。但不同的时代、不同的人对这种“复杂工作”的理解是不同的。例如繁重的科学和工程计算本来是要人脑来承担的,现在计算机不但能完成这种计算, 而且能够比人脑做得更快、更准确,因之当代人已不再把这种计算看作是“需要人类智能才能完成的复 1.蔡自兴,徐光祐.人工智能及其应用.北京:清华大学出版社,2010 2元慧·议当人工智能的应用领域与发展状态〖J〗.2008

零售企业营销策略中英文对照外文翻译文献

零售企业营销策略中英文对照外文翻译文献(文档含英文原文和中文翻译)

译文: 零售企业的营销策略 Philip Kotlor 今天的零售商为了招徕和挽留顾客,急欲寻找新的营销策略。过去,他们挽留顾客的方法是销售特别的或独特的花色品种,提供比竞争对手更多更好的服务提供商店信用卡是顾客能赊购商品。可是,现在这一切都已变得面目全非了。现在,诸如卡尔文·克连,依佐和李维等全国性品牌,不仅在大多数百货公司及其专营店可以看到,并且也可以在大型综合商场和折扣商店可以买到。全国性品牌的生产商为全力扩大销售量,它们将贴有品牌的商品到处销售。结果是零售商店的面貌越来越相似。 在服务项目上的分工差异在逐渐缩小。许多百货公司削减了服务项目,而许多折扣商店却增加了服务项目。顾客变成了精明的采购员,对价格更加敏感。他们看不出有什么道理要为相同的品牌付出更多的钱,特别是当服务的差别不大或微不足道时。由于银行信用卡越来越被所有的商家接受,他们觉得不必从每个商店赊购商品。 百货商店面对着日益增加的价格的折扣店和专业商店的竞争,准备东山再起。历史上居于市中心的许多商店在郊区购物中心开设分店,那里有宽敞的停车场,购买者来自人口增长较快并且有较高收入的地区。其他一些则对其商店形式进行改变,有些则试用邮购盒电话订货的方法。超级市场面对的是超级商店的竞争,它们开始扩大店面,经营大量的品种繁多的商品和提高设备等级,超级市场还增加了它们的促销预算,大量转向私人品牌,从而增加盈利。 现在,我们讨论零售商在目标市场、产品品种和采办、服务以及商店气氛、定价、促销和销售地点等方面的营销策略。 一、目标市场 零售商最重要的决策时确定目标市场。当确定目标市场并且勾勒出轮廓时,零售商才能对产品分配、商店装饰、广告词和广告媒体、价格水平等作出一致的决定。如沃尔玛的目标市场相当明确:

相关文档
相关文档 最新文档