图像处理-毕设论文外文翻译(翻译+原文)

图像处理-毕设论文外文翻译(翻译+原文)
图像处理-毕设论文外文翻译(翻译+原文)

英文资料翻译

Image processing is not a one step process.We are able to distinguish between several steps which must be performed one after the other until we can extract the data of interest from the observed scene.In this way a hierarchical processing scheme is built up as sketched in Fig.The figure gives an overview of the different phases of image processing.

Image processing begins with the capture of an image with a suitable,not necessarily optical,acquisition system.In a technical or scientific application,we may choose to select an appropriate imaging system.Furthermore,we can set up the illumination system,choose the best wavelength range,and select other options to capture the object feature of interest in the best way in an image.Once the image is sensed,it must be brought into a form that can be treated with digital computers.This process is called digitization.

With the problems of traffic are more and more serious. Thus Intelligent Transport System (ITS) comes out. The subject of the automatic recognition of license plate is one of the most significant subjects that are improved from the connection of computer vision and pattern recognition. The image imputed to the computer is disposed and analyzed in order to localization the position and recognition the characters on the license plate express these characters in text string form The license plate recognition system (LPSR) has important application in ITS. In LPSR, the first step is for locating the license plate in the captured image which is very important for character recognition. The recognition correction rate of license plate is governed by accurate degree of license plate location. In this paper, several of methods in image manipulation are compared and analyzed, then come out the resolutions for localization of the car plate. The experiences show that the good result has been got with these methods. The methods based on edge map and frequency analysis is used in the process of the localization of the license plate, that is to say, extracting the characteristics of the license plate in the car images after being checked up for

the edge, and then analyzing and processing until the probably area of license plate is extracted.

The automated license plate location is a part of the image processing ,it’s also an important part in the intelligent traffic system.It is the key step in the Vehicle License Plate Recognition(LPR).A method for the recognition of images of different backgrounds and different illuminations is proposed in the paper.the upper and lower borders are determined through the gray variation regulation of the character distribution.The left and right borders are determined through the black-white variation of the pixels in every row.

The first steps of digital processing may include a number of different operations and are known as image processing.If the sensor has nonlinear characteristics, these need to be corrected.Likewise,brightness and contrast of the image may require improvement.Commonly,too,coordinate transformations are needed to restore geometrical distortions introduced during image formation.Radiometric and geometric corrections are elementary pixel processing operations.

It may be necessary to correct known disturbances in the image,for instance caused by a defocused optics,motion blur,errors in the sensor,or errors in the transmission of image signals.We also deal with reconstruction techniques which are required with many indirect imaging techniques such as tomography that deliver no direct image.

A whole chain of processing steps is necessary to analyze and identify objects.First,adequate filtering procedures must be applied in order to distinguish the objects of interest from other objects and the background.Essentially,from an image(or several images),one or more feature images are extracted.The basic tools for this task are averaging and edge detection and the analysis of simple neighborhoods and complex patterns known as texture in image processing.An important feature of an object is also its motion.Techniques to detect and determine motion are necessary.Then the object has to be separated from the background.This means that regions of constant features and discontinuities must be identified.This process leads to a

label image.Now that we know the exact geometrical shape of the object,we can extract further information such as the mean gray value,the area,perimeter,and other parameters for the form of the object[3].These parameters can be used to classify objects.This is an important step in many applications of image processing,as the following examples show:In a satellite image showing an agricultural area,we would like to distinguish fields with different fruits and obtain parameters to estimate their ripeness or to detect damage by parasites.There are many medical applications where the essential problem is to detect pathologi-al changes.A classic example is the analysis of aberrations in chromosomes.Character recognition in printed and handwritten text is another example which has been studied since image processing began and still poses significant difficulties.

You hopefully do more,namely try to understand the meaning of what you are reading.This is also the final step of image processing,where one aims to understand the observed scene.We perform this task more or less unconsciously whenever we use our visual system.We recognize people,we can easily distinguish between the image of a scientific lab and that of a living room,and we watch the traffic to cross a street safely.We all do this without knowing how the visual system works.For some times now,image processing and computer-graphics have been treated as two different areas.Knowledge in both areas has increased considerably and more complex problems can now be treated.Computer graphics is striving to achieve photorealistic computer-generated images of three-dimensional scenes,while image processing is trying to reconstruct one from an image actually taken with a camera.In this sense,image processing performs the inverse procedure to that of computer graphics.We start with knowledge of the shape and features of an object—at the bottom of Fig. and work upwards until we get a two-dimensional image.To handle image processing or computer graphics,we basically have to work from the same knowledge.We need to know the interaction between illumination and objects,how a three-dimensional scene is projected onto an image plane,etc.

There are still quite a few differences between an image processing and a graphics workstation.But we can envisage that,when the similarities and interrelations between computergraphics and image processing are better understood and the proper hardware is developed,we will see some kind of general-purpose workstation in the future which can handle computer graphics as well as image processing tasks[5].The advent of multimedia,i. e. ,the integration of text,images,sound,and movies,will further accelerate the unification of computer graphics and image processing.

In January 1980 Scientific American published a remarkable image called Plume2,the second of eight volcanic eruptions detected on the Jovian moon by the spacecraft Voyager 1 on 5 March 1979.The picture was a landmark image in interplanetary exploration—the first time an erupting volcano had been seen in space.It was also a triumph for image processing.

Satellite imagery and images from interplanetary explorers have until fairly recently been the major users of image processing techniques,where a computer image is numerically manipulated to produce some desired effect-such as making a particular aspect or feature in the image more visible.

Image processing has its roots in photo reconnaissance in the Second World War where processing operations were optical and interpretation operations were performed by humans who undertook such tasks as quantifying the effect of bombing raids.With the advent of satellite imagery in the late 1960s,much computer-based work began and the color composite satellite images,sometimes startlingly beautiful, have become part of our visual culture and the perception of our planet.

Like computer graphics,it was until recently confined to research laboratories which could afford the expensive image processing computers that could cope with the substantial processing overheads required to process large numbers of high-resolution images.With the advent of cheap powerful computers and image collection devices like digital cameras and scanners,we have seen a migration of image processing techniques into the public domain.Classical image processing techniques are routinely employed by

graphic designers to manipulate photographic and generated imagery,either to correct defects,change color and so on or creatively to transform the entire look of an image by subjecting it to some operation such as edge enhancement.

A recent mainstream application of image processing is the compression of images—either for transmission across the Internet or the compression of moving video images in video telephony and video conferencing.Video telephony is one of the current crossover areas that employ both computer graphics and classical image processing techniques to try to achieve very high compression rates.All this is part of an inexorable trend towards the digital representation of images.Indeed that most powerful image form of the twentieth century—the TV image—is also about to be taken into the digital domain.Image processing is characterized by a large number of algorithms that are specific solutions to specific problems.Some are mathematical or context-independent operations that are applied to each and every pixel.For example,we can use Fourier transforms to perform image filtering operations.Others are“algorithmic”—we may use a complicated recursive strategy to find those pixels that constitute the edges in an image.Image processing operations often form part of a computer vision system.The input image may be filtered to highlight or reveal edges prior to a shape detection usually known as low-level operations.In computer graphics filtering operations are used extensively to avoid abasing or sampling artifacts.

中文翻译

图像处理不是一步就能完成的过程。可将它分成诸多步骤,必须一个接一个地执行这些步骤,直到从被观察的景物中提取出有用的数据。依据这种方法,一个层次化的处理方案,该图给出了图像处理不同阶段的概观。

图像处理首先是以适当的但不一定是光学的采集系统对图像进行采集。在技术或科学应用中,可以选择一个适当的成像系统。此外,可以建立照明系统,选择最佳波长范围,以及选择其他方案以便用最好的方法在图像中获取有用的对象特征。一旦图像被检测到,必须将其变成数字计算机可处理的形式,这个过程称之为数字化。

随着交通问题的日益严重,智能交通系统应运而生。汽车牌照自动识别系统是近几年发展起来的计算机视觉和模式识别技术在智能交通领域应用的重要研究课题之一。课题的目的是对摄像头获取的汽车图像进行预处理,确定车牌位置,提取车牌上的字符串,并对这些字符进行识别处理,用文本的形式显示出来。车牌自动识别技术在智能交通系统中具有重要的应用价值。在车牌自动识别系统中,首先要将车牌从所获取的图像中分割出来,这是进行车牌字符识别的重要步骤,定位准确与否直接影响车牌识别率。本文在对各种车辆图像处理方法进行分析、比较的基础上,提出了车牌预处理、车牌粗定位和精定位的方法,并且取得了较好的定位结果。车牌定位采取的是边缘检测的频率分析法。从经过边缘提取后的车辆图像中提取车牌特征,进行分析处理,从而初步定出车牌的区域,再利用车牌的先验知识和分布特征对车牌区域二值化图像进行处理,从而得到车牌的精确区域。

汽车牌照的自动定位是图像处理的一种,也是智能交通系统中的重要组成部分之一,是实现车牌识别(LPR)系统的关键。针对不同背景和光照条件下的车辆图像,提出了一种基于灰度图像灰度变化特征进行车牌定位的方法。依据车牌中字符的灰度变化以峰、谷规律分布确定车牌上下边界,对扫描行采用灰度跳变法确定车牌左右边界。

数字化处理的第一步包含了一系列不同的操作并被称之为图像处理。如果传感器具有非线性特性,就必须予以校正,同样,图像的亮度和对比度也需要改善。通常,还需要进行坐标变换以消除在成像时产生的几何畸变。辐射度校正和几何校正是最基本的像素处理操作。

在图像中,对已知的干扰进行校正也是不可少的,比如由于光学聚焦不准,运动模糊,传感器误差以及图像信号传输误差所引起的干扰。在此还要涉及图像重构技术,它需要许多间接的成像技术,比如不直接提供图像的X 射线断层技术等。

一套完整的处理步骤对于物体的分析和识别是必不可少的。首先,应该采用适当的过滤技术以便从其他物体和背景中将所感兴趣的物体区分出来。实质上就是从一幅图像(或者数幅图像)中抽取出一幅或几幅特征图像。要完成这个任务最基本的工具就是图像处理中所使用的求均值和边缘检测、简单的相邻像素分析,以及复杂的被称为材质描述的模式分析。物体的一个重要特性就是它的运动性。检测和确定物体运动性的技术是必不可少的。随后,该物体必须从背景中分离出来,这就意味着具有同样特性和不同特性的区域必须被识别出来。这个过程产生出标志图像。既然已经知道了物体精确的几何形状,就可以抽取诸如平均灰度值、区域、边界以及形成物体的其他参数等更多的信息。这些参数可用来对物体进行分类,这是许多图像处理应用中至关重要的一步,比如下面一些应用:在一个显示农业地区的卫星图像中,想要区别出不同的果树,并获取参数以估算出成熟情况并监测害虫情况;

在许多的医学应用中,最基本的问题是检查病理变化,最典型的应用就是染色体畸变分析;印刷体和手写体识别是另一个例子,图像处理一出现,人们就开始对它进行着研究,现在依然困难重重。

人们希望能了解得更多一些,也就是试图理解所读到的内容。这也是图像处理的最后一个步骤,即理解所观察到的景象。当我们使用视觉系统时,实际上已或多或少无意识地在执行这个任务。我们能识别不同的人,可以很轻易地区分出实验室和起居室,可以观察车流以便安全地穿行马路。我们完成这样的任务而并不了解视觉系统工作的奥秘。

长久以来,图像处理和计算机图形学被看做两个不同的领域。现在,人们在这两个领域中的知识都有了极大的提高,并可以解决许多复杂的问题。计算机图形学正在努力使三维景物的计算机图像达到照片级效果。而图像处理则试图对用照相机实际拍摄的图像进行重构。从这个意义上讲,图像处理完成的是与计算机图形技术相反的过程。但从有关物体的形状和特性知识开始,向上直到获得一个二维图像要运用图像处理和计算机图形技术,所用到

的基本知识都是一样的。我们需要了解物体和照明之间的相互关系,三维景物是如何投影到图像平面上的等有关知识。

图像处理和计算机图形工作站之间仍然有一些不同之处。但我们应该看到,一旦较好地理解了计算机图形技术和图像处理之间的相似性和相互关系,并开发出了适当的硬件系统,一些既可处理计算机图形,又可完成图像处理任务的通用工作站就会出现。多媒体的出现,即文字、图像、声音和电影的综合,将进一步加速计算机图形学和图像处理的统一。

1980年元月《科学美国人》发表了一幅被称之为“Plume 2”的著名图像,它是1979年3月5日通过宇宙飞船旅行者1号在木星的卫星上探测到的8次火山爆发中的第二次。这幅图像在星际探险图像中是一个里程碑,人们第一次在宇宙中看到了正在爆发的火山。它也是图像处理领域的一次伟大胜利。

卫星图像以及宇宙探测器所获取的图像直到近年来才大量应用图像处理技术。在这些技术中,对计算机图像进行数字化处理以得到想要获得的效果,比如使图像的某一部分或某一特性更加明显。

图像处理源自于二战中的摄影侦察。当时,处理操作是通过光学方法来完成的,判读工作则是由专门精于此道并能确定炸弹袭击结果的人员来做。随着20世纪60年代后期卫星图像的出现,更多基于计算机的工作便开展起来彩色合成的卫星图像,有时的确漂亮得让人吃惊,它们已经成为人类视觉文化和对我们这个行星进行认知的一个组成部分。

正如计算机图形学一样,直到近几年,图像处理仍局限在一些实验室里使用,只有这些地方才能提供昂贵的图像处理计算机来满足处理大量高分辨率图像的需要。随着价格低廉的高性能计算机和诸如数码相机及扫描仪这样的图像采集设备的出现,我们已经看到图像处理技术在向公众领域转移。经典的图像处理技术很平常地被图像设计人员用来处理图片和生成图像,比如修复缺陷,改变色彩等或者通过图像边缘增强这样的处理来改变整个图片外观。

目前图像处理的主流应用是图像的压缩,即通过互联网进行传递或在可视电话和视频会议中进行移动视频图像的压缩。可视电话是当今结合计算机图像和传统图像处理技术,以期产生很高压缩比的交叉领域之一。所有这一

切都是图像的数字表达这一不可抗拒的发展趋势的组成部分。事实上,20世纪最强大的图像形式——电视图像,也将不可避免地融入数字领域。

图像处理的特点是针对不同问题有大量不同的算法。有一些是应用于每一个像素的、数学的或不依赖上下文的运算,比如,可以使用傅里叶变换来完成图像滤波操作;还有一些则是算法上的一一可以在图像中使用复杂的递归策略找出构成边缘的那些像素。

图像处理操作通常形成计算机视觉系统的一部分。比如,在形状检测操作中输入图像可过滤成高光或显示图像边缘。在计算机视觉系统中.这些处理通常认为是低级操作在计算机图形技术中,过滤操作广泛地用于防止图像毛边或采样失真。

毕设外文资料翻译.

理工学院 毕业设计外文资料翻译 专业:计算机科学与技术 姓名:马艳丽 学号: 12L0752218 外文出处:The Design and Implementation of 3D Electronic Map of Campus Based on WEBGIS 附件: 1.外文资料翻译译文;2.外文原文。

附件1:外文资料翻译译文 基于WebGIS的校园三维电子地图的设计与实现 一.导言 如今,数字化和信息化是当今时代的主题。随着信息革命和计算机科学的发展,计算机技术已经渗透到科学的各个领域,并引起了许多革命性的变化,在这些科目,古代制图学也不例外。随着技术和文化的不断进步,地图变化的形式和内容也随之更新。在计算机图形学中,地理信息系统(GIS)不断应用到Web,制作和演示的传统方式经历了巨大的变化,由于先进的信息技术的发展,地图的应用已经大大延长。在这些情况下,绘图将面临广阔的发展前景。电子地图是随之应运而生的产品之一。随着计算机技术,计算机图形学理论,遥感技术,航空摄影测量技术和其他相关技术的飞速发展。用户需要的三维可视化,动态的交互性和展示自己的各种地理相关的数据处理和分析,如此多的关注应支付的研究三维地图。东北石油大学及其周边地区的基础上本文设计并建立三维电子地图。 二.系统设计 基于WebGIS的校园三维电子地图系统的具有普通地图的一般特性。通过按键盘上的箭头键(上,下,左,右),可以使地图向相应的方向移动。通过拖动鼠标,可以查看感兴趣的任何一个地方。使用鼠标滚轮,可以控制地图的大小,根据用户的需求来查看不同缩放级别的地图。在地图的左下角会显示当前鼠标的坐标。在一个div层,我们描绘了一个新建筑物的热点,这层可以根据不同的地图图层的显示,它也可以自动调整。通过点击热点,它可以显示热点的具体信息。也可以输入到查询的信息,根据自己的需要,并得到一些相关的信息。此外,通过点击鼠标,人们可以选择检查的三维地图和卫星地图。 主要功能包括: ?用户信息管理:检查用户名和密码,根据权限设置级别的认证,允许不同权限的用户通过互联网登录系统。 ?位置信息查询:系统可以为用户提供模糊查询和快速定位。

机械设计设计外文文献翻译、中英文翻译、外文翻译

机械设计 摘要:机器是由机械装置和其它组件组成的。它是一种用来转换或传递能量的装置,例如:发动机、涡轮机、车辆、起重机、印刷机、洗衣机、照相机和摄影机等。许多原则和设计方法不但适用于机器的设计,也适用于非机器的设计。术语中的“机械装置设计”的含义要比“机械设计”的含义更为广泛一些,机械装置设计包括机械设计。在分析运动及设计结构时,要把产品外型以及以后的保养也要考虑在机械设计中。在机械工程领域中,以及其它工程领域中,所有这些都需要机械设备,比如:开关、凸轮、阀门、船舶以及搅拌机等。 关键词:设计流程设计规则机械设计 设计流程 设计开始之前就要想到机器的实际性,现存的机器需要在耐用性、效率、重量、速度,或者成本上得到改善。新的机器必需具有以前机器所能执行的功能。 在设计的初始阶段,应该允许设计人员充分发挥创造性,不要受到任何约束。即使产生了许多不切实际的想法,也会在设计的早期,即在绘制图纸之前被改正掉。只有这样,才不致于阻断创新的思路。通常,还要提出几套设计方案,然后加以比较。很有可能在这个计划最后决定中,使用了某些不在计划之内的一些设想。 一般的当外型特点和组件部分的尺寸特点分析得透彻时,就可以全面的设计和分析。接着还要客观的分析机器性能的优越性,以及它的安全、重量、耐用性,并且竞争力的成本也要考虑在分析结果之内。每一个至关重要的部分要优化它的比例和尺寸,同时也要保持与其它组成部分相协调。 也要选择原材料和处理原材料的方法。通过力学原理来分析和实现这些重要的特性,如那些静态反应的能量和摩擦力的最佳利用,像动力惯性、加速动力和能量;包括弹性材料的强度、应力和刚度等材料的物理特性,以及流体润滑和驱动器的流体力学。设计的过程是重复和合作的过程,无论是正式或非正式的进行,对设计者来说每个阶段都很重要。 最后,以图样为设计的标准,并建立将来的模型。如果它的测试是符合事先要

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

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

外文翻译 (2)

外文翻译: 会计081班顾洁芳0804002244 Stock:Expected and unexpected return To begin, for concreteness, we consider the return on the stock of a company called Flyers. What will determine this stock’s return in, say, the coming year? The return on any stock traded in a financial market is composed of two parts. First, the normal, or expected, return from the stock is the part of the return that shareholders in the market predict or expect. This return depends on the information shareholders have that bears on the stock, and it is based on the market’s understanding today of the important factors that will influence the stock in the coming year. The second part of the return on the stock is the uncertain, or risky, part. This is the portion that comes from unexpected information revealed within the year. A list of all possible sources of such information would be endless, bet here are a few examples: News about Flyers research Government figures released on gross domestic product (GDP) The results from the latest arms control talks The news that Flyers’s sales figures are higher tan expected A sudden, unexpected drop in interest rates Based on this discussion, one way to express the return on Flyers stock in the coming year would be: Total return = expected return + unexpected return R = E (R) + U Where R stands for the actual total return in the year, E(R) stands for the expected part of the return, and U stands for the unexpected part of the return. What this says is that the actual return, R, differs from the expected return, E(R), because of surprises that occur during the year. In any given year, the unexpected return will be positive or negative, but, through time, the average value of U will be zero. This simply means that on average, the actual return equals the expected return. Risk: systematic and unsystematic The unanticipated part of the return, that portion resulting from surprises, is the true risk of any investment. After all, if we always receive exactly what we expect, then the investment is perfectly predictable and by definition, risk-free. In other words, the risk of owning an asset comes from surprises-unanticipated events. There are important differences, though, among various sources of risk. Look back at our previous list of news stories. Some of these stories are directed specifically at Flyers, and some are more general. Which of the news items are of specific importance to Flyers? Announcements about interest rates or GDP are clearly important for nearly all companies, whereas the news about Flyers’s president, its research, or its sales is of specific interest to Flyers. We will distinguish between these

外文翻译中文

运作整合 供应链协作的首要问题是提高运作整合的程度。供应链协作课达到的好处,直接关系到捕捉效率之间的职能的企业,以及全国的企业,构成了国内或国际供应链。本章重点阐述的挑战,一体化管理,由研究为什么一体化创造价值,并通过详列的挑战,双方的企业集成和供应链整合。必不可少的供应链流程是确定的。注意的是,然后向信息技术提供,以方便集成化供应链规划。本章最后审查了定价。在最后的分析,定价的做法和政府是至关重要的供应链的连续性。 为什么整合创造价值 基本的优点与挑战的综合管理介绍了在第1章。进一步解释整合管理的重要性,有用的指出客户都至少有三个角度的价值。 传统的角度来看,价值是经济价值。第二个价值的角度来看,是市场价值。 实现双方经济和市场价值是很重要的客户。然而,越来越多的企业认识到商业上的成功也取决于第三个角度来看,价值,被称为关联性。 物流一体化目标 为实现物流一体化的供应链背景下,6个业务目标必须同时取得:( 1 )响应,( 2 )差额减少,( 3 )库存减少,( 4 )托运巩固,( 5 )质量,( 6 )生命周期支持。的相对重要性,每个直接关系到公司的物流战略。 响应 一公司的工作能力,以满足客户的要求,及时被称为反应。作为一再指出,信息技术是促进反应为基础的战略,允许业务的承诺被推迟到最后可能时间,其次是加速投放。实施对应策略服务,以减少库存承诺或部署在预期客户的需求。响应服务转向业务重点从预测未来的需求,以容纳顾客对快速订单到出货的基础上。理想的情况是,在一个负责任的系统中,库存是没有部署,直到客户承诺。支持这样的承诺,公司必须有物流的属性,库存的可用性和及时交付,一旦客户订单收到。 差异减少 所有经营领域的物流系统很容易受到差额。方差结果从未能履行任何预期的层面后勤业务不如预期。举例来说,毫不拖延地在客户订单处理,意想不到的干扰,以便选择,抵港货物损坏,在客户的位置,和/或未能提供在适当的位置上的时间,所有创造无计划的差异,在订单到交货周期。一个共同的解决办法,以保障对不利的差异是使用库存安全库存,以缓冲行动。这亦是共同使用的首选运输,以克服意想不到的差异延误交货计划。这种做法,鉴于其相关的成本高,可以尽量减少使用资讯科技,以维持积极的物流控制。向程度的差异是最小化,物流的生产力将提高。因此,差异减少,消除系统中断,是一个基本的目标,综合物流管理。 库存减少 要达到的目标,库存减少,一个综合物流系统必须控制资产的承诺,并把速度。资产的承诺,是财政的价值部署清单。把速度,反映了利率,这是充实库存随着时间的推移。高转率,再加上预期的库存供货,平均资产用于库存正在迅速而有效利用,这就是整体资产承诺支持一个综合运作减至最低。 库存能够而且确实方便可取的好处这是很重要的要请记住。库存是至关重要的实现规模经济,在制造业和采购。目的是要减少和管理存货,以尽可能最低的水平,同时实现整体供应链绩效的目标。

英语专业毕业论文翻译类论文

英语专业毕业论文翻译 类论文 Document number:NOCG-YUNOO-BUYTT-UU986-1986UT

毕业论文(设计)Title:The Application of the Iconicity to the Translation of Chinese Poetry 题目:象似性在中国诗歌翻译中的应用 学生姓名孔令霞 学号 BC09150201 指导教师祁晓菲助教 年级 2009级英语本科(翻译方向)二班 专业英语 系别外国语言文学系

黑龙江外国语学院本科生毕业论文(设计)任务书 摘要

索绪尔提出的语言符号任意性,近些年不断受到质疑,来自语言象似性的研究是最大的挑战。语言象似性理论是针对语言任意性理论提出来的,并在不断发展。象似性是当今认知语言学研究中的一个重要课题,是指语言符号的能指与所指之间的自然联系。本文以中国诗歌英译为例,探讨象似性在中国诗歌翻译中的应用,从以下几个部分阐述:(1)象似性的发展;(2)象似性的定义及分类;(3)中国诗歌翻译的标准;(4)象似性在中国诗歌翻译中的应用,主要从以下几个方面论述:声音象似、顺序象似、数量象似、对称象似方面。通过以上几个方面的探究,探讨了中国诗歌翻译中象似性原则的重大作用,在诗歌翻译过程中有助于得到“形神皆似”和“意美、音美、形美”的理想翻译效果。 关键词:象似性;诗歌;翻译

Abstract The arbitrariness theory of language signs proposed by Saussure is severely challenged by the study of language iconicity in recent years. The theory of iconicity is put forward in contrast to that of arbitrariness and has been developing gradually. Iconicity, which is an important subject in the research of cognitive linguistics, refers to a natural resemblance or analogy between the form of a sign and the object or concept. This thesis mainly discusses the application of the iconicity to the translation of Chinese poetry. The paper is better described from the following parts: (1) The development of the iconicity; (2) The definition and classification of the iconicity; (3) The standards of the translation to Chinese poetry; (4) The application of the iconicity to the translation of Chinese poetry, mainly discussed from the following aspects: sound iconicity, order iconicity, quantity iconicity, and symmetrical iconicity. Through in-depth discussion of the above aspects, this paper could come to the conclusion that the iconicity is very important in the translation of poetry. It is conductive to reach the ideal effect of “the similarity of form and spirit” and “the three beauties”. Key words: the iconicity; poetry; translation

图像处理外文翻译 (2)

附录一英文原文 Illustrator software and Photoshop software difference Photoshop and Illustrator is by Adobe product of our company, but as everyone more familiar Photoshop software, set scanning images, editing modification, image production, advertising creative, image input and output in one of the image processing software, favored by the vast number of graphic design personnel and computer art lovers alike. Photoshop expertise in image processing, and not graphics creation. Its application field, also very extensive, images, graphics, text, video, publishing various aspects have involved. Look from the function, Photoshop can be divided into image editing, image synthesis, school tonal color and special effects production parts. Image editing is image processing based on the image, can do all kinds of transform such as amplifier, reducing, rotation, lean, mirror, clairvoyant, etc. Also can copy, remove stain, repair damaged image, to modify etc. This in wedding photography, portrait processing production is very useful, and remove the part of the portrait, not satisfied with beautification processing, get let a person very satisfactory results. Image synthesis is will a few image through layer operation, tools application of intact, transmit definite synthesis of meaning images, which is a sure way of fine arts design. Photoshop provide drawing tools let foreign image and creative good fusion, the synthesis of possible make the image is perfect. School colour in photoshop with power is one of the functions of deep, the image can be quickly on the color rendition, color slants adjustment and correction, also can be in different colors to switch to meet in different areas such as web image design, printing and multimedia application. Special effects production in photoshop mainly by filter, passage of comprehensive application tools and finish. Including image effects of creative and special effects words such as paintings, making relief, gypsum paintings, drawings, etc commonly used traditional arts skills can be completed by photoshop effects. And all sorts of effects of production are

外文翻译中文版(完整版)

毕业论文外文文献翻译 毕业设计(论文)题目关于企业内部环境绩效审计的研究翻译题目最高审计机关的环境审计活动 学院会计学院 专业会计学 姓名张军芳 班级09020615 学号09027927 指导教师何瑞雄

最高审计机关的环境审计活动 1最高审计机关越来越多的活跃在环境审计领域。特别是1993-1996年期间,工作组已检测到环境审计活动坚定的数量增长。首先,越来越多的最高审计机关已经活跃在这个领域。其次是积极的最高审计机关,甚至变得更加活跃:他们分配较大部分的审计资源给这类工作,同时出版更多环保审计报告。表1显示了平均数字。然而,这里是机构间差异较大。例如,环境报告的数量变化,每个审计机关从1到36份报告不等。 1996-1999年期间,结果是不那么容易诠释。第一,活跃在环境审计领域的最高审计机关数量并没有太大变化。“活性基团”的组成没有保持相同的:一些最高审计机关进入,而其他最高审计机关离开了团队。环境审计花费的时间量略有增加。二,但是,审计报告数量略有下降,1996年和1999年之间。这些数字可能反映了从量到质的转变。这个信号解释了在过去三年从规律性审计到绩效审计的转变(1994-1996年,20%的规律性审计和44%绩效审计;1997-1999:16%规律性审计和绩效审计54%)。在一般情况下,绩效审计需要更多的资源。我们必须认识到审计的范围可能急剧变化。在将来,再将来开发一些其他方式去测算人们工作量而不是计算通过花费的时间和发表的报告会是很有趣的。 在2000年,有62个响应了最高审计机关并向工作组提供了更详细的关于他们自1997年以来公布的工作信息。在1997-1999年,这62个最高审计机关公布的560个环境审计报告。当然,这些报告反映了一个庞大的身躯,可用于其他机构的经验。环境审计报告的参考书目可在网站上的最高审计机关国际组织的工作组看到。这里这个信息是用来给最高审计机关的审计工作的内容更多一些洞察。 自1997年以来,少数环境审计是规律性审计(560篇报告中有87篇,占16%)。大多数审计绩效审计(560篇报告中有304篇,占54%),或组合的规律性和绩效审计(560篇报告中有169篇,占30%)。如前文所述,绩效审计是一个广泛的概念。在实践中,绩效审计往往集中于环保计划的实施(560篇报告中有264篇,占47%),符合国家环保法律,法规的,由政府部门,部委和/或其他机构的任务给访问(560篇报告中有212篇,占38%)。此外,审计经常被列入政府的环境管理系统(560篇报告中有156篇,占28%)。下面的元素得到了关注审计报告:影响或影响现有的国家环境计划非环保项目对环境的影响;环境政策;由政府遵守国际义务和承诺的10%至20%。许多绩效审计包括以上提到的要素之一。 1本文译自:S. Van Leeuwen.(2004).’’Developments in Environmental Auditing by Supreme Audit Institutions’’ Environmental Management Vol. 33, No. 2, pp. 163–1721

毕业设计外文翻译

毕业设计(论文) 外文翻译 题目西安市水源工程中的 水电站设计 专业水利水电工程 班级 学生 指导教师 2016年

研究钢弧形闸门的动态稳定性 牛志国 河海大学水利水电工程学院,中国南京,邮编210098 nzg_197901@https://www.360docs.net/doc/4716644102.html,,niuzhiguo@https://www.360docs.net/doc/4716644102.html, 李同春 河海大学水利水电工程学院,中国南京,邮编210098 ltchhu@https://www.360docs.net/doc/4716644102.html, 摘要 由于钢弧形闸门的结构特征和弹力,调查对参数共振的弧形闸门的臂一直是研究领域的热点话题弧形弧形闸门的动力稳定性。在这个论文中,简化空间框架作为分析模型,根据弹性体薄壁结构的扰动方程和梁单元模型和薄壁结构的梁单元模型,动态不稳定区域的弧形闸门可以通过有限元的方法,应用有限元的方法计算动态不稳定性的主要区域的弧形弧形闸门工作。此外,结合物理和数值模型,对识别新方法的参数共振钢弧形闸门提出了调查,本文不仅是重要的改进弧形闸门的参数振动的计算方法,但也为进一步研究弧形弧形闸门结构的动态稳定性打下了坚实的基础。 简介 低举升力,没有门槽,好流型,和操作方便等优点,使钢弧形闸门已经广泛应用于水工建筑物。弧形闸门的结构特点是液压完全作用于弧形闸门,通过门叶和主大梁,所以弧形闸门臂是主要的组件确保弧形闸门安全操作。如果周期性轴向载荷作用于手臂,手臂的不稳定是在一定条件下可能发生。调查指出:在弧形闸门的20次事故中,除了极特殊的破坏情况下,弧形闸门的破坏的原因是弧形闸门臂的不稳定;此外,明显的动态作用下发生破坏。例如:张山闸,位于中国的江苏省,包括36个弧形闸门。当一个弧形闸门打开放水时,门被破坏了,而其他弧形闸门则关闭,受到静态静水压力仍然是一样的,很明显,一个动态的加载是造成的弧形闸门破坏一个主要因素。因此弧形闸门臂的动态不稳定是造成弧形闸门(特别是低水头的弧形闸门)破坏的主要原是毫无疑问。

英语专业翻译类论文参考文献

参考文献 一、翻译理论与实践相关书目 谢天振主编. 《当代国外翻译理论导读》. 天津:南开大学出版社,2008. Jeremy Munday. 《翻译学导论——理论与实践》Introducing Translation Studies---Theories and Applications. 李德凤等译. 北京:商务印书馆,2007. 包惠南、包昂. 《中国文化与汉英翻译》. 北京:外文出版社, 2004. 包惠南. 《文化语境与语言翻译》. 北京:中国对外翻译出版公司. 2001. 毕继万. 《世界文化史故事大系——英国卷》. 上海:上海外语教育出版社, 2003. 蔡基刚. 《英汉汉英段落翻译与实践》. 上海:复旦大学出版社, 2001. 蔡基刚. 《英汉写作对比研究》. 上海:复旦大学出版社, 2001. 蔡基刚. 《英语写作与抽象名词表达》. 上海:复旦大学出版社, 2003. 曹雪芹、高鄂. 《红楼梦》. 陈定安. 《英汉比较与翻译》. 北京:中国对外翻译出版公司, 1991. 陈福康. 《中国译学理论史稿》(修订本). 上海:上海外语教育出版社. 2000. 陈生保. 《英汉翻译津指》. 北京:中国对外翻译出版公司. 1998. 陈廷祐. 《英文汉译技巧》. 北京:外语教学与研究出版社. 2001. 陈望道. 《修辞学发凡》. 上海:上海教育出版社, 1979. 陈文伯. 《英汉翻译技法与练习》. 北京:世界知识出版社. 1998. 陈中绳、吴娟. 《英汉新词新义佳译》. 上海:上海翻译出版公司. 1990. 陈忠诚. 《词语翻译丛谈》. 北京:中国对外翻译出版公司, 1983. 程希岚. 《修辞学新编》. 吉林:吉林人民出版社, 1984. 程镇球. 《翻译论文集》. 北京:外语教学与研究出版社. 2002. 程镇球. 《翻译问题探索》. 北京:商务印书馆, 1980. 崔刚. 《广告英语》. 北京:北京理工大学出版社, 1993. 单其昌. 《汉英翻译技巧》. 北京:外语教学与研究出版社. 1990. 单其昌. 《汉英翻译讲评》. 北京:对外贸易教育出版社. 1989. 邓炎昌、刘润清. 《语言与文化——英汉语言文化对比》. 北京:外语教学与研究出版社, 1989. 丁树德. 《英汉汉英翻译教学综合指导》. 天津:天津大学出版社, 1996. 杜承南等,《中国当代翻译百论》. 重庆:重庆大学出版社, 1994. 《翻译通讯》编辑部. 《翻译研究论文集(1894-1948)》. 北京:外语教学与研究出版社. 1984. 《翻译通讯》编辑部. 《翻译研究论文集(1949-1983)》. 北京:外语教学与研究出版社. 1984. . 范勇主编. 《新编汉英翻译教程》. 天津:南开大学出版社. 2006. 方梦之、马秉义(编选). 《汉译英实践与技巧》. 北京:旅游教育出版社. 1996. 方梦之. 《英语汉译实践与技巧》. 天津:天津科技翻译出版公司. 1994. 方梦之主编. 《译学辞典》. 上海:上海外语教育出版社. 2004. 冯翠华. 《英语修辞大全》,北京:外语教学与研究出版社, 1995. 冯庆华. 《文体与翻译》. 上海:上海外语教育出版社, 2002. 冯庆华主编. 《文体翻译论》. 上海:上海外语教育出版社. 2002. 冯胜利. 《汉语的韵律、词法与句法》. 北京:北京大学出版社, 1997. 冯志杰. 《汉英科技翻译指要》. 北京:中国对外翻译出版公司. 1998. 耿占春. 《隐喻》. 北京:东方出版社, 1993.

外文翻译

Journal of Industrial Textiles https://www.360docs.net/doc/4716644102.html,/ Optimization of Parameters for the Production of Needlepunched Nonwoven Geotextiles Amit Rawal, Subhash Anand and Tahir Shah 2008 37: 341Journal of Industrial Textiles DOI: 10.1177/1528083707081594 The online version of this article can be found at: https://www.360docs.net/doc/4716644102.html,/content/37/4/341 Published by: https://www.360docs.net/doc/4716644102.html, can be found at:Journal of Industrial TextilesAdditional services and information for https://www.360docs.net/doc/4716644102.html,/cgi/alertsEmail Alerts: https://www.360docs.net/doc/4716644102.html,/subscriptionsSubscriptions: https://www.360docs.net/doc/4716644102.html,/journalsReprints.navReprints: https://www.360docs.net/doc/4716644102.html,/journalsPermissions.navPermissions: https://www.360docs.net/doc/4716644102.html,/content/37/4/341.refs.htmlCitations: - Mar 28, 2008Version of Record >>

外文翻译(带图)

外文翻译 通常,应变计应用在两个方面:在机械和结构的实验力分析中和应用力,扭矩,压力,流量以及加速度传感器结构中。非粘贴丝式应变计通常是当作专门的转换器来使用,其结构是使用一些有预载荷的电阻丝连接成惠斯登电桥,如图4.11: 在最初的预载荷中,四根金属丝的应变和电阻在理论上是相等的,它们组成一个平衡电桥,并且e0 = 0 (参考第10章电桥电路特性)。输入端一个小的位移(满量程≈0.04 mm)将会使两根金属丝的拉力增大而使另外两根的拉力减小(假设金属丝不会变松弛),引起电阻阻值的变化,电桥失衡,输出电压与输入位移成比例。金属丝可以由砷镍、镍铬和铁镍等多种合金制造,直径约为0.03 mm,可以承受的最大应力仅为0.002 N,灵敏系数为2到4,每个桥臂的电阻为120Ω到1000Ω, 最大激励电压5到10V,满量程输出典型值为20到50mV。 粘结丝式应变计(现在主要被粘贴箔式结构的应变计取代)应用于应力分析和作为转换器。具有很细丝式敏感栅粘贴在待测试件表面,来感受应变。金属丝被埋入矩形的粘合剂中,不能弯曲从而如实地反映待测试件的压缩和拉伸应力。因为金属丝的材料和尺寸与那些非粘贴应变计相似,所以灵敏度和电阻具有了可比性。 粘贴箔式应变计采用与丝式应变计相同或类似的材料,现在主要用于多用途力分析任务及多种传感器中。 其感应元件是利用光腐蚀工艺加工成厚度小于0.0002的薄片,当其形状改变时,它具有很大的灵活性。如图4.12: 例如,这三个线形敏感栅应变计被设计成端部宽大的形状。这种局部的增大将会减小横向灵敏度,以及在测量应变沿敏感栅单元的长度方向的分量时产生的干扰输入信号。在丝式应变计中,这种端部形状也应用在纵向单元的连接处,以便增加横向抗干扰能力。并且在制造过程中也非常方便在图4.12上的全部四个应变计上焊接焊盘。

毕设外文文献翻译

xxxxxxxxx 毕业设计(论文)外文文献翻译 (本科学生用) 题目:Poduct Line Engineering: The State of the Practice 生产线工程:实践的形态 学生姓名:学号: 学部(系): 专业年级: 指导教师:职称或学位: 2011年3月10日

外文文献翻译(译成中文1000字左右): 【主要阅读文献不少于5篇,译文后附注文献信息,包括:作者、书名(或论文题目)、出版社(或刊物名称)、出版时间(或刊号)、页码。提供所译外文资料附件(印刷类含封面、封底、目录、翻译部分的复印件等,网站类的请附网址及原文】 Requirements engineering practices A precise requirements engineering process— a main driver for successful software development —is even more important for product line engineering. Usually, the product line’s scope addresses various domains simultaneously. This makes requirements engineering more complex. Furthermore, SPL development involves more tasks than single-product development. Many product line requirements are complex, interlinked, and divided into common and product-specific requirements. So, several requirements engineering practices are important specifically in SPL development: ? Domain identification and modeling, as well as commonalities and variations across product instances Separate specification and verification for platform and product requirements ? Management of integrating future requirements into the platform and products ? Identification, modeling, and management of requirement dependencies The first two practices are specific to SPL engineering. The latter two are common to software development but have much higher importance for SPLs. Issues with performing these additional activities can severely affect the product line’s long-term success. During the investigation, we found that most organizations today apply organizational and procedural measures to master these challenges. The applicability of more formal requirements engineering techniques and tools appeared rather limited, partly because such techniques are not yet designed to cope with product line evelopment’s inherent complexities. The investigation determined that the following three SPL requirements engineering practices were most important to SPL success. Domain analysis and domain description. Before starting SPL development, organizations should perform a thorough domain analysis. A well-understood domain is a prerequisite for defining a suitable scope for the product line. It’s the foundation for efficiently identifying and distinguishing platform and product requirements. Among the five participants in our investigation, three explicitly modeled the product line requirements. The others used experienced architects and domain experts to develop the SPL core assets without extensive requirements elicitation. Two organizations from the first group established a continuous requirements management that maintained links between product line and product instance requirements. The three other organizations managed their core assets’ evolution using change management procedures and versioning concepts. Their business did not force them to maintain more detailed links between the requirements on core assets and product instances. The impact of architectural decisions on requirements negotiations. A stable but flexible architecture is important for SPL development. However, focusing SPL evolution too much on architectural issues will lead to shallow or even incorrect specifications. It can cause core assets to ignore important SPL requirements so that the core assets lose relevance for SPL development. Organizations can avoid this problem by establishing clear responsibilities for requirements management in addition to architectural roles. The work group participants reported that a suitable organizational tool for balancing requirements and architecture is roundtable meetings in which requirements engineers,

相关文档
最新文档