文档库 最新最全的文档下载
当前位置:文档库 › 英文翻译伍杰杰

英文翻译伍杰杰

英文翻译伍杰杰
英文翻译伍杰杰

中南民族大学

毕业论文(设计)

英文翻译材料

学院:计算机科学学院

专业:自动化年级: 2007 学生姓名:伍杰杰学号: 07064098 指导教师:程立职称:讲师

2011年05 月05 日

译文:

数字IIR滤波器设计使用蚁群算法算法

文献专业词汇

DSP数字信号处理; recursive 递归; non-recursive非递归; FIR有限脉冲响应响应; IIR无限脉冲响应; multi-modal error surface多模态误差表面; SA现代算法; GA遗传算法; TS禁忌搜索; ACO蚁群算法; TACO蚁群优化算法; optimization优化; digital filter数字滤波器; adaptation process适应过程; the parameter space参数空间; the global minima全局最小值; probabilistic transition rules概率转换规则; a flexible memory可变内存; the global optimum solution全局优化方案; continuous optimization problems连续优化问题; objective function目标函数; a string of binary bits二进制位串; sub-path子路径; the intelligent problem人工智能问题; peaks峰值; memory内存

摘要:改造和分析从模拟信号源采样而来的信号,应用信号处理(DSP)算法。DSP的优点是基于这样的事实,即应用算法的性能一直是可预见的。没有依赖公差的电器元件作为模拟系统。DSP算法能合理地描述为一个数字滤波器。数字滤波器大体上分为两类:有限和无限的脉冲响应滤波器(检索)过滤器。因为错误的表面过滤器通常是信息检索的多式联运方式的要求,为了避免局部最小值和设计有效的数字信息检索过滤器。在这部作品中,提出了一种基于蚂蚁算法和能力提出了一种用于全球最佳化的数字信息检索滤波器的设计。仿真结果表明,本文提出的方法是准确和具有收敛速度快,计算结果表明,提出的方法可以有效地用于数字信息检索滤波器的设计。

关键词: 蚁群;禁忌搜索;持续最优化

改造和分析从模拟信号源采样而来的信号,应用信号处理(DSP)算法。价格便宜,功能强大的通用计算机和定制设计的DSP芯片已经开发,DSP已经在通讯,生物医学,气象学和控制工程等几个非常重要的领域得以广泛应用。例如,DSP已经在储存和复制的音频和视频信号的领域广泛应用。 DSP的优势在于该算法的性能应用总是可以预测的,且不依赖于电子元件在模拟系统中的公差。任何DSP算法或处理器可以说是合理的数字滤波器。数字滤波器可大致分为两类:递归和非递归滤波器。非递归的,或者有限脉冲响应响应滤波器(FIR),只取决于现在的输入信号及其前任值。递归,或无限脉冲响应过滤器(IIR),不仅依赖于输入数据,而且还取决于一个或多个先前的输出值。IIR数字滤波器的主要优点是与拥有相同数量系数的FIR滤波器相比,它可以提供更好的性能。然而,关于IIR滤波器设计还存在一些问题。最根本的问题是,它们可能有一个多模态错误表面。另一个问题是过滤器在适应的过程可能变得不稳定。虽然这第二个问题可以很容易地通过限制参数空间处理,以避免第一个问题,一个可以实现在多模态误差全局最小的表面的设计方法是必需的。然而,传统的设

计梯度搜索的方法可以很容易停留在表面的局部极小的误差。因此,一些研究人员试图发展诸如模拟全局优化设计算法的现代方法的算法(SA)和遗传算法(GA)。

现代算法和遗传算法采用概率转换规则来搜寻错误表面的全球最低值。遗传算法是一个人口为基础的算法(荷兰,1975年)和演进的解决方案,人口问题作为遗传算法试图改善单一的解决方案,使用一个邻域搜索机制(柯克帕特里克等,1983)。虽然遗传算法是很容易进行编程和地方衔接,这取决于最初的解决方案,它可能需要花费太多功能评估,以收敛到全局极小。通常发现遗传算法搜索到希望的地区十分迅速,但它往往需要太多的计算,从而达到局部极小概率转换规则,因为工作和邻域搜索机制不使用。这两种算法的缺点均不希望出现在IIR数字滤波器设计。另外两个具有全局优化能力的禁忌搜索(TS)和蚁群优化算法已被广泛采用的组合型问题启发式流行。格洛弗开发的TS算法是一种迭代搜索的形式,并根据智能解决问题的原则。TS有一个灵活的内存来保存有关搜寻的资料,过去的步骤,并使用它来创建和利用在搜索空间的新的解决方案。一个可能与传统的TS达到一个合理的计算时间时,最初的解决办法是远离所在地区存在的最优解全局最优解的问题。蚁群算法(ACO)模拟了真实蚁群的行为。该算法的主要特点是分布式计算,正反馈和反对构造性贪婪搜索。因此,蚁群算法的表现是由于本地搜索的积极反馈,由于分布计算全局搜索功能良好。在文献中,目前只有一对蚁群的不断优化和工程应用中提出的模型的几部作品。提出的旅游蚁群优化(南京塔塔汽车零部件)算法。在这项工作中,我们首先描述一个简单的策略对记忆功能的TS算法的基础,以提高南京塔塔汽车零部件非凸连续优化问题的一种表现,其次提出了一种新方法,南京塔塔汽车零部件为基础的数字IIR滤波器的设计。第2节描述了一个基本的蚁群算法,南京塔塔汽车零部件算法和提出的战略。第3节的测试功能和由南京塔塔汽车零部件的模拟结果和修改后的南京塔塔汽车零部件算法获得。第4节介绍了如何南京塔塔汽车零部件可应用于数字IIR滤波器的设计。并比较了TS,南京塔塔汽车零部件和修改后的南京塔塔汽车零部件的设计IIR滤波器算法的性能。蚁群算法是优化进行自然真实蚁群的过程人为的版本。在这种情况下,一个解决方案的目标函数值对应于一个真实的蚂蚁遵循的方式的长度。因此,由于信息素的金额存入一个自然的方式取决于它的长度,目标函数值可以被用来确定问题的解空间的人工信息素量的方法。因此,一个简单的原理图算法建模的主要步骤的真实蚁群的行为,可以概括如下:开始初始化重复为所有人工蚂蚁人工方式计算长度的所有人工方式更新信息素量就如何保持连接发现最近的路到现在直到结束。在南京塔塔汽车零部件算法描述Hiroyasu等。每个解决方案都代表了一个设计参数向量,其中每一个编码的二进制位串,即解决方案是一个二进制位向量。因此,人工蚂蚁为每个字符串中位值搜索,换句话说,他们试图决定是否位值是0或1。

在为一个位的值决策阶段,蚂蚁只使用信息素的信息。一旦蚂蚁完成对字符串中所有值得决策过程,这意味着它已经产生了解决问题的方法。该解决方案进行评估的问题和一个数字值显示解决方案的质量是通过使用一个函数调用的评价函数来计算的。人工信息素是一种附着在子路径形成的解决方案是使用此值计算。毕竟在殖民地蚂蚁已经产生了解决方案和属于每个解决方案的信息素的金额已经被计算出来,分位之间的路径的信息素更新。这是进行信息素通过降低以前存入的金额和新的路径信息素量。假设被首选的子路径介于0和1(0-1)在一个阶段的概率计算。

TS演算法是Glover为解决组合优化的困难问题在1986年提出来的。TS是在传统计算机优化上,通过避免搜索空间中已经访问了点来增强局部搜索。事实上,它模拟人工智能的问题来解决在使用过程中的问题。TS算法的主要特点是它有一个明确的记忆,内存存储一个关于搜索过去步骤的信息,新举措会根据这个内存在一定的区域内产生。换句话说,搜索方向是受内存控制的。通过这种记忆方法,最近的举动在不在生产的这段时间内复制,因此这个搜索可以摆脱局部最小值,并找到带有多个峰的搜索空间中的一个。一个简单的TS采

用两种存储器:频率和新近的回忆。频率的内存中存储的是如何经常的举动是在一个时间间隔,而新近产生的内存寄存器信息有关的时间(迭代)特定此举已最后一次尝试的信息。如果一个特定的移动频率超过预定期限,那么这将被列为禁忌。一动近因值等于现在之间的迭代,在哪个此举已尝试最后一次迭代的差异。正如频率一样,如果一动近因值超过预定限额,那么这一举动也列为禁忌。归类为禁忌的举动并没有再次尝试,直到他们得到的禁忌分类出来。使用这些记忆时,TS可以克服的单车周围局部极小的问题,并找到发生在一个多维,简称AE,下同搜索空间的全球最低。为了避免过早收敛问题遇到塔科的频率为基础的记忆体为基础的战略已经提出。在塔科的频率为基础的记忆存储有关的频率子路径是由蚁后的信息。虽然子路径的频率似乎是与子路径连接的信息素量一样,但实际上并不是这样的。通过检查的信息素量,很难断定是否大多数蚂蚁遵循一个子路径总价。但这是很容易通过评估频率信息的方法来实现。

原文:

Designing digital IIR filters using ant

colonyoptimisation algorithm

Abstract: In order to transform and analyse signals that have been sampled from analogue

sources, digital signal processing (DSP) algorithms are employed. The advantages of DSP are based on the fact that the performance of the applied algorithm is always predictable. There is no dependence on the tolerances of electrical components as in analogue systems. DSP algorithms can be reasonably described as a digital filter. Digital filters can be broadly divided into two-sub classes: finite impulse-response filters and infinite impulse-response (IIR) filters. Because the error surface of IIR filters is generally multi-modal, global optimisation techniques are required in order to avoid local minima and design efficient digital IIR filters. In this work, a new method based on the ant colonyoptimisation algorithm with global optimisation ability is proposed for digital IIR filter design. Simulation results show that the proposed approach is accurate and has a fast convergence rate, and the results obtained demonstrate that the proposed method can be efficiently used for digital IIR filter design.

Keywords: Ant colony; Tabu search; Continuous optimisation

In order to transform and analyse signals that have been sampled from analogue sources, digital signal processing (DSP) algorithms are employed. After the cheap and powerful general-purpose computers and custom-designed DSP chips have been developed, DSP has found very significant applications in several engineering areas from communication, biomedical, and control to meteorology. For example, DSP has obtained wide application in the storage and reproduction of audio and video signals. The advantages of DSP are based on the fact that the performance of the applied algorithm is always predictable. There is no dependence on the tolerances of electrical components as in analogue systems. Any DSP algorithm or processor can be reasonably described as a digital filter. Digital filters can be broadly classified into two groups: recursive and non-recursive filters. The response of non-recursive, or finite impulse-response (FIR) filters is dependent only upon present and previous values of the input signal. Recursive, or infinite impulse-response (IIR) filters, however, depend not only upon the input data but also upon one or more previous output values. The main advantage of a digital IIR filter is that it can provide a much better performance than the FIR filters having the same number of coefficients. However, there are some problems with the design of IIR filters. The fundamental problem is that they might have a multi-modal error surface. A further problem is the possibility of the filter becoming unstable during the adaptation process. Although this second problem can be easily handled by limiting the parameter space, in order to avoid the first problem, a design method which can achieve the global minima in a multi-modal error surface is required. However, the conventional design methods based on gradient search can easily be stuck at local minima of error surface. Therefore, some researchers have attempted to develop the design methods based on modern global optimisation algorithms such as the simulated annealing (SA) algorithm and genetic

algorithm (GA) .

SA and GA employ probabilistic transition rules to search the global minima in a error surface. GA is a population based algorithm (Holland, 1975) and evolves a population of solutions to the problem as SA attempts to improve a single solution using a neighbourhood search mechanism (Kirkpatrick et al., 1983). Although SA algorithm is quite easy to be programmed and good at local convergence, depending on the initial solution it might often require too many cost function evaluations to converge to the global minima. GA usually discovers the promising regions of search space very quickly, however it often needs too many computations to reach a local minima since the probabilistic transition rules are employed and a neighbourhood search mechanism is not used. These disadvantages of both algorithms are not desired in the design of digital IIR filters. Other two popular heuristics which have global optimisation ability are tabu search (TS) and ant colony optimisation algorithms which have been widely employed for combinatorial type problems. TS algorithm developed by Glover is a form of iterative search and based on intelligent problem solving principles. TS has a flexible memory to keep the information about the past steps of the search and uses it to create and exploit the new solutions in the search space. A conventional TS might have problem with reaching the global optimum solution in a reasonable computation time when the initial solution is far away from the region where optimum solution exists. Ant colony optimisation (ACO) algorithm simulates the behaviour of real ant colonies. The main features of the algorithm are distributed computation, positive feedback and con structive greedy search. Therefore, the performance of ACO algorithm is good for local search due to the positive feedback and for global search because of the distribution computation features. In the literature, there are just a few works on the models of ACO proposed for continuous optimization and their engineering applications .Hiroyasu have presented the touring ant colony optimisation (TACO) algorithm. In this work, we firstly describe a simple strategy based on the memory feature of TS algorithm to improve the performance of TACO algorithm for non-convex continuous optimization problems and secondly propose a new method based on TACO for digital IIR filter design. Section 2 describes a basic ACO algorithm, TACO algorithm and the proposed strategy. Section 3 presents the test functions and the simulation results obtained by TACO and the modified TACO algorithms. Section 4 describes how TACO can be applied to digital IIR filter design. It also compares the performance of TS, TACO and the modified TACO algorithms on IIR filter design. ACO algorithm is the artificial version of the natural optimisation process carried out by real ant colonies. If an optimisation problem can be expressed in the form of a minimisation problem a possible solution to this problem can be considered as a possible way between the nest and food in real ants world. In this case, the value of objective function for a solution corresponds to the length of the way followed by a real ant. Therefore, since the pheromone amount deposited on a natural way depends on its length, the objective function value can be used to determine the pheromone amount of artificial ways in the solution space of the problem. Hence, the main steps of a simple schematic algorithm modeling the behaviour of real ant colonies can be summarised as below: BEGIN Initialise REPEAT Generate artificial ways for all artificial ants Compute the length of all artificial ways Update the amount of pheromone attached on the ways Keep the shortest way found up to now UNTIL (maxiteration or a criteria is satisfied) END. In TACO algorithm described by Hiroyasu et al. (2000), each solution is represented by a vector of design parameters of which each is coded with a string of binary bits, i.e. a solution is a vector of binary bits. Therefore, artificial ants search for the value of each bit in the string, in other words, they try

to decide whether the value of a bit is 0 or 1.

At the decision stage for the value of a bit, ants use only the pheromone information. Once an ant completes the decision process for the values of all bits in the string, it means that it has produced a solution to the problem. This solution is evaluated for the problem and a numeric value showing the quality of the solution is calculated by using a function called the evaluation function. An artificial pheromone to be attached to the sub-paths forming the solution is computed using this value. After all ants in the colony have produced their solutions and the pheromone amount belonging to each solution has been calculated, the pheromones of sub- paths between the bits are updated. This is carried out by lowering the previous pheromone amounts and depositing the new pheromone amount on the paths. Assume that the probability of being preferred of the sub-path between 0 and 1 (0-1) at a stage is calculated.

TS algorithm has been proposed by Glover in 1986 to solve difficult combinatorial optimisation problems. TS is a general heuristic for optimisation in conventional computers that enhance local search by attempting to avoid already visited points in the search space. In fact, it simulates the intelligent problem solving process used by human being. The main feature of TS algorithm is that it has an explicit memory. The memory stores an information about the past steps of search and new moves are produced in a certain neighbourhood according to this memory. In other words, the direction of search is controlled by the memory. By means of this memory, the moves produced recently are not reproduced within a period of time and hence the search can get out of a local minimum and find the global one of the search space with several peaks. A simple TS employs two kinds of memory: frequency and recency- based memories. The frequency-based memory stores an information about how often a move was produced during a time interval while the recency-based memory registers an information regarding the time (iteration) a specific move has been last time tried. If the frequency of a specific move exceeds a predetermined limit, then that move is classified tabu. The frecency value of a move is equal to the difference between the present iteration and the iteration at which the move has been last time tried. As in the frequency case, if the recency value of a move exceeds a predetermined limit, then that move is also classified tabu. The moves classified as tabu are not tried again until they get out of the tabu classification . Using these memories, the TS can overcome the cycling problem occurring around a local minima and find global minimum in a multi-dimensional search space. In order to avoid the premature convergence problem encountered by TACO, a strategy based on the frequency-based memory has been proposed . In TACO, the frequency-based memory stores information about how often a sub-path is followed by ants. Although the frequency of a sub-path seems to be the same as the pheromone amount attached on the sub-path, it is not like that. By examining the pheromone amount, it is difficult to conclude whether most ants follow a sub-path or not. But, it is very easy to do that by evaluating the frequency information.

references

[1]Khorrambad H,Gray P R.High-frequency continuous-time filters.IEEE J Solid- static

Grcuits.1984 19(6):139-141

[2]Steyacrt M S J,Sanscn W.A 10,7-MHz 68dB SNR CMOS continuos-time filter with on-chip

automatic tuning.IEEE J Salid-Static Circuits.1992.27(12):113-114

化学专业英语(修订版)翻译

01 THE ELEMENTS AND THE PERIODIC TABLE 01 元素和元素周期表 The number of protons in the nucleus of an atom is referred to as the atomic number, or proton number, Z. The number of electrons in an electrically neutral atom is also equal to the atomic number, Z. The total mass of an atom is determined very nearly by the total number of protons and neutrons in its nucleus. This total is called the mass number, A. The number of neutrons in an atom, the neutron number, is given by the quantity A-Z. 质子的数量在一个原子的核被称为原子序数,或质子数、周淑金、电子的数量在一个电中性原子也等于原子序数松山机场的总质量的原子做出很近的总数的质子和中子在它的核心。这个总数被称为大量胡逸舟、中子的数量在一个原子,中子数,给出了a - z的数量。 The term element refers to, a pure substance with atoms all of a single kind. T o the chemist the "kind" of atom is specified by its atomic number, since this is the property that determines its chemical behavior. At present all the atoms from Z = 1 to Z = 107 are known; there are 107 chemical elements. Each chemical element has been given a name and a distinctive symbol. For most elements the symbol is simply the abbreviated form of the English name consisting of one or two letters, for example: 这个术语是指元素,一个纯物质与原子组成一个单一的善良。在药房“客气”原子的原子数来确定它,因为它的性质是决定其化学行为。目前所有原子和Z = 1 a到Z = 107是知道的;有107种化学元素。每一种化学元素起了一个名字和独特的象征。对于大多数元素都仅仅是一个象征的英文名称缩写形式,一个或两个字母组成,例如: oxygen==O nitrogen == N neon==Ne magnesium == Mg

应用化学专业英语翻译完整篇

1 Unit5元素周期表 As our picture of the atom becomes more detailed 随着我们对原子的描述越来越详尽,我们发现我们陷入了进退两难之境。有超过100多中元素要处理,我们怎么能记的住所有的信息?有一种方法就是使用元素周期表。这个周期表包含元素的所有信息。它记录了元素中所含的质子数和电子数,它能让我们算出大多数元素的同位素的中子数。它甚至有各个元素原子的电子怎么排列。最神奇的是,周期表是在人们不知道原子中存在质子、中子和电子的情况下发明的。Not long after Dalton presented his model for atom( )在道尔顿提出他的原子模型(原子是是一个不可分割的粒子,其质量决定了它的身份)不久,化学家门开始根据原子的质量将原子列表。在制定像这些元素表时候,他们观察到在元素中的格局分布。例如,人们可以清楚的看到在具体间隔的元素有着相似的性质。在当时知道的大约60种元素中,第二个和第九个表现出相似的性质,第三个和第十个,第四个和第十一个等都具有相似的性质。 In 1869,Dmitri Ivanovich Mendeleev,a Russian chemist, 在1869年,Dmitri Ivanovich Mendeleev ,一个俄罗斯的化学家,发表了他的元素周期表。Mendeleev通过考虑原子重量和元素的某些特性的周期性准备了他的周期表。这些元素的排列顺序先是按原子质量的增加,,一些情况中, Mendeleev把稍微重写的元素放在轻的那个前面.他这样做只是为了同一列中的元素能具有相似的性质.例如,他把碲(原子质量为128)防在碘(原子质量为127)前面因为碲性质上和硫磺和硒相似, 而碘和氯和溴相似. Mendeleev left a number of gaps in his table.Instead of Mendeleev在他的周期表中留下了一些空白。他非但没有将那些空白看成是缺憾,反而大胆的预测还存在着仍未被发现的元素。更进一步,他甚至预测出那些一些缺失元素的性质出来。在接下来的几年里,随着新元素的发现,里面的许多空格都被填满。这些性质也和Mendeleev所预测的极为接近。这巨大创新的预计值导致了Mendeleev的周期表为人们所接受。 It is known that properties of an element depend mainly on the number of electrons in the outermost energy level of the atoms of the element. 我们现在所知道的元素的性质主要取决于元素原子最外层能量能级的电子数。钠原子最外层能量能级(第三层)有一个电子,锂原子最外层能量能级(第二层)有一个电子。钠和锂的化学性质相似。氦原子和氖原子外层能级上是满的,这两种都是惰性气体,也就是他们不容易进行化学反应。很明显,有着相同电子结构(电子分布)的元素的不仅有着相似的化学性质,而且某些结构也表现比其他元素稳定(不那么活泼) In Mendeleev’s table,the elements were arranged by atomic weights for 在Mendeleev的表中,元素大部分是按照原子数来排列的,这个排列揭示了化学性质的周期性。因为电子数决定元素的化学性质,电子数也应该(现在也确实)决定周期表的顺序。在现代的周期表中,元素是根据原子质量来排列的。记住,这个数字表示了在元素的中性原子中的质子数和电子数。现在的周期表是按照原子数的递增排列,Mendeleev的周期表是按照原子质量的递增排列,彼此平行是由于原子量的增加。只有在一些情况下(Mendeleev注释的那样)重量和顺序不符合。因为原子质量是质子和中子质量的加和,故原子量并不完全随原子序数的增加而增加。原子序数低的原子的中子数有可能比原子序数高的原

大学毕业证书--实用英文翻译.docx

大学毕业证书英文翻译 (毕业证书) DIPLOMA This is to certify that Mr.姓名born on July 5, 1977, has studied in the Department (如证书上为学院,请改成College) of Computer Science & Engineering, Zhejiang University with a speciality of Computer & Application from September 1995 to June 1999. Upon completing and passing all the required courses of the 4-year undergraduate program, he is granted graduation. Yang Wei (﹡此处写证书上的校长姓名) President of Zhejiang University Registration No.: (学校编号或电子注册号) Date Issued: June 30, 1999 本科学籍证明的填写说明 学籍证明,又称为在读证明,是学校教务部门出具的证明学生学籍的文件。学校学籍证明中不得含有 关于学生预毕业的证明。任何关于学生毕业的假定说法,学校教务处和国际合作交流处都不予证明。 英文成绩单填写说明 1.成绩单的英文翻译必须与成绩单中文件在内容上完全一致,不得添加或删除任何成绩,重修的 课程其两个成绩必须都填写上去,平均学位绩点必须按照学校的计算方法填写,不得自行增加或修改。如 申请学校需要在成绩单上显示平均分或平均学位绩点,请与学院或教务部门商量后填写。 2.中文成绩单如有错误,必须先经教务部门核实改正过后方可在英文成绩单上加以修改。 3.成绩单翻译件上课程的排列顺序应与中文成绩单一致。 4.成教学生的成绩单原件是集体登记的,可以根据原件自己做成单独的成绩单,但是内容必须一 致,成教学生的成绩单最下方的落款是“苏州大学成人教育学院”。 5.关于苏州大学平均学位绩点的计算方法:根据《苏州大学学生管理规定》第四节考核与成绩记 载第二十六条为了反映学生学习的质和量,本专科学生采用学分绩点的评定办法。 1、考核成绩的等级与绩点的关系 等级考核成绩绩点数 优90-100—— 良80- 89—— 中70- 79—— 及格60- 69—— 不及格< 600

化学专业英语翻译1

01.THE ELEMENTS AND THE PERIODIC TABLE 01元素和元素周期 表。 The number of protons in the nucleus of an atom is referred to as the atomic number, or proton number, Z. The number of electrons in an electrically neutral atom is also equal to the atomic number, Z. The total mass of an atom is determined very nearly by the total number of protons and neutrons in its nucleus. This total is called the mass number, A. The number of neutrons in an atom, the neutron number, is given by the quantity A-Z. 原子核中的质子数的原子称为原子序数,或质子数,卓电子数的电中性的原子也等于原子序数Z,总质量的原子是非常接近的总数量的质子和中子在原子核。这被称为质量数,这个数的原子中的中子,中子数,给出了所有的数量 The term element refers to, a pure substance with atoms all of a single kind. To the chemist the "kind" of atom is specified by its atomic number, since this is the property that determines its chemical behavior. At present all the atoms from Z = 1 to Z = 107 are known; there are 107 chemical elements. Each chemical element has been given a name and a distinctive symbol. For most elements the symbol is simply the abbreviated form of

应用化学专业英语第二版万有志主编版课后答案和课文翻译

Unit 1 The RootsofChemistry I.Comprehension. 1。C 2. B3.D 4. C 5. B II。Make asentence out of each item by rearranging the wordsin brackets. 1.Thepurification of anorganic compoundis usually a matter of considerabledifficulty, and itis necessary to employ various methods for thispurpose。 2.Science is an ever-increasing body ofaccumulated and systematized knowledge and isalsoan activity bywhic hknowledge isgenerated。 3.Life,after all, is only chemistry,in fact, a small example of c hemistry observed onasingle mundane planet。 4.Peopleare made of molecules; someof themolecules in p eople are rather simple whereas othersarehighly complex。 5.Chemistry isever presentin ourlives from birth todeathbecause without chemistrythere isneither life nor death. 6.Mathematics appears to be almost as humankindand al so permeatesall aspects of human life, although manyof us are notfully awareofthis. III。Translation. 1.(a)chemicalprocess (b) natural science(c)the techni que of distillation 2.Itis theatoms that makeupiron, water,oxygen and the like/andso on/andsoforth/and otherwise. 3.Chemistry hasa very long history, infact,human a ctivity in chemistrygoes back to prerecorded times/predating recorded times. 4.According to/Fromthe evaporation ofwater,people know /realized that liquidscan turn/be/changeinto gases undercertain conditions/circumstance/environment。 5.Youmustknow the propertiesofthe materialbefore y ou use it. IV.Translation 化学是三种基础自然科学之一,另外两种是物理和生物.自从宇宙大爆炸以来,化学过程持续进行,甚至地球上生命的出现可能也是化学过程的结果。人们也许认为生命是三步进化的最终结果,第一步非常快,其余两步相当慢.这三步

《化学工程与工艺专业英语》课文翻译 完整版

Unit 1 Chemical Industry 化学工业 1.Origins of the Chemical Industry Although the use of chemicals dates back to the ancient civilizations, the evolution of what we know as the modern chemical industry started much more recently. It may be considered to have begun during the Industrial Revolution, about 1800, and developed to provide chemicals roe use by other industries. Examples are alkali for soapmaking, bleaching powder for cotton, and silica and sodium carbonate for glassmaking. It will be noted that these are all inorganic chemicals. The organic chemicals industry started in the 1860s with the exploitation of William Henry Perkin‘s discovery if the first synthetic dyestuff—mauve. At the start of the twentieth century the emphasis on research on the applied aspects of chemistry in Germany had paid off handsomely, and by 1914 had resulted in the German chemical industry having 75% of the world market in chemicals. This was based on the discovery of new dyestuffs plus the development of both the contact process for sulphuric acid and the Haber process for ammonia. The later required a major technological breakthrough that of being able to carry out chemical reactions under conditions of very high pressure for the first time. The experience gained with this was to stand Germany in good stead, particularly with the rapidly increased demand for nitrogen-based compounds (ammonium salts for fertilizers and nitric acid for explosives manufacture) with the outbreak of world warⅠin 1914. This initiated profound changes which continued during the inter-war years (1918-1939). 1.化学工业的起源 尽管化学品的使用可以追溯到古代文明时代,我们所谓的现代化学工业的发展却是非常近代(才开始的)。可以认为它起源于工业革命其间,大约在1800年,并发展成为为其它工业部门提供化学原料的产业。比如制肥皂所用的碱,棉布生产所用的漂白粉,玻璃制造业所用的硅及Na2CO3. 我们会注意到所有这些都是无机物。有机化学工业的开始是在十九世纪六十年代以William Henry Perkin 发现第一种合成染料—苯胺紫并加以开发利用为标志的。20世纪初,德国花费大量资金用于实用化学方面的重点研究,到1914年,德国的化学工业在世界化学产品市场上占有75%的份额。这要归因于新染料的发现以及硫酸的接触法生产和氨的哈伯生产工艺的发展。而后者需要较大的技术突破使得化学反应第一次可以在非常高的压力条件下进行。这方面所取得的成绩对德国很有帮助。特别是由于1914年第一次世界大仗的爆发,对以氮为基础的化合物的需求飞速增长。这种深刻的改变一直持续到战后(1918-1939)。 date bake to/from: 回溯到 dated: 过时的,陈旧的 stand sb. in good stead: 对。。。很有帮助

应用化学专业英语及答案

黄冈师范学院 2009—2010学年度第一学期期末试卷考试课程:专业英语考核类型:考试A卷 考试形式:闭卷出卷教师:杨一思 考试专业:化学考试班级:应用化学200601 一、Translate the following into English(20 points) 1.过滤 2.浓缩 3.结晶化 4.吸附 5. 蒸馏6.超临界的 7.二氯甲烷 8.热力学平衡 9.亲电性 10.表面张力 11.共轭的 12.酮 13.平衡常数 14.丙基 15.丁基 16.亚甲基 18.环己酮 19.同位素 20.标准熵 二、Translate the following into Chinese(20 points) 1. methyl propanoate 2. rate constant 3. ethyl methyl ketone 4. free energy 5. radical intermediate 6. isobutyl methyl ether 7. 3-chloropropene 8. primary radical 9. n-propyl bromide 10. bond energy 11. circulating electrons 12. local magnetic fields 13. tetramethylsilane 14. mass to charge ratios 15 phenylamine 16 amide 17. amine 18. nucleophile 19. perchlorate 20. carbocation 三、Translation the following into chinese (40 points) A卷【第1页共 3 页】

学士学位证书及毕业证英文翻译模板

学士学位证书及毕业证英文翻译模板 附录:今天老师给我们留了个作业,让我们把本科毕业证书翻译成英文的,怎么翻译啊~所以请大家帮帮忙吧~谁能给我提供一个毕业证书的英文模版啊~本科毕业证书的啊~越快越好,如果老师满意,多少钱我都不在乎~包括专升本证书,能有工商管理硕士的最好!学士学位证书英语翻译与毕业证英文翻译模板,为爱大学本科生及研究生提供英文毕业证翻译样本。首先请看《办理中英文成绩单、英文毕业证学位证书的须知》。涉及中文或英文成绩单翻译,含英文毕业证书学位证书的证明。学生学位证书英文翻译模板BACHELOR’S DEGREE CERTIFICATE This is to certify that Ms. Wang Danli, born in October 1977, has studied in the Department of Law, xxx University with a specialty of Law from September 1996 to June 2000. Upon completing and passing all the required courses of the 4-year undergraduate program, she is granted graduation. In accordance with the academic degree act of the People’s Republic of China, the aforesaid student is awarded the Bachelor’s Degree in Law. xxx Chairman of Degree Appraising Committee of xx University June 30, 2000 Certificate No.: 103354003888 本科毕业证书翻译模板DIPLOMA This is to certify that Ms. Wang Lan, born on February 29, 1980, has studied in the Department of Foreign Languages,xxxUniversity with a specialty of English from September 1997 to June 2000. Upon completing and passing all the required

化工专业英语lesson4翻译汇编

仅供参考 Introduction to Organic Chemistry 1. Sources of Organic Compounds The major sources of organic chemicals are coal, petroleum, and agricultural products. Both coal and petroleum were formed through the geologic processes of changing animal and plant remains into carbon-containing residues. About one-third of all organic chemicals are derived from coal and about one-half from the petroleum industry 有机化合物的来源 有机化学药品的主要来源是煤、石油和农产品。动植物的遗体通过地质作用变成含碳残基然后形成煤和石油。三分之一的所有有机化合物品是从煤中得到的,一般来自于石油工业。 2. The Methods and Objectives of Organic Chemistry Because of the tremendous number of organic compounds known, and of the many more being synthesized daily, the study of organic chemistry is not the study of individual compounds, it is the study of groups or families of compounds all closely related to each other. Obviously, the former approach would be prohibitive[prE5hibitiv]. Once the structural relationships of certain typical members of a particular group or family of compounds are understood, these structural features are understood for any one of the many members of the family, even though some may not be known compounds. 因为已知的有机化合物的数目庞大,而且还在逐日合成更多的品种,所以有机化学不是研究单个的化合物,而是把彼此密切相关的化合物按类或族来研究。显然,以前的方法是不可取的,一旦典型的一类特殊化合物被认识,这些结构特征将适用于这类化合物,甚至是一些未知的化合物, For each group or family of compounds often called homologous series of compounds, structural features are important. In studying organic chemistry, it is not enough to know the identities of the elements and how many atoms of each element are present in a given molecule. More importantly, the order in which these atoms are linked together to form

应用化学专业英语翻译(第二版)

Unit10 Nomenclature of Hydrocarbons碳氢化合物的命名 Alkanes烷烃 理想的,每一种化合物都应该由一个明确描述它的结构的名称,并且通过这一名称能够画出它的结构式。为了这一目的,全世界的化学家接受了世界纯粹与应用化学会(IUPAC)建立的一系列规则。这个系统就是IUPAC系统,或称为日内瓦系统,因为IUPAC的第一次会议是在瑞士日内瓦召开的。不含支链的烷烃的IUPAC命名包括两部分(1)表明链中碳原子数目的前缀;(2)后缀-ane,表明化合物是烷烃。用于表示1至20个碳原子的前缀见表 表中前4个前缀是由IUPAC选择的,因为它们早已在有机化学中确定了。实际上,它们甚至早在它们成为规则之下的结构理论的暗示之前,它们的地位就确定了。例如,在丁酸中出现的前缀but-,一种表示在白脱脂中存在的四个碳原子的化合物(拉丁语butyrum白脱(黄油))。表示5个或更多碳原子的词根来源于希腊或拉丁词根。 含取代基的烷烃的IUPAC名称由母体名称和取代基名称组成,母体名称代表化合物的最长碳链,取代基名称代表连接在主链上的基团。 来源于烷烃的取代基称为烷基。字母R-被广泛用来表示烷烃的存在.烷烃的命名是去掉原烷基名称中的-ane加上后缀-yl。例如,烷基CH3CH2-称为乙基。 CH3-CH3乙烷(原碳氢化合物)CH3CH2-乙基(一个烷基) 下面是IUPAC的烷烃命名规则: 1. 饱和碳氢化合物称为烷烃。 2. 对有支链的碳氢化合物,最长的碳链作为主链,IUPAC命名按此主链命名。 3. 连接在主链上的基团称为取代基。每一取代基有一名称和一数字.这一数字表示取代基连接在主链上的碳原子的位置。 4. 如果有多于一个的相同取代基,要给出表示支链位置的每个数字。而且,表示支链数目的数字由前缀di-,tri-,tetra-,penta-等表示。 5. 如果有一个取代基,主链碳原子编号从靠近支链的一端开始,使支链位号最小。如果有两个或多个取代基,支链从能使第一个取代基位次较小的一侧编号。 6. 如果有两个或多个取代基,它们按字母顺序排列。当排列取代基时,前缀iso-(异)和neo-(新)也按字母排列,前缀sec-(仲)和tert-(特)在字母排列中忽略 此外,按字母排列取代基时,表示倍数的前缀2,3,4等也被忽略。 Alkenes烯烃 烷烃的碳原子间只有单键。烯烃在两个碳原子间有双键(两个键)。考虑到两个碳原子间以双键相连。因为双键用去了两个碳原子的共4个电子。所以只剩下4个电子以供成

毕业 中英文翻译

本科生毕业设计 中英文翻译 论文题目虚拟校园全景漫游系统的设计与实现翻译题目你翻译的相关论文(或相关材料)题目作者姓名 所学专业名称计算机科学与技术 指导教师庞明勇赵瑞斌 2012年6月10日

Visorama: A Complete Virtual Panorama System Andre Matos Luiz Velho Jonas Gomes Andre Parente Heloisa Siffert 1. Introduction Among the first image-based rendering systems available were the virtual panorama systems. In a panorama, the user can look freely around a point in the virtual environment but cannot move continuously. Several such systems are currently available which differ in a number of ways, but they all have a few common limitations. Among these, they do not provide a natural and immersive interaction with the panorama-based virtual environment. We present the Visorama System, which uses new software and hardware components to enable an immersive interaction with panoramas. In addition, it has a set of authoring tools that allow the creation of panoramas and the specification of the environment’s multimedia structure. This is the first complete system that provides all these components. 2. Immersive panoramas Most existing systems fail to provide an immersive interaction with panoramas because the viewing directio n is not correlated to the user’s head motion, but is manipulated using the mouse. Several devices have been developed which could be used to solve these problems, such as head mounted displays or the BOOM . These devices, however, are not appropriate for panorama-based environments because they provide more degrees of freedom than the panorama system. As a result, there might be a loss of synchronization between the user’s visual and physical senses, which will lead to loss of immersibility and possibly to motion sickness. To avoid these problems, a visualization device to be used with panoramas must only have two degrees of freedom, for changing the viewing direction, which match those in the panorama system. This type of limited interaction has several advantages: the navigation paths can be easily specified during authoring, 2D multimedia data can be realistically integrated into the environment and no 3D information is needed for collision detection, which is important in image-based environments. This is a typical case where “less is more”, by limiting the user’s navigation freedom it’s easier to create environments with more complex behaviors. 3. The Visorama Hardware Device As part of the Visorama System, we developed a hardware device that solves the problems mentioned above. Figure 1 illustrates an artistic rendering of the Visorama observation device and

学士学位证书及毕业证英文翻译模板

学士学位证书及毕业证英文翻译模板 BACHELOR’S DE GREE CERTIFICATE This is to certify that Ms. Wang Danli, born in October 1977, has studied in the Department of Law, xxx University with a specialty of Law from September 1996 to June 2000. Upon completing and passing all the required courses of the 4-year undergraduate program, she is granted graduation. In accordance with the academic degree act of the People’s Republic of China, the aforesaid student is awarded the Bachelor’s Degree in Law. xxx Chairman of Degree Appraising Committee of xx University June 30, 2000 Certificate No.: 103354003888 [ Last edited by rachel4176 on 2005-6-22 at 21:14 ] 毕业证书翻译模板 DIPLOMA This is to certify that Ms. Wang Lan, born on February 29, 1980, has studied in the Department of Foreign Languages,xxxUniversity with a specialty of English from September 1997 to June 2000. Upon completing and passing all the required courses of the 4-year undergraduate program, she is granted graduation. xx President of xx University Registration No.: 298168015 Date Issued: June 30, 2000

应用化学专业英语翻译

10级应用化学(2)班郑禄春 B2010063224 Lessen 24 ChemicalReactions Conservation of mass and energy(质量与能量守恒) Two conservation laws(定律) applyto allchemical reactions: E nergy can neither be created nor destroyed, andmattercanneither be created nor destroyed. Thus the atoms taking part in a chemical reaction may be rearranged, but all the atoms present in the reactan ts must also be present in the products, and the totalmass of the reactants must equal thetotalmass ofthe products. 化学反应 质量守恒和能量守恒 两个守恒定律(定律)适用于所有的化学反应:能量既不能创造也不能消灭,物质也不能创造也不能消灭。因此原子参与化学反应可能重新安排,但所有的原子出现在反应物必须包含在产品,反应物的总质量必须等于生产物的总质量。 What is a chemical reaction? A chemicalreaction occurs when substances (the reactants) collide (碰撞)with enough energy torearrange to form different c ompounds (the products). The change in energy that occurs when a reaction take place is described by thermodynamics(热力学)andt he rate or speed at which a reactionoccursis described by kinetics (动力学) . Reactions in which the reactantsand productscoexist are considered to be in equilibrium(处于平衡). A chemical equation consists of the chemical formula(化学式)of the rea ctants, and the chemical formula of the products. The twoare separated byan → usually read as“yields”andeach chemical formula is separated from others by a plus sign (加号). Sometime s a triangle is drawn over the arrow symbol todenote energy must be addedto the substances for the reaction to begin. Each chemical formula may be preceded by a scalar(数量的) coefficientindicating the proportion (比例) of that substance necessary to produce the reaction in formula. Forinstance, theformula for the burning of methane(CH4 + 2O2 →CO2 + 2H2O) indicates that twice as much O2 as CH4 is needed, and when they react, twiceas much H2O as CO2 will be produced. This is because during the reaction,each atom of carbon needs exactly two atoms of oxygen to combine with, to produce the CO2, and every twoatoms of hydrogen need an atom of oxygen tocombine withto produce theH2O. If the proportions of the reactantsare not respected, when they are forced toreact, either not all ofthe substance used willparticipate in the re action, or the reaction that will take place willbe different from the one notedin the equation.. 什么是化学反应 一个化学反应发生在物质(反应物)碰撞有足够的能量去重新排列,形成不同的化合物(产品)。当反应发

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