测控技术与仪器 自动化 外文翻译 外文文献 英文文献

测控技术与仪器 自动化 外文翻译 外文文献 英文文献
测控技术与仪器 自动化 外文翻译 外文文献 英文文献

外文出处:资料1:Virtual instrument based on serial

(用外文写)

communication and data acquisition system of management .

资料2:LabVIEW serial communication based on Frequency Control Monitoring System

附件:资料1:1.翻译译文;2.外文原文。

资料2:1.翻译译文;2.外文原文。

附件:资料1翻译译文

在自动化控制和智能仪器仪表中, 单片机的应用越来越广泛, 由于单片机的运算功能较差, 往往需要借助计算机系统, 因此单片机和 PC机进行远程通信更具有实际意义, 通信的关键在于互传数据信息。51系列单片机内部的串行口具有通信的功能,该串行口可以作为通信接口, 利用该串行口与 PC机的串行口 COM 1或COM 2进行串行通信, 将单片机采集的数据传送到 PC机中, 由 PC机的高级语言或数据库语言对数据进行整理及统计等复杂处理就能满足实际的应用需要。

软件设计,初始化后,打开数据通道对上下游信号进行采样,并进行相关运算,求峰值R~,对R.二是否峰值进行判断,以确保正确求出延时r,从而得出正确的流量。由于一次相关计算所需时间很短,因此,采用计数器控制。

PC机和单片机在进行通信时, 首先分别对各自的串行口进行初始化、确定串行口工作方式、设定波特率、传输数据长度等, 然后才开始数据传输, 这些工作是由软件来完成的, 因此对 PC机和单片机均需设计相应的通信软件。DOS环境下, 串行通信一般用中断方式来实现,用户对通信端口进行完全控制。而在 W i ndow s 环境下, 系统禁止应用程序直接对硬件进行操作。在W indows环境下提供了完备的 AP I应用程序接口函数, 程序员通过这些函数与通信硬件接口。通信函数是中断驱动的: 发送数据时, 先将其放入缓存区,串口准备好后, 就将其发送出去; 传来的数据迅速申请中断, 使 W i ndow s接收它并将其存入缓冲区, 以供读取。接收方式主要有查询和中断方式。采用查询方式时, CPU要不断测试串口是否有数据,以防接收串口数据时出现错误、效率低; 而采用中断方式则无需测试串口, 一旦有数据传至, CPU终止当前任务,由中断服务程序完成操作。因此, 中断方式具有效率高、接收准确、编程简单等特点。

在工业通信及控制领域,特别是分布式的控制系统中,常常需要在各设备之间交换和共享数据,而且对于数据交换的实时性可靠性要求很高在这种情况下,现场总线应运而生了现场总线由于其良好的实时性开放性以及工业针对性强的特点,在工业领域得到了长足的运用和发展可以说,现场总线在工业领域正发挥着不可或缺的重要作用。

在 PLC 系统的应用中,经常需要将多台 PLC连成一个网络,其中每台 PLC 可以实时地获知网络中其它任何一台 PLC 的特定信息,从而达到整个网络上的数

据同步,实现联动控制;同时在性能上要求良好的实时性和可靠性而且,在很多情况下,通信的开销也不能太高因此,怎样以较低的开销,较好地实现设备间的数据同步功能,在PLC 及其他工业通信产品的开发中具有很积极的意义。模拟系统需要尽量对指控计算机的各个分系统进行逼真的模拟,不仅要实时响应指控计算机的请求,及时回送符合要求的报文,正确监测通信的时序,检测传输过程中的 CRC 校验错,还需要严格控制通信的误码率,具有良好的人机界面。鉴于此,模拟系统采用了硬件智能板设计结合软件优化设计的思想,设计了满足要求的智能高速通信板,然后在此基础上再开发具有良好用户界面的驱动控制软件。

固件程序的主要功能包括自检及初始化通信板器件、提供上层驱动软件接口、监测双口存储器中标志字节请求、根据请求完成数据传送、判断数据传输状态并进行相应处理、硬件断处理等。固化程序主体可分为自检、初始化、程序主流程、中断处理等几部分。为使系统在某些恶劣环境下也能可靠工作,满足对信息传输的实时性、高可靠、安全性的要求,在通道的硬件设计上采取了一系列必要的措施,并在固件中作了处理。其中包括超时计时器的设置和通道故障报警等。

传统仪器面板上的器件都是实物,而且是用手动和触摸进行操作的,而虚拟仪器面板控件是外形与实物相像的图标,通、断、放大等对应着相应的软件程序. 这些软件已经设计好了,用户不必设计,只需选用代表该种软件程序的图形控件即可,由计算机的鼠标来对其进行操作. 因此,设计虚拟面板的过程就是在面板设计窗口中摆放所需的控件,然后编写相应的程序. 大多数初学者可以学习利用虚拟仪器的软件开发工具,例如LabWindows/CVI、LabVIEW 等编程语言,在短时间内轻松完成美观又实用的虚拟仪器面

附件:资料1外文原文(可以用复印件)

In automatic control and intelligent instrumentation, the MCU should more and more widely used, due to poor function of the microcontroller operation is often required to the use of computer systems, remote microcontroller and PC,more meaningful communication, communication is the key to each data channel transmission information. 51 computers with the internal serial port communications features.The serial port can serve as a communication interface with the PC using the serial port serial port COM 1 or COM 2 serial communication, the monolithic can gather data to the PC machine, the PC, high-level language or database language for data compilation and statistical processing to the complex to meet the needs of practical application.

Software Design,after initialization, open the data channel on the upstream and downstream signals are sampled.And associated operations, find the peak R ~, on whether the peak for the second sentence R.Off, find the delay to ensure the correct r, to arrive at the correct flow. As A very short time the relevant calculation, therefore, the use of the counter control.

Communication during PC, and SCM, the first for their respective Initialize the serial port, serial port work to determine and set waves special rate, transmission of data length, and then began to data

transmission, these work is done by software, so the PC, and microcontroller need to design appropriate communication software. DOS environment, the serial communication interrupt mode generally used to https://www.360docs.net/doc/b413515729.html,ers complete control of the communication port. In the W i ndow s environment the system prohibits the application directly on the hardware to operate. In w indows in the provision of a complete application program interface functions AP I number of these functions by the programmer hardware interface and communications. Communication letter number is interrupt-driven: to send data, first put it in cache serial ready, it will be sent; application data from the rapid please interrupt, so that W i ndow s receive it and store them in buffer for read. The main methods of inquiry and received interrupt. Using query mode, CPU to constantly test the serial port for data, to prevent receiver serial data errors and low efficiency; and no use of interrupt need to test the serial port, once the data is transmitted, CPU terminates the current task complete the operation by the interrupt service routine. Therefore, an effective interrupt rate, to receive accurate, programming and simple. Communication and control in industrial fields, particularly in distributed control system of systems, often require different equipment in the exchange and sharing between the number of

It is, but also for the reliability of real-time data exchange are

high in this case ,the field bus came into the scene bus due to its good real-time for open and industrial strong features in the industry have seen significant use and development fair to say, fieldbus is playing in the industrial field is not indispensable role.

In the PLC system applications, often need more than one PLC connected into a network, each of them in real time by the Knowledge network PLC network in any other specific information of a PLC to achieve the whole data synchronization on a network, to achieve joint control; while in the performance on the requirements of a good time and reliability and, in many circumstances case, the communication overhead can not be too high, therefore, how to overhead,achieve better synchronization of data between devices in PLC and other industrial communication products that have very positive. Analog systems require as much as possible the various subsystems of the alleged conduct realistic computer simulation, real-time response to allegations of not only the computer's request, sent back in time to meet request packet, the correct timing to monitor communications, detection of CRC in the school transfer process test wrong, but also the need for strict control of communication error rate has a good user interface.In view of this, the simulation system uses a combination of hardware, software optimization Intelligent design.The idea of intelligent design to meet the requirements of high-speed

communication board, and on this basis further development of good user interface drive control software.The main features include firmware and initialize the communication board self-test devices, to mention software interface for the upper drive, monitor flag byte

dual-port memory request, according to data transfer request is completed to determine the state and the corresponding data processing hardware interrupt processing. Body can be divided into self-curing process, the initialization, the program mainstream process, interrupt handling and other parts. To make the system in some harsh environments can be by working to meet the real-time transmission of information, high reliability, safety requirements. Hardware design of the channel a series of necessary measures taken, and the firmware for the treatment. Including time-out timer settings and channel failure alarm.Traditional instruments are physical devices on the panel, and is operated by hand and touch, and virtual instrument surface board control is similar to the icon with the physical appearance, pass, off, zoom, etc. correspond to the appropriate software program. The software has been good design, users do not design, just use software program that represents the kind of graphical controls can be, by the computer mouse scale to its operations. Therefore the process of designing the virtual panel is placed in the panel needed to design window controls.Then write the

appropriate programs. most beginners can learn to use virtual instrument software development tools, such as LabVIEW and other programming languages easily completed in a short time beautiful and practical surface of the virtual instrument.

附件:资料2翻译译文

如何将硬件软件化,软件通用化成为虚拟采集系统的研究热点。本课题以串行虚拟采集系统为研究对象,设计了一个硬件成本低,软件功能强的虚拟采集系统。本文首先在介绍虚拟仪器和采集系统发展的基础上,对采集系统的原理进行分析,研制了一个随着计算机软硬件技术的发展,虚拟仪器技术被广泛地应用到数据采集系统,16位精度的RS232数据采集卡。在LabVIEW软件环境下,建立了串行虚拟数据采集系统。随后剖析软件结构,结合组件技术,提出测量功能组件的思想,重点阐述了串口通信、测量功能组件和数据管理模块的实现。最后利用abV工Ew的菜单和Queue技术实现系统的集成。

数据记录、存储模块.数据记录存储模块实现试验数据的记录保存,便于后期分析和历史数据的积累。LabVIEW 提供了很多数据存储的方法,本文采用的是Excel 表格记录存储数据。数据存储和数据采集及实时显示所需要的采用频率有很大不同。数据的采集和实时显示所需的采样频率很高,若数据存储模块也采用这样的采样频率会产生大量的冗余数据,这些数据将占用大量的硬盘空间,需要采用降低采样频率的方法过滤掉冗余数据,减少存储空间。为此,将采集模块得到的数据设定两个不同的数据流动路线:一路不降低采样频率,送给实时数据显示程序;一路用抽取一维数组的方法降低采用频率,组成新的数组写入磁盘保存.

数据分析处理主要包括:数据的转化及显示、数据分析、图形化处理等.检测系统的硬件组成有多种形式,比较典型的有传感器和变换器、信号调理盒、数据采集卡、计算机。本文采用的硬件组成包括传感器、智能仪表、数据转换器.智能仪表又称测量控制仪集成了信号调理盒、数据采集卡的功能,能够实现信号的测量、变换、显示、传送、记录和控制;数据转换器实现不同类型信号的转换.检测系统一般包括传感器系统,数据采集、处理、分析系统。传感器系统将被检信号(压力、流量、速度、温度、振动、噪声等物理量)转化为电信号(电压值或电流值) ,数据采集、处理、分析系统将电信号进行处理分析,最终完成数据的显示、存储、打印、传送等。

虚拟仪器技术的核心思想是软件就是仪器。它利用计算机作为一个控制和数据处理中心,使传统仪器的部分硬件被软件代替,用户可以通过仅修改软件就能改变仪器功能。因此在虚拟测量系统中,软件功能强化后,其硬件主要根据信号类型,实现信号的采集功能。而现在的任何一代仪器,其采集功能都具备,有些仪器还具备高速、高精度等特点,同时还留有通用的串行通信。因此本文在硬件上选用串行数据采集系统为研究对象,以硬件和软件两条主线,并在虚拟仪器的思想指导下,对采集系统的软件可重组性、数据管理等方面展开研究。

在分析硬件各组成部分的功能及关键技术后,设计实现了高精度的串行RS232数据采集。在软件上,先分析虚拟仪器采集体系结构,在选择适合的虚拟软件环境后讨论了采集卡驱动程序实现的方法,实现串口采集卡的通信。在分析ADO数据库访问技术后,针对LabV工EW提出用LabSQL实现大信息量的存储和管理,实现信息的查询、删除等功能。研究组件技术和秦氏智能控件模型,提出测量功能组件的思想,并应用到设计的虚拟RS232采集系统中,将各测量功能组件化,实现软件的可重新组合,拓宽了设计的测量系统的应用范围。同时利用LabV工EW的的运行技术,实现测量功能组件的集成,这是本文的创新之处。

附件:资料2外文原文(可以用复印件)

With the development of computer hardware and software technologies, virtual instrumentation technology is widely applied to the data acquisition system,How to hardware and software, software as a virtual universal collection system research focus. The topics to serial acquisition system for the study of virtual design a low cost of hardware, software features powerful virtual collection system. This article first describes the development of virtual instrument and acquisition system based on the principle of the acquisition system for analysis, developed a 16-bit precision of the RS232 data acquisition card. In the LabVIEW software environment, the establishment of a virtual serial data acquisition system. Subsequent analysis of software architecture, combined with component technology, the idea proposed by measuring the functional components and focuses on serial communication, measuring functional components and data management module implementation. Finally abV menu and Queue work Ew technology systems integration.

Data recording, storage modules. data records of test data storage module for record keeping to facilitate later analysis and the accumulation of historical data. LabVIEW provides a lot of data storage methods, this paper is Excel table to store data records.

Data storage and data acquisition and real-time display with the required frequency.are very different. Data acquisition and real-time display the required sampling frequency is high, if the data storage module also used this sampling frequency will produce a large number of redundant data, which will take up a lot of hard disk space, need to adopt lowerlow sampling frequency, methods to filter out redundant data, reduce storage space. As this will be the data acquisition module to set two different data flows Way Line: not all the way to reduce the sampling frequency.Give real-time data display program; all the way with extracted one-dimensional array of ways to reduce with the frequency, form a new array is written to disk Save. Data analysis include: data conversion and display, data points analysis, graphics processing, etc.

Detection system composed of many forms of hardware, typically a sensor devices and converters, signal conditioning box, data acquisition card, the computer. The research is the hardware used consists of sensors, intelligent instrumentation data converters. Intelligent Instrumentation also known as the integrated measurement and control instrument signal modulation.Case management, data acquisition card functions, can realize the signal measurements, transformation were display, transmit, record and control; data converters to achieve different types of signal conversion. Detection

systems typically include sensor systems, data acquisition, processing, analysis system. Sensor system will be seized signals (pressure, flow, speed, temperature,Vibration, noise and other physical quantities) into electrical signals (voltage or current value), data acquisition, processing, analysis, processing and analysis system will signal the end to complete the data display, storage, printing, transmission and so on.

The core idea of virtual instrumentation is software is the instrument. It uses the computer as a control and data

Treatment center, part of the traditional instruments by the software instead of hardware, the user can modify the software can be changed by only Instrument function. Therefore, the virtual measurement system, the software functions strengthened, mainly based on signal type of its hardware, real is the signal acquisition. Now, any generation of instruments, the collection features are available, some instruments also have high speed, precision and other characteristics, but also left universal serial communication. This article used in the hardware serial data mining Collection system as the research object to the two main lines of hardware and software, and the idea of virtual instruments under the guidance of the acquisition system.Reconfigurable software systems data management, and start the study specifically as follows.

In the analysis of the function of the hardware components and key technology designed and implemented a high-precision serial RS232data acquisition. In software, the first virtual instrument collection of architecture, the choice of the virtual software environment for post-discussed the capture card driver to implement the method of communication to achieve serial acquisition card. In the analysis of ADO database access technology, working for LabVIEW realize large amount of information presented by LabSQL storage and management, the information query, delete and so on. Of component technology and Qin intelligent control model, the ideological measure the functional components and applied to set virtual RS232 meter collection system, the functional components of each measure, realize the software can be re-combination, widened measurement system design applications. LabVIEW while taking advantage of the operation of technology, integration of functional components measured, it is the innovation of this article.

忽略此处..

英文文献翻译

中等分辨率制备分离的 快速色谱技术 W. Clark Still,* Michael K a h n , and Abhijit Mitra Departm(7nt o/ Chemistry, Columbia Uniuersity,1Veu York, Neu; York 10027 ReceiLied January 26, 1978 我们希望找到一种简单的吸附色谱技术用于有机化合物的常规净化。这种技术是适于传统的有机物大规模制备分离,该技术需使用长柱色谱法。尽管这种技术得到的效果非常好,但是其需要消耗大量的时间,并且由于频带拖尾经常出现低复原率。当分离的样本剂量大于1或者2g时,这些问题显得更加突出。近年来,几种制备系统已经进行了改进,能将分离时间减少到1-3h,并允许各成分的分辨率ΔR f≥(使用薄层色谱分析进行分析)。在这些方法中,在我们的实验室中,媒介压力色谱法1和短柱色谱法2是最成功的。最近,我们发现一种可以将分离速度大幅度提升的技术,可用于反应产物的常规提纯,我们将这种技术称为急骤色谱法。虽然这种技术的分辨率只是中等(ΔR f≥),而且构建这个系统花费非常低,并且能在10-15min内分离重量在的样本。4 急骤色谱法是以空气压力驱动的混合介质压力以及短柱色谱法为基础,专门针对快速分离,介质压力以及短柱色谱已经进行了优化。优化实验是在一组标准条件5下进行的,优化实验使用苯甲醇作为样本,放在一个20mm*5in.的硅胶柱60内,使用Tracor 970紫外检测器监测圆柱的输出。分辨率通过持续时间(r)和峰宽(w,w/2)的比率进行测定的(Figure 1),结果如图2-4所示,图2-4分别放映分辨率随着硅胶颗粒大小、洗脱液流速和样本大小的变化。

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

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

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

指纹识别系统(文献综述)

指纹识别方法的综述 摘 要: 对在指纹的预处理和特征提取、指纹分类、指纹的匹配过程中的方向图、滤波器、神经网络等关 键性原理和技术做了详细的说明,并对在各个过程中用到的方法做了进一步的比较,讨论了各种方法的优越性。 0 引 言 自动指纹识别是上世纪六十年代兴起的,利用计算机取代人工来进行指纹识别的一种方法。近年 来,随着计算机技术的飞速发展,低价位指纹采集仪的出现以及高可靠算法的实现,更使得自动指纹识 别技术越来越多地进入到人们的生活和工作中,自动指纹识别系统的研究和开发正在成为国内外学术 界和商业界的热点。相对于其他生物特征鉴别技术例如语音识别及虹膜识别,指纹识别具有许多独到 的优点,更重要的是它具有很高的实用性和可行性,已经被认为是一种理想的身份认证技术,有着十分 广泛的应用前景,是将来生物特征识别技术的主流。 1 指纹取像 图 1 是一个自动指纹识别系统AFIS(Automated Fingerprint Identification System) 的简单流程。 → → → ↓ ↑ ———— 将一个人的指纹采集下来输入计算机进行处理是指纹自动识别的首要步骤。指纹图像的获取主要利用设备取像,方便实用,比较适合AFIS 。利用设备取像的主要方法又利用光学设备、晶体传感器和超声波来进行。光学取像设备是根据光的全反射原理来设计的。晶体传感器取像是根据谷线和脊线皮肤与传感器之间距离不同而产生的电容不同来设计的。超声波设备取像也是采用光波来取像,但由于超声波波长较短,抗干扰能力较强,所以成像的质量非常好。 2 图像的预处理与特征提取 无论采取哪种方法提取指纹,总会给指纹图像带来各种噪声。预处理的目的就是去除图像中的噪 音,把它变成一幅清晰的点线图,以便于提取正确的指纹特征。预处理是指纹自动识别过程的第一步, 它的好坏直接影响着指纹识别的效果。常用的预处理与特征提取( Image Preprocessing and Feature Ex 2 t raction) 方法的主要步骤包括方向图计算、图像滤波、二值化、细化、提取特征和后处理。当然这些步骤 可以根据系统和应用的具体情况再进行适当变化。文献[ 1 ]提出了基于脊线跟踪的方法能够指纹取像 图像预处理 特征提取 指纹识别 数据库管理

动画论文外文翻译

外文文献翻译 2.5.1译文:看电影的艺术 1930年代中期,沃尔特·迪斯尼才明确以动画电影娱乐观众的思想,动画片本身才成为放映主角(不再是其他剧情片的搭配)。于1937年下半年首映的动画片《白雪公主与七个小矮人》为动画片树立了极高的标准,至今任然指导着动画艺术家们。1940年,这一年作为迪斯尼制片厂的分水岭,诞生了《木偶奇遇记》和《幻想曲>。这些今天成为经典的作品在接下来的二十年中被追随效仿,产生了一系列广受欢迎的动画娱乐作品。包括《小飞象》,《灰姑娘》,《爱丽丝漫游仙境》,《彼得·潘》,《小姐与流浪儿》,他们的故事通常源自广为人知的文学故事。这些影片最不好的地方在于它们似乎越来越面向小观众。 在1966年第四你去死后,他的制片厂继续制作手绘动画影片,但是创作能量衰减,公司转而专注于著作真人是拍电影。然而1989年,对于我们所有孩子来说,动画《小美人鱼》赋予了迪士尼新的生命活力(就像animation这个词本身的定义一样——使有生命活力),从该片开始,出现了一系列令人惊叹不已的音乐动画片。两年后,《美女与野兽》问世,塔尔在制作过程中利用了计算机作为传统手绘技术的辅助手段,这部影片获得了奥斯卡最佳电影奖提名,它是第一部获此殊荣的动画片。更好的还在后面,就想着两部影片一样,后面紧接着出现的众多优秀作品——包括《狮子王》,《阿拉丁》,《花木兰》——延续了迪士尼的经典传统:大胆醒目的视觉效果、精致的剧本,以及我们在所有伟大的电影中,不管是动画还是其他类型中都能找到的普适性主题和出乎意料之处。迪士尼的新版《幻想曲》,又被称为《幻想曲2000》,把原版中的部分片段与新的创作部分糅合在一起。(而且,按照迪士尼管理层的说法,该片是首部在IMAX巨幕影院首映的剧情长片。) 亨利·塞利克执导了蒂姆·波顿出品的两部影片,即《圣诞惊魂夜》和《飞天巨桃历险记》——前者是一部完全原创的定格动画,影片画面有时渗透着无限的恐惧,后者改编自罗纳德·达尔的畅销儿童书,该影片以真人实景拍摄开始。《飞天巨桃历险记》对暴力画面和重大恐惧(比如说,离弃)的表达和处理毫无掩饰,表达的真实感受对成人来说和对儿童一样生动鲜明,而蒂姆·波顿的影片《僵尸新娘》,仅仅从名字上就已经显示出影片内容和该幽默表达的“成人”特

旅游管理专业论文外文文献翻译

外文资料译文及原文 译文(一) 消费者体验旅游和品牌的结合 米契尔罗伯特 定义消费者体验旅游 制造工厂参观,公司博物馆和公司访客中心表现为被不同名字已知的观光事业片段:制造业观光事业,工业的吸引、工业的观光事业和工业的遗产观光事业。在每一个描述性的长期的共同目标是在消费者学习品牌,其运作,生产过程,历史和历史意义的时候建立一个消费者和品牌之间的纽带。有人建议在这里CET代表一个统一的主题的旅游。这个术语捕捉消费者的消费能力发现更多关于他们所消费的品牌,而制造商可以在与该工厂的客人接触的30-120分钟时间里建立与这些消费者更密切的关系。 参与的品牌 品牌经理寻求解决在三个层次消费者的需求: (1)功能(对消费者提供解决问题的办法); (2)符号(提供心理欲望满意度); (3)经历(提供感官快乐,品种,认知,刺激) CET可以通过视觉地介绍品牌,运作,生产工艺,历史和历史意义加强消费者和品牌之间的纽带。这种纽带可以被看作是个人品牌参与和品牌忠诚度的提高。认知参与反映了消费者对产品的兴趣(或学习更多)。CET可以通过刺激消费者对于品牌和生产过程的想象提高消费者的认知水平。此外,积极口碑沟通刺激满足旅客可能会比其他形式的促销更可信。 缺乏现有的直接研究关注 迄今为止,CET已经在行销文学中受到一点注意。米契尔和米契尔(2001年)对此内容这种的旅游网站进行了评估。此外,这些相同的作者已经评估食物和饮料工业中的现象(米契尔和米契尔,2000年),非营利部门(米契尔和米契尔,2001年b),和整体经济(米契尔等, 2001)。米契尔和米契尔(2002)为学者提出了格式,用来评估在当地的服务领域这些设施的地方利益。该主题通常包括对整合营销的简要讨论,但已收到直接研究的关注很有限。

计算机网络-外文文献-外文翻译-英文文献-新技术的计算机网络

New technique of the computer network Abstract The 21 century is an ages of the information economy, being the computer network technique of representative techniques this ages, will be at very fast speed develop soon in continuously creatively, and will go deep into the people's work, life and study. Therefore, control this technique and then seem to be more to deliver the importance. Now I mainly introduce the new technique of a few networks in actuality live of application. keywords Internet Network System Digital Certificates Grid Storage 1. Foreword Internet turns 36, still a work in progress Thirty-six years after computer scientists at UCLA linked two bulky computers using a 15-foot gray cable, testing a new way for exchanging data over networks, what would ultimately become the Internet remains a work in progress. University researchers are experimenting with ways to increase its capacity and speed. Programmers are trying to imbue Web pages with intelligence. And work is underway to re-engineer the network to reduce Spam (junk mail) and security troubles. All the while threats loom: Critics warn that commercial, legal and political pressures could hinder the types of innovations that made the Internet what it is today. Stephen Crocker and Vinton Cerf were among the graduate students who joined UCLA professor Len Klein rock in an engineering lab on Sept. 2, 1969, as bits of meaningless test data flowed silently between the two computers. By January, three other "nodes" joined the fledgling network.

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

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

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

虹膜识别外文翻译文献

虹膜识别外文翻译文献 虹膜识别外文翻译文献 (文档含中英文对照即英文原文和中文翻译) 外文: The first chapter 1.1 The research background of iris recognition Biometrics is a technology for personal identification using physiological characteristics and behavior characteristics inherent in the human body. Can be used for the biological characteristics of biological recognition, fingerprint, hand type face, iris, retina, pulse, ear etc.. Behavior has the following characteristics: signature, voice, gait, etc.. Based on these characteristics, it has been the development of hand shape recognition, fingerprint recognition, facial recognition, iris recognition, signature recognition and other biometric technology, many techniques have been formed and mature to application of. Biological recognition technology in a , has a long history, the ancient Egyptians through identification of each part of the body size measure to carry out identity may be the earliest human based on the earliest history of biometrics. But the modern biological recognition technology began in twentieth Century 70 time metaphase, as biometric devices early is relatively expensive, so only a higher security level atomic test, production base.due to declining cost of microprocessor and various electronic components, precision gradually improve, control device of a biological recognition technology has been gradually applied to commerce authorized, such as access control, attendance management, management system, safety certification field etc.. All biometric technology, iris recognition is currently used as a convenient and accurate.

外文文献—动画

Animation Animation is the rapid display of a sequence of images of 2-D or 3-D artwork or model positions to create an illusion of movement. The effect is an optical illusion of motion due to the phenomenon of persistence of vision, and can be created and demonstrated in several ways. The most common method of presenting animation is as a motion picture or video program, although there are other methods. Early examples An Egyptian burial chamber mural, approximately 4000 years old, showing wrestlers in action. Even though this may appear similar to a series of animation drawings, there was no way of viewing the images in motion. It does, however, indicate the artist's intention of depicting motion. Early examples of attempts to capture the phenomenon of motion drawing can be found in paleolithic cave paintings, where animals are depicted with multiple legs in superimposed positions, clearly attempting to convey the perception of motion. Five images sequence from a vase found in Iran A 5,000 year old earthen bowl found in Iran.It has five images of a goat painted along the sides. This has been claimed to be an example of early animation. However, since no equipment existed to show the images in motion, such a series of images cannot be called animation in a true sense of the word. A Chinese zoetrope-type device had been

旅游品牌定位外文翻译文献

旅游品牌定位外文翻译文献(文档含英文原文和中文翻译)

原文: Destination brand positions of a competitive set of near-home destinations Abstract: Although the branding literature commenced during the 1940s, the first publications related to destination branding did not emerge until half a century later. A review of 74 destination branding publications by 102 authors from the first 10 years of destination branding literature (1998–2007) found at least nine potential research gaps warranting attention by researchers. In particular, there has been a lack of research examining the extent to which brand positioning campaigns have been successful in enhancing brand equity in the manner intended in the brand identity. The purpose of this paper is to report the results of an investigation of brand equity tracking for a competitive set of destinations in Queensland, Australia between 2003 and 2007. A hierarchy of consumer-based brand equity (CBBE) provided an effective means to monitor destination brand positions over time. A key implication of the results was the finding that there was no change in brand positions for any of the five destinations over the four year period. This leads to the proposition that destination position change within a competitive set will only

变电站_外文翻译_外文文献_英文文献_变电站的综合概述

英文翻译 A comprehensive overview of substations Along with the economic development and the modern industry developments of quick rising, the design of the power supply system become more and more completely and system. Because the quickly increase electricity of factories, it also increases seriously to the dependable index of the economic condition, power supply in quantity. Therefore they need the higher and more perfect request to the power supply. Whether Design reasonable, not only affect directly the base investment and circulate the expenses with have the metal depletion in colour metal, but also will reflect the dependable in power supply and the safe in many facts. In a word, it is close with the economic performance and the safety of the people. The substation is an importance part of the electric power system, it is consisted of the electric appliances equipments and the Transmission and the Distribution. It obtains the electric power from the electric power system, through its function of transformation and assign, transport and safety. Then transport the power to every place with safe, dependable, and economical. As an important part of power’s transport and control, the transformer substation must change the mode of the traditional design and control, then can adapt to the modern electric power system, the development of modern industry and the of trend of the society life. Electric power industry is one of the foundations of national industry and national economic development to industry, it is a coal, oil, natural gas, hydropower, nuclear power, wind power and other energy conversion into electrical energy of the secondary energy industry, it for the other departments of the national economy fast and stable development of the provision of adequate power, and its level of development is a reflection of the country's economic development an important indicator of the level. As the power in the industry and the importance of the national economy, electricity transmission and distribution of electric energy used in these areas is an indispensable component.。Therefore, power transmission and distribution is critical. Substation is to enable superior power plant power plants or power after adjustments to the lower load of books is an important part of power transmission. Operation of its functions, the capacity of a direct impact on the size of the lower load power, thereby affecting the industrial production and power consumption.Substation system if a link failure, the system will protect the part of action. May result in power outages and so on, to the production and living a great disadvantage. Therefore, the substation in the electric power system for the protection of electricity reliability,

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

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

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

无线数据采集和传输系统外文翻译文献

无线数据采集和传输系统外文翻译文献 (文档含中英文对照即英文原文和中文翻译) 译文: 一种无线数据采集和传输系统的设计【摘要】在现代无线通信领域主要有一些技术为无线传输网络提供解决方法,例如:GSM,CDMA,3G,Wi-Fi。这些方法使得网络能够高效率和高质量的工作,但是成本很高。因此要低成本和在没有基础设施或者基础设施被破坏的情况下推广它们是很困难的。根据这种情况,本论文中数据采集和无线传输网络里的信息终端和无线收发模块的关键部件,是依据nRF905收发模块和51系列单片机的原理设计而成作为核心硬件,此外,结合目前自组无线网络的技术,可以构建一个短距离无

线数据采集和传输网络,这个网络能够提供一个工作在ISM(工业科学医学)频段的低功率及高性能的数据通信系统。然后提出了一个对无线通信可行的解决方案,这个方案优势在于更强的实时响应,更高的可靠性要求和更小的数据量。通过软件和硬件的调试和实际测量,这个系统在我们的解决方案基础上运行良好,达到了预期的目标并且已经成功的应用到无线车辆系统。 【关键词】自组网络;数据采集;传输网络 1 简介 在现代无线通信里,GSM,CDMA,3G和Wi-Fi因为其高速和可靠的质量而逐渐成为无线数据传输网络的主流解决方案。它们也有高成本的缺点,因此如果广泛的应用,将会引起大量的资源浪费,也不能在小区域,低速率的数据通信中得到提升。多点短距离无线数据采集和传输网络将成为最佳解决方案。此系统支持点对点,点对多点和多点对多点通信系统的发展。 短距离无线通信可以适应各种不同的网络技术,例如蓝牙, IEEE802.11,家庭无线网和红外。与远距离无线通信网络相比,它们的不同之处在于基本结构,应用水平,服务范围和业务(数据,语音)。设计短距离无线通信网络的最初目的是为了提供短距离宽带无线接入到移动环境或者制定临时网络,这是在移动环境里互联网更深的发展。短距离无线通信网络最主要的优势是更低的成本和更灵活的应用。 本文介绍信息终端(单个器件)的硬件和软件以及多点短距离无线数据采集和传输网络的无线接收模块的设计建议,提供一个低功率高性

旅游管理中英文对照外文翻译文献

中英文对照外文翻译 (文档含英文原文和中文翻译) Tourism and the Environment: A Symbiotic Relationship Nowadays, with the improvement of people's living standards and the pursuit of higher spiritual life, tourism is developing rapidly, and it has an increasing proportion in the national economy. Tourism is getting more and more people's attention, followed by the impact of tourism on the ecological environment. The vigorous development of the tourism industry has multiple effects on the environment. They are both positive and negative. In order to adapt the development of tourism to the capacity of tourism resources, and promote the coordinated development of environment protection and tourism, and this paper will state the impact of tourism on the environment from three aspects: 1 The negative impact of tourism on the environment; 2 The positive impact of tourism on the environment; 3 The countermeasure to against the negative impact of tourism on the environment. Tourism development can put pressure on natural resources when it increases consumption in areas where resources are already scarce. The negative impact of tourism on the environment

博物馆 外文翻译 外文文献 英文文献

第一篇: 航空博物馆与航空展示公园 巴特罗米耶杰·基谢列夫斯基 飞翔的概念、场所的精神、老机场的建筑---克拉科夫新航空博物馆理性地吸取了这些元素,并将它们整合到一座建筑当中。Rakowice-Czyzyny机场之前的旧飞机修理库为新建筑的平面和高度设定了模数比例。在此基本形态上进一步发展,如同裁切和折叠一架纸飞机,生成了一座巨大的建筑。其三角形机翼是由混凝土制成,却如同风动螺旋桨一样轻盈。这个机翼宽大通透,向各个方向开敞。它们的形态与组织都是依据内部功能来设计的。机翼部分为3个不平衡的平面,使内外景观在不断变化中形成空间的延续性,并且联系了建筑内的视觉焦点和室外的展览区。 新航空展示公园的设计连接了博物馆的8栋建筑和户外展览区,并与历史体验建立联系。从前的视觉轴线与通道得到尊重,旧的道路得到了完善,朝向飞机场和跑道的空间被限定出来。每栋建筑展示了一个主题或是一段飞行史。建筑周围伸展出巨大的平台,为特殊主题的室外展览提供了空间。博物馆容纳了超过150架飞机、引擎、飞行复制品、成套的技术档案和历史图片。这里的特色收藏是飞机起源开始的各种飞行器,如Jatho1903、Grade1909、莱特兄弟1909年的飞机模型和1911年的鸽式单翼机。 The first passage: Museum for aviation and aviation exhibition park Bartiomiej Kislelewski The idea of flying, the spirit of place, the structure of the historic airfield – the new Museum of Aviation in Krakow takes up these references intellectually and synthesizes them into a building. The old hangars of the former airport Rakowice Czyzyny set the modular scale for the footprint and the height of the new building. Developed from this basic shape, as if cut out and folded like a paper airplane, a large structure has been generated, with triangular wings made of concrete and yet as light as a wind-vane propeller. The wings are generously glazed and open in all directions. Their form and arrangement depend on the interior uses. In the floor plans of the wings, the three offset

相关文档
最新文档