图像处理外文翻译

图像处理外文翻译
图像处理外文翻译

附录A

3 Image Enhancement in the Spatial Domain

The principal objective of enhancement is to process an image so that the result is more suitable than the original image for a specific application. The word specific is important, because it establishes at the outset than the techniques discussed in this chapter are very much problem oriented. Thus, for example, a method that is quite useful for enhancing X-ray images may not necessarily be the best approach for enhancing pictures of Mars transmitted by a space probe. Regardless of the method used .However, image enhancement is one of the most interesting and visually appealing areas of image processing.

Image enhancement approaches fall into two broad categories: spatial domain methods and frequency domain methods. The term spatial domain refers to the image plane itself, and approaches in this category are based on direct manipulation of pixels in an image. Fourier transform of an image. Spatial methods are covered in this chapter, and frequency domain enhancement is discussed in Chapter 4.Enhancement techniques based on various combinations of methods from these two categories are not unusual. We note also that many of the fundamental techniques introduced in this chapter in the context of enhancement are used in subsequent chapters for a variety of other image processing applications.

There is no general theory of image enhancement. When an image is processed for visual interpretation, the viewer is the ultimate judge of how well a particular method works. Visual evaluation of image quality is a highly is highly subjective process, thus making the definition of a “good image” an elusive standard by which to compare algorithm performance. When the problem is one of processing images for machine perception, the evaluation task is somewhat easier. For example, in dealing with a character recognition application, and leaving aside other issues such as computational requirements, the best image processing method would be the one yielding the best machine recognition results. However, even in situations when a

clear-cut criterion of performance can be imposed on the problem, a certain amount of trial and error usually is required before a particular image enhancement approach is selected.

3.1 Background

As indicated previously, the term spatial domain refers to the aggregate of pixels composing an image. Spatial domain methods are procedures that operate directly on these pixels. Spatial domain processes will be denotes by the expression

()[]

=(3.1-1)

g x y T f x y

,(,)

where f(x, y) is the input image, g(x, y) is the processed image, and T is an operator on f, defined over some neighborhood of (x, y). In addition, T can operate on a set of input images, such as performing the pixel-by-pixel sum of K images for noise reduction, as discussed in Section 3.4.2.

The principal approach in defining a neighborhood about a point (x, y) is to use a square or rectangular subimage area centered at (x, y).The center of the subimage is moved from pixel to starting, say, at the top left corner. The operator T is applied at each location (x, y) to yield the output, g, at that location. The process utilizes only the pixels in the area of the image spanned by the neighborhood. Although other neighborhood shapes, such as approximations to a circle, sometimes are used, square and rectangular arrays are by far the most predominant because of their ease of implementation.

The simplest from of T is when the neighborhood is of size 1×1 (that is, a single pixel). In this case, g depends only on the value of f at (x, y), and T becomes a gray-level (also called an intensity or mapping) transformation function of the form

=(3.1-2)

s T r

()

where, for simplicity in notation, r and s are variables denoting, respectively, the grey level of f(x, y) and g(x, y)at any point (x, y).Some fairly simple, yet powerful, processing approaches can be formulates with gray-level transformations. Because enhancement at any point in an image depends only on the grey level at that point, techniques in this category often are referred to as point processing.

Larger neighborhoods allow considerably more flexibility. The general approach is to use a function of the values of f in a predefined neighborhood of (x, y) to determine the value of g at (x, y). One of the principal approaches in this formulation is based on the use of so-called masks (also referred to as filters, kernels, templates, or windows). Basically, a mask is a small (say, 3×3) 2-Darray, in which the values of the mask coefficients determine the nature of the type of approach often are referred to as mask processing or filtering. These concepts are discussed in Section 3.5.

3.2 Some Basic Gray Level Transformations

We begin the study of image enhancement techniques by discussing gray-level transformation functions. These are among the simplest of all image enhancement techniques. The values of pixels, before and after processing, will be denoted by r and s, respectively. As indicated in the previous section, these values are related by an expression of the from s = T(r), where T is a transformation that maps a pixel value r into a pixel value s. Since we are dealing with digital quantities, values of the transformation function typically are stored in a one-dimensional array and the mappings from r to s are implemented via table lookups. For an 8-bit environment, a lookup table containing the values of T will have 256 entries.

As an introduction to gray-level transformations, which shows three basic types of functions used frequently for image enhancement: linear (negative and identity transformations), logarithmic (log and inverse-log transformations), and power-law (nth power and nth root transformations). The identity function is the trivial case in which out put intensities are identical to input intensities. It is included in the graph only for completeness.

3.2.1 Image Negatives

The negative of an image with gray levels in the range [0, L-1]is obtained by using the negative transformation show shown, which is given by the expression

=--(3.2-1)

s L r

1

Reversing the intensity levels of an image in this manner produces the equivalent of a photographic negative. This type of processing is particularly suited for enhancing white or grey detail embedded in dark regions of an image, especially

when the black areas are dominant in size.

3.2.2 Log Transformations

The general from of the log transformation is

=+(3.2-2)

log(1)

s c r

Where c is a constant, and it is assumed that r ≥0 .The shape of the log curve transformation maps a narrow range of low gray-level values in the input image into a wider range of output levels. The opposite is true of higher values of input levels. We would use a transformation of this type to expand the values of dark pixels in an image while compressing the higher-level values. The opposite is true of the inverse log transformation.

Any curve having the general shape of the log functions would accomplish this spreading/compressing of gray levels in an image. In fact, the power-law transformations discussed in the next section are much more versatile for this purpose than the log transformation. However, the log function has the important characteristic that it compresses the dynamic range of image characteristics of spectra. It is not unusual to encounter spectrum values that range from 0 to 106 or higher. While processing numbers such as these presents no problems for a computer, image display systems generally will not be able to reproduce faithfully such a wide range of intensity values .The net effect is that a significant degree of detail will be lost in the display of a typical Fourier spectrum.

3.2.3 Power-Law Transformations

Power-Law transformations have the basic from

s cr?

=(3.2-3) Where c and y are positive constants .Sometimes Eq. (3.2-3) is written as to account for an offset (that is, a measurable output when the input is zero). However, offsets typically are an issue of display calibration and as a result they are normally ignored in Eq. (3.2-3). Plots of s versus r for various values of y are shown in Fig.3.6. As in the case of the log transformation, power-law curves with fractional values of y map a narrow range of dark input values into a wider range of output values, with the

opposite being true for higher values of input levels. Unlike the log function, however, we notice here a family of possible transformation curves obtained simply by varying y. As expected, we see in Fig.3.6 that curves generated with values of y>1 have exactly the opposite effect as those generated with values of y<1. Finally, we note that Eq.(3.2-3) reduces to the identity transformation when c = y = 1.

A variety of devices used for image capture, printing, and display respond according to as gamma[hence our use of this symbol in Eq.(3.2-3)].The process used to correct this power-law response phenomena is called gamma correction.

Gamma correction is important if displaying an image accurately on a computer screen is of concern. Images that are not corrected properly can look either bleached out, or, what is more likely, too dark. Trying to reproduce colors accurately also requires some knowledge of gamma correction because varying the value of gamma correcting changes not only the brightness, but also the ratios of red to green to blue. Gamma correction has become increasingly important in the past few years, as use of digital images for commercial purposes over the Internet has increased. It is not Internet has increased. It is not unusual that images created for a popular Web site will be viewed by millions of people, the majority of whom will have different monitors and/or monitor settings. Some computer systems even have partial gamma correction built in. Also, current image standards do not contain the value of gamma with which an image was created, thus complicating the issue further. Given these constraints, a reasonable approach when storing images in a Web site is to preprocess the images with a gamma that represents in a Web site is to preprocess the images with a gamma that represents an “average” of the types of monitors and computer systems that one expects in the open market at any given point in time.

3.2.4 Piecewise-Linear Transformation Functions

A complementary approach to the methods discussed in the previous three sections is to use piecewise linear functions. The principal advantage of piecewise linear functions over the types of functions we have discussed thus far is that the form of piecewise functions can be arbitrarily complex. In fact, as we will see shortly, a practical implementation of some important transformations can be formulated only

as piecewise functions. The principal disadvantage of piecewise functions is that their specification requires considerably more user input.

Contrast stretching

One of the simplest piecewise linear functions is a contrast-stretching transformation. Low-contrast images can result from poor illumination, lack of dynamic range in the imaging sensor, or even wrong setting of a lens aperture during image acquisition. The idea behind contrast stretching is to increase the dynamic range of the gray levels in the image being processed.

Gray-level slicing

Highlighting a specific range of gray levels in an image often is desired. Applications include enhancing features such as masses of water in satellite imagery and enhancing flaws in X-ray images. There are several ways of doing level slicing, but most of them are variations of two basic themes. One approach is to display a high value for all gray levels in the range of interest and a low value for all other gray levels.

Bit-plane slicing

Instead of highlighting gray-level ranges, highlighting the contribution made to total image appearance by specific bits might be desired. Suppose that each pixel in an image is represented by 8 bits. Imagine that the image is composed of eight 1-bit planes, ranging from bit-plane 0 for the least significant bit to bit-plane 7 for the most significant bit. In terms of 8-bit bytes, plane 0 contains all the lowest order bits in the bytes comprising the pixels in the image and plane 7 contains all the high-order bits.

3.3 Histogram Processing

The histogram of a digital image with gray levels in the range [0, L-1] is a discrete function , where is the kth gray level and is the number of pixels in the image having gray level . It is common practice to pixels in the image, denoted by n. Thus, a normalized histogram is given by , for , Loosely speaking, gives an estimate of the probability of occurrence of gray level . Note that the sum of all components of a normalized histogram is equal to 1.

Histograms are the basis for numerous spatial domain processing techniques.

Histogram manipulation can be used effectively for image enhancement, as shown in this section. In addition to providing useful image statistics, we shall see in subsequent chapters that the information inherent in histograms also is quite useful in other image processing applications, such as image compression and segmentation. Histograms are simple to calculate in software and also lend themselves to economic hardware implementations, thus making them a popular tool for real-time image processing.

附录B

第三章空间域图像增强

增强的首要目标是处理图像,使其比原始图像格式和特定应用。

这里的“特定”很重要,因为它一开始就确立了本章多讨论技术是面向问题的。

例如,一种很合适增强X射线图像的方法,不一定是增强有空间探测器发回的火星图像的最好方法。暂且不谈所用方法,图像增强本身就是图像处理中最具有吸引力的领域之一。

图像增强的方法分为两大类:空间域方法和频域方法。“空间域”一次是指图像平面自身,这类方法是以对图像的像素直接处理恩基础的。“频域”处理技术足以修改图像的傅氏变换为基础的。空间域方法在这一章讲述,频域增强将在第四章讨论。以这两类方法的各种结合为基础的增强技术是不常见的。我们也注意到,本章关于增强的许多基本技术在后续章节里的其他图像处理应用中也会用到。

图像增强的通用理论是不存在的。当图像为视觉解释而进行处理时,有观察者最后判断特定方法的效果。图像质量的视觉评价是一种高度主观的过程,因此,定义一个“理想图像”标准没通过这个标准去比较算法的性能。当为机器感知而处理图像时,这个评价任务就会容易一些。例如,在一个特征识别的应用中,不考虑像计算要求这些问题,最好的图像处理方法是一种能得到最好的机器可识别结果的方法。无论怎样,甚至在把一个明确的性能标准加于这个问题的情况下,在选择特定的图像增强方法之前,常常需要一个实验和误差的特定量。

3.1背景知识

如前所述,“空间域增强”是指增强构成图像的像素。空间域方法是直接对这些像素操作的过程。空间域处理可由下式定义:

()[]

=(3.1-1)

,(,)

g x y T f x y

其中f(x, y)是输入图像,g(x, y)是处理后的图像,T是对f的一种操作,其定义在(x, y)的邻域。另外,T能对输入图像集进行操作,例如,为减少噪音而对K幅图像进行逐像素的求和操作,如3.4.2节所讨论的。

定义一个点(x, y)邻域的主要方法是利用中心在(x, y)点的正方形货矩形子图像。子图像的中心从一个像素向另一个像素移动,比如说,可以从左上角开始。T操作应用到每一个(x, y)位置得到该店的输出g。这个过程仅仅用在小范围邻域里的图像像素。尽管像近似于圆的其他邻域形状有时也用,但正方形和矩形列阵因其容易执行操作而占主导地位。

T操作最简单的形式是邻域为1×1的尺度(即单个像素)。在这种情况下,g 仅仅依赖于f在(x, y)点的值,T操作成为灰度级变换函数(也叫做强度映射),形成为:

=(3.1-2)

s T r

()

这里,为简便起见,令r和s是所定义的变量,分别是f(x, y)和g(x, y)在任一点(x, y)的灰度级。有的相当简单,却有很大作用,处理方法可以用灰度变换加以公式化。因为在图像任意点的增强仅仅依赖于该点的灰度,这类技术常常是指点处理。

更大的邻域会有更多的灵活性。一般的方法是,利用点(x, y)事先定义的邻域里的一个f值的函数来决定g在(x, y)的值,其公式化的一个主要方法是以利用所谓的模板(也指滤波器、核、掩模或窗口)为基础的。从根本上说,模板是一个小的(即3×3)二维阵列,模板的系数值决定了处理的性质,如图像尖锐化等。以这种方法为基础的增强技术通常是指模板处理或滤波。这些概念将在3.5节讨论。

3.2某些基本灰度变换

以讨论灰度变换函数开始研究图像增强技术,这些都属于所有图像增强技术最简单的一类。处理前后的像素的值用r和s分别定义。如前节所述,这些值与s = T(r)表达式的形式有关,这里的T是把像素的值r映射到值s的一种变换。由于处理的是数字量,变换函数的值通常储存在一个一维阵列中,并且从r到s的映射通过查表得到。对于8比特环境,一个包含T值的可查阅的表需要有256个记录。

正如对灰度变换介绍的那样,它显示了图像增强常用的三个基本类型函数:线性的(正比和反比)、对数的(对数和反对数变换)、幂次的(n次幂和n次方根变换)。正比函数式最一般的,其输出亮度与输入亮度可互换,唯有它完全包括在图形中。

3.2.1 图像反转

灰度级范围为[0,L-1]的图像反转可由反转变换获得,表示为:

1

=--(3.2-1)

s L r

用这种方式倒转图像的前度产生图像反转的对等图像。这种处理尤其适用于增强嵌入于图像暗色区域的白色或灰色细节,特别是当黑色面积占主导地位时。

3.2.2 对数变换

对数变换的一般表达式为:

=+(3.2-2)

s c r

log(1)

其中c是一个常数,并假设r≥0。此种变换使窄带低灰度输入图像值映射为一宽带输出值。相对的是输入灰度的高调整值。可以利用这种变换来扩展被压缩的高值图像中的按像素。相对的是反对数变换的调整值。

一般对数函数的所有曲线都能完成图像灰度的扩散/压缩。事实上飞,就此目的而言,下节将讨论的幂次规则变换比对数变换更加灵活。不管怎样,对数函数有它重要的特征,就是它在很大程度上压缩了图像像素值的动态范围,其应用的一个典型例子就是傅里叶频谱,他的像素值有很大的动态范围,这将在第四章中讨论。现在,我们只注意图像频谱的特征。频谱值的范围从0到106过更高的情况是不常见的。当计算机处理像这样的无误数字时,图像显示系统通常不能如实地再现如此大范围的强度值。最后的效果是有很多的细节会在典型的傅里叶频谱显示时丢失。

3.2.3 幂次变换

幂次变换的基本形式为:

=(3.2-3)

s cr?

其中c和y为正常数。有事考虑到偏移量(即当输入为0是的可测量输出),式(3.2.3)也写做。不管怎样,偏移量通常是显示标定的衍生,并且一般在式(3.2.3)中忽略掉。作为r的函数,s对于y的各种值绘制的曲线。如对数变换的情况一样,幂次曲线中y的部分值把输入窄带暗值映射到宽带输出值。相反,输入高值

时也成立。然而,不想对数函数,我们注意到这里随着y值的变换将简单地得到一族变换曲线。如预期的一样,我们看到其中y>1的值和y<1的值产生的曲线有相反的效果。最后,我们注意式(3.2.3)当c = y 1时,将简化为正比变换。

用于图像获取、打印和显示的各种装置根据幂次规律进行响应。习惯上,幂次等式中的指数是指伽马值[因此在式(3.2-3)中用到这一符号]。用于修正幂次响应现象的过程称作伽马校正。

如果涉及在计算机屏幕上精确显示图像,伽马校正是很重要的。不恰当的图像修正会被漂白或变得更暗。试图精确再现颜色也需要伽马校正的一些知识,这是因为改变伽马校正值不仅可改变亮度,还可改变红、绿、蓝的比率。对于成百上千万的网民(这些人的绝大多数都有不同的监视器或监视器设置)浏览的流行网站,为其创作图像是经常的事。有些计算机系统甚至配有部分伽马校正。同时,目前的图像标准没有包括创作图像的伽马校正值,因此,问题更加复杂化了。由于这些限制,当在网站中存储图像时,一个可能的方法就是用伽马值对图像进行预处理,此伽马值表示了在开放的市场中,在任意给定时间点,各种型号的监视器和计算机系统所被期望的“平均值”。

3.2.4 分段线性变换函数

对前面三小节中所讨论方法的补充是分段线性函数。其相比前面所讨论函数的主要优势在于它的形式可任意合成。事实上,可以立刻看到,有些重要变换的实际应用可由分段线性函数描述。分段线性函数的主要缺点是其需要更多的用户输入。

对比拉伸

最简单的分段线性函数之一是对比拉伸变换。低对比度图像可由照明不足、成像传感器动态范围太小,甚至在图像获取过程中透光镜光圈设置错误引起。对比拉伸的思想是提高图像处理时灰度级的动态范围。

灰度切割

在图像中提高特定灰度范围的亮度通常是必要的,其应用包括增强特征(如卫星图像中大量的水)和增强X射线图中的缺陷。有许多方法可以进行灰度切割,但是,它们中的大多数是两种基本方法的变形。其一就是在所关心的范围内为所有灰度指定一个较高值,而为其他灰度指定一个较低值。

位图切割

代替提高灰度范围的亮度,而通过对特定位提高亮度,对整幅图像质量仍然是有贡献的。设图像中的每一个像素都由8比特表示,假设图像是由8个1比特平面组成,其范围从最低有效位的位平面0到最高有效位的位平面7。在8比特字节中,平面0包含图像中像素的最低位,而平面7则包含最高位。

3.3直方图处理

灰度级为[0,L-1]范围的数字图像的直方图是离散函数,这里是第k级灰度,使图像中灰度级为的像素个数。经常以图像中像素的总数(用n表示)来除它的每一个值得到归一化的直方图。因此,一个归一化的直方图由给出,这里。简单地说,给出了灰度级为发生的概率估计值。注意,一个归一化的直方图其所有部分之和应等于1.

直方图是多种空间域处理技术的基础。直方图操作能有效地用于图像增强,如本节所示。除了提供有用的图像统计资料,在以后的章节会看到直方图固有的信息在其他图像处理应用中也是非常有用的,如图像压缩与分割。直方图在软件中易于计算,也适用于商用硬件设备,因此,他们成为了实时图像处理的一个流

行工具。

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

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

1外文文献翻译原文及译文汇总

华北电力大学科技学院 毕业设计(论文)附件 外文文献翻译 学号:121912020115姓名:彭钰钊 所在系别:动力工程系专业班级:测控技术与仪器12K1指导教师:李冰 原文标题:Infrared Remote Control System Abstract 2016 年 4 月 19 日

红外遥控系统 摘要 红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。红外收发器产品具有成本低,小型化,传输速率快,点对点安全传输,不受电磁干扰等特点,可以实现信息在不同产品之间快速、方便、安全地交换与传送,在短距离无线传输方面拥有十分明显的优势。红外遥控收发系统的设计在具有很高的实用价值,目前红外收发器产品在可携式产品中的应用潜力很大。全世界约有1亿5千万台设备采用红外技术,在电子产品和工业设备、医疗设备等领域广泛使用。绝大多数笔记本电脑和手机都配置红外收发器接口。随着红外数据传输技术更加成熟、成本下降,红外收发器在短距离通讯领域必将得到更广泛的应用。 本系统的设计目的是用红外线作为传输媒质来传输用户的操作信息并由接收电路解调出原始信号,主要用到编码芯片和解码芯片对信号进行调制与解调,其中编码芯片用的是台湾生产的PT2262,解码芯片是PT2272。主要工作原理是:利用编码键盘可以为PT2262提供的输入信息,PT2262对输入的信息进行编码并加载到38KHZ的载波上并调制红外发射二极管并辐射到空间,然后再由接收系统接收到发射的信号并解调出原始信息,由PT2272对原信号进行解码以驱动相应的电路完成用户的操作要求。 关键字:红外线;编码;解码;LM386;红外收发器。 1 绪论

外文翻译中文

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

外文翻译 (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

外文文献翻译ZigBee:无线技术-低功耗传感器网络

ZigBee:无线技术,低功耗传感器网络 加里莱格 美国东部时间2004年5月6日上午12:00 技师(工程师)们在发掘无线传感器的潜在应用方面从未感到任何困难。例如,在家庭安全系统方面,无线传感器相对于有线传感器更易安装。而在有线传感器的装置通常占无线传感器安装的费用80%的工业环境方面同样正确(适用)。而且相比于有线传感器的不切实际甚至是不肯能而言,无线传感器更具应用性。虽然,无线传感器需要消耗更多能量,也就是说所需电池的数量会随之增加或改变过于频繁。再加上对无线传感器由空气传送的数据可靠性的怀疑论,所以无线传感器看起来并不是那么吸引人。 一个低功率无线技术被称为ZigBee,它是无线传感器方程重写,但是。一个安全的网络技术,对最近通过的IEEE 802.15.4无线标准(图1)的顶部游戏机,ZigBee的承诺,把无线传感器的一切从工厂自动化系统到家庭安全系统,消费电子产品。与802.15.4的合作下,ZigBee提供具有电池寿命可比普通小型电池的长几年。ZigBee设备预计也便宜,有人估计销售价格最终不到3美元每节点,。由于价格低,他们应该是一个自然适应于在光线如无线交换机,无线自动调温器,烟雾探测器和家用产品。 (图1)

虽然还没有正式的规范的ZigBee存在(由ZigBee联盟是一个贸易集团,批准应该在今年年底),但ZigBee的前景似乎一片光明。技术研究公司 In-Stat/MDR在它所谓的“谨慎进取”的预测中预测,802.15.4节点和芯片销售将从今天基本上为零,增加到2010年的165万台。不是所有这些单位都将与ZigBee结合,但大多数可能会。世界研究公司预测的到2010年射频模块无线传感器出货量4.65亿美量,其中77%是ZigBee的相关。 从某种意义上说,ZigBee的光明前途在很大程度上是由于其较低的数据速率20 kbps到250 kbps的,用于取决于频段频率(图2),比标称1 Mbps的蓝牙和54的802.11g Mbps的Wi - Fi的技术。但ZigBee的不能发送电子邮件和大型文件,如Wi - Fi功能,或文件和音频,蓝牙一样。对于发送传感器的读数,这是典型的数万字节数,高带宽是没有必要,ZigBee的低带宽有助于它实现其目标和鲁棒性的低功耗,低成本。 由于ZigBee应用的是低带宽要求,ZigBee节点大部分时间可以睡眠模式,从而节省电池电源,然后醒来,快速发送数据,回去睡眠模式。而且,由于ZigBee可以从睡眠模式过渡到15毫秒或更少主动模式下,即使是睡眠节点也可以达到适当的低延迟。有人扳动支持ZigBee的无线光开关,例如,将不会是一个唤醒延迟知道前灯亮起。与此相反,支持蓝牙唤醒延迟通常大约三秒钟。 一个ZigBee的功耗节省很大一部分来自802.15.4无线电技术,它本身是为低功耗设计的。802.15.4采用DSSS(直接序列扩频)技术,例如,因为(跳频扩频)另类医疗及社会科学院将在保持一样使用它的频率过大的权力同步。 ZigBee节点,使用802.15.4,是几个不同的沟通方式之一,然而,某些方面比别人拥有更多的使用权力。因此,ZigBee的用户不一定能够实现传感器网络上的任何方式选择和他们仍然期望多年的电池寿命是ZigBee的标志。事

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

毕业论文外文文献翻译 毕业设计(论文)题目关于企业内部环境绩效审计的研究翻译题目最高审计机关的环境审计活动 学院会计学院 专业会计学 姓名张军芳 班级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

图像处理外文翻译 (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

外文翻译-基于Android智能家居系统

通信工程学院 毕业设计外文翻译 毕业设计题目基于ANDRIO的智能家居 系统的设计与实现 外文题目UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION 专业:通信工程 学号: 学生姓名: 指导教师姓名: 指导教师职称:副教授 日期:2015 年 1 月10 日

International Journal of Computer Networks & Communications (IJCNC) V ol.6, No.1, January 2014 基于Android应用的无处不在的智能家居系统 Shiu Kumar Department of Information Electronics Engineering, Mokpo National University, 534-729, Mokpo, South Korea 摘要 本文提出了一种灵活独立的,低成本的智能家居系统,它是基于Android应用与微web服务器通信,不仅仅提供交换功能。Arduino以太网的使用是为了避免使用个人电脑从而保证整个系统成本最低,语音激活时用来实现切换功能的。光开关,电源插头,温度传感器,湿度传感器,电流传感器,入侵检测传感器,烟雾/气体传感器和警报器等这些设备集成在系统中,表明了所提出的智能家居系统的有效性和可行性。经过检测,智能家居应用程序可以成功地进行智能家居操作,例如开关功能,自动环境监测,和入侵监测,在监测到有不法入侵后,系统会自动发送一个邮件,并响警笛。 关键字: Android智能手机,智能家居,物联网(loTs),远程控制 1.引言 随着移动设备受欢迎程度的不断增长和人们日常生活中对无处不在的先进的移动应用的功能需求不断增加,利用Web服务是提供远程访问服务的最开放和可互操作的方式,并且使应用程序能够彼此通信。一个有吸引力的市场产品自动化和网络化是忙碌的家庭和有生理缺陷的个人的代表。 loTs可以被描述为连接智能手机,网络电视,传感器等到互联网,实现人们之间沟通的新形势。过去几年中loTs的发展,创造了一个新层面的世界。这使得人们可以在任何时间,任何地点,联通任何期望的东西。物联网技术可用于为智能家居创建新的概念和广阔的空间,以提供智能,舒适的发展空间和完善生活质量。 智能家居是一个非常有前途的领域,其中有各种好处,如增加提供舒适性,更高安全性,更合理地使用能源和其他资源。这项研究的应用领域非常重要,未来它为帮助和支持有特殊需求老的人和残疾人士提供了强有力的手段。设计一个智能家居系统时需要考虑许多因素,该系统应该是经济实惠的,是可伸缩的,使得新的设备可以容易地集成到系统中,此外,它应该是用户友好的。 随着智能手机用户的急剧增加,智能手机已经逐渐变成了具备所有功能的便携式设备,为人们提供了日常使用。本文介绍了一种低成本的控制和监视家居环境控制的无线智能家居系统。利用Android设备,可以通过一个嵌入式微Web服务器与实际的IP连接,访问和控制电器和远程的其它设备,这可以利用任何支持Android的设备。Arduino Ethernet 用于微Web服务器从

外文翻译中文版

铝、钙对熔融铁的复合脱氧平衡 天鸷田口,秀ONO-NAKAZATO,Tateo USUI,Katsukiyo MARUKAWA,肯KATOGI和Hiroaki KOSAKA。 研究生和JSPS研究员, 工程研究院,大阪大学,2-1山田丘, 吹田,大阪565 - 0871日本。 1)材料科学与工程课程,材料科学和制造分支,工程研究院,大阪大学, 2-1山田丘, 吹田, 大阪565 - 0871日本。 2)高端科技创新中心、大阪大学,2-1山田丘,吹田,大阪565 - 0871日本。 3)Electro-Nite贺利日本,有限公司,1-7-40三岛江,高槻,大阪569 - 0835日本。 4)TOYO工程研究中心有限公司,2-2-1春日,茨城,大阪567 - 0031日本。 (发表2005年6月17日,刊发于2005年7月20日) 氧夹杂对钢液的炼钢反应的影响是很显著的,例如脱硫。控制钢液氧含量是很重要的。使用良好的脱氧剂(如铝、钙),有效减少钢液的氧含量。研究者已经在复合脱氧方面做了一些探究。然而,实验数据不完全符合热力学数据计算值。因为没有具体可以利用的熔融铁钙脱氧的确切热力学数据。在本研究中,铝、钙对熔融铁的复合脱氧平衡控制在1873K。Al-Ca在熔铁脱氧中氧活度通过测量电动势(EMF)的方法求得。Al-Ca复合脱氧平衡实验的有效性由过去的和现在的研究结果共同综合判断的,本实验的Al-Ca脱氧平衡能够比过去的研究更好地反应Fe-Al-Ca-O系的关系。 关键词:复合脱氧,铝合金,钙,氧活度,电动势方法,炼钢,生石灰,氧化铝。 1前言 近年来,随着对超洁净钢的要求越来越高,需要更严格地控制钢中夹杂物。降低和控制钢中夹杂物含量在几个ppm以内。特别地,氧夹杂在钢液炼钢反应中的影响(例如脱硫)是非常大的,控制钢液中氧含量是非常重要的。使用强脱氧剂(如铝、钙)有效降低钢液的氧含量。Al-Ca复合脱氧是更有效的,已经做了一些关于复合脱氧的实验。然而,实验结果不完全符合热力学计算值,因为钙在熔铁脱氧平衡的热力学数据被认为由于测量困难是不可靠的。基于这个

外文翻译

Journal of Industrial Textiles https://www.360docs.net/doc/954679078.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/954679078.html,/content/37/4/341 Published by: https://www.360docs.net/doc/954679078.html, can be found at:Journal of Industrial TextilesAdditional services and information for https://www.360docs.net/doc/954679078.html,/cgi/alertsEmail Alerts: https://www.360docs.net/doc/954679078.html,/subscriptionsSubscriptions: https://www.360docs.net/doc/954679078.html,/journalsReprints.navReprints: https://www.360docs.net/doc/954679078.html,/journalsPermissions.navPermissions: https://www.360docs.net/doc/954679078.html,/content/37/4/341.refs.htmlCitations: - Mar 28, 2008Version of Record >>

外文翻译

本科毕业论文外文翻译 外文译文题目(中文):再生建筑垃圾作为混凝土骨料用于 可持续建筑材料的探究 学院: 城市建设学院 专业: 土木工程 学号: 201308141162 学生姓名: 郑健 指导教师: 唐红 日期: 二○一七年六月

InternationalConferenceonSustainableDesign,Engineeringan dConstruction Recycled Construction Debris as Concrete Aggregate for Sustainable Construction Materials ShahidKabir*,AmmarAl-ShayebandImranM.Khan ProcediaEngineering145(2016)1518–1525 (可持续设计、工程与建筑国际会议) 再生建筑垃圾作为混凝土骨料用于可持续建筑材料的探究ShahidKabir*,AmmarAl-ShayebandImranM.Khan (土木与环境工程系,费萨尔国王大学,沙乌地阿拉伯王国)能源与工程145(2016)1518–1525

摘要 为了比较各种来源有差异的再生混凝土骨料废料拆除的工程性质,笔者专门为此做了一个实验:实验室从一个已知的工程性质商业预拌混凝土公司得到样品来测试混凝土废物,通过一些关于样品的工程性质的信息具体,并从结合市场规则的前提出发将其作为实验的控制样品。本研究探讨了潜在的建筑废物的可持续建筑材料的发展,以获得建筑废物的经济回报。将建筑垃圾处理成砾石后,计算出废料的再生材料量,进行骨料试验。实验室样品的制作是对各种废物来源进行混合设计与骨料回收的基础上完成的,得到控制样品后,最后进行抗压强度,拉伸强度,抗弯强度,以及一些非破坏性试验(NDT),如脉冲速度和锤击试验。从不同的测试得到的结果之间的相关性进行了分析,在这个实验程序中,指出样品之间的线性相关性以及其他机械性能的评价,如抗压强度,劈裂抗拉强度,弯曲强度,脉冲速度等。 关键词 可持续混凝土设计;再生骨料,建筑拆除混凝土,混凝土工程性能 一、引言 固体废物管理是全球面临的严峻挑战,而这也是海湾地区的一个特殊问题 ,其中大多数国家有着世界上最高的人均废物产生量。工业增长、建设繁荣、快速城市化、生活方式的改变和不可持续的消费模式,都对这一日益严重的浪费问题有着不小的影响。城市化建设的加速导致了数十亿美元的建设公共基础设施部门的建设项目的支出,这导致了建筑材料与相关建筑废弃物的管理不断增长的物质人力需求。拆除旧建筑物,成吨的建筑废料被丢弃;这些拆除的混凝土也常常被认为是没有价值的,作为拆卸废物处置。然而,大多数建筑垃圾被认为是有利用价值的,可以可用于再生建筑材料。 自然资源通常由建筑业大量消耗,同时还生产大量的建筑和拆除废物。碳废物构成最大的固体废物量。例如,美国建筑业每年产生超过1亿吨的碳废物,而大约有29%的固体废物流是由建筑业产生的。此外,英国的碳废物废物贡献率超过50%,每年有着7000万吨的碳废物被丢弃。克莱文等人在1994年的报道说,建筑活动产生的约20-30%的废物在澳大利亚,这是弃置垃圾的填埋场。而在1993-2004年间,则是中国香港建筑垃圾的巅峰年代,建筑垃圾的制造量翻了一番,达到2000万吨。2004年。在香港近23%的固体废物来自建筑业活动。大量的建筑垃圾在不同的国家揭示了地方行动的重要性,同时,回收和再利用建筑废物在整个建筑行业的生命周期中有着显著的意义。 建筑废物的产生和建筑材料消耗以及自然资源的不可持续使用也与建筑业的不利环境影响有关。在全球范围内,据估计,约30%的废物处置堆填区来源于建筑和拆除活动。此外,自然资源的过度使用,如碎石生产、爆破土石的山区,已成为一个日益严重的环境问题,这些工业生产的废物需要通过创新思想来加以解决,同时改善可持续发展的综合管理方案来获得经济回报。

外文翻译正式版中文

机械手 机械手是近几十年发展起来的一种高科技自动化生产设备。工业机械手是工业机器人的一个重要分支。它的特点是可以通过编程来完成各种预期的作业任务,在构造和性能上兼顾人和机器的优点,尤其是体现人的智能和适应性。机械手作业的准确性和各种环境中完成作业的能力在国民经济各领域有着广阔的发展前景。随着工业自动化的发展, 出现了数控加工中心,它在减轻工人劳动强度的同时, 大大提高了劳动生产率。但数控加工中常见的上下料工序, 仍在采用人工操作或传统继电器控制的半自动化装置。前者费时费工、效率低; 后者因设计复杂, 需要很多的继电器,接线比较繁杂, 易受车体振动干扰,而且存在着可靠性差、故障多、维修困难的问题。可编程序控制器PLC控制的上下料机械手控制系统动作简便、线路设计合理、具有较强的抗干扰能力,能够保证系统运行的可靠性,降低维修率, 提高工作效率。机械手技术涉及到力学、机械学、电气液压技术、自动控制技术、传感器技术和计算机技术等科学领域,是一门多学科综合技术。 一、工业机械手的概述 机械手是一种能自动化定位控制并可重新编写程序进行变动的多功能机器,它有多个自由度,可用来搬运物体以完成在各个不同环境中的工作。在工资水平较低的中国,塑料制品行业尽管仍属于劳动力密集型,机械手的使用已经越来越普及。那些电子和汽车业的欧美跨国公司很早就在它们设在中国的工厂中引进了自动化生产。但现在的变化是那些分布在工业密集的华南、华东沿海地区的中国本土塑料加工厂也开始对机械手表现出越来越浓厚的兴趣,因为他们要面对工人流失率高,以及为工人交工伤费带来的挑战。 随着我国工业生产的飞跃发展,特别是改革开发以后,自动化程度的迅速提高,实现工件的装卸、转向、输送或操作钎焊、喷枪、扳手等工具进行加工、装配等作业自化,已愈来愈引起我们重视。 机械手是模仿人手的部分动作,按给定的程序、轨迹和要求实现自动抓取、搬运或操作的自动机械装置。 在现实生活中,你是否会发现这样一个问题。在机械工厂里,加工零件装料的时候是不是很烦的,劳动生产率不高,生产成本大,有时候还会发生一些人为事故,导致加工者受伤。想想看用什么可以来代替呢,加工的时候只要有几个人巡视一下,且可以二十四个小时饱和运作,人可以吗?回答是肯定的,但是机械手可以来代替它。 生产中应用机械手可以提高生产的自动化水平和劳动生产率;可以减轻劳动强度、保证产品质量、实现安全生产;尤其是在高温、高压、低温、低压、粉尘、易爆、有毒气体和放射性等恶劣的环境中能够代替人进行正常的工作。想到这里我就很想设计一个机械手,来用于生产实际中。 为什么选着设计机械手用气动来提供动力:气动机械手是指以压缩空气为动力源驱动的机械手。用气压驱动与其他能源驱动比较有以下优点:1.空气取之不

外文翻译2

本科生毕业设计(论文) 外文翻译 园林艺术系 题目:钢筋混凝土板的拉伸硬化过程分析 学生姓名:胡斌 学号:200708350209 专业班级:土木工程072班 指导教师:党改红职称:讲师 2011年 3 月 1 日

钢筋混凝土板的拉伸硬化过程分析 R. Ian Gilbert 摘要:当计算一个钢筋混凝土梁或板的承载力时混凝土的抗拉能力通常被忽视,尽管具体的拉应力继续进行,由于拉钢筋到混凝土之间裂缝的转换力量。这一种混凝土的拉力被称为混凝土的张力硬化。在开裂后它会影响钢筋混凝土的刚度,因此它的挠度和裂缝宽度必须根据屈服强度负载。对轻混凝土,例如楼板,全部裂缝的弯曲刚度比没有裂缝部分的要小很多,张力加劲有助于刚度。在本文中,ACI方法必须考虑到紧张加劲,欧洲和英国的方法是严格评估和预测与实验结果进行比较。最后,建议书包括建模系统紧张挠度控制的钢筋混凝土楼板设计变硬。 分类号: 1061/ASCE0733-94452007133:6899 关键词:开裂;蠕变挠度,混凝土,钢筋,适用性,收缩,混凝土砖。 简介 拉伸能力在计算时通常忽略钢筋混凝土梁或板的强度,尽管具体的拉应力继续进行,由于拉钢筋到混凝土之间裂缝的转换力量。这一种混凝土的拉力被称为张力硬化,它会影响各部分的刚度,因此必须考虑其挠度和裂缝宽度。 随着高强度钢筋的到来,增强混凝土板通常包含相对少量的拉钢筋,经常接近相关建筑法规允许的最低含量。对于这样的构件,弯曲完全开裂的一个截面刚度比未开裂的截面小许多倍,张力加劲大大促进了开裂后刚度。在设计中,挠度和裂缝的控制通常是在屈服水平调整考虑的,并在开裂后建模精确的刚度是必需的。 挠度计算中最常用的方法包括确定为破解构件平均惯性(Ie)有效时刻。几种不同的经验公式可用于Ie,包括著名的方程开发Branson(1965)和ACI 318(ACI 2005)。其他的张力硬化模式包括在Eurocode 2(CEN1992)和(British Standard BS 8110 1985),最近,Bischoff(2005)表明,布兰森的方程极高估含有少量的钢筋混凝土构件钢筋平均刚度,他提出了一个对于Ie,替代方程,这基本上是与Eurocode 2方案兼容。 在本文中,包括张力加劲的各种方法在混凝土结构设计,包括在Eurocode 2,ACI 318,BS8110模式,批判性进行评估经验预测与实测挠度进行了比较。最后,在模拟张力加劲的建议结构设计均包括在内。 开裂后弯曲响应 考虑简支一个负载变形响应,钢筋混凝土板图1所示。在负载超过负荷少的开裂,Pcr,该构件未开裂和行为均匀和弹性,以及挠度斜率是成正比的未开裂的转动惯量的转化节,. Iuncr。该构件在第一裂缝在Pcr当极端纤维在混凝土拉应力的最大部分到达混凝土弯拉强度破裂或.fr 有一个刚度突变,并立即出现裂纹。在包含破碎部分,抗弯刚度显着下降,但大部分仍然未开裂的梁。随着负载的增加,出现更多的裂缝形式和平均抗弯刚度在整个构件中减少。

汽车导航外文翻译中英

Automotive navigation system An automotive avigation system is a satellite navigation system designed for use in automobiles. It typically uses a GPS navigation device to acquire position data to locate the user on a road in the unit's map database. Using the road database, the unit can give directions to other locations along roads also in its database. Dead reckoning using distance data from sensors attached to the drivetrain, a gyroscope and an accelerometer can be used for greater reliability, as GPS signal loss and/or multipath can occur due to urban canyons or tunnels. Some sorts can be taken out of the car and used hand-held while walking. History Automotive navigation systems were the subject of extensive experimentation, including some efforts to reach mass markets, prior to the availability of commercialGPS. Most major technologies required for modern automobile navigation were already established when the microprocessor emerged in the 1970s to support their integration and enhancement by computer software. These technologies subsequently underwent extensive refinement, and a variety of system architectures had been explored by the time practical systems reached the market in the late 1980s. Among the other enhancements of the 1980s was the development of color displays for digital maps and of CD-ROMs for digital map storage. However, there is some question about who made the first commercially available automotive navigation system. There seems to be little room for doubt that Etak was first to make available a digital system that used map-matching to improve on dead reckoning instrumentation. Etak's systems, which accessed digital map information stored on standard cassette tapes, arguably made car navigation systems practical for the first time.[2] However, Japanese efforts on both digital and analog systems predate Etak's founding. Steven Lobbezoo developed the first commercially available satellite navigation system for cars. It was produced in Berlin from start 1984 to January 1986. Publicly presented first at the Hannover fair in 1985 in Germany, the system was shown in operation on the evening news from the first German television channel in that year. It used a modified IBM PC, a large disc for map data and a flat screen, built into the glove compartment. It was called Homer Alpine claims to have created the first automotive navigation system in 1981.

相关文档
最新文档