外国文献翻译

外国文献翻译
外国文献翻译

USING OF EXTENSIBLE FRAMEWORK FOR

DISTRIBUTED CONTROL DESIGN

Jiri Koziorek

Abstract:

The contribution brings results of a general framework extension development

with final aim to obtain a CASE-like tool for distributed control systems design. The

tool should be suitable for the systems with programmable controllers and should be

based on the international standards IEC 61131 and IEC 61499. The general

framework was developed at Department of Measurement and Control, VSB-TU Ostrava. The described system allows covering of main steps of design process from

system analysis to implementation of control application.

Keywords:

Distributed control, Control system design, Programmable controllers, CASE,

Control system analysis.

1、INTRODUCTION

A lot of the methods that are used in hardware and software engineering have common some general features. They often use graphic representation of described system, graphic diagrams with individual nodes connected by oriented (or not oriented) edges. The edges represent relations between two nodes of the system. The diagrams represent general mathematical structures - graphs that can be investigate using some techniques of graph theory.

The graph theory uses particular methods to express the diagram/graph structure and solution of various tasks defined over graph. Because diagrams describing particular HW or SW aspects of a system have also particular semantic interpretation, the interpretation can be given also to the results acquired by the applied graph theoretical method.

When we have a general kernel that covers universal features of the graphs, the particular tools can be created by the specialization of common general kernel - general framework kernel.

This idea was fundamental for creating common development base that can be extendable by particular extensions. Such common base (framework) was developed at Department of

2000 - 2003(Cernohorsky and Hrudka, 2003). As the software environment for its realization was chosen system the Black Box Component Builder (BBCB). BBCB has character of a framework itself and its power consists in the ability to provide a basis for development of more specialised frameworks by s elf-extending.

In year 2003 was realized first extension of general framework kernel (Hrudka, 2004). The extension implement CODARTS notation to the framework. CODARTS (Concurrent Design Approach for Real- Time Systems) is based on DARTS (Design Approach for Real-Time Systems) method of software design, which uses RTSAD (Real-Time Structured Analysis and Design). A software system is decomposed by using data and control flow hierarchy. CODARTS uses this methodology and appends facilities for object approach during the system analysis and modelling phase. CODARTS also supports the development of distributed systems.

The second, currently realized extension is the methodology for design of distributed control system with programmable controllers. The extension conforms to international standards with scope to PLC systems and should cover system design from stage of system analysis to implementation of control application. In following text, more details will be described.

The methodology should have following basic characteristics:

-to cover all stages of distributed control applications design

-to be suitable for control applications based on programmable controllers

-the international standards IEC 61131 and 61499 are basis for used models

-the principle of methodology is based on structured analysis and design approach。

2、TYPES OF DESIGN METHODS

There is a lot of methods for analysis and design of the real-time systems. An aim of using the design method is finding an optimal hardware and software architecture of the system and eventually partial or full implementation of the application code. Generally, there are two main approaches to system design:

-Structured analysis and design - a substance of the method is the design of a model where are depicted individual processes and their interconnections by data and control flows. The model is then a basis for implementation of application software.

-Object-oriented design - defines a structure of objects that reflects characteristics and

performance of individual elements of a real system.

At the present, the graphic methods realized at computers are frequently used. Such tools are called as CASE tools (Computer Assisted Software Engineering). They provide a graphic interface for making system analysis and design.

The methods based on object-oriented design are recently very popular. The most famous representative is UML (Unified Modelling Language). The UML is complex design methodology characterized especially by consistence of views that make the design easier in all stages of the application life-cycle. The UML methodology is a basis of several CASE tools as for example Rational Rose of Rational Software Corporation or Rhapsody of I-Logix Company.

The UML methodology and CASE applications that use it are suitable for design of the software in object oriented programming languages (as C++, JAVA etc.). The result of design is generated base of software application code. In the area of industrial control systems, programming languages enabling object oriented approach can be found very rarely.

The most popular control device today is programmable controller (PLC) which is used in majority of applications. The basic source, that defines programming languages for PLCs, is the international standard IEC 61131-3. There is not any object-oriented programming language at this standard. The basic element of its languages is not the object but a function block. Some PLC producers enable to program their PLCs in C language (for example B&R) or in others higher programming languages - but usually without object-oriented programming (OOP) support.

So, it is not reason to suppose that using of CASE tools based on OOP will be possible for design of industrial control applications in near future.

For such group of systems, the structured design is advantageous. In the near past, many design methodologies for structured design were developed but only some of them were realized as CASE tools. As an example can be mentioned a methodology for real-time applications software architecture design - DARTS (Design Approach for Real-Time Systems). It covers all steps of developed software life-cycle and contains criterias for optimal decomposition during design of real-time systems architecture. Despite of existence potentially

suitable design methods for control applications with programmable controllers, their using in practice in engineering companies is minimal.

The question is - Why? The design methods should ease the system analysis and the control software design and should make application development faster and more transparent. So this fact should mean their frequent usage.

The main problem is apparently caused by problematic link between CASE tool and concrete programming language. Another important fact is that absolute majority of PLC producers don’t provide the engineering tools based on such design methods for their products. For example Siemens Company, important world producer of the PLCs, gives in its technical documentation (Siemens, 2004) some recommendations for approach to design of control applications (similar to structured design), but engineering tools for Siemens PLCs don’t reflect them sufficiently. Similar situation is in engineering tools of others companies. Using stand-alone CASE tool in this situation can also increase level of transparency, reduce number of faults in developed application but means likewise more time and additional activities needed for the design.

The solution of described situation is existence of such development tool that covers application development from system analysis to software implementation for concrete control system. The basis for this tool can be any of existing structured design method. But it must be extended with specific set of abstractions for particular control system. Such extension of the general design tool should be based on widely accepted international standards and should follow future progress of control systems.

There are two international standards that are commonly supported by PLC producers and that provide recommendations for programming languages, communications, a design of distributed applications and other basic problems:

IEC 61131 - ”Programmable controllers“-fundamental standard for programmable controllers, especially parts 3 (programming languages) a 5 (Communications).

IEC 61499 - ” Function blocks for industrial- process measurement and control systems“ - Standard describes programming of distributed applications and using function blocks as elementary components of distributed applications.

3、INTERNATIONAL STANDARDS

As mentioned above, there are two important international standards concerning programmable controllers at the present - IEC 61131 and IEC 61499. The first is basic standard for PLCs, widely supported by industrial producers. The recommendations of standard are commonly accepted and they are implemented to majority of programming tools for PLCs. Part 3 (and also part 5) is applied most often.

The second, in the other hand, is the new standard defining function blocks as the basic elements of distributed control applications. Its recommendations aren’t commonly implemented in engineering tools of main PLC producers today and the standard can be taken as a definition of future development.

IEC 61131 Stαndαrd - Progrαmmαble controllers

The standard was published during years 1992 and 1998. It contains eight parts that cover various problems of PLC systems. Following list present the parts of the standard (Lewis, 1998):

1- General information - Definition of basic terminology and conception.

2- Equipment requirements and test - Electronic and mechanical construction, verification tests

3- Programmable languages - Structure of PLC software, languages and program processing.

4- User guidelines - Guidance on selection,installation and maintenance of PLCs.

5- Messaging service specification - Software components for communication between devices based on MAP ( Manufacturing Messaging Services ).

6- Communication via fieldbuses - Software components for communication using IEC fieldbuses.

7- Fuzzy control programming - Software components including standard function blocks for using fuzzy logic in programmable controllers.

8- Guidelines for implementation of languages for programmable controllers - Application and implementation rules for IEC 61131-3 languages.

For the purpose of creation the framework extension, the most important part is part no.3, 5 eventually 6.

Pαrt no. 3. This part defines a set of programming languages (5 languages) for PLCs and describes

common rules for program structure, notation, data types etc (IEC 61131-3, 1996). Defined languages do not support object-oriented programming despite of fact that one of them is high level programming language (ST - Structured Text). Standard defines the function block as basic element of the application. At the Figure 1 is described IEC 61131-3 software model.

Fig. 1. IEC software model.

Pαrt no. 5. This part concerns purely communications. It deals with features that enable PLC connected to communication network to exchange information and to initialize various actions. Part no. 5 deals with all aspect of external communication of PLCs.

IEC 61499 Stαndαrd - Function blocks for industriαl process meαsurement αnd control systems

The standard evolves an important idea defined in IEC 61131-3; the idea that function blocks are basic elements of local control application in PLC. IEC 61499 tells that the functions blocks are also basic elements of distributed control applications. The standard describes how the function blocks should looks like how to use them in distributed applications how to

Pristupove cesty

Task Task Task Tas k

Globaln岳a primo reprezentovane prom岳

nne

Komunikacni funkce

definovane IEC 61131-5

establish connection between them etc (IEC 61499, 2002; Lewis, 2001).

At the end of year 2003, the standard had four parts and works on it still continue:

1- Architectures - defines scope of the standard,basic terminology and describes types of models that are useful for distributed control application design.

2- Software Tools Requirements - contains specification of resources and devices types.

3- Application Guidelines - brings examples for implementation of software tools for tasks defined in previous parts.

4- Rules for Compliance Profiles - defines rules for compatibility profiles.

4、DESCRIPTION OF IMPLEMENTED METHODOLOGY

During the design of a distributed control application, an engineer must perform two main stages:

-Stage of functional design - an engineer analyses a physical structure of a controlled system and describes demands of highest level. This can be realized by set of blocks that represent main software components. At this level of design, physical placing of software block is not mentioned.

-Distribution of function stage - in distribution system design is necessary the distribution of functionality to process resources. IEC 61499 provides concepts and models for realizing this stage. Result of this stage is a network of function blocks that are allocated to process resources.

In following text are described models that are parts of developed framework extension.

The implemented methodology covers all steps of distributed control system design by following models:

-Function model - the aim of the model is to understand the system that should be controlled, describe its structure, decompose it to sub- systems or processes that can be then represented by software components.

-System model - the system model describes physical structure of a distributed control system. It defines relations between communicating devices and applications, defines way of communication between devices and its characteristics, and describes

distribution of applications between individual devices interconnected by communication

network.

-Device model - the model depicts which resources and hardware components are available in device and which applications use them, defines hardware configuration of the device and describes connected I/O signals.

-Resource model - the resource model describes which applications (or application parts) are processed by the resource. In the case of an application distributed to several resources, the resource model defines the ways of their communications. The way of communication is dependent to used communication connection but in fact, possibilities described in IEC 61131-5 can be chosen.

-Application model - the application model describes structure of applications, interconnections between sub-applications, between function blocks. When the function blocks are defined as basic elements of control applications, then the realization of application model is practically equal to creation of application.

5、A PILOT ANALYSIS AND DESIGN

The following pilot analysis and design was realized to demonstrate the above mentioned methodology. It presents all described models.

A coke-oven plant was chosen as a technological system for which the distributed control system should be designed. The coke-oven plant is complex system with number of

sub-systems that interact more or less between each other. The dimension of this technological system and its segmentation to

sub-systems are the reasons, why the coke-oven plant is optimal for control by distributed control system. During realization of pilot application, practical experiences with such type of technological plant were used because the author took part in realization of centralized control system of the coke-oven plant in Ostrava, Czech Republic (Koziorek, 1999).

Function design

The goal of function design is a description of coke- oven plant structure and functions. The result of this stage is relatively complicated set of models -

graphs. Each graph describes the system from highest level, through description of concrete parts of the system, to functional description of particular subsystems at the lowest level.

The coke-oven plant was divided to four parts:

-Co ke battery - main part of the plant, contains following subsystems -cokery gas

distribution, mining gas distribution, raw cokery gas distribution) and exhaustion.

-Changing device - a part that contains only one,relatively independent sub-system.

-Mix station - a part containing three sub-systems - MxG ratio, MG pressure, calorific value.

-Others subsystems - additional subsystems, that supports systems operation - hydro-injection,water distribution, pumps.

6、CONCLUSIONS

The contribution brings results of general frameworks extension development. It describes the structured design methodology that covers all steps of design process. The contribution contains also the pilot application of concrete technological system analysis and design. The design using presented methodology is very fluent and transparent which has positive influence at quality of distributed control applications.

译文

可扩展框架在分布式控制设计中的应用

Jiri Koziorek

摘要:

分布式控制系统设计的贡献带来的结果,最终目的是获得一个类似的工具来分布式控制系统设计的总体框架扩展开发。该工具应适用于可编程控制器的系统,并应根据国际标准IEC 61131和IEC 61499。总体框架是在测量和控制部门的发展。所描述的系统允许覆盖设计过程的主要步骤,从系统分析到控制应用的实施。

关键词:

集散控制,控制系统设计,可编程控制器,案例,控制系统分析。

1、简介。

在硬件和软件工程中使用的许多方法都有一些共同的特点。他们经常使用所描述的系统的图形表示,图形与个别节点连接的面向(或不面向)的边缘。边缘表示系统的两个节点之间的关系。该图表示一般的数学结构-图形,可以使用一

些技术的图论研究。

图论使用特定的方法来表达图/图结构和解决方案的各种任务定义在图。由

于图描述特定的硬件或SW方面的系统也有特定的语义解释,解释也可以得到的结果所施加的图论理论方法。

这个想法是创建共同发展的基础,可以扩展的特殊扩展的基础。这样的共同基础(框架)是在测量和控制部门的发展,俄罗斯、捷克共和国年2000 - 2003。作为其实现的软件环境的选择系统的黑盒组件生成器(BBCB)。BBCB具有框架本身和它的力量在于发展更多的专业框架的自我扩展提供基础的能力。

在2003年实现了总体框架的内核的第一个扩展(HRUDKA,2004)。推广实施CODARTS符号的框架。CODARTS(并行设计的方法对真实时间系统)是基于

飞镖(实时系统设计方法)的软件设计方法,它采用RESAD(实时结构化分析与设计)。使用数据和控制流层次分解软件系统。使用这种方法并追加CODARTS

方法为对象的设施在系统分析和建模阶段。CODARTS还支持分布式系统的开发。

第二,目前实现的扩展是可编程控制器的分布式控制系统的设计方法。扩展符合PLC系统的国际标准,应包括从系统分析到控制应用实现的系统设计。在下面的文字,更多的细节将被描述。

方法论应具有以下基本特征:

-涵盖分布式控制应用程序设计的各个阶段

-适用于基于可编程控制器的控制应用

-国际标准IEC 61131和61499是使用型号的基础

-方法论的原理是基于结构化分析和设计方法。

2、设计方法的类型。

实时系统的分析和设计方法有很多种。使用设计方法的目的是找到一个最佳的硬件和软件体系结构,并最终部分或全部实施的应用程序代码。一般来说,系统设计主要有两种方法:

-结构化分析和设计-该方法的实质是设计一个模型,通过数据和控制流描述个体-过程及其相互关系。该模型是应用软件实现的基础。

-面向对象设计定义了反映真实系统各个元素特性和性能的对象结构。

目前,在计算机上实现的图形方法经常使用。这种工具被称为CASE工具(计算机辅助软件工程)。他们提供了一个图形界面进行系统分析和设计。

基于面向对象的设计方法最近非常流行。最著名的代表是UML(统一建模语言)。UML是复杂的设计方法的特点,特别是由一致的意见,使设计更容易在应用程序生命周期的各个阶段。UML的方法是根据几个案例工具如Rational Rose Rational软件公司或I-Logix Rhapsody公司。

UML方法和案例应用,适用于面向对象的编程语言的软件设计(如C++、java 等)。设计结果是软件应用代码生成的基础。在工业控制系统的领域,编程语言,面向对象的方法,可以发现很少。

当今最流行的控制设备是可编程控制器(PLC),它在大多数应用中使用。的基本来源,定义了PLCs的编程语言,是国际标准IEC 61131-3。有没有任何面向对象的编程语言在这个标准。其语言的基本元素不是对象,而是一个函数块。一些PLC生产商可以用C语言编程(例如B & R)或其他更高的编程语言,但通常没有面向对象编程(OOP)支持。

因此,没有理由认为基于面向对象的CASE工具的应用将有可能在不久的将来设计工业控制应用。

对于这样的组系统,结构化设计是有利的。在过去,许多结构化设计的设计方法进行了开发,但只有他们中的一些实现CASE工具。作为一个例子,可以提到一个方法的实时应用软件体系结构设计-飞镖(实时系统的设计方法)。它涵盖了软件生命周期的所有步骤,包括最优分解指标的实时系统的设计中。尽管存在潜在的合适的设计方法与可编程控制器的控制应用,他们在工程公司的实践中使用的是最小的。

所描述的情况的解决方案是这样的开发工具,涵盖了应用开发从系统分析到软件实现的具体控制系统的发展。这个工具的基础可以是任何现有的结构化设计方法。但它必须扩展特定的抽象的特定控制系统。这种扩展的一般设计工具应基于广泛接受的国际标准,并应遵循未来的进度控制系统。

有两个国际标准,通常由PLC生产商支持,并提供编程语言,通信,分布式应用程序设计和其他基本问题的建议:

IEC 61131“可编程控制器”-可编程控制器的基本标准,特别是第3部分(编程语言)A 5(通信)。

IEC 61499功能块用于工业过程测量和控制系统”的标准描述了编程的分布式应用程序和使用功能块为基本组件的分布式应用程序。

3、国际标准。

如上所述,有两个重要的国际标准有关可编程控制器在目前- IEC 61131和IEC 61499。首先是PLCs的基本标准,广泛支持的工业生产者。标准的建议是普遍接受的,他们实施的大多数编程工具的PLC。第3部分(也是第5部分)最常应用。第二,另一方面,是定义功能块作为分布式控制应用的基本元素的新标准。它的建议通常不在今天的主要PLC生产商的工程工具中实现,标准可以作为未来发展的定义。

该标准是在1992和1998年出版的。它包含八部分,涵盖了PLC系统的各种问题。下面列出了标准的部分(刘易斯,1998):

1 -一般信息-定义的基本术语和概念。

2 -设备要求和测试-电子和机械结构,验证测试

快速外文文献翻译

快速外文文献翻译 在科研过程中阅读翻译外文文献是一个非常重要的环节,许多领域高水平的文献都是外文文献,借鉴一些外文文献翻译的经验是非常必要的。由于特殊原因我翻译外文文献的机会比较多,慢慢地就发现了外文文献翻译过程中的三大利器:Google“翻译”频道、金山词霸(完整版本)和CNKI“翻译助手"。 具体操作过程如下: 1.先打开金山词霸自动取词功能,然后阅读文献; 2.遇到无法理解的长句时,可以交给Google处理,处理后的结果猛一看,不堪入目,可是经过大脑的再处理后句子的意思基本就明了了; 3.如果通过Google仍然无法理解,感觉就是不同,那肯定是对其中某个“常用单词”理解有误,因为某些单词看似很简单,但是在文献中有特殊的意思,这时就可以通过CNKI的“翻译助手”来查询相关单词的意思,由于CNKI的单词意思都是来源与大量的文献,所以它的吻合率很高。 另外,在翻译过程中最好以“段落”或者“长句”作为翻译的基本单位,这样才不会造成“只见树木,不见森林”的误导。 注: 1、Google翻译:https://www.360docs.net/doc/6e13505928.html,/language_tools google,众所周知,谷歌里面的英文文献和资料还算是比较详实的。我利用它是这样的。一方面可以用它查询英文论文,当然这方面的帖子很多,大家可以搜索,在此不赘述。回到我自己说的翻译上来。下面给大家举个例子来说明如何用吧比如说“电磁感应透明效应”这个词汇你不知道他怎么翻译, 首先你可以在CNKI里查中文的,根据它们的关键词中英文对照来做,一般比较准确。 在此主要是说在google里怎么知道这个翻译意思。大家应该都有词典吧,按中国人的办法,把一个一个词分着查出来,敲到google里,你的这种翻译一般不太准,当然你需要验证是否准确了,这下看着吧,把你的那支离破碎的翻译在google里搜索,你能看到许多相关的文献或资料,大家都不是笨蛋,看看,也就能找到最精确的翻译了,纯西式的!我就是这么用的。 2、CNKI翻译:https://www.360docs.net/doc/6e13505928.html, CNKI翻译助手,这个网站不需要介绍太多,可能有些人也知道的。主要说说它的有点,你进去看看就能发现:搜索的肯定是专业词汇,而且它翻译结果下面有文章与之对应(因为它是CNKI检索提供的,它的翻译是从文献里抽出来的),很实用的一个网站。估计别的写文章的人不是傻子吧,它们的东西我们可以直接拿来用,当然省事了。网址告诉大家,有兴趣的进去看看,你们就会发现其乐无穷!还是很值得用的。https://www.360docs.net/doc/6e13505928.html, 3、网路版金山词霸(不到1M):https://www.360docs.net/doc/6e13505928.html,/6946901637944806 翻译时的速度: 这里我谈的是电子版和打印版的翻译速度,按个人翻译速度看,打印版的快些,因为看电子版本一是费眼睛,二是如果我们用电脑,可能还经常时不时玩点游戏,或者整点别的,导致最终SPPEED变慢,再之电脑上一些词典(金山词霸等)在专业翻译方面也不是特别好,所以翻译效果不佳。在此本人建议大家购买清华大

电气外文文献-翻译

Circuit breaker 断路器 Compressed air circuit breaker is a mechanical switch equipm ent, can be i 空气压缩断路器是一种机械开关设备,能够在n normal and special conditions breaking current (such as sho rt circuit cur 正常和特殊情况下开断电流(比如说短路电流)。 rent). For example, air circuit breaker, oil circuit breaker, interf erence circ 例如空气断路器、油断路器,干扰电路的导体uit conductor for the application of the safety and reliability o f the circuit 干扰电路的导体因该安全可靠的应用于其中, breaker, current in arc from is usually divided into the followin g grades: a 电流断路器按灭弧远离通常被分为如下等级:ir switch circuit breaker, oil circuit breaker, less oil circuit break er, compr 空气开关断路器、油断路器、少油断路器、压缩空essed air circuit breaker, a degaussing of isolating switch, six s ulfur hexaf

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

外文原文 Mechanical Design Abstract: A machine is a combination of mechanisms and other components which transforms, transmits. Examples are engines, turbines, vehicles, hoists, printing presses, washing machines, and movie cameras. Many of the principles and methods of design that apply to machines also apply to manufactured articles that are not true machines. The term "mechanical design" is used in a broader sense than "machine design" to include their design. the motion and structural aspects and the provisions for retention and enclosure are considerations in mechanical design. Applications occur in the field of mechanical engineering, and in other engineering fields as well, all of which require mechanical devices, such as switches, cams, valves, vessels, and mixers. Keywords: Mechanical Design mechanisms Design Process The Design Process Designing starts with a need real.Existing apparatus may need improvements in durability, efficiency, weight, speed, or cost. New apparatus may be needed to perform a function previously done by men, such as computation, assembly, or servicing. With the objective wholly or partly In the design preliminary stage, should allow to design the personnel fully to display the creativity, not each kind of restraint. Even if has had many impractical ideas, also can in the design early time, namely in front of the plan blueprint is corrected. Only then, only then does not send to stops up the innovation the mentality. Usually, must propose several sets of design proposals, then perform the comparison. Has the possibility very much in the plan which finally designated, has used certain not in plan some ideas which accepts. When the general shape and a few dimensions of the several components become

消费者购买心理研究外文翻译文献

消费者购买心理研究外文翻译文献 (文档含中英文对照即英文原文和中文翻译) 译文: 台湾消费者与美国消费者服装购买心理差异的研究 摘要 本文通过对119名台湾女大学生和美国女大学生服装购买意向和心理差异进行问卷调查,得出两国女大学生消费者在购买服装时心理决策过程的异同。在本次服装消费购买的意向和心理调查研究中,采用了12个比较常见的影响消费者服装购买决策的评价标准因素,每个因素按重要性依次有7个可供选择的标度,这12个因素分别是:服装面料、穿着舒适性、服装尺寸是否适合、服装缝制质量、服装制造商在行业内的地位、服装色彩、他人的评价、服装品牌、是否适合在校园穿着、服装价格、服装款式、搭配自己原有的服装。问卷调查表明,

在影响自身服装购买意向和评价的标准上,台湾和美国的女大学生两个不同群体的评价标准是非常类似的,可见购买意向的形成标准具有普遍性。此外,在上述十二项影响购买意向或在购买时考虑的因素中,服装的尺寸是否适合被认为是最重要的标准。本文还对这两个不同的群体进行跨境比较从而得出比较研究的结论,着重提供了在消费者的购买决策过程中对消费者的购买意向会产生重要影响的信息,从而有助于服装品牌和制造商在市场营销中运用这些信息从而制定和发展国际营销战略。 关键词消费者行为;消费者购买决策;评估标准;跨境 正文 美国商品和商品服务在国际市场份额中的不断增长对美国经济的影响越来越大,为了在国际市场上获得进一步的成功,调查评估是非常必要的:即不同国家和地区的消费者对于美国的商品和商品服务到底是如何评价和如何进行衡量的?通过数年来多次广泛采样和调查研究,消费评估的模式模型已经初步制定,用以对消费者的购买意向和心理提供一个框架性的指导,并藉此预测消费心理学和行为学的复杂性。该模型系采用恩格尔、柯莱特、米尼阿德模式的消费决策来构建的(即恩格尔,布莱克威尔及米尼阿德于1995年提出的EKM模型),该EKM模型包括四个阶段的消费决策行为: (1)消费信息的获取; (2)消费信息的处理; (3)消费的决策过程; (4)模型中的变量影响决策过程的模式; 在模型中,给出消费信息的获取阶段之前,个体需要形成消费需求的意向,这一意向导致其认为自身有必要进行相关的此项消费,一旦对于自身需要进行此项消费的意向形成,则个体即开始通过收集和搜索来获取消费的相关信息,“所谓的信息处理,其宏指涵盖的消费进程,包括信息的获取、对所获取信息的评估和判断,对评估判断完成后的相关信息进行储存、以及在进行具体的消费行为时重新从储存的信息中进行提取”(恩格尔等1995年发表的相关论文,第472页)。据此,消费信息的处理阶段有如下五个步骤:消费者对于该信息的首次接触,对于该信息的关注,进一步的理解,接受该信息所包含的内容,并最终保留该消费信息。而决策过程的阶段则有如下六个步骤:对自消费需求进行认可、开始搜索信息、在购买前对信息进行评估、购买行为决定、具体的消费行为和购买后对发生的消费行为的评价。而变量影响决策过程分为三类:一、环境造成的影响;二、个体间的差异造成的影响;三、心理决策过程差异造成的影响。这其中,环境因素包括消费者所处的文化氛围,所在的社会阶层,消费者的个人经历,消费者的家庭境况;而个体间的差异则包括消费者可利用的资源,消费的动机,消费者的知识,对于消费的态度,消费者的人格,价值观念和取向以及生活方

文献综述,外文翻译,论文网站

文献综述怎么写 1) 什么是文献综述? 文献综述是研究者在其提前阅读过某一主题的文献后,经过理解、整理、融会贯通,综合分析和评价而组成的一种不同于研究论文的文体。 2) 文献综述的写作要求 1、文献综述的格式 文献综述的格式与一般研究性论文的格式有所不同。这是因为研究性的论文注重研究的方法和结果,而文献综述介绍与主题有关的详细资料、动态、进展、展望以及对以上方面的评述。因此文献综述的格式相对多样,但总的来说,一般都包含以下四部分:即前言、主题、总结和参考文献。撰写文献综述时可按这四部分拟写提纲,再根据提纲进行撰写工作。 前言,要用简明扼要的文字说明写作的目的、必要性、有关概念的定义,综述的范围,阐述有关问题的现状和动态,以及目前对主要问题争论的焦点等。前言一般200-300字为宜,不宜超过500字。 正文,是综述的重点,写法上没有固定的格式,只要能较好地表达综合的内容,作者可创造性采用诸多形式。正文主要包括论据和论证两个部分,通过提出问题、分析问题和解决问题,比较不同学者对同一问题的看法及其理论依据,进一步阐明问题的来龙去脉和作者自己的见解。当然,作者也可从问题发生的历史背景、目前现状、发展方向等提出文献的不同观点。正文部分可根据内容的多少可分为若干个小标题分别论述。 小结,是结综述正文部分作扼要的总结,作者应对各种观点进行综合评价,提出自己的看法,指出存在的问题及今后发展的方向和展望。内容单纯的综述也可不写小结。 参考文献,是综述的重要组成部分。一般参考文献的多少可体现作者阅读文献的广度和深度。对综述类论文参考文献的数量不同杂志有不同的要求,一般以30条以内为宜,以最近3-5年内的最新文献为主。 2、文献综述规定 1. 为了使选题报告有较充分的依据,要求硕士研究生在论文开题之前作文献综述。 2. 在文献综述时,研究生应系统地查阅与自己的研究方向有关的国内外文献。通常阅读文献不少于30篇,且文献搜集要客观全面 3. 在文献综述中,研究生应说明自己研究方向的发展历史,前人的主要研究成果,存在的问题及发展趋势等。 4. 文献综述要条理清晰,文字通顺简练。 5. 资料运用恰当、合理。文献引用用方括号[ ]括起来置于引用词的右上角。 6. 文献综述中要有自己的观点和见解。不能混淆作者与文献的观点。鼓励研究生多发现问题、多提出问题、并指出分析、解决问题的可能途径,针对性强。 7. 文献综述不少于3000字。 3、注意事项 ⒈搜集文献应尽量全。掌握全面、大量的文献资料是写好综述的前提,否则,随便搜集一点资料就动手撰写是不可能写出好的综述。 ⒉注意引用文献的代表性、可靠性和科学性。在搜集到的文献中可能出现观点雷同,有的文献在可靠性及科学性方面存在着差异,因此在引用文献时应注意选用代表性、可靠性和科学性较好的文献。 ⒊引用文献要忠实文献内容。由于文献综述有作者自己的评论分析,因此在撰写时应分清作者的观点和文献的内容,不能篡改文献的内容。引用文献不过多。文献综述的作者引用间接文献的现象时有所见。如果综述作者从他人引用的参考文献转引过来,这些文献在他人

电气供配电系统大学毕业论文英文文献翻译及原文

毕业设计(论文) 外文文献翻译 文献、资料中文题目:供配电系统 文献、资料英文题目:POWER SUPPLY AND DISTRIBUTION SYSTEM 文献、资料来源: 文献、资料发表(出版)日期: 院(部): 专业: 班级: 姓名: 学号: 指导教师: 翻译日期: 2017.02.14

POWER SUPPLY AND DISTRIBUTION SYSTEM ABSTRACT The basic function of the electric power system is to transport the electric power towards customers. The l0kV electric distribution net is a key point that connects the power supply with the electricity using on the industry, business and daily-life. For the electric power, allcostumers expect to pay the lowest price for the highest reliability, but don't consider that it's self-contradictory in the co-existence of economy and reliable.To improve the reliability of the power supply network, we must increase the investment cost of the network construction But, if the cost that improve the reliability of the network construction, but the investment on this kind of construction would be worthless if the reducing loss is on the power-off is less than the increasing investment on improving the reliability .Thus we find out a balance point to make the most economic,between the investment and the loss by calculating the investment on power net and the loss brought from power-off. KEYWARDS:power supply and distribution,power distribution reliability,reactive compensation,load distribution

健康心理学外文文献翻译

Collaborative Relationships: School Counselors and Non-School Mental Health Professionals Working Together to Improve the Mental Health Needs of Students 浅议基于合作关系的学校辅导员和非学校的心理健康专家对学生心理健康需要的改善作用 Chris Brown, Ph.D. David T. Dahlbeck Lynette Sparkman Barnes 摘要: 本研究调查了53名受聘于各初中、高中的辅导员和管理员关于他们对校内与校外心理健康专家协同工作来回应学生的心理健康需求的看法。除此之外,本研究还试图了解学校辅导员和学校校长或副校长是如何看待学校辅导员的角色、职责以及对学校辅导员培训的范围。 正文: 为了努力提供一系列广泛的服务来帮助学生处理他们带进课堂的社交及情绪问题,学校和社会心理健康机构已经开始实施合作伙伴关系(Walsh & Galassi, 2002)。沃尔什和加拉西断言,如果我们想要成功的使结构复杂的校内和校外儿童生活产生交叉,我们就必须以整个儿童的发展为重点。这样做将需要“跨越专业和机构界限的合作”。体现着学校与社区心理健康机构建立伙伴关系的扩展的学校心理健康计划在美国有不断发展的倾向。在这些计划中,学校聘请的心理健康专业人员在强调有效地预防、评估和干预方面提供了无数的服务(Weist, Lowie, Flaherty, & Pruitt, 2001)。这项合作活动是为了减轻教育系统的负担和责任,同时提高了服务的零散和不完整传递给适龄儿童和青年。研究表明,在申请心理健康服务的年轻人中只有不到三分之一的人得到了他们所需要的关心(美国卫生与人类服务部,1999)。 考虑到提高儿童与青少年心理健康的多系统协作的重要性和认可度,这些合作伙伴关系的知觉功效就是这项调查议程的驱动力。的确如此,我们对学校辅导员、学校校长、副校长所拥有的与学校-社区机构合作有关的知觉能力感兴趣。另外,我们试图了解学校辅导员和学校聘请的校长和副校长是怎样看待学校辅导员的角色和职责以及学校辅导员的培训范围。 尽管许多学校辅导员会感到处理学生个人,社会和心理的需求的训练已经足够了,在某些情况下甚至认为这类训练是在浪费他们的时间,实际上学校区域内正在与校外心理健康专家就回应学生心理健康需求的问题进行协作。在某种程度

建筑外文文献及翻译

外文原文 Study on Human Resource Allocation in Multi-Project Based on the Priority and the Cost of Projects Lin Jingjing , Zhou Guohua SchoolofEconomics and management, Southwest Jiao tong University ,610031 ,China Abstract----This paper put forward the a ffecting factors of project’s priority. which is introduced into a multi-objective optimization model for human resource allocation in multi-project environment . The objectives of the model were the minimum cost loss due to the delay of the time limit of the projects and the minimum delay of the project with the highest priority .Then a Genetic Algorithm to solve the model was introduced. Finally, a numerical example was used to testify the feasibility of the model and the algorithm. Index Terms—Genetic Algorithm, Human Resource Allocation, Multi-project’s project’s priority . 1.INTRODUCTION More and more enterprises are facing the challenge of multi-project management, which has been the focus among researches on project management. In multi-project environment ,the share are competition of resources such as capital , time and human resources often occur .Therefore , it’s critical to schedule projects in order to satisfy the different resource demands and to shorten the projects’ duration time with resources constrained ,as in [1].For many enterprises ,the human resources are the most precious asset .So enterprises should reasonably and effectively allocate each resource , especially the human resource ,in order to shorten the time and cost of projects and to increase the benefits .Some literatures have

电气工程外文翻译

毕业设计(论文)外文资料翻译 学院:电气信息学院 专业:电气工程及其自动化 姓名:郭骥翔 学号: 081001227 外文出处: Adaptive torque control of variable speed wind turbines 附件: 1.外文资料翻译译文;2.外文原文。 指导教师评语: 签名: 年月日(用外文写)

附件1:外文资料翻译译文 多种风力涡轮机的适应性转矩控制 4.5 使用SymDyn进行仿真 所有先前所描述的模拟是使用SimInt来演示的,其中,如前所述,包括唯一的转子角速度自由度,与复杂的仿真工具比,如SymDyn和FAST,他能够更快的运行。然而,为了确认目的,与其他更流行的仿真工具比较SimInt在适应运行上的增益是很有价值的。适应性的增加并不是期望它能够同等的适应每一个仿真工具,因为每个仿真工具都有其独到的涡轮机模型。但是如果每个涡轮机的造型都相同,如同本例,那么在SimInt 和SymDyn中则有着基本相似的适应性增益(CART)。在数据4-10中,这种相似性被明显的显示出来。 SimInt和SymDyn仿真工具都是由零时刻开始,而且大多数参数初值都相同,如M,角速度等。然而,尽管这两个涡轮机模型都设立了最佳转矩控制M*,但是CP表面却有着不同程度的峰值。因此为了使初始过程大致相同,初始Pfavg值应有相同的最大比例,而不是相同的绝对值。在显示标准化M值4-10的上图中,显示了合理的类似数据。但在30到60小时后,仿真工具的适应性增益开始出现分歧。但在此之后,他们再次互相接近,在从模拟开始100小时到模拟结束这段时间,他们保持基本重合。从下图中也可以清楚的观察出,每个仿真工具都在调整他们的增益M,并采集最大输出功率。 尽管SimInt仿真速度差不多是SymDyn仿真速度的五倍,在图4-10中所显示的SymDyn 数据是唯一一个可以验证适应性增益法则的模拟工具。在这个展示了两个模拟工具合理

外文翻译设计心理学---日常生活中的烦恼

中文1800字 The Frustations of Everday Life If I were placed in the cockpit of a modern jet airliner,my inability to perfrom gracefully and smoothly would neither surprise mor bother me.But I shouldn’t have troulb with doors and switches,water faucets and stoves.”Doors?”I can hear the reader saying ,”you have troublr opening doors?” yes. I push doors that are meant to be pulled, pull doors that should be pushed, and walk into doors that should be slid. Moreover, I see others having the same troubles--unnecessary trouble. Thereare psychological that can be followed ta make these things understandable and usable. Consider the door.There is not much you can do to a door:you can open it or shut it.. Suppose you are in an office building, walking down a corridor. You come to a door . In which direction does it open? Shouldyou pull or push,on the left or theright? Maybe the door slides. If so,in which direction? I have seen doors that slide up into the criling. A door poses only two essential questions: In which direction does it move? On which side should one work it? The answers should be given by the design,without any need for words or symbols, certainly wihout any need for trial and error. A friend tolld me of the time he got teapped in the doorway of a post office in a European city .The entrance was an imposing row of perhaps six glass swinging doors, followed immediately by a second, identical row. that’s a standard design: it helps reduce the airflow and thus maintain the indoor temperature of the building My friend pushed on the side of one of the leftmost pair of outer doors. It swung inward, and he entered the building. Then,before he could get to the next row of doors, he was distracted and turned around for an instant. He didn’t realize it at th e time,but he had moved slightly to the right. So when he came to the next door and pushed it, nothing happened. “Hmm,”he thought, “must be locked.”So he pushed the side of the adjacejt door. Nothing. Puzzled,my feiend decided to go outside again. He turned around and pushed against the side of a door.Nothing. He pushed abjacent door.Nothing.the door he had just entered no longer worked. Heturned around once more and tried the inside doors again. Noting.Concern,then mild panic. He was trapped! Just then, a group of people on the other side of the entranceway (to my friend’s right ) passed easily through both sets of doors. My friend hurried over to follow their path. How could such a thing happen? A swinging door has two sides. One contains the supporting pillar and the hige, the other is unsupported. To open the door, you mustpush on the unsupported edge. If you push on the hinge side, nothing happens. In this case, the designer aimed for beauty, not utility. No distracting lines, no visible pillars, no visible higes. So how can the ordinary user know which side to push on? While distracted, my friend had moved toard the (invisible)supporting pillar, so he was pushing the doors on the higed side. No wonder noting happened. Pretty doors. Elegant. Probably won a design prize.

外文文献翻译

估计技术和规模的希腊商业银行效率:信用风险、资产负债表的活动和 国际业务的影响1 1.介绍 希腊银行业经历了近几年重大的结构调整。重要的结构性、政策和环境的变化经常强调的学者和从业人员有欧盟单一市场的建立,欧元的介绍,国际化的竞争、利率自由化、放松管制和最近的兼并和收购浪潮。 希腊的银行业也经历了相当大的改善,通信和计算技术,因为银行有扩张和现代化其分销网络,其中除了传统的分支机构和自动取款机,现在包括网上银行等替代分销渠道。作为希腊银行(2004 年)的年度报告的重点,希腊银行亦在升级其信用风险测量与管理系统,通过引入信用评分和概率默认模型近年来采取的主要步骤。此外,他们扩展他们的产品/服务组合,包括保险、经纪业务和资产管理等活动,同时也增加了他们的资产负债表操作和非利息收入。 最后,专注于巴尔干地区(如阿尔巴尼亚、保加利亚、前南斯拉夫马其顿共和国、罗马尼亚、塞尔维亚)的更广泛市场的全球化增加的趋势已添加到希腊银行在塞浦路斯和美国以前有限的国际活动。在国外经营的子公司的业绩预计将有父的银行,从而对未来的决定为进一步国际化的尝试对性能的影响。 本研究的目的是要运用数据包络分析(DEA)和重新效率的希腊银行部门,同时考虑到几个以上讨论的问题进行调查。我们因此区分我们的论文从以前的希腊银行产业重点并在几个方面,下面讨论添加的见解。 首先,我们第一次对效率的希腊银行的信用风险的影响通过检查其中包括贷款损失准备金作为附加输入Charnes et al.(1990 年)、德雷克(2001 年)、德雷克和大厅(2003 年),和德雷克等人(2006 年)。作为美斯特(1996) 点出"除非质量和风险控制的一个人也许会很容易误判一家银行的水平的低效;例如精打细算的银行信用评价或生产过高风险的贷款可能会被贴上标签一样高效,当相比银行花资源,以确保它们的贷款有较高的质量"(p.1026)。我们估计效率的银行和无此输入调整为不同的信用风险水平和对效率的影响。 第二,以往的研究中,希腊银行业,我们考虑资产负债表活动期间估计的效率得分。几个最近的研究审查效率的DEA 或随机前沿技术的银行,承认银行在非传统的活动中更多地参与,包括任何非利息(即费)收入(e.g. Lang和Welzel,1998年;德雷克,2001 年;托尔托萨Ausina,2003年)或资产负债表项目(例如阿尔通巴什等人,2001 年;阿尔通巴什和查克,2001年;架和Hassan,2003a、b ;Bos 和Colari,2005 年;饶, 1原文出处及作者:巴斯大学管理学院2007年硕士毕业论文,作者Fotios Pasiouras

电气工程及其自动化专业_外文文献_英文文献_外文翻译_plc方面

1、 外文原文 A: Fundamentals of Single-chip Microcomputer Th e si ng le -c hi p m ic ro co mp ut er i s t he c ul mi na ti on of both t h e de ve lo pm en t o f t he d ig it al co m pu te r an d th e i n te gr at ed c i rc ui t a rg ua bl y t h e to w m os t s ig ni f ic an t i nv en ti on s o f t he 20th c e nt ur y [1]. Th es e t ow ty pe s of ar ch it ec tu re a re fo un d i n s in g le -ch i p m i cr oc om pu te r. So m e em pl oy t he spl i t pr og ra m/da ta m e mo ry o f th e H a rv ar d ar ch it ect u re , sh ow n in Fi g.3-5A -1, o th ers fo ll ow t he p h il os op hy , wi del y a da pt ed f or ge n er al -p ur po se co m pu te rs a nd m i cr op ro ce ss o r s, o f ma ki ng n o log i ca l di st in ct ion be tw ee n p r og ra m an d d at a m e mo ry a s i n t he P r in ce to n ar ch ite c tu re , sh ow n i n F ig.3-5A-2. In g en er al te r ms a s in gl e -chi p m ic ro co mp ut er i s c h ar ac te ri ze d b y t h e i nc or po ra ti on o f a ll t he un it s of a co mp uter i n to a s in gl e d ev i ce , as s ho wn in Fi g3-5A -3. Fig.3-5A-1 A Harvard type Program memory Data memory CPU Input& Output unit memory CPU Input& Output unit

电气毕业论文英语文献原文 翻译

外文翻译院(系) 专业班级 姓名 学号 指导教师 年月日

Programmable designed for electro-pneumatic systems controller John F.Wakerly This project deals with the study of electro-pneumatic systems and the programmable controller that provides an effective and easy way to control the sequence of the pneumatic actuators movement and the states of pneumatic system. The project of a specific controller for pneumatic applications join the study of automation design and the control processing of pneumatic systems with the electronic design based on microcontrollers to implement the resources of the controller. 1. Introduction The automation systems that use electro-pneumatic technology are formed mainly by three kinds of elements: actuators or motors, sensors or buttons and control elements like valves. Nowadays, most of the control elements used to execute the logic of the system were substituted by the Programmable Logic Controller (PLC). Sensors and switches are plugged as inputs and the direct control valves for the actuators are plugged as outputs. An internal program executes all the logic necessary to the sequence of the movements, simulates other components like counter, timer and control the status of the system. With the use of the PLC, the project wins agility, because it is possible to create and simulate the system as many times as needed. Therefore, time can be saved, risk of mistakes reduced and complexity can be increased using the same elements. A conventional PLC, that is possible to find on the market from many companies, offers many resources to control not only pneumatic systems, but all kinds of system that uses electrical components. The PLC can be very versatile and robust to be applied in many kinds of application in the industry or even security system and automation of buildings.

相关文档
最新文档