当前位置:文档之家› 英文文献译文

英文文献译文

英文文献译文
英文文献译文

英文文献译文

第12章

Bigdata的一种新的计算模型

摘要:自从几年前BigData一直是一个热门词汇。但是,什么是完全对应的(理论值)的计算机模型?可以做些什么并且不能以这样的模式来完成?这些都要求答案的问题。最近,一个模型提出通过模拟受限制,以解决这个问题版本PRAM 模型。在本文中,我们提出了所谓的理论模型主/从多处理器(MSM简称),这是非常类似于一个实际使用MapReduce的但有额外的限制有关BigData系统处理。此模型捕获一些最重要的属性的实用的粗粒度多处理器(CGM)模型(而不是PRAM)。该在这样的主/从模式最重要的思想是:(1)即使主只能在任何给定访问所有的数据的一小部分在其从属处理器时间,(2)大量的从节点之间的数据传输的被认为是不可能或成本过高,和(3)一个额外的从属处理器,与数据一起它携带,可以很容易地集成到系统支持的可扩展性。在这样的一个模型捕获实际的MapReduce的最重要的特征系统,一些标准问题,如排序,成为难以解决的问题。然后,我们提出了一种自适应MSM模型,其中主节点仍具有有限的工作内存,但大中专storage.We演示如何这两款车型的MSM可以用来解决一些基本问题,当数据量是巨大的。

12.1简介

自从几年前BigData一直是一个热门词汇。几乎在每一个行业,我们听说有人在谈论BigData,一个突出的例子就是庞大的数据allWalmart交易量,或搜索查询谷歌已经处理,或视频监控系统监控所有的道路交叉口在纽约市,所有只是在一个单一的一天。在不同的国家资助机构设立研究项目针对不同地区处理BigData。总之,BigData在那里并且将改变我们lives.We需要正确地处理它们,如果没有,它们将变得我们的负担。

尽管如此,似乎不存在一个普遍接受的模型BigData计算。由于并行一定程度必须被用来处理BigData,让我们先简要回顾一下已知的并行计算模型([2])。最流行的并行模型是PRAM(PRAM模型)这是提出了20世纪70年代,但不幸的是一个通用的实用PRAM从未建,虽然最近有一些努力做到这一点[17]。另一方面,出现了大量的基于PRAM算法的研究,见[11,13]。但在PRAM算法理论和实践工作的系统之间的差距仍然巨大。见此差距,在20世纪90年代初,的LogP [3]和BSP(散装同步并行)模型[16]提出,在本质上有一个分布式的内存,整体异步并行机。在90年代初期,粗粒度多处理器(CGM),它可以被看作是和的LogP BSP的受限版本,提出了建议。总之,CGM是一组处理器中,每个有足够的本地存储器和足够的计算能力,并且该同步是通过点对点通信。事实上,两个实际系统,PVM-平行的虚拟机,和MPI消息传递接口,被实现并通过在并行计算的专业人员广泛使用。事实上,CGM算法两个特殊的问题已发表在科学期刊[5,6]。然而,CGM需要实时应用的高通信带宽和系统连接,因此,是不是太昂贵,或者不

是真正的实际应用的许多商业应用中,尤其是当数据量是巨大的,当一个全连接网络不能保证。

出人意料的是,主/从模式,calledMapReduce,于1990年底通过由谷歌,成为大规模网页搜索,几乎普遍[4]。的MapReduce的思想如下。(1)主节点的地图和把一个任务分解成几个部分,并将它们分配给它的从属节点(图进程),以及(2)从节点完成子任务和主节点为结合返回结果进一步计算(缩小的过程)。注意,此过程可在多轮来完成,并可以递归进行,即,从节点可以进一步划分任务到一组子从节点。在这种模式下,通信只是一个主节点和它的奴隶之间,奴隶不能直接彼此通信。在图12.1,P1是从主节点节点P2; P3和P4;递归P4是P5和P6主节点。

一MapReduce的系统的最显著特性,从应用的角度来看,是可扩展性。即,当一个有一个额外的从属节点可用的(有一些相关的数据一起),很容易将其添加在现有下主,而不改变系统的总体拓扑结构。在图12.1,当节点P7加入作为下P4从属节点,所有其他节点,除了P4,不受影响。对于CGM,一会到新的节点之间加入了一个沟通渠道到所有的现有节点,这是更为昂贵实现。

它仍然告诉能做什么和不能使用的MapReduce高效地完成系统。 MapReduce 的实际成功主要是搜索和查询侧(见[10]一个最近的调查)。有了这个动力,在2010年,卡洛夫,苏芮,并提出Vassilvitskii MapReduce的一个模型,它是基于模拟PRAM[12]的受限版本。在这种模式下,许多图问题可以有效地解决了[14]。然而,由于这种模式继承了一些PRAM的弊端,我们认为它可能是太强大(或实际成本太高),与任何现有的实际MapReduce的系统相比。

图12.1实际的MapReduce系统

图12.2主/从多处理器模式打算,而不是PRAM以获得基于的LogP和BSP系统,在本文中,我们提出了一种基于MapReduce的主/从模式多处理器(MSM)来处理大数据集(或BigData)。从使用的MapReduce 模型一些现有实际系统抽象,我们假设这个MSM具有主节点M和P从节点S1:S2; :::; SP;此外,主节点M的内部存储器是在同一顺序的那些从属节点。(在实践中,这意味着它是容易更换的主节点,当它出现故障)。为了能够分析的算法的效率,我们假设每个Si和M具有大小为O(n/ p),其中的一个存储器n是输入的大小。注意,这里p应该不被看作是一个很小的常数。参照图12.2的一个例子。

本文安排如下。在第二节。12.2介绍模型。在教派。 12.3我们展示了如何使用这个模型来解决一些根本性的问题,还留下了一些有待解决的问题。此外,我们展示了这样的一个自适应版本模型。在第二节。 12.4,我们认为纸张。

12.2 MSM:主/从模式多处理器

在本节中,我们讨论了MSM模型的一些技术方面的问题,特别是但从BigData 点的处理。

算法复杂的模型MSM下的测量包括

?#C:通信轮的数量,其中每个循环包括HMASTER,slavei和hslave,马斯特里沟通,可能包括派遣O(N / P)数据,其中n是输入大小和p的量是从节点的数量。

?T:一次通信中的本地计算成本。

?D:信息的最大数量的主机和之间交换从一次通信中的节点。该算法的计算复杂度(成本)是O(#CT)。总数该算法的通信成本就是O(#C P(D))。

从一些实际的MapReduce系统,如Hadoop的不同,我们假设主节点M和所有从节点具有O(N / P)的本地内部存储器。当数据集很大,例如,在谷歌的所有数据不能被存储在任何单个计算机这个假设是有效的。我们假设整个纸张N> P2。另外,在实践中的通信成本高;因此,它很可能是一个实际的算法只允许通信轮小(优选恒定)的编号,并在每一轮的信息量有限是交换。最后一个约束意味着它是硬交换大量数据的一个主节点和从属节点之间。实际上,没有这种限制,可以总是模拟与MSM一个CGM算法,作为之间的通信两(从)节点可以通过主节点来完成。

观察1.如果沟通没有限制,那么CGM算法可与MSM系统进行模拟,其中一个点对点通信可以是至多一对hslave,马斯特里和HMASTER,slavei通信的模

拟,和广播通信可以在最多一个hslave,马斯特里通信,一个圆HMASTER,slavei 通信的模拟。

从现在起,我们禁止从节点之间的数据传输。在此假设(也是主节点的有限的工作存储器),我们注意到许多标准的问题变得难以解决,例如,排序存储在p个处理器n个元素。其原因在于减少一步需要完全排序的数据项发送在p回主节点,这是不可能的,除非我们可以存储所有的主节点n个数据项,或者我们允许大量的信息交换。这给了我们以下观察。

观察2. MSM系统可以有效地解决大小n,其中的一个问题有通信轮有限数量,并在每轮问题可被划分成p个独立的部分,并在下解各结果大小O(N / P)。

以上基本的观察表明,很多算法仿真天真在一个MSM是行不通的。例如,你可以在O.n2 /时间用穷举法的任何固定尺寸解决直径的问题。有计算/通信的n 个轮:每一轮主询问从属节点来计算到固定点的最大距离,并始终保持当前最大。当然,轮数,正,将太大。

但是,存在一些问题可以有效地利用此MSM模型来解决。对于例如,在谷歌搜索可以模拟最好作为k近邻搜索问题上的MSM(其中,k通常是一个很小的常数),其中只有一个圆形的通信:主节点分配搜索为p从属节点,每个节点的回报在每一个从节点的k最近邻居。然后,这些邻居都返回到主节点,以便它可以结合这些结果来计算k最近邻居在整个系统中,根据查询对象之间的距离和搜索的对象。请注意,在这个阶段的一些结果可能如果被截断返回的p套的部分结果是太大。

在下一节中,我们试图解决使用这个几个基本(几何)问题MSM模式。

12.3处理大型数据集与MSM

在本节中,我们说明了如何使用MSM模式来解决一些基本的当数据量(即,n)是问题巨大。(我们尽量保持纸整装的,但读者可以参考[15]有关计算什么几何。)我们假定数据大致存储在相等大小在每个从属节点;然而,我们不承担所存储的数据的任何其它属性,例如,在本地分布式或组织成一些数据结构,后者可以在实践中整流,如在本地建立一些复杂的数据结构不是来自太大的不同定期计算。这个假设是本文的其余部分的关键,我们相信这是实际的,在实践中可能被产生的数据集,维护,并更新以不同的方式与存储在本地。

事实上,如果我们允许以任意的方式输入数据集的改组,许多问题可以很容易地通过调整现有的CGM算法求解。例如,如果我们假设主站可以产生一个随机样本并使用样品进行分区和映射的剩余数据到相应的从节点,我们就可以更有效地与随机抽样通过调谐现有的CGM算法解决很多问题,为例如,三维凸包(2D Voronoi图)[7],或为线段2D Voronoi图[9]。事实上,即使在图问题[8]一些CGM算法,可以在这样大的通信开销的MSM模型进行仿真。

但是,我们认为这不适合大多数应用程序在处理BigData,其中,在许多情况下数据被生成和第一存储,但我们不知道我们想从数据来计算直到稍后。出于实际的考虑,我们只允许少数几轮沟通,并尝试绑定的沟通成本尽可能我们可以。由于这个原因,考虑最多的问题,我们只能设计出近似算法。

12.3.1选择

很容易地看到,与通信中的一个轮存储在MSM N 1-D取值X的最小值,最大值可以在O.计算(N / P)的时间。每一个从节点只需要进行极端的选择(MIN 或MAX)值以及NP返回的值可以在主节点被组合以获得该组X的整体极端(最小或最大)值。

我们接下来表明X的k个最小值的选择可以解决有效上的MSM。这里k是不一定是一个很小的常数,否则问题也就容易解决了。

定理12.1.给定n个1-D值的集合X,用最小{LOGR,N}轮通信,共为O(分钟{LOGR,N} P /)通讯费用,第k的X最小的元素可以在O计算(N / P)分钟{LOGR,N})的时间上的MSM具有p从属处理器,其中R是MIN1和MAX1,N <= N(1-1 /对之间的距离)被MIN1和MAX1之间元件的数目,MIN1是在最小元素X和MAX1是在p从节点的最低的K-最小元素,分别证明。在步骤2中的本地计算成本显然为O(n / p)的[1]。的数量。通信轮首先通过为O(log R)为界,在最坏的情况下可能是

算法12.1

1.中号在计算集合X中的最小值分钟

2.米分配找到k个最小值到所有从节点S1的任务; :::; SP。

3.各硅返回第k值最小XK I; I 2 OE1; P,为M.

4. M选择在p之间的最小值从从节点返回的值。让价值最大。

事实上,我们可以构造MIN1和MAX1使得之间的点的集合成倍增长,因此该算法将达到每点一个额外的一轮通信。对于实际数据,称该数据是均匀分布或均匀分布在恒定数量簇,它声O(logR )=O(log N)是安全的。

开放式问题1.对于选择问题,有没有可能设计一个算法根据与O(n/p)的本地计算成本的MSM和O(log n)轮通信?

12.3.2直径任何固定尺寸

定在任何固定维数n点的集合P,内径是在体育两点之间的最大距离如前面所讨论的,如果我们允许的n轮通信,那么问题可以容易地最佳解决。我们讨论如何与几个回合的通信设计的算法。

定理12.2给定的n个点中的任何固定尺寸的集合P,与圆O(p)通信成本的沟通和总的,的一个2-近似磷直径可在O(n/p)时间计算上的MSM与对从处理器。在此,目的仅仅是显示MSM模型的应用。

12.3.3排序和唯一性元素

在约束下,即使是主节点只能存储数据的O(n/p)量。排序成为上MSM一个难题。事实上,即使相关元素

算法12.2

1.中号选取任意点Q D PS; T和分配寻求所有从从Q上的最大距离的任务节点

S1; :::; SP。

2.各Si返回的最远点PI; I0; I 2 OE1;磷; I02 OE1; NP到M.3。M选择从Q上的最远点之间在p从从属节点返回点。唯一性的问题,即,确定是否有两个相等的元素(可能存储在不同的从节点),变得坚硬。我们离开这个作为一个开放问题。

开放式问题2.为元素的唯一性问题,有没有一个有效的解决方案下MSM?

12.3.4放宽主内存限制在MSM

正如我们前面所讨论的,如果一个MSM主节点仅具有一个尺寸O(n/p),甚至排序问题变得困难。另一方面,如果主节点的尺寸有大小的存储O(n),这是它

的所有从站的大致尺寸的节点),则该模型是不现实的(虽然许多问题可以有效地解决了)。在这里,我们试图让模型稍微适应。我们假设主节点具有O(n/p)的(工作)存储器,但具有一些额外的成本二次存储可扩展到主节点,用于存储最终计算结果。我们接下来说明这一自适应模型下解决排序问题的一个简单的例子。我们评价,该自适应模型仍然是从实际的MapReduce模型,如Hadoop的,不同的,其中主节点的(工作)存储器可以比O(n/p)大得多。

如果主节点具有辅助存储其大小开O(n),则分拣变得可解- 即使在主级工作存储器仍O(n/p).然后可以在每个节点存储在每个从节点的所有元素和排序发

送第n/p2最小元素到主节点。间n/p2元件构成的p列表(总共NP的)接收时,主节点可以提取从p列表元素,计算并倾倒在缓冲器的最小元素。如果列表,李选自Si,之一是空的,则硅发送其当前n/p2的最小元素李在M和缓冲器的内容被写入到二次存储,然后排空。然后,该过程可以是repeated.Note缓冲区是区

分大小的。

定理12.3给定n个1-D值的集合X,与O(P2)几轮沟通和共O(n)通讯费,X的

元素,可以在O(nlogn/p)时间每次MSM构成的p奴隶的处理器,它需要的主节

点O(n)的时间来计算和X的排序的列表存储在一个辅助存储。很容易看到,有最多P-P2=O(P2)通信回合。主节点的计算时间O(n-n/p)=O(n)。

我们的评价是,上述算法是一个天真的实现合并排序的并看到一个改进算法,这将是有趣的发现。

12.4结束语

在本文中,我们试图提出一个理论模型,捕捉最重要的BigData的计算性能。我们提出的模式是结合了MapReduce的系统的所有重要特性的主/从多。这个模型MSM的一个重要的制约因素是,主节点不能进入所有在同一时间输入数据和大量数据传输的节点之间。这可能导致一些基础问题,例如排序变得难以解决的。我们还提出了一种自适应模型,当主节点限制了工作的内存,但具有更大的二级存储。我们同时显示出模型的一些简单的应用。

致谢:这项研究是在中国的国家科学基金会资助下,部分支持60928006.感谢李晨博士对现代数据科学的数学基础,在这项工作中发起组织ICM'2014研讨会。

英文文献翻译

中等分辨率制备分离的 快速色谱技术 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分别放映分辨率随着硅胶颗粒大小、洗脱液流速和样本大小的变化。

论文外文文献翻译3000字左右

南京航空航天大学金城学院 毕业设计(论文)外文文献翻译 系部经济系 专业国际经济与贸易 学生姓名陈雅琼学号2011051115 指导教师邓晶职称副教授 2015年5月

Economic policy,tourism trade and productive diversification (Excerpt) Iza Lejárraga,Peter Walkenhorst The broad lesson that can be inferred from the analysis is that promoting tourism linkages with the productive capabilities of a host country is a multi-faceted approach influenced by a variety of country conditions.Among these,fixed or semi-fixed factors of production,such as land,labor,or capital,seem to have a relatively minor influence.Within the domain of natural endowments,only agricultural capital emerged as significant.This is a result that corresponds to expectations,given that foods and beverages are the primary source of demand in the tourism economy.Hence,investments in agricultural technology may foment linkages with the tourism market.It is also worth mentioning that for significant backward linkages to emerge with local agriculture,a larger scale of tourism may be important. According to the regression results,a strong tourism–agriculture nexus will not necessarily develop at a small scale of tourism demand. It appears that variables related to the entrepreneurial capital of the host economy are of notable explanatory significance.The human development index(HDI), which is used to measure a country's general level of development,is significantly and positively associated with tourism linkages.One plausible explanation for this is that international tourists,who often originate in high-income countries,may feel more comfortable and thus be inclined to consume more in a host country that has a life-style to which they can relate easily.Moreover,it is important to remember that the HDI also captures the relative achievements of countries in the level of health and education of the population.Therefore,a higher HDI reflects a healthier and more educated workforce,and thus,the quality of local entrepreneurship.Related to this point,it is important to underscore that the level of participation of women in the host economy also has a significantly positive effect on linkages.In sum, enhancing local entrepreneurial capital may expand the linkages between tourism and other sectors of the host country.

外文文献及翻译

外文文献及翻译 题目:利用固定化过氧化氢酶 回收纺织品漂染的废水 专业食品科学与工程 学生姓名梁金龙 班级B食品072 学号0710308119 指导教师郑清

利用固定化过氧化氢酶回收纺织品漂染的废水 Silgia A. Costa1, Tzanko Tzanov1, Filipa Carneiro1, Georg M. Gübitz2 &Artur Cavaco-Paulo1,? 1纺织工程系, 米尼奥大学, 4810吉马尔, 葡萄牙 2环境生物技术系, 格拉茨技术大学, 8010格拉茨, 奥地利 ?作者联系方式(Fax: +351 253 510293; E-mail: artur@det.uminho.pt) 关键词:过氧化氢酶的固定化,酶稳定,过氧化氢,纺织印染 摘要 过氧化氢酶固定在氧化铝载体上并用戊二醛交联,在再循环塔反应器和CSTR反应器中研究贮存稳定性,温度和pH值对酶的活性。固定化酶的在的活性维持在44%,pH值11(30?C),对照组是活性为90%,pH值7(80?C),过氧化氢酶固定化的半衰期时间被提高到2小时(pH12,60?C)。用过氧化氢漂白织物后,洗涤过程中的残留水被固定化酶处理,可以用于再次印染时,记录实验数据。 1 序言 由于新的法规的出台,从生态经济的角度来看(Dickinson1984年),对于纺织行业中存在的成本和剩余水域的污染问题,必须给予更多的关注。过氧化氢是一种漂白剂,广泛应用于工业纺织工艺(Spiro & Griffith1997年)。在去除H2O2时,会消耗大量的水和能源(Weck 1991, St?hr & Petry 1995),以避免对氧气敏感的染料(Jensen 2000)产生后续问题。过氧化氢酶可用于降低过氧化氢的含量(Vasudevan & Thakur 1994, Emerson et al. 1996),从而减少水分消耗或方便回收印染洗涤液。过氧化氢酶的使用主要问题出在漂白时温度和清洗液碱度过高。以前,我们试图通过筛选新的嗜热嗜碱的微生物(Paar et al. 2001)或使用不同的酶稳定剂(Costa et al. 2001)来解决此问题。但是染料与蛋白质之间的潜在相互作用(Tzanov et al. 2001a, b)表明,可溶性过氧化氢酶的使用是不恰当的。固定化过氧化氢酶的使用还有一种选择(Costa et al. 2001, Amar et al. 2000)。在这项研究中,我们对氧化铝进行共价固定并使用戊二醛作为交联剂,这种方法在商业中得到验证。本项研究的目的就是探讨过氧化氢酶的固定化动力学,及其稳定性和工艺条件,这将使我们能够应用此系统,以处理可能被用于清洗染色的反复使用的酒。 2 材料和方法 2.1 酶 Terminox(EC1.11.1.6),50L以上,由AQUITEX- Maia提供,葡萄牙产。 2.2 过氧化氢酶的固定化 取Al2O3颗粒或薄片(Aldrich),直径分别为3和7毫米,在45摄氏度下,先经浓度4%的γ-氨丙基三乙氧基硅烷(Sigma)烷基化,再放入丙酮中浸泡24小时。用蒸馏水洗涤硅烷化载体后,放入浓度为2%戊二醛水溶液中室温下浸泡2小时(Aldrich),重复清洗一次并在60?C下干燥1小时。取五克的烷基化载体,室温24?C下浸泡在25毫升粗酶制剂中(Costa et al. 2001)。得出,每克Al2O3

毕业论文英文参考文献与译文

Inventory management Inventory Control On the so-called "inventory control", many people will interpret it as a "storage management", which is actually a big distortion. The traditional narrow view, mainly for warehouse inventory control of materials for inventory, data processing, storage, distribution, etc., through the implementation of anti-corrosion, temperature and humidity control means, to make the custody of the physical inventory to maintain optimum purposes. This is just a form of inventory control, or can be defined as the physical inventory control. How, then, from a broad perspective to understand inventory control? Inventory control should be related to the company's financial and operational objectives, in particular operating cash flow by optimizing the entire demand and supply chain management processes (DSCM), a reasonable set of ERP control strategy, and supported by appropriate information processing tools, tools to achieved in ensuring the timely delivery of the premise, as far as possible to reduce inventory levels, reducing inventory and obsolescence, the risk of devaluation. In this sense, the physical inventory control to achieve financial goals is just a means to control the entire inventory or just a necessary part; from the perspective of organizational functions, physical inventory control, warehouse management is mainly the responsibility of The broad inventory control is the demand and supply chain management, and the whole company's responsibility. Why until now many people's understanding of inventory control, limited physical inventory control? The following two reasons can not be ignored: First, our enterprises do not attach importance to inventory control. Especially those who benefit relatively good business, as long as there is money on the few people to consider the problem of inventory turnover. Inventory control is simply interpreted as warehouse management, unless the time to spend money, it may have been to see the inventory problem, and see the results are often very simple procurement to buy more, or did not do warehouse departments . Second, ERP misleading. Invoicing software is simple audacity to call it ERP, companies on their so-called ERP can reduce the number of inventory, inventory control, seems to rely on their small software can get. Even as SAP, BAAN ERP world, the field of

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

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.

英文文献及中文翻译

毕业设计说明书 英文文献及中文翻译 学院:专 2011年6月 电子与计算机科学技术软件工程

https://www.doczj.com/doc/6215294610.html, Overview https://www.doczj.com/doc/6215294610.html, is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a minimum of https://www.doczj.com/doc/6215294610.html, is part of https://www.doczj.com/doc/6215294610.html, Framework,and when coding https://www.doczj.com/doc/6215294610.html, applications you have access to classes in https://www.doczj.com/doc/6215294610.html, Framework.You can code your applications in any language compatible with the common language runtime(CLR), including Microsoft Visual Basic and C#.These languages enable you to develop https://www.doczj.com/doc/6215294610.html, applications that benefit from the common language runtime,type safety, inheritance,and so on. If you want to try https://www.doczj.com/doc/6215294610.html,,you can install Visual Web Developer Express using the Microsoft Web Platform Installer,which is a free tool that makes it simple to download,install,and service components of the Microsoft Web Platform.These components include Visual Web Developer Express,Internet Information Services (IIS),SQL Server Express,and https://www.doczj.com/doc/6215294610.html, Framework.All of these are tools that you use to create https://www.doczj.com/doc/6215294610.html, Web applications.You can also use the Microsoft Web Platform Installer to install open-source https://www.doczj.com/doc/6215294610.html, and PHP Web applications. Visual Web Developer Visual Web Developer is a full-featured development environment for creating https://www.doczj.com/doc/6215294610.html, Web applications.Visual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting https://www.doczj.com/doc/6215294610.html,ing the development tools in Visual Web Developer,you can develop https://www.doczj.com/doc/6215294610.html, Web pages on your own computer.Visual Web Developer includes a local Web server that provides all the features you need to test and debug https://www.doczj.com/doc/6215294610.html, Web pages,without requiring Internet Information Services(IIS)to be installed. Visual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting https://www.doczj.com/doc/6215294610.html,ing the development tools in Visual Web Developer,you can develop https://www.doczj.com/doc/6215294610.html, Web pages on your own computer.

3英文文献及翻译格式示例

哈尔滨工业大学毕业设计(论文) 英文原文(原文也可以直接将PDF版打印) ASSESSING CREDIT OR DETERMINING QUANTITY? THE EVOLVING ROLE OF RATING AGENCIES Lynnette D. Purda* This version: April 21, 2011 Abstract Over the past ten years, credit rating agencies have come under intense criticism from both practitioners and academics, first for their failure to identify problems resulting in bankruptcies at Enron and Worldcom and second for providing overly optimistic ratings for structured finance products. While many investors question the value of rating agencies in light of these criticisms, they have proven remarkably resilient. This paper provides a brief background on how rating agencies secured competitive advantages in evaluating credit quality. It then reviews the empirical evidence on the information content of ratings given these advantages. I argue that the information content of ratings stems from two intertwined sources: 1) information related to credit quality and 2) information related to the firm’s ability to access debt. Based on this evidence, I suggest that the dominant role for ratings today is as a benchmark for financial contracting. In this way, ratings remain influential in establishing the supply and demand of debt securities. 译文 评级机构的发展的作用评估信用还是决定数量? 本文:2011.4.21 摘要 在过去的十年,信用评级机构一直处于来自实践者和学者的激烈的批评中,首先他们未能发现问题,导致安然和世通破产;其次对结构性金融产品提供过于乐观的评级。虽然许多投资者因为这些批评对评级机构的价值提出了质疑,但他们仍然被证明是相当有活力的。这篇文章首先在评估机构如何在信用评级质量中获得竞争优势提供一个简单地背景介绍,然后考虑到这些优势回顾了一些信息内容方面的评级经验证据。个人认为信息内容的评级来自两种交织在一起(错综复杂)的来源:1)和信贷质量相关的信息;2)和公司获取债务资本能力相关的信息。以此为据,我建议当前评级的主导作用是作为基准的金融收缩。以这种方式,在建立债券的供应和需求方面评级仍然是有效的。 - -1

外文文献及翻译

文献翻译 原文 Combining JSP and Servlets The technology of JSP and Servlet is the most important technology which use Java technology to exploit request of server, and it is also the standard which exploit business application .Java developers prefer to use it for a variety of reasons, one of which is already familiar with the Java language for the development of this technology are easy to learn Java to the other is "a preparation, run everywhere" to bring the concept of Web applications, To achieve a "one-prepared everywhere realized." And more importantly, if followed some of the principles of good design, it can be said of separating and content to create high-quality, reusable, easy to maintain and modify the application. For example, if the document in HTML embedded Java code too much (script), will lead the developed application is extremely complex, difficult to read, it is not easy reuse, but also for future maintenance and modification will also cause difficulties. In fact, CSDN the JSP / Servlet forum, can often see some questions, the code is very long, can logic is not very clear, a large number of HTML and Java code mixed together. This is the random development of the defects. Early dynamic pages mainly CGI (Common Gateway Interface, public Gateway Interface) technology, you can use different languages of the CGI programs, such as VB, C / C + + or Delphi, and so on. Though the technology of CGI is developed and powerful, because of difficulties in programming, and low efficiency, modify complex shortcomings, it is gradually being replaced by the trend. Of all the new technology, JSP / Servlet with more efficient and easy to program, more powerful, more secure and has a good portability, they have been many people believe that the future is the most dynamic site of the future development of technology. Similar to CGI, Servlet support request / response model. When a customer submit a request to the server, the server presented the request Servlet, Servlet responsible for handling requests and generate a response, and then gave the server, and then from the server sent to

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

英文翻译 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,

英文文献及其翻译

步进电机的知识 什么是步进电机: 步进电机是一种把电脉冲转化为角位移的执行机构。通俗的说:当驱动程序收到一个步进脉冲信号,将驱动步进电机轴旋转一个固定的角度(步进角)。您可以通过控制脉冲个数来控制角位移,从而达到准确定位的目的;同时,你可以通过控制脉冲频率来控制电机的旋转速度和加速度,实现速度控制的目的。 步进电机的种类: 步进电机分为三种:永磁式(PM),反应式(VR)和混合式(HR)永磁式步进电机一般为两相,转矩和体积较小,步进角一步7.5度或15度;反应式一般有三相可以实现大转矩输出,步进角一般是1.5度,但噪声和振动大。在欧洲和美洲80个国家已被淘汰;混合式步进是混合了永磁式和反应的优势。它由两相和五相:一般两相的步距角是1.8度,而的五相步距角为0.72度。是使用最广泛的的步进电机。 步进电机允许的最高表面温度 步进电机温度过高首先会的磁性材料退磁,导致转矩降低甚至失步,电机表面温度允许的最大值取决于的磁性材料退磁点;一般来说,磁性材料退磁点在摄氏130度以上有些材料甚至高达摄氏200度高,所以步进电机表面温度在摄氏80-90度是正常的。 步进电机精度为多少?是否累积 一般步进电机的精度为步进角的3-5%,且不累积 如何确定步进电机驱动器直流电源 A.电压确定 混合式步进电机驱动器的电源电压范围较广(比如IM483的供电电压12?48VDC),电源电压通常根据电机的转速和响应要求来选择。如果要求较快的运行速度较高的响应速度就选用较高的电压,但注意电源电压的峰值不能超过驱动器的最大输入电压,否则可能会损坏驱动器。 B.电流确定 电源电流一般根据输出相电流I来确定。如果采用线性电源,电源电流一般可取I的1.1?1.3倍;如果采用开关电源,电源电流一般可取I的1.5?2.0倍。 步进电机的主要特性 在步进电机关机时要确保没有脉冲信号,当电机运行时 如果加入适当的脉冲信号,它会转过一定的角度(称为步距角是)。转速与脉冲频率成正比。 2龙式步进电机步距角7.5度,旋转360度,需要48个脉冲来完成。 3步进电机具有快速启动和停止的优良特性。 4只要改变脉冲,可以很容易地改变电机轴旋转的方向。 因此,目前的打印机,绘图仪,机器人设备以步进电机作为动力核心。 步进电机控制的例子 我们以四相单极步进电机为例: 四个相绕组引出四个相和两个公共线(连接到正极)。一相接地。会被激发,。我们使用四相八拍控制,即第1阶段第2阶段交替反过来,会提高分辨率。步距角0.9°,可以转移到控制电机励磁是为了转移如下: 如果电机反转的要求,传输的激励信号可以逆转的。2控制方案 控制系统框图如下

博物馆 外文翻译 外文文献 英文文献

第一篇: 航空博物馆与航空展示公园 巴特罗米耶杰·基谢列夫斯基 飞翔的概念、场所的精神、老机场的建筑---克拉科夫新航空博物馆理性地吸取了这些元素,并将它们整合到一座建筑当中。Rakowice-Czyzyny机场之前的旧飞机修理库为新建筑的平面和高度设定了模数比例。在此基本形态上进一步发展,如同裁切和折叠一架纸飞机,生成了一座巨大的建筑。其三角形机翼是由混凝土制成,却如同风动螺旋桨一样轻盈。这个机翼宽大通透,向各个方向开敞。它们的形态与组织都是依据内部功能来设计的。机翼部分为3个不平衡的平面,使内外景观在不断变化中形成空间的延续性,并且联系了建筑内的视觉焦点和室外的展览区。 新航空展示公园的设计连接了博物馆的8栋建筑和户外展览区,并与历史体验建立联系。从前的视觉轴线与通道得到尊重,旧的道路得到了完善,朝向飞机场和跑道的空间被限定出来。每栋建筑展示了一个主题或是一段飞行史。建筑周围伸展出巨大的平台,为特殊主题的室外展览提供了空间。博物馆容纳了超过150架飞机、引擎、飞行复制品、成套的技术档案和历史图片。这里的特色收藏是飞机起源开始的各种飞行器,如Jatho1903、Grade1909、莱特兄弟1909年的飞机模型和1911年的鸽式单翼机。 The first passage: Museum for aviation and aviation exhibition park Bartiomiej Kislelewski The idea of flying, the spirit of place, the structure of the historic airfield – the new Museum of Aviation in Krakow takes up these references intellectually and synthesizes them into a building. The old hangars of the former airport Rakowice Czyzyny set the modular scale for the footprint and the height of the new building. Developed from this basic shape, as if cut out and folded like a paper airplane, a large structure has been generated, with triangular wings made of concrete and yet as light as a wind-vane propeller. The wings are generously glazed and open in all directions. Their form and arrangement depend on the interior uses. In the floor plans of the wings, the three offset

相关主题
文本预览
相关文档 最新文档