搜档网
当前位置:搜档网 › 本科论文 3000字外文翻译

本科论文 3000字外文翻译

本科论文 3000字外文翻译
本科论文 3000字外文翻译

附录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.

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

行工具。

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

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

概率论毕业论文外文翻译

Statistical hypothesis testing Adriana Albu,Loredana Ungureanu Politehnica University Timisoara,adrianaa@aut.utt.ro Politehnica University Timisoara,loredanau@aut.utt.ro Abstract In this article,we present a Bayesian statistical hypothesis testing inspection, testing theory and the process Mentioned hypothesis testing in the real world and the importance of, and successful test of the Notes. Key words Bayesian hypothesis testing; Bayesian inference;Test of significance Introduction A statistical hypothesis test is a method of making decisions using data, whether from a controlled experiment or an observational study (not controlled). In statistics, a result is called statistically significant if it is unlikely to have occurred by chance alone, according to a pre-determined threshold probability, the significance level. The phrase "test of significance" was coined by Ronald Fisher: "Critical tests of this kind may be called tests of significance, and when such tests are available we may discover whether a second sample is or is not significantly different from the first."[1] Hypothesis testing is sometimes called confirmatory data analysis, in contrast to exploratory data analysis. In frequency probability,these decisions are almost always made using null-hypothesis tests. These are tests that answer the question Assuming that the null hypothesis is true, what is the probability of observing a value for the test statistic that is at [] least as extreme as the value that was actually observed?) 2 More formally, they represent answers to the question, posed before undertaking an experiment,of what outcomes of the experiment would lead to rejection of the null hypothesis for a pre-specified probability of an incorrect rejection. One use of hypothesis testing is deciding whether experimental results contain enough information to cast doubt on conventional wisdom. Statistical hypothesis testing is a key technique of frequentist statistical inference. The Bayesian approach to hypothesis testing is to base rejection of the hypothesis on the posterior probability.[3][4]Other approaches to reaching a decision based on data are available via decision theory and optimal decisions. The critical region of a hypothesis test is the set of all outcomes which cause the null hypothesis to be rejected in favor of the alternative hypothesis. The critical region is usually denoted by the letter C. One-sample tests are appropriate when a sample is being compared to the population from a hypothesis. The population characteristics are known from theory or are calculated from the population.

建筑类型和设计-外文翻译

南京理工大学 毕业设计(论文)外文资料翻译 学院(系):南京理工大学继续教育学院 专业:土木工程 姓名: 学号: 外文出处:学术论坛网 附件: 1.外文资料翻译译文;2.外文原文。 注:请将该封面与附件装订成册。

附件1:外文资料翻译译文 建筑类型和设计 厂房与人民息息相关,因为它提供必要的空间,工作和生活中。 由于其使用的分类,建筑主要有两种类型:工业建筑和民用建筑各工厂或工业生产中使用的工业大厦,而那些居住,就业,教育和其他社会活动的人使用的民用建筑。 工业楼宇厂房可用于加工和制造各类采矿业,冶金工业,机械制造,化学工业和纺织工业等领域。可分为两种类型的单层和多层的厂房,民用建筑,工业建筑是相同的。然而,工业与民用建筑中使用的材料,在使用它们的方式不同。 民用建筑分为两大类:住宅建筑和公共建筑,住宅建筑应满足家庭生活应包括至少有三个必要的房间:每个单位。一个客厅,一个厨房和厕所,公共建筑,可以在政治文化活动,管理工作和其他服务,如学校,写字楼,公园,医院,商店,车站,影剧院,体育场馆,宾馆,展览馆,洗浴池,等等,他们都有不同的功能,这在需要以及不同的设计类型。 房屋是人类居住。房屋的基本功能是提供遮风挡雨,但今天人们需要更他们的住房,一个家庭迁入一个新的居民区知道,如果现有住房符合其标准安全,健康和舒适。附近的房屋是如何粮店,粮食市场,学校,商店,图书馆,电影院,社区中心,家庭也会问。 在60年代中期最重要的住房价值足够空间的内部和外部。多数首选的一半左右1英亩的土地,这将提供业余活动空间单户住宅的家庭。在高度工业化的国家,许多家庭宁愿住尽量尽可能从一个大都市区的中心,“打工仔”,即使行驶一段距离,他们的工作。不少家庭的首选国家住房郊区住房的大量的,因为他们的主要目的是远离噪音,拥挤,混乱。无障碍公共交通已不再是决定性因素,在住房,因为大多数工人开着自己的车上班的人。我们主要感兴趣的安排和房间的大小和卧室数目。 在建筑设计中的一个重要的一点是,房间的布局,应提供有关它们目的,最大可能的便利,在住宅,布局可根据三类认为:“天”,“夜必须注意“和”服务“。支付提供这些地区之间容易沟通。”天“的房间,一般包括用餐室,起居室和厨房,但其他房间,如一项研究,可能会补充说,可能有一个大厅,客厅,通常是最大的,往往是作为一个餐厅,也或厨房,可有一个用餐凉亭。“夜”的房间,卧室组成。“服务”,包括厨房,卫生间,储藏室,厨房和储藏室的水厕。连接天与客房的服务。 这也是必须考虑的前景问题,从不同的房间,和那些在使用中最应该尽可能最好朝

大学毕业德育论文3000字范文

论文常用来指进行各个学术领域的研究和描述学术研究成果的文章。为大家整理的相关的大学毕业德育论文3000字,供大家参考选择。 大学毕业德育论文3000字 我以纳兰性德“人生若只如初见,何事秋风悲画扇”开篇的时候,伟哥坐在自己的案桌上依旧用“呵呵”的神情揶揄了我几句,这样的日子再这长达到四年的日子里始终没有间断过,但是那些旧的时光现在却被拿来缅怀,当成为缅怀的回忆时我知道我们终将要别离了。 想起之前在伏在案桌上埋头于那些试卷和习题的间隙里,奋笔写下的青春,换来的这四年时光,现在却被我们耗之殆尽,而站在这个青黄不接的年纪,在命运的抉择中我们徘徊不定时,却转眼已经慢慢的融合进现实的潮流里,如此,便走向了成熟。 回想起之前的日子,当我们把诸如“梦想,奋进,幸福,爱恋,悲情和宿命“等一系列生活的姿态恰如其分的融入于自己的青春光阴里的时候,就应该明白这样的青春一开始就是不平凡的,因为它的意义从一开始就带着方向性,无论是光与影以及光影之下将阴影远抛在身后的欢欣,雾与雪以及雾雪之中孤独享受远行的风霜,书与本以及书本之间海阔天空无尽的知识,欢与笑以及欢笑之后其乐融融的调侃,这些都是我们从一开始走向的生命的轴线,而正因为这些的存在,才让我们像是一颗半生不熟的鸡蛋似的岁月以成熟的姿态展现,而这些时光慢慢的像落潮一样慢慢的退去,这怎么不让我们悲叹呢当拖着那个灰色行李箱站在这所大学的门口时,那一瞬间我内心的为之兴奋与难过,前者是为那些伏案与课桌前在应急灯下日日夜夜做试卷有所交付的结果而欣慰,后者却是为之前那些岁月缅怀与流逝的感叹,一如我现在所做的事情一样。回想之后的那些的日子,也无非与是我和这些小伙伴一起成长的历程而已。 关于理想。 苏格拉底说,世界上最快乐的事,莫过于为理想而奋斗。 依稀记得在那些照明灯暗淡下去的时候,我们各自躺在床上调侃,那时候我们各自怀揣梦想,每个人的热情在骄阳似火的九月蠢蠢欲动,恨不得在这一片天空一展抱负,因而在大一的那些时光里,我们每晚都待在自习室里,时间随着笔尖与纸张沙沙的摩擦中慢慢的流逝,但是那些日子其实很充实,因为我们有自己的人生规划,有自己的梦想,有自己目标,而现在所做的正好就是为之奋笔疾书。记得林语堂说“梦想无论怎么样模糊,总是潜在我们心底,使我们的心境永远得不到宁静,知道梦想成为事实才止,像是种子在地下一样,一定要萌芽滋长,伸出地面来,寻找阳光。”而当时的我们一如那种子一样,带着自己的梦想蛰伏,然后在白炽灯下埋头于习题的间隙中,在别人的欢声笑语中,慢慢的沉寂知识的海洋中遨游,殊不知,那时候左手是深不可测的夜,右手边是执手偕老的年华,现在都慢慢的被时光遗忘,但是我们依旧在努力,从来没有放弃过心中的梦想,只是现在羽翼还为丰满,我们想要学会的不仅仅是飞的概念,更想的是高飞的节奏。 关于过去

毕业论文外文翻译模版

吉林化工学院理学院 毕业论文外文翻译English Title(Times New Roman ,三号) 学生学号:08810219 学生姓名:袁庚文 专业班级:信息与计算科学0802 指导教师:赵瑛 职称副教授 起止日期:2012.2.27~2012.3.14 吉林化工学院 Jilin Institute of Chemical Technology

1 外文翻译的基本内容 应选择与本课题密切相关的外文文献(学术期刊网上的),译成中文,与原文装订在一起并独立成册。在毕业答辩前,同论文一起上交。译文字数不应少于3000个汉字。 2 书写规范 2.1 外文翻译的正文格式 正文版心设置为:上边距:3.5厘米,下边距:2.5厘米,左边距:3.5厘米,右边距:2厘米,页眉:2.5厘米,页脚:2厘米。 中文部分正文选用模板中的样式所定义的“正文”,每段落首行缩进2字;或者手动设置成每段落首行缩进2字,字体:宋体,字号:小四,行距:多倍行距1.3,间距:前段、后段均为0行。 这部分工作模板中已经自动设置为缺省值。 2.2标题格式 特别注意:各级标题的具体形式可参照外文原文确定。 1.第一级标题(如:第1章绪论)选用模板中的样式所定义的“标题1”,居左;或者手动设置成字体:黑体,居左,字号:三号,1.5倍行距,段后11磅,段前为11磅。 2.第二级标题(如:1.2 摘要与关键词)选用模板中的样式所定义的“标题2”,居左;或者手动设置成字体:黑体,居左,字号:四号,1.5倍行距,段后为0,段前0.5行。 3.第三级标题(如:1.2.1 摘要)选用模板中的样式所定义的“标题3”,居左;或者手动设置成字体:黑体,居左,字号:小四,1.5倍行距,段后为0,段前0.5行。 标题和后面文字之间空一格(半角)。 3 图表及公式等的格式说明 图表、公式、参考文献等的格式详见《吉林化工学院本科学生毕业设计说明书(论文)撰写规范及标准模版》中相关的说明。

机械手机械设计中英文对照外文翻译文献

(文档含英文原文和中文翻译) 中英文对照翻译 机械设计 摘要: 机器由机械和其他元件组成的用来转换和传输能量的装置。比如:发动机、涡轮机、车、起重机、印刷机、洗衣机和摄影机。许多机械方面设计的原则和方法也同样适用于非机械方面。术语中的“构造设计”的含义比“机

械设计”更加广泛,构造设计包括机械设计。在进行运动分析和结构设计时要把产品的维护和外形也考虑在机械设计中。在机械工程领域中,以及其它工程领域,都需要机械设备,比如:开关、凸轮、阀门、船舶以及搅拌机等。关键词:设计流程设计规则机械设计 设计流程 设计开始之前就要想到机器的实用性,现有的机器需要在耐用性、效率、重量、速度,或者成本上得到改善。新的机器必需能够完全或部分代替以前人的功能,比如计算、装配、维修。 在设计的初级阶段,应该充分发挥设计人员的创意,不要受到任何约束。即使有一些不切实际的想法,也可以在设计的早期,即在绘制图纸之前被改正掉。只有这样,才不致于阻断创新的思路。通常,必须提出几套设计方案,然后进行比较。很有可能在这个计划最后指定使用某些不在计划方案内的一些想法的计划。 一般当产品的外型和组件的尺寸特点已经显现出来的时候,就可以进行全面的设计和分析。接着还要客观的分析机器性能、安全、重量、耐用性,并且成本也要考虑在内。每一个至关重要的部分要优化它的比例和尺寸,同时也要保持与其它组成部分的平衡。 选择原材料和工艺的方法。通过力学原理来分析和实现这些重要的特性,如稳定和反应的能量和摩擦力的利用,动力惯性、加速度、能量;包括材料的弹性强度、应力和刚度等物理特性,以及流体的润滑和驱动器的流体力学。设计的过程是一个反复与合作的过程,无论是正式的还是非正式的,对设计者来说每个阶段都很重要。。产品设计需要大量的研究和提升。许多的想法,必须通过努力去研究成为一种理念,然后去使用或放弃。虽然每个工

毕业论文外文翻译模板

农村社会养老保险的现状、问题与对策研究社会保障对国家安定和经济发展具有重要作用,“城乡二元经济”现象日益凸现,农村社会保障问题客观上成为社会保障体系中极为重要的部分。建立和完善农村社会保障制度关系到农村乃至整个社会的经济发展,并且对我国和谐社会的构建至关重要。我国农村社会保障制度尚不完善,因此有必要加强对农村独立社会保障制度的构建,尤其对农村养老制度的改革,建立健全我国社会保障体系。从户籍制度上看,我国居民养老问题可分为城市居民养老和农村居民养老两部分。对于城市居民我国政府已有比较充足的政策与资金投人,使他们在物质和精神方面都能得到较好地照顾,基本实现了社会化养老。而农村居民的养老问题却日益突出,成为摆在我国政府面前的一个紧迫而又棘手的问题。 一、我国农村社会养老保险的现状 关于农村养老,许多地区还没有建立农村社会养老体系,已建立的地区也存在很多缺陷,运行中出现了很多问题,所以完善农村社会养老保险体系的必要性与紧迫性日益体现出来。 (一)人口老龄化加快 随着城市化步伐的加快和农村劳动力的输出,越来越多的农村青壮年人口进入城市,年龄结构出现“两头大,中间小”的局面。中国农村进入老龄社会的步伐日渐加快。第五次人口普查显示:中国65岁以上的人中农村为5938万,占老龄总人口的67.4%.在这种严峻的现实面前,农村社会养老保险的徘徊显得极其不协调。 (二)农村社会养老保险覆盖面太小 中国拥有世界上数量最多的老年人口,且大多在农村。据统计,未纳入社会保障的农村人口还很多,截止2000年底,全国7400多万农村居民参加了保险,占全部农村居民的11.18%,占成年农村居民的11.59%.另外,据国家统计局统计,我国进城务工者已从改革开放之初的不到200万人增加到2003年的1.14亿人。而基本方案中没有体现出对留在农村的农民和进城务工的农民给予区别对待。进城务工的农民既没被纳入到农村养老保险体系中,也没被纳入到城市养老保险体系中,处于法律保护的空白地带。所以很有必要考虑这个特殊群体的养老保险问题。

建筑外文翻译--建筑类型和设计

building types and design A building is closely bound up with people,for it provides with the necessary space to work and live in . As classified by their use ,buildings are mainly of two types :industrial buildings and civil buildings .industrial buildings are used by various factories or industrial production while civil buildings are those that are used by people for dwelling ,employment ,education and other social activities . Industrial buildings are factory buildings that are available for processing and manufacturing of various kinds ,in such fields as the mining industry ,the metallurgical industry ,machine building ,the chemical industry and the textile industry . factory buildings can be classified into two types single-story ones and multi-story ones .the construction of industrial buildings is the same as that of civil buildings .however ,industrial and civil buildings differ in the materials used and in the way they are used . Civil buildings are divided into two broad categories: residential buildings and public buildings .residential buildings should suit family life .each flat should consist of at least three necessary rooms : a living room ,a kitchen and a toilet .public buildings can be used in politics ,cultural activities ,administration work and other services ,such as schools, office buildings, parks ,hospitals ,shops ,stations ,theatres ,gymnasiums ,hotels ,exhibition halls ,bath pools ,and so on .all of them have different functions ,which in turn require different design types as well. Housing is the living quarters for human beings .the basic function of housing is to provide shelter from the elements ,but people today require much more that of their housing .a family moving into a new neighborhood will to know if the available housing meets its standards of safety ,health ,and comfort .a family will also ask how near the housing is to grain shops ,food markets ,schools ,stores ,the library ,a movie theater ,and the community center . In the mid-1960’s a most important value in housing was sufficient space both inside and out .a majority of families preferred single-family homes on about half an acre of land ,which would provide space for spare-time activities .in highly industrialized countries ,many families preferred to live as far out as possible from the center of a metropolitan area ,even if the wage earners had to travel some distance to their work .quite a large number of families preferred country housing to suburban housing because their chief aim was to get far away from noise ,crowding ,and confusion .the accessibility of public transportation had ceased to be a decisive factor in housing because most workers drove their cars to work .people we’re chiefly interested in the arrangement and size of rooms and the number of bedrooms . Before any of the building can begin ,plans have to be drawn to show what the building will be like ,the exact place in which it is to go and how everything is to be done.

幼儿园教育教学论文范文3000字

幼儿园教育教学论文范文3000字 篇一幼儿园教育教学论文范文3000字 幼儿教学是为以后读书进行准备但主要的学习任务不是学专业 知识而是培养幼儿的情感、性格和人格在集体生活中培养幼儿的动手能力、识别能力、集体观念锻炼他们的语言功能培养他们的数学概念。由于幼儿生理和心理发育都不成熟因此在教学中应该以游戏的形式来培养他们的动手能力、识别能力和集体观念在游戏中锻炼语言培养记忆力学习数学概念。 一、游戏在幼儿教学中的重要性 幼儿正处在大脑发育时期对一切新事物都具有好奇心但由于 年龄幼小耐力差不适合长期坐在一处学习根据这种特点幼儿 教师应当将游戏和教学联系起来在游戏中学习。根据幼儿的天性他们喜欢和同龄人交往和同龄人一起游戏是他们最开心的事情。根 据心理学规律幼儿和同龄人在一起可以培养他们的人际交流能力使他们学会分享学会忍让学会关心还能学会竞争这样对于他们人格的形成有积极作用。目前我国都是独生子女家庭孩子在家得到父母、祖父母的多重溺爱这样的溺爱只会让孩子变得脆弱和自私并且由于年龄不同孩子在家和大人的交流沟通很有限如果在幼儿园里还像小学生一样按时上下课就会使他们的感情得不到宣泄久而久之容易形成自闭、孤僻的性格而通过幼儿园的游戏 可以让他们敞开心扉。 二、幼儿游戏化教学(一)生活能力游戏化 幼儿生活能力主要是指动手能力像扣扣子、穿衣服这样的日常 活动。很多孩子这方面能力欠缺在家里由家长完成在幼儿园由老

师帮助完成。这样的能力是每个人必须掌握的因此教师可以通过 游戏活动来激发孩子积极参与。幼儿尽管对新鲜事物充满好奇但同 时也有来得快去得也快的现象。比如对于颜色的识别很多人只能记 住大致的主色像红、绿、黄、蓝对于玫红、粉红、浅绿这一类颜 色容易忘记。对于这种现象教师也可以利用游戏的方式将不同颜 色的纸折成小飞机然后教师发口令让指定的幼儿迅速找出相应颜 色的飞机这样促使他们快速记住不同颜色。培养幼儿的集体观念 可以进行分组游戏让几个人一组这样组与组之间进行竞争幼儿 就会自发地将同组人看成一个整体。 (二)幼儿语言游戏化教学 语言教学有两种一种是书面语言一种是口头语言。幼儿在三 岁到五岁期间语言能力正处于从单音词向长句迈进的时期锻炼他 们的语言能力除了要多说还要善于记忆。对于书面语言可以通 过读儿歌和五言诗来锻炼但这种读书法时间一长孩子会失去耐 心。因此可以让孩子在学完一篇儿歌后采用游戏接龙的方式来加 强记忆可以让几个孩子分为一组第一人说出第一句让后面的人 接着说第二句、第三句这样循环几次孩子基本能完整掌握比强 记有趣得多。很多幼儿园都注重对书面语言的培养忽视对口头语言 的培养为了孩子将来能流利地与人交流在幼儿园应当要多进行口语锻炼。幼儿的生活范围除了家庭就是幼儿园要他说说自己的活动 有点难度。教师可以将幼儿分为几个小组让每个人说说自己的家庭 例如自己叫什么名字什么时候生日爸爸叫什么妈妈叫什么家 在哪里。在说的时候教师要提醒其他人注意听然后让别人将刚才

大学毕业论文---软件专业外文文献中英文翻译

软件专业毕业论文外文文献中英文翻译 Object landscapes and lifetimes Tech nically, OOP is just about abstract data typing, in herita nee, and polymorphism, but other issues can be at least as importa nt. The rema in der of this sect ion will cover these issues. One of the most importa nt factors is the way objects are created and destroyed. Where is the data for an object and how is the lifetime of the object con trolled? There are differe nt philosophies at work here. C++ takes the approach that con trol of efficie ncy is the most importa nt issue, so it gives the programmer a choice. For maximum run-time speed, the storage and lifetime can be determined while the program is being written, by placing the objects on the stack (these are sometimes called automatic or scoped variables) or in the static storage area. This places a priority on the speed of storage allocatio n and release, and con trol of these can be very valuable in some situati ons. However, you sacrifice flexibility because you must know the exact qua ntity, lifetime, and type of objects while you're writing the program. If you are trying to solve a more general problem such as computer-aided desig n, warehouse man ageme nt, or air-traffic con trol, this is too restrictive. The sec ond approach is to create objects dyn amically in a pool of memory called the heap. In this approach, you don't know un til run-time how many objects you n eed, what their lifetime is, or what their exact type is. Those are determined at the spur of the moment while the program is runnin g. If you n eed a new object, you simply make it on the heap at the point that you n eed it. Because the storage is man aged dyn amically, at run-time, the amount of time required to allocate storage on the heap is sig ni fica ntly Ion ger tha n the time to create storage on the stack. (Creat ing storage on the stack is ofte n a si ngle assembly in structio n to move the stack poin ter dow n, and ano ther to move it back up.) The dyn amic approach makes the gen erally logical assumpti on that objects tend to be complicated, so the extra overhead of finding storage and releas ing that storage will not have an importa nt impact on the creati on of an object .In additi on, the greater flexibility is esse ntial to solve the gen eral program ming problem. Java uses the sec ond approach, exclusive". Every time you want to create an object, you use the new keyword to build a dyn amic in sta nee of that object. There's ano ther issue, however, and that's the lifetime of an object. With Ian guages that allow objects to be created on the stack, the compiler determines how long the object lasts and can automatically destroy it. However, if you create it on the heap the compiler has no kno wledge of its lifetime. In a Ianguage like C++, you must determine programmatically when to destroy the

机械专业外文翻译(中英文翻译)

外文翻译 英文原文 Belt Conveying Systems Development of driving system Among the methods of material conveying employed,belt conveyors play a very important part in the reliable carrying of material over long distances at competitive cost.Conveyor systems have become larger and more complex and drive systems have also been going through a process of evolution and will continue to do so.Nowadays,bigger belts require more power and have brought the need for larger individual drives as well as multiple drives such as 3 drives of 750 kW for one belt(this is the case for the conveyor drives in Chengzhuang Mine).The ability to control drive acceleration torque is critical to belt conveyors’performance.An efficient drive system should be able to provide smooth,soft starts while maintaining belt tensions within the specified safe limits.For load sharing on multiple drives.torque and speed control are also important considerations in the drive system’s design. Due to the advances in conveyor drive control technology,at present many more reliable.Cost-effective and performance-driven conveyor drive systems covering a wide range of power are available for customers’ choices[1]. 1 Analysis on conveyor drive technologies 1.1 Direct drives Full-voltage starters.With a full-voltage starter design,the conveyor head shaft is direct-coupled to the motor through the gear drive.Direct full-voltage starters are adequate for relatively low-power, simple-profile conveyors.With direct fu11-voltage starters.no control is provided for various conveyor loads and.depending on the ratio between fu11-and no-1oad power requirements,empty starting times can be three or four times faster than full load.The maintenance-free starting system is simple,low-cost and very reliable.However, they cannot control starting torque and maximum stall torque;therefore.they are

相关主题