毕业设计外文资料及翻译智能交通信号灯模拟控制系统设计

毕业设计外文资料及翻译智能交通信号灯模拟控制系统设计
毕业设计外文资料及翻译智能交通信号灯模拟控制系统设计

外文资料

Agent controlled traffic lights

Introduction

The quality of (urban) traffic control systems is determined by the match between the control schema and the actual traffic patterns. If traffic patterns change, what they usually do, the effectiveness is determined by the way in which the system adapts to these changes. When this ability to adapt becomes an integral part of the traffic control unit it can react better to changes in traffic conditions. Adjusting a traffic control unit is a costly and timely affair if it involves human attention. The hypothesis is that it might offer additional benefit using self-evaluating and self-adjusting traffic control systems. There is already a market for an urban traffic control system that is able to react if the environment changes;the so called adaptive systems. "Real" adaptive systems will need pro-active calculated traffic information and cycle plans- based on these calculated traffic conditions- to be updated frequently.

Our research of the usability of agent technology within traffic control can be split into two parts. First there is a theoretical part integrating agent technology and traffic control. The final stage of this research focuses on practical issues like implementation and performance. Here we present the concepts of agent technology applied to dynamic traffic control. Currently we are designing a layered model of an agent based urban traffic control system. We will elaborate on that in the last chapters.

Adaptive urban traffic control

Adaptive signal control systems must have a capability to optimise the traffic flow by adjusting the traffic signals based on current traffic. All used traffic signal control methods are based on feed-back algorithms using traffic demand data -varying from years to a couple of minutes - in the past. Current adaptive systems often operate on the basis of adaptive green phases and flexible co-ordination in (sub)networks based on measured traffic conditions (e.g., UTOPIA-spot,SCOOT). These methods are still not optimal where traffic demand changes rapidly within a short time interval. The basic premise is that existing signal plan generation tools make rational decisions about signal plans under varying conditions; but almost none of the current available tools behave pro-actively or have meta-rules that may change behaviour of the controller incorporated into the system. The next logical step for traffic control is the inclusion of these meta-rules and pro active and goal-oriented behaviour. The key aspects of improved control, for which contributions from artificial intelligence and artificial intelligent agents can be expected, include the capability of dealing with conflicting objectives; the capability of making pro-active decisions on the basis of temporal analysis; the ability of managing, learning, self adjusting and responding to non-recurrent and unexpected events (Ambrosino et al.., 1994).

What are intelligent agents ?

Agent technology is a new concept within the artificial intelligence (AI). The agent paradigm in AI is based upon the notion of reactive, autonomous, internally-motivated entities that inhabit dynamic, not necessarily fully predictable environments (Weiss, 1999). Autonomy is the ability to function as an independent unit over an extended period of time, performing a variety of actions necessary to achieve pre-designated objectives while responding to stimuli produced by integrally contained sensors (Ziegler, 1990). Multi-Agent Systems can be characterised by the interaction of many agents trying to solve a variety of problems in a co-operative fashion. Besides AI, intelligent agents should have some additional attributes to solve problems by itself in real-time; understand information; have goals and intentions; draw distinctions between situations; generalise; synthesise new concepts and / or ideas; model the world they operate in and plan and predict consequences of actions and evaluate alternatives. The problem solving component of an intelligent agent can be a rule-based system but can also be a neural network or a fuzzy expert system. It may be obvious that finding a feasible solution is a necessity for an agent. Often local optima in decentralised systems, are not the global optimum. This problem is not easily solved. The solution has to be found by tailoring the interaction mechanism or to have a supervising agent co-ordinating the optimisation process of the other agents. Intelligent agents in UTC,a helpful paradigm

Agent technology is applicable in different fields within UTC. The ones most important mentioning are: information agents, agents for traffic simulation and traffic control. Currently, most applications of intelligent agents are information agents. They collect information via a network. With special designed agents user specific information can be provided. In urban traffic these intelligent agents are useable in delivering information about weather, traffic jams, public transport, route closures, best routes, etc. to the user via a Personal Travel Assistant. Agent technology can also be used for aggregating data for further distribution. Agents and multi agent systems are capable of simulating complex systems for traffic simulation. These systems often use one agent for every traffic participant (in a similar way as object oriented programs often use objects). The application of agents in (Urban) Traffic Control is the one that has our prime interest. Here we ultimately want to use agents for pro-active traffic light control with on-line optimisation. Signal plans then will be determined based on predicted and measured detector data and will be tuned with adjoining agents. The most promising aspects of agent technology, the flexibility and pro-active behaviour, give UTC the possibility of better anticipation of traffic. Current UTC is not that flexible, it is unable to adjust itself if situations change and can't handle un-programmed situations. Agent technology can also be implemented on several different control layers. This gives the advantage of being close to current UTC while leaving considerable freedom at the lower (intersection) level. Designing agent based urban traffic control systems

The ideal system that we strive for is a traffic control system that is based on actuated traffic controllers and is able to pro actively handle traffic situations and

handling the different, sometimes conflicting, aims of traffic controllers. The proposed use of the concept of agents in this research is experimental. Assumptions and considerations on agent based urban traffic control There are three aspects where agent based traffic control and -management can improve current state of the art UTC systems:

- Adaptability. Intelligent agents are able to adapt its behaviour and can learn from earlier situations.

- Communication. Communication makes it possible for agents to co-operate and tune signal plans.

- Pro-active behaviour. Due to the pro active behaviour traffic control systems are able to plan ahead.

To be acceptable as replacement unit for current traffic control units, the system should perform the same or better than current systems. The agent based UTC will require on-line and pro-active reaction on changing traffic patterns. An agent based UTC should be demand responsive as well as adaptive during all stages and times. New methods for traffic control and traffic prediction should be developed as current ones do not suffice and cannot be used in agent technology. The adaptability can also be divided in several different time scales where the system may need to handle in a different way (Rogier, 1999):

- gradual changes due to changing traffic volumes over a longer period of time,

- abrupt changes due to changing traffic volumes over a longer period of time,

- abrupt, temporal, changes due to changing traffic volumes over a short period of time,

- abrupt, temporal, changes due to prioritised traffic over a short period of time One way of handling the balance between performance and complexity is the use of a hierarchical system layout. We propose a hierarchy of agents where every agent is responsible for its own optimal solution, but may not only be influenced by adjoining agents but also via higher level agents. These agents have the task of solving conflicts between lower level agents that they can't solve. This represents current traffic control implementations and idea's. One final aspect to be mentioned is the robustness of agent based systems (if all communication fails the agent runs on, if the agent fails a fixed program can be executed.

To be able to keep our first urban traffic control model as simple as possible we have made the following assumptions: we limit ourselves to inner city traffic control (road segments, intersections, corridors), we handle only controlled intersections with detectors (intensity and speed) at all road segments, we only handle cars and we use simple rule bases for knowledge representation.

Types of agents in urban intersection control

As we divide the system in several, recognisable, parts we define the following 4 types of agents:

- Roads are represented by special road segment agents (RSA),

- Controlled intersections are represented by intersection agents (ITSA),

- For specific, defined, areas there is an area agent (higher level),

- For specific routes there can be route agents, that spans several adjoining road segments (higher level).

We have not chosen for one agent per signal. This may result in a more simple solution but available traffic control programs do not fit in that kind of agent. We deliberately choose a more complex agent to be able to use standard traffic control design algorithms and programs. The idea still is the optimisation on a local level (intersection), but with local and global control. Therefor we use area agents and route agents. All communication takes place between neighbouring agents and upper and lower level ones.

Design of our agent based system

The essence of a, demand responsive and pro-active agent based UTC consists of several ITSA's (InTerSection Agent).,some authority agents (area and route agents) and optional Road Segment Agents (RSA). The ITSA makes decisions on how to control its intersection based on its goals, capability, knowledge, perception and data. When necessary an agent can request for additional information or receive other goals or orders from its authority agent(s).

For a specific ITSA, implemented to serve as an urban traffic control agent, the following actions are incorporated (Roozemond, 1998):

- data collection / distribution (via RSA - information on the current state of traffic; from / to other ITSA's - on other adjoining signalised intersections);

- analysis (with an accurate model of the surrounds and knowing the traffic and traffic control rules define current trend; detect current traffic problems);

- calculation (calculate the next, optimal, cycle mathematically correct);

- decision making (with other agent deciding what to use for next cycle; handle current traffic problems);

- control (operate the signals according to cycle plan).

In figure 1 a more specific example of a simplified, agent based, UTC system is given. Here we have a route agent controlling several intersection agents, which in turn manage their intersection controls helped by RSA's. The ITSA is the agent that controls and operates one specific intersection of which it is completely informed. All ITSA's have direct communication with neighbouring ITSA's, RSA's and all its traffic lights. Here we use the agent technology to implement a distributed planning algorithm. The route agents’ tasks are controlling, co-ordinating and leading the ITSA’s towards a more global optimum. Using all available information the ITSA (re)calculates the next, most optimal, states and control strategy and operates the traffic signals accordingly. The ITSA can directly influence the control strategy of their intersection(s) and is able to get insight into on-coming traffic

The internals of the ITSA model

Traffic dependent intersection control normally works in a fast loop. The detector data is fed into the control algorithm. Based upon predetermined rules a control strategy is chosen and the signals are operated accordingly. In this research we

suggest the introduction of an extra, slow, loop where rules and parameters of a prediction- model can be changed by a higher order meta-model.

ITSA model

The internals of an ITSA consists of several agents. For a better overview of the internal ITSA model-agents and agent based functions see figure 2. Data collection is partly placed at the RSA's and partly placed in the ITSA's. The needed data is collected from different sources, but mainly via detectors. The data is stored locally and may be transmitted to other agents. The actual operation of the traffic signals is left to an ITSA-controller agent. The central part of the ITSA, acts as a control strategy agent. That agent can operate several control strategies, such as anti-blocking and public transport priority strategies. The control strategy agent uses the estimates of the prediction model agent which estimates the states in the near future. The ITSA-prediction model agent estimates the states in the near future. The prediction model agent gets its data related to intersection and road segments - as an agent that ‘knows’ the forecasting equations,actual traffic conditions and constraints - and future traffic situations can be calculated by way of an inference engine and it’s knowledge and data base. On-line optimisation only works if there is sufficient quality in traffic predictions, a good choice is made regarding the performance indicators and an effective way is found to handle one-time occurrences (Rogier, 1999).

Prediction model

We hope to include pro-activeness via specific prediction model agents with a task of predicting future traffic conditions. The prediction models are extremely important for the development of pro active traffic control. The proposed ITSA-prediction model agent estimates the states of the traffic in the near future via its own prediction model. The prediction meta-model compares the accuracy of the predictions with current traffic and will adjust the prediction parameters if the predictions were insufficient or not accurate. The prediction model agent is fed by several inputs: vehicle detection system, relevant road conditions, control strategies, important data on this intersection and its traffi c condition, communication with ITSA’s of nearby intersections and higher level agents. The agent itself has a rule-base, forecasting equations, knows constraints regarding specific intersections and gets insight into current (traffic) conditions. With these data future traffic situations should be calculated by its internal traffic forecasting model. The predicted forecast is valid for a limited time. Research has shown that models using historic, up-stream and current link traffic give the best results (Hobeika & Kim, 1994).

Control strategy model

The prediction of the prediction model is used in the control strategy planning phase. We have also included a performance indicating agent, necessary to update the control parameters in the slower loop. The control strategy agent uses the estimates of the prediction model agent to calculate the most optimal control strategy to pro-act on

the forecasts of the prediction model agent, checks with other adjoining agents its proposed traffic control schema and then plans the signal control strategy The communication schema is based on direct agent to agent communication via a network link. The needed negotiation finds place via a direct link and should take the global perspective into consideration. Specific negotiation rules still have to be developed. Some traffic regulation rules and data has to be fed into the system initially. Data on average flow on the links is gained by the system during run-time. In the near future computer based programs will be able to do, parts of, these kind of calculus automatically. For real-time control the same basic computer programs, with some artificial knowledge, will be used. Detectors are needed to give information about queues and number of vehicles. The arrival times can also be given by the RSA so that green on demand is automatically covered.

Conclusions and future work

Adaptive signal control systems that are able to optimise and adjust the signal settings are able to improve the vehicular throughput and minimise delay through appropriate response to changes in the measured demand patterns. With the introduction of two un-coupled feed back loops, whether agent technology is used or not, a pro-active theory of traffic control can be met. There are several aspects still unresearched. The first thing we are going to do is to build a prototype system of a single intersection to see if the given claims of adaptability and pro activeness can be realised. A working prototype of such system should give appropriate evidence on the usability of agent based control systems. There are three other major subjects to be researched in depth; namely self adjustable control schema's, on-line optimisation of complex systems and getting good prediction models. For urban traffic control we need to develop self adjustable control schemes that can deal with dynamic and actuated data. For the optimisation we need mathematical programming methodologies capable of real-time on-line operation. In arterial and agent based systems this subject becomes complex due to several different, continuously changing, weights and different goals of the different ITSA's and due to the need for co-ordination and synchronisation. The research towards realising real-time on-line prediction models needs to be developed in compliance with agent based technology. The pro-active and re-active nature of agents and the double loop control schema seems to be a helpful paradigm in intelligent traffic management and control. Further research and simulated tests on a control strategy, based on intelligent autonomous agents, is necessary to provide appropriate evidence on the usability of agent-based control systems.

外文资料翻译

代理控制交通灯

作者:Danko A. Roozemond,Jan L.H. Rogier

单位:Delft University of Technology

前言

(城市)交通控制系统的好坏决定于系统控制模式和实际交通流量模式是否相符。如果交通方式改变,他们通常所采取的有效措施是使系统适应这些改变。当这种改变能力成为交通控制系统单元的一部分,它将能更好地改变目前的交通状况。如果考虑人工调整,那么调整交通控制单元是一件花费昂贵和耗时大的事情。假如使用一种能够自我分析和自适应调整的交通控制系统,它将会带来额外的收益。对于这种可以适应环境改变的城市交通控制系统已经有销售。这种系统叫做自适应系统。“实时”自适应系统将需要主动计算交通信息和循环地计划,这种计划是根据不断计算更新的交通信息而采取的。

我们研究代理可用性技术在交通控制时可以分成两部分。首先,理论部分结合代理技术和交通控制。这项研究的最后阶段关注的是实际问题,如实施和收到的成效。在这里,我们目前的代理技术应用于动态交通控制概念。目前,我们正在设计一个代理分层模型为基础的城市交通控制系统。我们将在最后一章详细阐述。

自适应城市交通控制

自适应信号控制系统必须有能力根据目前的交通状况,通过调整优化交通流量。所有使用的交通信号控制方法是基于反馈算法,而反馈算法的数据来源于过去的几分钟到几年时间里的交通需求。当前的交通控制系统运作网络是根据测到的交通状况来协调适应性和灵活性。这些还不是根据交通需求在短时间内改变的最佳方法。其基本前提是,现有的信号计划工具能够根据不同的情况作出合适的信号计划。但是,目前可用的工具都是积极主动型,或者元规则型。这就使得改变控制器的方式放在系统中进行。交通控制的下一个逻辑步骤是将元规则、主动的和目标导向行为都列入。为此,从人工智能和人工智能代理的贡献可以预测,加强管制的主要方面包括:与冲突的目标处理能力;基于时间分析的决策能力;管理、学习、自我调整和应对非经常性和突发事件的能力(Ambrosino等..,1994)。

什么是智能代理?

代理技术是人工智能的一个新概念。人工智能代理模式是基于无功,自主,内部机动的实体,动态的居住概念,并不一定是完全可预见的环境(Weiss,1999年)。自主是指在一段长时间内,能够作为一个独立单元,执行必要的行动以实现多种预先指定的目标,同时对同一体载传感器产生的刺激产生反应(Ziegler, 1990)。综合代理系统的特点是可以通过很多的代理系统互相合作去解决各种各样的问题。此外,人工智能、智能代理应该有一些额外的属性使得它自己可以解决一些实时问题、理解信息、有目标和方向、对情况进行分清区别、揉合新概念或想法。其解决问题的智能代理组件可以是一个以规则为基础的系统,但也可以是一个神经网络或模糊专家系统。显然,对代理技术而言,找到一个可行的解决方案是必要的。通常在分散系统中最优的是局部而不是全部。这个问题不容易解决。解决的方案可以参照裁缝业的相互作用机制,或者有监督代理人协调其他代理人进行优化的过程。

智能代理在UTC的使用是一种有益的范例

代理技术适合不同领域的UTC。那些值得最重要一提的是:信息代理、代理交通仿真和交通控制。目前,大多数运用智能代理来进行信息代理。它们通过网络收集信息。对于采用特殊设计的代理商用户可以提供具体的资料。城市交通智能代理可以为用户提供有关的天气信息,交通拥堵,公共交通,道路封锁,最佳路线等,成为个人的旅行助理。代理技术也可以用于数据的分配。代理和多代理系统,有模拟仿真复杂交通系统的能力。这些系统通常为每一个交通参与者使用一个代理(类似于面向对象程序使用对象)。我们感兴趣的是代理技术在(城市)交通控制中的应用。为此,我们最终使用实时代理技术进行有效的交通灯控制。信号计划将根据预测和探测器实测数据,以及相邻的代理控制的基础上而进行调整。代理技术最具有优势的是它的灵活性和积极性,可以给UTC带来更好的交通预测。当前的UTC不具有灵活性的,它无法自行调节,如果情况变化,不能处理非程序化的情况。代理技术可以在不同的控制层进行控制。这对于接近目前还处于低水平的UTC具有一定的优势。

设计基于城市交通控制系统的代理控制技术

我们争取的理想系统是一个基于启动的交通控制,并能亲积极处理交通情况和处理不同的,以及有时相互矛盾的交通控制系统。本研究提出代理的概念是一

种实验性。

基于城市交通控制的代理假设和考虑

基于城市交通控制和管理的代理,可以从三方面改善UTC系统的现状。●适应性。智能代理能够适应它的行为,可以学习从早期的情况。

●通信。通信是的代理之间进行合作,从而对计划信号进行调整。

●积极主动。由于积极主动,交通控制控制系统可以提前计划。

要对目前的交通控制单元进行替换,可以接受的是该系统应执行得和现在系统一样或者比它更好。基于UTC的代理将要求改变交通模式的在线反应和积极反应。基于UTC的代理应根据各个阶段的要求做出适应性的回应。当前的交通控制和预测方法是不够的,不能使用在代理技术上,应该发展新的交通控制和交通预测方法。适应性也可以分为几个不同的时间尺度,系统可能需要以不同的方式处理(Rogier,1999年):

●由于渐进式的改革改变了一个较长时间的交通量;

●由于突然的变化改变了一个较长时间的交通量;

●突然,由于改用短的时间内的交通量,时空改变;

●突然,时空改变,由于交通优先较短时间。

一种处理方法之间的性能和复杂性是一个等级制度布局使用的平衡。我们提出了一个在每一个层次的代理对自己负责的最佳解决方案,可能不仅影响邻近的代理,而且也可能影响更高一级代理。这些代理的下级代理之间解决他们不能解决的冲突任务。最后要提的一个方面是稳健的代理系统(如果所有运行的代理通讯失败,如果没有一个固定的代理程序被执行)。

为了能够保持我们的第一个城市交通控制模型尽可能简单,我们作了以下的假设:我们限制自己的市内交通控制(路段,路口,走廊),我们只处理控制与探测器(强度和速度)在所有路段的十字路口,只处理车和我们使用简单的规则为基础的知识表示。

代理类型城市交叉路口控制

正如我们在划分识别几个零部件一样,我们定义以下4剂的类型系统:

●道路是代表特殊路段的代理商(RSA);

●控制路口是十字路口代理人的代表(ITSA);

●对于具体的、明确的领域,有一个地区代理(上级)

●对于跨越几个相邻路段的具体线路可以由路由代理(上级)

我们没有选择每一个代理信号。这可能导致一个更简单的解决方法,但现在的交通管制方案不适合在该代理类。我们特意选择更复杂的代理,可以使用标准的交通控制设计算法和方案。这个想法仍然是在地方一级的优化(十字路口),但与当地和整体控制。为此,我们使用面积代理的方式。所有相邻地方之间的通讯需要代理和上,下一级的地方。

我们设计的代理系统

一个基于UTC反应灵敏的代理系统的由智能路口,一些权威的代理(区域路线代理)和一些可选路线代理(RSA)组成。ITSA根据其目标,能力,知识,观念和数据决定如何去控制它的交叉路口。必要时,可以要求代理提供更多信息,或者接收其它目标或代理的信息。

ITSA明确规定,下列功能被列入城市交通控制范围(Roozemond, 1998):

●数据收集/分配(通过RSA的当前交通状态信息;从/到其他ITSA的- 其他

毗邻灯号控制路口);

●分析(目前的趋势是要求具有精确的模型和了解周围的交通以及交通管制规

则定义;检测当前的交通状况);

●预测(预测下一次最优的正确的数学周期);

●决定(与其它代理决定如何使用下一个周期;处理当前的交通问题);

●控制(根据信号计划周期操作)。

在图一是一个简化的,以代理为基础,UTC系统更加具体的实例。在这里,我们有几个控制路口的路线代理,在RSA的帮助下进行控制。ITSA对于代理和操作一个具体的控制路口是完全熟悉的,所有的ITSA和相邻的ITSA 通讯,RSA的和所有的交通灯。在这里,我们使用代理技术来实现分布式的规划算法。这条路线的代理的任务是控制、协调和引领ITSA迈向全球最优化的目标。ITSA利用所有可利用的信息预测下一个最优化的控制策略操作相应的交通控制信号。ITSA可以直接影响到它们交点的控制策略,并且能够洞察未来的交通状况。

ITSA模型内部结构

通常,引进快速环控制十字路口的交通。探测器的数据反馈到控制算法。基于预定的控制策略去选择相应的信号操作规则。在本研究中,我们要求介绍设立一个额外的,缓慢的循环规则和一个预测参数可以由一个高阶元改变的模型。ITSA模型

一个ITSA的内部由几个代理组成。对于ITSA的内部代理模型和代理的职能详见图二。采集的数据一部分放在RSA,一部分放在ITSA。需要收集的数据来源于不同的地方,但主要是通过探测器。数据存储在本地,并可以传输给其它的代理。交通信号的实际运作是由ITSA控制器代理。ITSA的中央部分是控制策略的代理。该代理可以操作一些控制策略,如抗粘连和公共交通优先。估计在不久的将来,控制策略的代理使用预测模型代理。ITSA预测代理模型预测将来不久的状态。该预测模型代理获得的数据作为代理的'知道'的预测方程,可以根据它的知识和数据库的相关数据推理出实际交和制约因素通条件,以及路口路段未来的交通状况。如果有预测,在线优化只能在交通,对于预测指标的评价,一个不错的选择是找到处理一次性事情的有效方法(Rogier,1999)。

预测模型

我们希望通过包括具体的预测模型代理去预测未来的交通状况。该预测对于主动交通控制的发展是非常重要的。ITSA-预测模型建议通过自己的预测模型去预测未来的交通状况。元预测模型比较了当前的交通预测精度,如果有不准确或不足的将会做出调整。该预测模型存储了几个输入:车辆检测系统、有关道路交通情况、控制策略、十字路口的重要数据和它的交通状况、和ITSA附近的交通路口以及更高级的代理通讯。代理有自己的基础规则,预测方程,知道规定有关十字路口的具体参数和获取目前(交通)状况。有了这些数据,内部交通预测模型可以预测其未来的交通情况。有效的预测预报是在有限的时间里。研究表明,模型的使用时间,上游和当前的链路流量相结合会得到最佳的预测结果(Hobeika & Kim, 1994)。

控制策略模型

该预测模型的预测是用于控制战略规划阶段。我们还包括了预测代理的说明,必要的更新速度去控制较慢的回路参数。该控制策略代理使用代理的预测模

型的估计数来计算最优化控制策略,有利于对预测模型的代理,其建议与其他交通管制架构毗邻检查行为的预测,然后计划信号控制策略的通信模式的基础是直接代理,代理通信是通过一个网络连接。考虑应从全球的角度来看,通过谈判找到所需要的直接的联系地方。具体的谈判规则还有待开发。一些交通管理规则和数据必须最先反馈到系统。系统在运行时可以得到流量的平均数据。在不久的将来,以电脑为基础的方案将能够做到部分自动预测。实时控制的计算机程序基本相同,一些人为的知识将被使用。探测器需要提供有关队列和车辆数目的资料。到达的时间可以由RSA提供,是的绿色自动覆盖。

结论和未来的工作

自适应信号控制系统,能够优化和调整信号设置,可以提高吞吐量,减少车辆, 通过适当的反应测得的需求模式的变化延迟。随着两个非耦合引进回路圈,无论是代理技术使用与否,一个制积极主动的交通控制理论可以得到满足。有几个方面仍需要查证。我们首先要做的是建立一个单一路口的原型系统,看看是否适应给定的要求和是否有利于灵活性的实现。这样一个系统的工作原型应该提供适当的数据证明基于控制系统代理的可用性。另外,有三个方面还可以深入研究:自我控制模式调制;在线优化复杂系统并取得了良好的预测模型。对于城市交通控制,我们需要发展自我调节的控制方案,可以处理和驱动动态数据。对于优化数学规划方法,我们需要能够实时在网上操作。由于几个不同的,不断变化的,重量和不同目标的不同的ITSA,,使得在动脉和代理系统这一问题变得复杂,需要适当的合作,协调。迈向实现实时在线预测模型的研究,需要遵守基于技术的代理。积极主动的代理人,重新和双回路控制模式,似乎是在智能交通管理和控制的典范。进一步的研究和模拟实验,研究控制策略,基于智能自主代理,有必要提供以代理为基础的控制系统的可用性的适当证明。

毕业设计外文翻译资料

外文出处: 《Exploiting Software How to Break Code》By Greg Hoglund, Gary McGraw Publisher : Addison Wesley Pub Date : February 17, 2004 ISBN : 0-201-78695-8 译文标题: JDBC接口技术 译文: JDBC是一种可用于执行SQL语句的JavaAPI(ApplicationProgrammingInterface应用程序设计接口)。它由一些Java语言编写的类和界面组成。JDBC为数据库应用开发人员、数据库前台工具开发人员提供了一种标准的应用程序设计接口,使开发人员可以用纯Java语言编写完整的数据库应用程序。 一、ODBC到JDBC的发展历程 说到JDBC,很容易让人联想到另一个十分熟悉的字眼“ODBC”。它们之间有没有联系呢?如果有,那么它们之间又是怎样的关系呢? ODBC是OpenDatabaseConnectivity的英文简写。它是一种用来在相关或不相关的数据库管理系统(DBMS)中存取数据的,用C语言实现的,标准应用程序数据接口。通过ODBCAPI,应用程序可以存取保存在多种不同数据库管理系统(DBMS)中的数据,而不论每个DBMS使用了何种数据存储格式和编程接口。 1.ODBC的结构模型 ODBC的结构包括四个主要部分:应用程序接口、驱动器管理器、数据库驱动器和数据源。应用程序接口:屏蔽不同的ODBC数据库驱动器之间函数调用的差别,为用户提供统一的SQL编程接口。 驱动器管理器:为应用程序装载数据库驱动器。 数据库驱动器:实现ODBC的函数调用,提供对特定数据源的SQL请求。如果需要,数据库驱动器将修改应用程序的请求,使得请求符合相关的DBMS所支持的文法。 数据源:由用户想要存取的数据以及与它相关的操作系统、DBMS和用于访问DBMS的网络平台组成。 虽然ODBC驱动器管理器的主要目的是加载数据库驱动器,以便ODBC函数调用,但是数据库驱动器本身也执行ODBC函数调用,并与数据库相互配合。因此当应用系统发出调用与数据源进行连接时,数据库驱动器能管理通信协议。当建立起与数据源的连接时,数据库驱动器便能处理应用系统向DBMS发出的请求,对分析或发自数据源的设计进行必要的翻译,并将结果返回给应用系统。 2.JDBC的诞生 自从Java语言于1995年5月正式公布以来,Java风靡全球。出现大量的用java语言编写的程序,其中也包括数据库应用程序。由于没有一个Java语言的API,编程人员不得不在Java程序中加入C语言的ODBC函数调用。这就使很多Java的优秀特性无法充分发挥,比如平台无关性、面向对象特性等。随着越来越多的编程人员对Java语言的日益喜爱,越来越多的公司在Java程序开发上投入的精力日益增加,对java语言接口的访问数据库的API 的要求越来越强烈。也由于ODBC的有其不足之处,比如它并不容易使用,没有面向对象的特性等等,SUN公司决定开发一Java语言为接口的数据库应用程序开发接口。在JDK1.x 版本中,JDBC只是一个可选部件,到了JDK1.1公布时,SQL类包(也就是JDBCAPI)

冲压模具技术外文翻译(含外文文献)

前言 在目前激烈的市场竞争中,产品投入市场的迟早往往是成败的关键。模具是高质量、高效率的产品生产工具,模具开发周期占整个产品开发周期的主要部分。因此客户对模具开发周期要求越来越短,不少客户把模具的交货期放在第一位置,然后才是质量和价格。因此,如何在保证质量、控制成本的前提下加工模具是值得认真考虑的问题。模具加工工艺是一项先进的制造工艺,已成为重要发展方向,在航空航天、汽车、机械等各行业得到越来越广泛的应用。模具加工技术,可以提高制造业的综合效益和竞争力。研究和建立模具工艺数据库,为生产企业提供迫切需要的高速切削加工数据,对推广高速切削加工技术具有非常重要的意义。本文的主要目标就是构建一个冲压模具工艺过程,将模具制造企业在实际生产中结合刀具、工件、机床与企业自身的实际情况积累得高速切削加工实例、工艺参数和经验等数据有选择地存储到高速切削数据库中,不但可以节省大量的人力、物力、财力,而且可以指导高速加工生产实践,达到提高加工效率,降低刀具费用,获得更高的经济效益。 1.冲压的概念、特点及应用 冲压是利用安装在冲压设备(主要是压力机)上的模具对材料施加压力,使其产生分离或塑性变形,从而获得所需零件(俗称冲压或冲压件)的一种压力加工方法。冲压通常是在常温下对材料进行冷变形加工,且主要采用板料来加工成所需零件,所以也叫冷冲压或板料冲压。冲压是材料压力加工或塑性加工的主要方法之一,隶属于材料成型工程术。 冲压所使用的模具称为冲压模具,简称冲模。冲模是将材料(金属或非金属)批量加工成所需冲件的专用工具。冲模在冲压中至关重要,没有符合要求的冲模,批量冲压生产就难以进行;没有先进的冲模,先进的冲压工艺就无法实现。冲压工艺与模具、冲压设备和冲压材料构成冲压加工的三要素,只有它们相互结合才能得出冲压件。 与机械加工及塑性加工的其它方法相比,冲压加工无论在技术方面还是经济方面都具有许多独特的优点,主要表现如下; (1) 冲压加工的生产效率高,且操作方便,易于实现机械化与自动化。这是

机械专业毕业论文外文翻译

附录一英文科技文献翻译 英文原文: Experimental investigation of laser surface textured parallel thrust bearings Performance enhancements by laser surface texturing (LST) of parallel-thrust bearings is experimentally investigated. Test results are compared with a theoretical model and good correlation is found over the relevant operating conditions. A compari- son of the performance of unidirectional and bi-directional partial-LST bearings with that of a baseline, untextured bearing is presented showing the bene?ts of LST in terms of increased clearance and reduced friction. KEY WORDS: ?uid ?lm bearings, slider bearings, surface texturing 1. Introduction The classical theory of hydrodynamic lubrication yields linear (Couette) velocity distribution with zero pressure gradients between smooth parallel surfaces under steady-state sliding. This results in an unstable hydrodynamic ?lm that would collapse under any external force acting normal to the surfaces. However, experience shows that stable lubricating ?lms can develop between parallel sliding surfaces, generally because of some mechanism that relaxes one or more of the assumptions of the classical theory. A stable ?uid ?lm with su?cient load-carrying capacity in parallel sliding surfaces can be obtained, for example, with macro or micro surface structure of di?erent types. These include waviness [1] and protruding microasperities [2–4]. A good literature review on the subject can be found in Ref. [5]. More recently, laser surface texturing (LST) [6–8], as well as inlet roughening by longitudinal or transverse grooves [9] were suggested to provide load capacity in parallel sliding. The inlet roughness concept of Tonder [9] is based on ??e?ective clearance‘‘ reduction in the sliding direction and in this respect it is identical to the par- tial-LST concept described in ref. [10] for generating hydrostatic e?ect in high-pressure mechanical seals. Very recently Wang et al. [11] demonstrated experimentally a doubling of the load-carrying capacity for the surface- texture design by reactive ion etching of SiC

电气专业毕业设计外文翻译

附录1:外文资料翻译 A1.1外文资料题目 26.22 接地故障电路开关 我们目前为止报道的接地方法通常是充分的, 但更加进一步的安全措施在某些情况下是必要的。假设例如, 有人将他的手指伸进灯口(如Fig.26.45示)。虽然金属封入物安全地接地, 但那人仍将受到痛苦的震动。或假设1个120V 的电炉掉入游泳池。发热设备和联络装置将导致电流流入在水池中的危害,即使电路的外壳被安全地接地,现在已经发展为当这样的事件发生时,设备的电源将被切断。如果接地电流超过5mA ,接地开关将在5 ms 内跳掉,这些装置怎么运行的? 如Fig.26.46所示,一台小变流器缠绕上导线 ,第二步是要连接到可能触发开合120 V 线的一台敏感电子探测器。 在正常情况下流过导体的电流W I 与中性点上的电流N I 准切的相等,因此流经核心的净潮流(N W I I -)是零。 结果,在核心没有产生电流,导致的电压F E 为零,并且开关CB 没有动作。 假设如果某人接触了一个终端(图Fig.26.45示),故障电流F I 将直接地从载电线漏到地面,这是可能发生的。如果绝缘材料在马达和它的地面封入物之间断开,故障电流也会被产生。在以下任何情况下,流经CT 的孔的净潮流等于F I 或L I ,不再是零。电流被产生,并且产生了可以控制CB 开关的电压F E 。 由于5 mA 不平衡状态只必须被检测出,变压器的核心一定是非常有渗透性的在低通量密度。 Supermalloy 是最为常用的,因为它有相对渗透性典型地70000在通量密度仅4mT 。 26.23 t I 2是导体迅速发热的因素 它有时发生于导体短期内电流远大于正常值的情况下,R I 2损失非常大并且导体的温度可以在数秒内上升几百度。例如,当发生严重短路时,在保险丝或开关作用之前,会有很大的电流流过导体和电缆。 此外,热量没有时间被消散到周围,因此导体的温度非常迅速地增加。 在这些情况下什么是温度上升? 假设导体有大量m ,电阻R 和热量热容量c 。 而且,假设电流是I ,并且那它流动在t 少于15秒期间。 在导体上引起的热 Rt I Q 2= 从Eq.3.17,在功率一定的情况下我们可以计算导体上升的温度差:

软件开发概念和设计方法大学毕业论文外文文献翻译及原文

毕业设计(论文)外文文献翻译 文献、资料中文题目:软件开发概念和设计方法文献、资料英文题目: 文献、资料来源: 文献、资料发表(出版)日期: 院(部): 专业: 班级: 姓名: 学号: 指导教师: 翻译日期: 2017.02.14

外文资料原文 Software Development Concepts and Design Methodologies During the 1960s, ma inframes and higher level programming languages were applied to man y problems including human resource s yste ms,reservation s yste ms, and manufacturing s yste ms. Computers and software were seen as the cure all for man y bu siness issues were some times applied blindly. S yste ms sometimes failed to solve the problem for which the y were designed for man y reasons including: ?Inability to sufficiently understand complex problems ?Not sufficiently taking into account end-u ser needs, the organizational environ ment, and performance tradeoffs ?Inability to accurately estimate development time and operational costs ?Lack of framework for consistent and regular customer communications At this time, the concept of structured programming, top-down design, stepwise refinement,and modularity e merged. Structured programming is still the most dominant approach to software engineering and is still evo lving. These failures led to the concept of "software engineering" based upon the idea that an engineering-like discipl ine could be applied to software design and develop ment. Software design is a process where the software designer applies techniques and principles to produce a conceptual model that de scribes and defines a solution to a problem. In the beginning, this des ign process has not been well structured and the model does not alwa ys accurately represent the problem of software development. However,design methodologies have been evolving to accommo date changes in technolog y coupled with our increased understanding of development processes. Whereas early desig n methods addressed specific aspects of the

机械设计外文翻译(中英文)

机械设计理论 机械设计是一门通过设计新产品或者改进老产品来满足人类需求的应用技术科学。它涉及工程技术的各个领域,主要研究产品的尺寸、形状和详细结构的基本构思,还要研究产品在制造、销售和使用等方面的问题。 进行各种机械设计工作的人员通常被称为设计人员或者机械设计工程师。机械设计是一项创造性的工作。设计工程师不仅在工作上要有创造性,还必须在机械制图、运动学、工程材料、材料力学和机械制造工艺学等方面具有深厚的基础知识。如前所诉,机械设计的目的是生产能够满足人类需求的产品。发明、发现和科技知识本身并不一定能给人类带来好处,只有当它们被应用在产品上才能产生效益。因而,应该认识到在一个特定的产品进行设计之前,必须先确定人们是否需要这种产品。 应当把机械设计看成是机械设计人员运用创造性的才能进行产品设计、系统分析和制定产品的制造工艺学的一个良机。掌握工程基础知识要比熟记一些数据和公式更为重要。仅仅使用数据和公式是不足以在一个好的设计中做出所需的全部决定的。另一方面,应该认真精确的进行所有运算。例如,即使将一个小数点的位置放错,也会使正确的设计变成错误的。 一个好的设计人员应该勇于提出新的想法,而且愿意承担一定的风险,当新的方法不适用时,就使用原来的方法。因此,设计人员必须要有耐心,因为所花费的时间和努力并不能保证带来成功。一个全新的设计,要求屏弃许多陈旧的,为人们所熟知的方法。由于许多人墨守成规,这样做并不是一件容易的事。一位机械设计师应该不断地探索改进现有的产品的方法,在此过程中应该认真选择原有的、经过验证的设计原理,将其与未经过验证的新观念结合起来。 新设计本身会有许多缺陷和未能预料的问题发生,只有当这些缺陷和问题被解决之后,才能体现出新产品的优越性。因此,一个性能优越的产品诞生的同时,也伴随着较高的风险。应该强调的是,如果设计本身不要求采用全新的方法,就没有必要仅仅为了变革的目的而采用新方法。 在设计的初始阶段,应该允许设计人员充分发挥创造性,不受各种约束。即使产生了许多不切实际的想法,也会在设计的早期,即绘制图纸之前被改正掉。只有这样,才不致于堵塞创新的思路。通常,要提出几套设计方案,然后加以比较。很有可能在最后选定的方案中,采用了某些未被接受的方案中的一些想法。

机械类毕业设计外文翻译

本科毕业论文(设计) 外文翻译 学院:机电工程学院 专业:机械工程及自动化 姓名:高峰 指导教师:李延胜 2011年05 月10日 教育部办公厅 Failure Analysis,Dimensional Determination And

Analysis,Applications Of Cams INTRODUCTION It is absolutely essential that a design engineer know how and why parts fail so that reliable machines that require minimum maintenance can be designed.Sometimes a failure can be serious,such as when a tire blows out on an automobile traveling at high speed.On the other hand,a failure may be no more than a nuisance.An example is the loosening of the radiator hose in an automobile cooling system.The consequence of this latter failure is usually the loss of some radiator coolant,a condition that is readily detected and corrected.The type of load a part absorbs is just as significant as the magnitude.Generally speaking,dynamic loads with direction reversals cause greater difficulty than static loads,and therefore,fatigue strength must be considered.Another concern is whether the material is ductile or brittle.For example,brittle materials are considered to be unacceptable where fatigue is involved. Many people mistakingly interpret the word failure to mean the actual breakage of a part.However,a design engineer must consider a broader understanding of what appreciable deformation occurs.A ductile material,however will deform a large amount prior to rupture.Excessive deformation,without fracture,may cause a machine to fail because the deformed part interferes with a moving second part.Therefore,a part fails(even if it has not physically broken)whenever it no longer fulfills its required function.Sometimes failure may be due to abnormal friction or vibration between two mating parts.Failure also may be due to a phenomenon called creep,which is the plastic flow of a material under load at elevated temperatures.In addition,the actual shape of a part may be responsible for failure.For example,stress concentrations due to sudden changes in contour must be taken into account.Evaluation of stress considerations is especially important when there are dynamic loads with direction reversals and the material is not very ductile. In general,the design engineer must consider all possible modes of failure,which include the following. ——Stress ——Deformation ——Wear ——Corrosion ——Vibration ——Environmental damage ——Loosening of fastening devices

毕业设计外文翻译附原文

外文翻译 专业机械设计制造及其自动化学生姓名刘链柱 班级机制111 学号1110101102 指导教师葛友华

外文资料名称: Design and performance evaluation of vacuum cleaners using cyclone technology 外文资料出处:Korean J. Chem. Eng., 23(6), (用外文写) 925-930 (2006) 附件: 1.外文资料翻译译文 2.外文原文

应用旋风技术真空吸尘器的设计和性能介绍 吉尔泰金,洪城铱昌,宰瑾李, 刘链柱译 摘要:旋风型分离器技术用于真空吸尘器 - 轴向进流旋风和切向进气道流旋风有效地收集粉尘和降低压力降已被实验研究。优化设计等因素作为集尘效率,压降,并切成尺寸被粒度对应于分级收集的50%的效率进行了研究。颗粒切成大小降低入口面积,体直径,减小涡取景器直径的旋风。切向入口的双流量气旋具有良好的性能考虑的350毫米汞柱的低压降和为1.5μm的质量中位直径在1米3的流量的截止尺寸。一使用切向入口的双流量旋风吸尘器示出了势是一种有效的方法,用于收集在家庭中产生的粉尘。 摘要及关键词:吸尘器; 粉尘; 旋风分离器 引言 我们这个时代的很大一部分都花在了房子,工作场所,或其他建筑,因此,室内空间应该是既舒适情绪和卫生。但室内空气中含有超过室外空气因气密性的二次污染物,毒物,食品气味。这是通过使用产生在建筑中的新材料和设备。真空吸尘器为代表的家电去除有害物质从地板到地毯所用的商用真空吸尘器房子由纸过滤,预过滤器和排气过滤器通过洁净的空气排放到大气中。虽然真空吸尘器是方便在使用中,吸入压力下降说唱空转成比例地清洗的时间,以及纸过滤器也应定期更换,由于压力下降,气味和细菌通过纸过滤器内的残留粉尘。 图1示出了大气气溶胶的粒度分布通常是双峰形,在粗颗粒(>2.0微米)模式为主要的外部来源,如风吹尘,海盐喷雾,火山,从工厂直接排放和车辆废气排放,以及那些在细颗粒模式包括燃烧或光化学反应。表1显示模式,典型的大气航空的直径和质量浓度溶胶被许多研究者测量。精细模式在0.18?0.36 在5.7到25微米尺寸范围微米尺寸范围。质量浓度为2?205微克,可直接在大气气溶胶和 3.85至36.3μg/m3柴油气溶胶。

STC89C52处理芯片-毕业论文外文翻译

中文翻译 STC89C52处理芯片 电气工程的研究和解决方案中心(ceers) 艾哈迈德为吉.波特 首要性能: 与MCS-51单片机产物兼容、8K字节在系统可编程视频存储器、1000次擦拭周期,全静态操作:0Hz~33Hz、三级加密程序存储器,32个可编程I/O接口线、三个16位定时器(计数器),八个中断源、低功能耗空闲和掉电模式、掉电后间断可唤醒,看门狗定时器、双数值指针,掉电标示符。 关键词:单片机,UART串行通道,掉电标示符等 前言 可以说,二十世纪跨越了三个“点”的时代,即电气时代,电子时代和现已进入的电脑时代。不过,这种电脑,通常指的是个人计算机,简称PC机。还有就是把智能赋予各种机械的单片机(亦称微控制器)。顾名思义,这种计算机的最小系统只用了一片集成电路,即可进行简单的运算可控制。因为它体积小,通常都是藏在被控机械的内部里面。它在整个装置中,起着有如人类头脑的作用,他出了毛病,整个装置就会瘫痪。现在,单片机的种类和适用领域已经十分广泛,如智能仪表、实施工控、通讯设备、导航系统、家用电器等。各种产品一旦用上了单片机,就你能起到产品升级换代的功效,常在产品名称前冠以形容词——“智能型”,如智能洗衣机等。接下来就是关于国产STC89C52单片机的一些基本参数。 功能特性描述: STC89C52单片机是一种低功耗、高性能CMOS8位微控制器,具有8K在系统可编程视频播放存贮器使用高密度非易失性存储器技术制造,与工业80C51 产物指令和引脚完全兼容。片上反射速度允许程序存储器在系统可编程,也适用于常规的程序编写器。在其单芯片上,拥有灵敏小巧的八位中央处理器和在线系统可编程反射,这些使用上STC89C52微控制器为众多嵌入式的控制应用系统提供高度矫捷的、更加有用的解决方案。STC89C52微控制器具有以下的标准功效:8K字节的反射速度,256字节的随机存取储存器,32位I/O串口线,看门狗定时器,2个数值指针,三个16 为定时器、计数器,一个6向量2级间断结构,片内晶振及钟表电路。另外,STC89C52可降至0HZ静态逻辑操作,支持两种软件可选择节电模式、间断继续工作。空闲模式下,CPU停止工作,允许RAM、定时器/计数器、串口、间断继续工作。掉电保护体式格局下,RAM内容被生成,振动器被冻结,单片机一切的工作停止,直到下一个间断或者硬件复位为止。8位微型控制器8K字节在系统中可编程FlashSTC89C52.。

本科毕业设计方案外文翻译范本

I / 11 本科毕业设计外文翻译 <2018届) 论文题目基于WEB 的J2EE 的信息系统的方法研究 作者姓名[单击此处输入姓名] 指导教师[单击此处输入姓名] 学科(专业 > 所在学院计算机科学与技术学院 提交日期[时间 ]

基于WEB的J2EE的信息系统的方法研究 摘要:本文介绍基于工程的Java开发框架背后的概念,并介绍它如何用于IT 工程开发。因为有许多相同设计和开发工作在不同的方式下重复,而且并不总是符合最佳实践,所以许多开发框架建立了。我们已经定义了共同关注的问题和应用模式,代表有效解决办法的工具。开发框架提供:<1)从用户界面到数据集成的应用程序开发堆栈;<2)一个架构,基本环境及他们的相关技术,这些技术用来使用其他一些框架。架构定义了一个开发方法,其目的是协助客户开发工程。 关键词:J2EE 框架WEB开发 一、引言 软件工具包用来进行复杂的空间动态系统的非线性分析越来越多地使用基于Web的网络平台,以实现他们的用户界面,科学分析,分布仿真结果和科学家之间的信息交流。对于许多应用系统基于Web访问的非线性分析模拟软件成为一个重要组成部分。网络硬件和软件方面的密集技术变革[1]提供了比过去更多的自由选择机会[2]。因此,WEB平台的合理选择和发展对整个地区的非线性分析及其众多的应用程序具有越来越重要的意义。现阶段的WEB发展的特点是出现了大量的开源框架。框架将Web开发提到一个更高的水平,使基本功能的重复使用成为可能和从而提高了开发的生产力。 在某些情况下,开源框架没有提供常见问题的一个解决方案。出于这个原因,开发在开源框架的基础上建立自己的工程发展框架。本文旨在描述是一个基于Java的框架,该框架利用了开源框架并有助于开发基于Web的应用。通过分析现有的开源框架,本文提出了新的架构,基本环境及他们用来提高和利用其他一些框架的相关技术。架构定义了自己开发方法,其目的是协助客户开发和事例工程。 应用程序设计应该关注在工程中的重复利用。即使有独特的功能要求,也

机械类外文翻译

机械类外文翻译 塑料注塑模具浇口优化 摘要:用单注塑模具浇口位置的优化方法,本文论述。该闸门优化设计的目的是最大限度地减少注塑件翘曲变形,翘曲,是因为对大多数注塑成型质量问题的关键,而这是受了很大的部分浇口位置。特征翘曲定义为最大位移的功能表面到表面的特征描述零件翘曲预测长度比。结合的优化与数值模拟技术,以找出最佳浇口位置,其中模拟armealing算法用于搜索最优。最后,通过实例讨论的文件,它可以得出结论,该方法是有效的。 注塑模具、浇口位臵、优化、特征翘曲变形关键词: 简介 塑料注射成型是一种广泛使用的,但非常复杂的生产的塑料产品,尤其是具有高生产的要求,严密性,以及大量的各种复杂形状的有效方法。质量ofinjection 成型零件是塑料材料,零件几何形状,模具结构和工艺条件的函数。注塑模具的一个最重要的部分主要是以下三个组件集:蛀牙,盖茨和亚军,和冷却系统。拉米夫定、Seow(2000)、金和拉米夫定(2002) 通过改变部分的尼斯达到平衡的腔壁厚度。在平衡型腔充填过程提供了一种均匀分布压力和透射电镜,可以极大地减少高温的翘曲变形的部分~但仅仅是腔平衡的一个重要影响因素的一部分。cially Espe,部分有其功能上的要求,其厚度通常不应该变化。 pointview注塑模具设计的重点是一门的大小和位臵,以及流道系统的大小和布局。大门的大小和转轮布局通常被认定为常量。相对而言,浇口位臵与水口大小布局也更加灵活,可以根据不同的零件的质量。 李和吉姆(姚开屏,1996a)称利用优化流道和尺寸来平衡多流道系统为multiple 注射系统。转轮平衡被形容为入口压力的差异为一多型腔模具用相同的蛀牙,也存

机械类毕业设计外文文献翻译

沈阳工业大学工程学院 毕业设计(论文)外文翻译 毕业设计(论文)题目:工具盒盖注塑模具设计 外文题目:Friction , Lubrication of Bearing 译文题目:轴承的摩擦与润滑 系(部):机械系 专业班级:机械设计制造及其自动化0801 学生姓名:王宝帅 指导教师:魏晓波 2010年10 月15 日

外文文献原文: Friction , Lubrication of Bearing In many of the problem thus far , the student has been asked to disregard or neglect friction . Actually , friction is present to some degree whenever two parts are in contact and move on each other. The term friction refers to the resistance of two or more parts to movement. Friction is harmful or valuable depending upon where it occurs. friction is necessary for fastening devices such as screws and rivets which depend upon friction to hold the fastener and the parts together. Belt drivers, brakes, and tires are additional applications where friction is necessary. The friction of moving parts in a machine is harmful because it reduces the mechanical advantage of the device. The heat produced by friction is lost energy because no work takes place. Also , greater power is required to overcome the increased friction. Heat is destructive in that it causes expansion. Expansion may cause a bearing or sliding surface to fit tighter. If a great enough pressure builds up because made from low temperature materials may melt. There are three types of friction which must be overcome in moving parts: (1)starting, (2)sliding, and(3)rolling. Starting friction is the friction between two solids that tend to resist movement. When two parts are at a state of rest, the surface irregularities of both parts tend to interlock and form a wedging action. To produce motion in these parts, the wedge-shaped peaks and valleys of the stationary surfaces must be made to slide out and over each other. The rougher the two surfaces, the greater is starting friction resulting from their movement . Since there is usually no fixed pattern between the peaks and valleys of two mating parts, the irregularities do not interlock once the parts are in motion but slide over each other. The friction of the two surfaces is known as sliding friction. As shown in figure ,starting friction is always greater than sliding friction . Rolling friction occurs when roller devces are subjected to tremendous stress which cause the parts to change shape or deform. Under these conditions, the material in front of a roller tends to pile up and forces the object to roll slightly uphill. This changing of shape , known as deformation, causes a movement of molecules. As a result ,heat is produced from the added energy required to keep the parts turning and overcome friction. The friction caused by the wedging action of surface irregularities can be overcome

毕业设计外文翻译

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

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

电气毕业设计外文文献

外文文献: The Intelligent Building One of the benefits of the rapid evolution of information technology has been the development of systems that can measure, evaluate, and respond to change。An enhanced ability to control change has sparked developments in the way we design our physical environment, in particular, the buildings in which we work。As a result, we are witnessing significant growth in the area of "Intelligent Buildings"--buildings that incorporate information technology and communication systems, making them more comfortable, secure, productive, and cost-effective What is an Intelligent Building? An Intelligent Building is one equipped with the telecommunications infrastructure that enables it to continuously respond and adapt to changing conditions, allowing for a more efficient use of resources and increasing the comfort and security of its occupants。An Intelligent Building provides these benefits through automated control systems such as: heating, ventilation, and air-conditioning (HVAC);fire safety;security;and energy/lighting management。For example, in the case of a fire, the fire alarm communicates with the security system to unlock the doors。The security system communicates with the HVAC system to regulate the flow of air to prevent the fire from spreading。 What benefits do Intelligent Buildings offer their owners and occupants? The introduction in the workplace of computers printers photocopiers, and fax machines has increased indoor pollution。Electrical and telecommunications facilities in office buildings are under pressure to satisfy the demands created by the rapid growth of computer and networking technologies。These factors have a definite impact on productivity. New technology can be used to create Intelligent Buildings that address these problems by providing a healthier, more productive, and less energy-intensive work environment。As these are critical factors for business

相关文档
最新文档