文档库 最新最全的文档下载
当前位置:文档库 › Serial Communications -外文翻译

Serial Communications -外文翻译

Serial Communications -外文翻译
Serial Communications -外文翻译

附件1:外文资料翻译译文

串行通信

串行通信的设备是最古老的沟通机制之一。从IBM个人电脑和兼容式电脑的时代开始,几乎所有的计算机都配有一个或多个串行端口和一个并行端口。顾名思义,一个串行端口发送和接收串行数据,一次一位数据。相反,一个并行端口一次发送和接收8位数据,使用8个单独的电线。

提示:要使串行通信工作,你只需要一根三根线的电缆——1根发送,1根用来接收,1根接地。对于并行通信,你需要采用8条导线。

尽管相对较慢的传输速度远低于并行端口,串行端口通信依然因为它简单的设备和高的成本效益而是一个受欢迎的连接选项。图2-1显示了设备的使用串口连接部分到计算机。使用串行端口,你可以连接到调制解调器,鼠标或设备等作为一个桥梁/路由器配置的目的

图1:一些常见的串行设备,调制解调器,鼠标和路由器虽然今天的消费产品中在串行连接的地方使用USB连接,但还有很多的设备使用串行端口作为与外部世界的唯一连接。

在这一章中,你将学习如何使用基于NET Framework2.0和NET Compact Framework2.0的串行通信方式来与其他的串行设备进行通信。并且,你将建立3个阐述了如何使用串行通信的项目。第一个项目是一个请求允许两台电脑(连接使用一个串行电缆或蓝牙连接)进行通信的通信申请。在此应用程序的基础上,你可

以进行扩展从而与手机等其他外部串行设备进行通信。你将学习如何使用AT命令,以编程的方式控制你的手机通过串行蓝牙进行连接。第二个项目是一个掌上电脑聊天应用程序,这个类似第一个项目。第三个应用程序显示了如何接通全球定位系统接收器,然后提取对于显示你在地图上的当前位置有用的数据。

一些串行通信的基础知识

如前所述,一个串行设备一次发送和接收一个位数据。有些设备因为在同一时间发送和接收数据,被称为全双工设备。其他可以在任何时间发送或接收被称为单双工。

开始传输时,设备先发送一个起始位,其次是数据位。该数据位可以是五,六,七,或8位,基于商定而定。两个发送方和接收器必须设置为相同的数据通信比特或正确的比特率。数据位被发送完后,就会发送一个停止位。一个停止位可以是一位,一个半位,或两位。波特率是数据从一个设备到另一个的传输速度。波特率通常以每秒的位数(bps)来计量。

注意:大多数串行设备传输七,八位数据。

为了检测数据已被正确发送,一个可选的校验位可以同数据位在一起。一个校验位可以是以下内容:奇数,偶数,mark,space或无(空的奇偶位标志几乎总是被使用)。使用校验位提供了一个基本的机制,以检测已发送数据损坏,但不保证检查数据本身的错误。然而,校验位可用于改善完整性数据传送。

大多数串行端口使用RS232C标准,它指定了一个连接器25针或9针(见图2)。大多数系列设备使用9针连接器。

图2:25针和9针串行接口

利用串口通信

你在这一章建立的第一个应用程序将是一个通信应用程序。此通信应用程序将允许两个用户的连接使用串行连接进行通信的计算机。

请注意,我提到的是串行连接,而不是串行电缆。这是因为两个连接的用户通过蓝牙也可以使用这个应用程序进行通信。你可以在使用蓝牙配对的两台计算机之

间建立串行连接。

最常见的方案是使用零调制解调器电缆连接两台计算机(见图3)。

图3:零调制解调器电缆

图4显示了完成的项目。要开始通讯,选择相应的COM串行端口来连接到远程计算机。单击连接,然后就准备好通讯了。

图4:选择一个串口开始通讯

需要的硬件

为了测试串行通信,你有以下几个选择:

计算机到计算机:如上所述,你可以使用零调制解调器电缆连接两台计算机。

单台计算机:你可以使用一个两个串口的调制解调器电缆连接到同一计算机上。如果你的计算机只有一个串行端口,你可以使用USB到串口转换器转换到USB端口串行端口(详细信息见下一节关于这一点)。

蓝牙连接:你可以在使用蓝牙配对的两台计算机之间建立串行连接。USB到串行端口变换器

除非你有两台计算机,否则你将无法进行串行通讯的测试。但是,你可以使用零调制解调器电缆连接到同一计算机上的两个串行端口模拟两台计算机通过串行端口进行通信。但是今天大多数的电脑都带有最多一个串口(笔记本电脑和一些甚至没有一个)。一个好的解决方法是使用USB到串行端口变换器将USB端口转换为串行端口。因此,如果你的电脑没有任何串行端口,你将需要一对USB到串行端口适配器和一对空调制解调器电缆(见图2-5)。然后,每个USB到串行端口适配器连接到USB端口。

图5:USB到串行端口变换器

每个USB到串行端口适配器都有自己的驱动程序。安装驱动程序后,右键单击桌面上的我的电脑,选择属性。系统属性对话框框中,单击硬件选项卡,单击设备管理器按钮。展开端口(COM和并口)项目,并找到两个新增加的COM端口(见图6)。

图6:定位新创建的串行端口

在这个例子中,两个USB串行口分别是COM3和COM4

蓝牙适配器

除了使用零调制解调器电缆连接两个串行端口,还可以使用蓝牙对两台计算机进行配对。我们可以给每台计算机都配备一个蓝牙适配器(见图7)。然后,就可以给两台计算机配对并建立它们之间的串行连接了。

注意:请参阅蓝牙适配器文件的附带文件,从而掌握如何为两个蓝牙电脑建立串行连接。

图7:蓝牙适配器

构建聊天应用程序

使用Visual Studio 2005,创建一个新的Windows应用程序,并将它命名为SerialCommChat。按照图8所示填充默认的Form1。

图8:利用各种控件构建默认的Form1

按照表1所示设置控件属性

表1:

在NET 2.0中,在工具箱中的Compo-nents标签的位置(见图9)有一个新的Windows窗体串口控件。这个串口控件封装了所有必要的功能,你需要访问它来使用串行通讯进行通信。你可以拖放一个串口控件到你的项目上或从代码建立一个(在这个项目里你将使用这个方法)。

图9:工具箱中的串口控件

切换到Form1的代码视图来编辑代码。

实例化的串口类

首先,声明串口成员变量来代表你要使用的串口。

Visual Basic 2005

Public Class Form1

Private WithEvents serialPort As New IO.Ports.SerialPort

C# 2005

public partial class Form1 : Form

{

private System.IO.Ports.SerialPort serialPort =

new System.IO.Ports.SerialPort();

注意:你可以使用如前所述的串口控件,或者使用IO.Ports.SerialPort类;两者是相同的。

请注意,在Visual Basic 2005中,你需要用WithEvents关键字来声明它。这是因为串口类的DataReceived事件是在数据到达时触发串行端口的,因此你需要使用这个事件来接收数据。对于C#2005,DataReceived事件处理程序将被添加在Form1_Load事件中。

列出所有可用的串行端口名称

在窗体第一次加载时,将检索你的计算机上所有可用的串行端口名称,然后将这些端口名称送到到ComboBox控件。双击表格切换到代码编辑视图,Form1_Load 事件处理程序将自动在这里显示出来。按照如下代码编辑事件。

注意:Visual Studio 2005会为控件自动创建事件的处理程序,如窗体的Load事件或一个按钮的Click事件(),双击控件编辑事件处理程序。

Visual Basic 2005

Private Sub Form1_Load( _

ByVal sender As System.Object, _

ByVal e As System.EventArgs) _

Handles MyBase.Load

'---display all the serial port names on the local computer---

For i As Integer = 0 To _

https://www.wendangku.net/doc/0e556240.html,puter.Ports.SerialPortNames.Count - 1

cbbCOMPorts.Items.Add( _

https://www.wendangku.net/doc/0e556240.html,puter.Ports.SerialPortNames(i))

Next

btnDisconnect.Enabled = False

End Sub

C# 2005

private void Form1_Load(object sender, EventArgs e)

{

//---set the event handler for the DataReceived event---

serialPort.DataReceived += new

System.IO.Ports.SerialDataReceivedEventHandler(

DataReceived);

//---display all the serial port names on the local

// computer---

string[] portNames =

System.IO.Ports.SerialPort.GetPortNames();

for (int i = 0; i <= portNames.Length - 1; i++)

{

cbbCOMPorts.Items.Add(portNames[i]);

}

btnDisconnect.Enabled = false;

}

C#中的事件转移

在C#版本的Form1_Load事件中,我还增加了一个事件处理程序的串口类的DataReceived事件。在串行口有数据输入时,此事件将被注销。你不需要在Visual Basic 2005中处理这个事件的程序,因为你可以使用Handles关键字来连接事件的处理程序。

//---set the event handler for the DataReceived event---

// serialPort.DataReceived += new

// System.IO.Ports.SerialDataReceivedEventHandler(

// DataReceived);

图10显示了ComboBox控件在第一次加载时的外观。

图10:ComboBox控件在第一次加载时的外观

打开一个串行口

一旦一个端口的名称被选中,用户点击连接按钮时,将会打开选择的端口。你可以用下面的方法实现这一点。

Visual Basic 2005

'---Event handler for the Connect button---

Private Sub btnConnect_Click( _

ByVal sender As System.Object, _

ByVal e As System.EventArgs) _

Handles btnConnect.Click

'---close the serial port if it is open---

If serialPort.IsOpen Then

serialPort.Close()

End If

Try

'---configure the various parameters of the serial port---

With serialPort

.PortName = cbbCOMPorts.Text

.BaudRate = 9600

.Parity = IO.Ports.Parity.None

.DataBits = 8

.StopBits = IO.Ports.StopBits.One

End With

'---open the serial port---

serialPort.Open()

'---update the status of the serial port and

' enable/disable the buttons---

lblMessage.Text = cbbCOMPorts.Text & " connected."

btnConnect.Enabled = False

btnDisconnect.Enabled = True

Catch ex As Exception

MsgBox(ex.ToString)

End Try

End Sub

C# 2005

//---Event handler for the Connect button---

private void btnConnect_Click(object sender, EventArgs e)

{

//---close the serial port if it is open---

if (serialPort.IsOpen)

{

serialPort.Close();

}

try

{

//---configure the various parameters of the serial

// port---

serialPort.PortName = cbbCOMPorts.Text;

serialPort.BaudRate = 9600;

serialPort.Parity = System.IO.Ports.Parity.None;

serialPort.DataBits = 8;

serialPort.StopBits = System.IO.Ports.StopBits.One;

//---open the serial port---

serialPort.Open();

//---update the status of the serial port and

// enable/disable the buttons---

lblMessage.Text = cbbCOMPorts.Text + " connected.";

btnConnect.Enabled = false;

btnDisconnect.Enabled = true;

}

catch (Exception ex)

{

MessageBox.Show(ex.ToString());

}

}

值得注意的是,你需要设置串口类的各种属性,如PortName,各种性能,波特率,奇偶校验等。

注意:通信双方必须具有相同的属性设置。也就是说,他们必须有同样的波特率,奇偶校验,数据位,停止位。

断开串口

断开按钮用来关闭当前打开的串行端口。

Visual Basic 2005

'---Event handler for the Disconnect button---

Private Sub btnDisconnect_Click( _

ByVal sender As System.Object, _

ByVal e As System.EventArgs) _

Handles btnDisconnect.Click

Try

'---close the serial port---

serialPort.Close()

'---update the status of the serial port and

' enable/disable the buttons---

lblMessage.Text = serialPort.PortName & " disconnected."

btnConnect.Enabled = True

btnDisconnect.Enabled = False

Catch ex As Exception

MsgBox(ex.ToString)

End Try

End Sub

C# 2005

//---Event handler for the Disconnect button---

private void btnDisconnect_Click(object sender, EventArgs e) {

try

{

'---close the serial port---

serialPort.Close();

//---update the status of the serial port and

// enable/disable the buttons---

lblMessage.Text = serialPort.PortName +

" disconnected.";

btnConnect.Enabled = true;

btnDisconnect.Enabled = false;

}

catch (Exception ex)

{

MessageBox.Show(ex.ToString());

}

}

使用串行端口发送数据

要通过串口发送数据,需要使用串口类的Write()方法。Visual Basic 2005

'---Event handler for the Send button---

Private Sub btnSend_Click( _

ByVal sender As System.Object, _

ByVal e As System.EventArgs) _

Handles btnSend.Click

Try

'---write the string to the serial port---

serialPort.Write(txtDataToSend.Text & vbCrLf)

'---append the sent string to the TextBox control---

With txtDataReceived

.AppendText(">" & txtDataToSend.Text & vbCrLf)

.ScrollToCaret()

End With

'---clears the TextBox control---

txtDataToSend.Text = String.Empty

Catch ex As Exception

MsgBox(ex.ToString)

End Try

End Sub

C# 2005

//---Event handler for the Send button---

private void btnSend_Click(object sender, EventArgs e)

{

try

{

//---write the string to the serial port---

serialPort.Write(txtDataToSend.Text +

Environment.NewLine);

//---append the sent string to the TextBox control---

txtDataReceived.AppendText(">" + txtDataToSend.Text +

Environment.NewLine);

txtDataReceived.ScrollToCaret();

//---clears the TextBox control---

txtDataToSend.Text = string.Empty;

}

catch (Exception ex)

{

MessageBox.Show(ex.ToString());

}

}

串口接收数据

串口类的一个优点是,你不必不间断地查询传入的数据。相反,你只需要使用提供的DataReceived事件,它会自动检测到传入的数据并提醒你。但是,由于此事件运行占用一个单独的线程,任何更新主窗口的企图都将导致错误。因此,你需要在主线程(Form1中)使用委托来更新控件。

Visual Basic 2005

'---Event handler for the DataReceived event---

Private Sub DataReceived( _

ByVal sender As Object, _

ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) _

Handles serialPort.DataReceived

'---invoke the delegate to retrieve the received data---

txtDataReceived.BeginInvoke(New _

myDelegate(AddressOf updateTextBox), _

New Object() {})

End Sub

C# 2005

//---Event handler for the DataReceived event---

private void DataReceived(object sender,

System.IO.Ports.SerialDataReceivedEventArgs e)

{

//---invoke the delegate to retrieve the received data---

txtDataReceived.BeginInvoke(new

myDelegate(updateTextBox));

}

Define the delegate and the updateTextBox() subroutine as follows. Visual Basic 2005

'---Delegate and subroutine to update the TextBox control---

Public Delegate Sub myDelegate()

Public Sub updateTextBox()

'---append the received data into the TextBox control---

With txtDataReceived

.AppendText(serialPort.ReadExisting)

.ScrollToCaret()

End With

End Sub

C# 2005

//---Delegate and subroutine to update the TextBox control---

public delegate void myDelegate();

public void updateTextBox()

{

//---append the received data into the TextBox control---

txtDataReceived.AppendText(serialPort.ReadExisting());

txtDataReceived.ScrollToCaret();

}

测试应用程序

现在已经准备好了测试应用程序。在Visual Studio 2005中按F5调试该程序。你还需要运行应用程序的另一个实例,以测试通讯功能。为此,在你存储解决方案的Debug文件夹目录中找到SerialCommChat.exe应用程序。

在应用程序的第一个实例中,选择端口3(根据我们计算机的端口号进行选择,然后检查计算机上的端口号),然后点击连接。在其他实例中,选择端口4,然后点击连接。你现在可以开始通讯了(见图11)!

图11:通过两个串行口通讯

传输Unicode字符

在默认情况下,串口类发送ASCII字符。这是在编码串口类时设置的。如果你想使用其他语言(如中文交谈或日语),你需要设置串口属性类的编码为Unicode,以便可以正确地将数据发送和接收。

提示:NET Framework 2.0和最新版本的NET Compact Framework的2.0在你使

用ReadExisting()方法来读取Unicode字符时不会正确工作。因此,我们不使用ReadExisting()方法来读取传入的Unicode字符,而是使用Read()方法。

首先,你需要设置串口类的编码为Unicode。

Visual Basic 2005

With serialPort

.PortName = cbbCOMPorts.Text

.BaudRate = 9600

.Parity = IO.Ports.Parity.None

.DataBits = 8

.StopBits = IO.Ports.StopBits.One

'---set the encoding the Unicode---

.Encoding = System.Text.Encoding.Unicode

End With

C# 2005

serialPort.PortName = cbbCOMPorts.Text;

serialPort.BaudRate = 9600;

serialPort.Parity = System.IO.Ports.Parity.None;

serialPort.DataBits = 8;

serialPort.StopBits = System.IO.Ports.StopBits.One;

//---set the encoding the Unicode---

serialPort.Encoding = System.Text.Encoding.Unicode;

然后,修改updateTextBox()子例程从而正确读取传入的Unicode字符。Visual Basic 2005

Public Sub updateTextBox()

'---UNICODE work-around---

With txtDataReceived

'---find out the number of bytes to read---

Dim bytesToRead As Integer = serialPort.BytesToRead

'---declare a char array---

Dim ch(bytesToRead) As Char

'---read the bytes into the ch array---

Dim bytesRead As Integer = 0

bytesRead = serialPort.Read(ch, 0, bytesToRead)

'---convert the ch array into a string---

Dim str As String = New String(ch, 0, bytesRead)

'---append the received string into the TextBox control---

.AppendText(str)

.ScrollToCaret()

End With

End Sub

C# 2005

public void updateTextBox()

{

//---UNICODE work-around---

//---find out the number of bytes to read---

int bytesToRead = serialPort.BytesToRead;

//---declare a char array---

char[] ch = new char[bytesToRead];

int bytesRead = 0;

//---read the bytes into the ch array---

bytesRead = serialPort.Read(ch, 0, bytesToRead);

//---convert the ch array into a string---

string str = new string(ch, 0, bytesRead);

//---append the received string into the TextBox

// control---

txtDataReceived.AppendText(str);

txtDataReceived.ScrollToCaret();

}

图12显示了发送和接收的中文字符。

图12:发送和接收的中文字符

ASP外文翻译原文

https://www.wendangku.net/doc/0e556240.html, https://www.wendangku.net/doc/0e556240.html, 是一个统一的 Web 开发模型,它包括您使用尽可能少的代码生成企业级 Web 应用程序所必需的各种服务。https://www.wendangku.net/doc/0e556240.html, 作为 .NET Framework 的一部分提供。当您编写 https://www.wendangku.net/doc/0e556240.html, 应用程序的代码时,可以访问 .NET Framework 中的类。您可以使用与公共语言运行库 (CLR) 兼容的任何语言来编写应用程序的代码,这些语言包括 Microsoft Visual Basic、C#、JScript .NET 和 J#。使用这些语言,可以开发利用公共语言运行库、类型安全、继承等方面的优点的https://www.wendangku.net/doc/0e556240.html, 应用程序。 https://www.wendangku.net/doc/0e556240.html, 包括: ?页和控件框架 ?https://www.wendangku.net/doc/0e556240.html, 编译器 ?安全基础结构 ?状态管理功能 ?应用程序配置 ?运行状况监视和性能功能 ?调试支持 ?XML Web services 框架 ?可扩展的宿主环境和应用程序生命周期管理 ?可扩展的设计器环境 https://www.wendangku.net/doc/0e556240.html, 页和控件框架是一种编程框架,它在 Web 服务器上运行,可以动态地生成和呈现 https://www.wendangku.net/doc/0e556240.html, 网页。可以从任何浏览器或客户端设备请求 https://www.wendangku.net/doc/0e556240.html, 网页,https://www.wendangku.net/doc/0e556240.html, 会向请求浏览器呈现标记(例如 HTML)。通常,您可以对多个浏览器使用相同的页,因为 https://www.wendangku.net/doc/0e556240.html, 会为发出请求的浏览器呈现适当的标记。但是,您可以针对诸如 Microsoft Internet Explorer 6 的特定浏览器设计https://www.wendangku.net/doc/0e556240.html, 网页,并利用该浏览器的功能。https://www.wendangku.net/doc/0e556240.html, 支持基于 Web 的设备(如移动电话、手持型计算机和个人数字助理 (PDA))的移动控件。

毕业设计外文翻译原文.

Optimum blank design of an automobile sub-frame Jong-Yop Kim a ,Naksoo Kim a,*,Man-Sung Huh b a Department of Mechanical Engineering,Sogang University,Shinsu-dong 1,Mapo-ku,Seoul 121-742,South Korea b Hwa-shin Corporation,Young-chun,Kyung-buk,770-140,South Korea Received 17July 1998 Abstract A roll-back method is proposed to predict the optimum initial blank shape in the sheet metal forming process.The method takes the difference between the ?nal deformed shape and the target contour shape into account.Based on the method,a computer program composed of a blank design module,an FE-analysis program and a mesh generation module is developed.The roll-back method is applied to the drawing of a square cup with the ˉange of uniform size around its periphery,to con?rm its validity.Good agreement is recognized between the numerical results and the published results for initial blank shape and thickness strain distribution.The optimum blank shapes for two parts of an automobile sub-frame are designed.Both the thickness distribution and the level of punch load are improved with the designed blank.Also,the method is applied to design the weld line in a tailor-welded blank.It is concluded that the roll-back method is an effective and convenient method for an optimum blank shape design.#2000Elsevier Science S.A.All rights reserved. Keywords:Blank design;Sheet metal forming;Finite element method;Roll-back method

会计内部控制中英文对照外文翻译文献

会计内部控制中英文对照外文翻译文献(文档含英文原文和中文翻译)

内部控制透视:理论与概念 摘要:内部控制是会计程序或控制系统,旨在促进效率或保证一个执行政策或保护资产或避免欺诈和错误。内部是一个组织管理的重要组成部分。它包括计划、方法和程序使用,以满足任务,目标和目的,并在这样做,支持基于业绩的管理。内部控制是管理阶层的平等与控制可以帮助管理者实现资源的预期的有效管理的结果通过。内部控制应减少或违规错误的风险关联未被发现的,但设计和建立有效的内部控制不是一个简单的任务,不可能是一个实现通过快速修复短套。在此讨论了内部文件的概念的不同方面的内部控制和管制。 关键词:内部控制,管理控制,控制环境,控制活动,监督 1、介绍 环境需要新的业务控制变量不为任何潜在的股东和管理人士的响应因子为1,另外应执行/她组织了一个很大的控制权。控制是管理活动的东西或以上施加控制。思想的产生和近十年的发展需要有系统的商业资源和控制这种财富一个新的关注。主题之一热一回合管制的商业资源是分析每个控制成本效益。 作为内部控制和欺诈的第一道防线,维护资产以及预防和侦查错误。内部控制,我们可以说是一种控制整个系统的财务和其他方面的管理制定了为企业的顺利运行;它包括内部的脸颊,内部审计和其他形式的控制。 COSO的内部控制描述如下。内部控制是一个客观的方法用来帮助确保实现。在会计和组织理论,内部控制是指或目标目标的过程实施由组织的结构,工作和权力流动,人员和具体的管理信息系统,旨在帮助组织实现。这是一种手段,其中一个组织的资源被定向,监控和测量。它发挥着无形的(重要的作用,预防和侦查欺诈和保护组织的资源,包括生理(如,机械和财产)和乙二醇,声誉或知识产权,如商标)。在组织水平,内部控制目标与可靠性的目标或战略的财务报告,及时反馈业务上的成就,并遵守法律,法规。在具体的交易水平,内部控制是指第三方采取行动以实现一个具体目标(例如,如何确保本组织的款项,在申请服务提供有效的。)内部控制程序reduce程变异,导

毕业设计外文翻译附原文

外文翻译 专业机械设计制造及其自动化学生姓名刘链柱 班级机制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柴油气溶胶。

中国的对外贸易外文翻译及原文

外文翻译 原文 Foreign T rade o f China Material Source:W anfang Database Author:Hitomi Iizaka 1.Introduction On December11,2001,China officially joined the World T rade Organization(WTO)and be c a me its143rd member.China’s presence in the worl d economy will continue to grow and deepen.The foreign trade sector plays an important andmultifaceted role in China’s economic development.At the same time, China’s expanded role in the world economy is beneficial t o all its trading partners. Regions that trade with China benefit from cheaper and mor e varieties of imported consumer goods,raw materials and intermediate products.China is also a large and growing export market.While the entry of any major trading nation in the global trading system can create a process of adjustment,the o u t c o me is fundamentally a win-win situation.In this p aper we would like t o provide a survey of the various institutions,laws and characteristics of China’s trade.Among some of the findings, we can highlight thefollowing: ?In2001,total trade to gross domestic pr oduct(GDP)ratio in China is44% ?In2001,47%of Chinese trade is processed trade1 ?In2001,51%of Chinese trade is conduct ed by foreign firms in China2 ?In2001,36%of Chinese exports originate from Gu an gdon g province ?In2001,39%of China’s exports go through Hong Kong to be re-exported elsewhere 2.Evolution of China’s Trade Regime Equally remarkable are the changes in the commodity composition of China’s exports and imports.Table2a shows China’s annu al export volumes of primary goods and manufactured goods over time.In1980,primary goods accounted for 50.3%of China’s exports and manufactured goods accounted for49.7%.Although the share of primary good declines slightly during the first half of1980’s,it remains at50.6%in1985.Since then,exports of manufactured goods have grown at a much

外文翻译--如何监测内部控制

附录A

附录B 如何监测内部控制 内部控制是任何组织有效运行的关键,董事会、执行长和内部审计人员都为实现这个企业的目标而工作;该内部控制系统是使这些团体确保那些目标的达成的一种手段。控制帮助一个企业有效率地运转。此外,运用一种有效的风险系统,风险可被降低到最小。同时,控制促进经营和与经营有关的信息的可靠性。全美反舞弊性财务报告委员会发起组织(COSO;1992) 在它发布的具有开创性的文件《内部控制整合框架》中,将内部控制定义为:企业风险管理是一个过程,受企业董事会、管理层和其他员工的影响,包括内部控制及其在战略和整个公司的应用,旨在为实现经营的效率和效果、财务报告的可靠性以及法规的遵循提供合理保证。该委员会还指出,一个的内部控制的系统包括五个要素。它们是:控制环境、风险评估、信息和沟通、控制活动、监控。 COSO的定义及五个要素已被证明确实对不同的团体,如董事会和首席执行官起到作用。这些群体对内部控制系统的监管以及系统设计与运行有责任。而且,内部审计人员已经发现COSO的指导是有用的。这群人员可能会被董事会或管理层要求去测试控制。COSO最近发布的一份讨论文件,指出五个要素监控,其中的五个要素的确定在1992 frame work COSO原本。中国发展简报的题为《内部控制-整合框架:内部控制体系监督指南》(COSO,2007)。在文件中,COSO 强调监控的重要性,以及这些信息常常被没有充分利用。 因为董事会、执行长,和内部审计人员都在一个公司的内部控制中扮演着重要角色,内部控制的各要素,包括监测,都对所有的团体有着非常重要的意义。同时,外审计人员对监测有兴趣。《萨班斯-奥克斯利法案》(2002)为外部审计师创建了一个新的监督体制。所有的五个要素,包括监测,必须加以考虑。另外,内部控制审计必须结合对财务报告的检查。在一体化审计之前,在首席执行官的领导下,也许也在内部审计活动的支持下的管理,评估了内控制体系的有效性。随后外部审计人员对控制出具意见。起监督角色的董事会,将阅读内部审计、管理层和首席执行官出具的报告。文件关于监测对每一个团体的指导起了帮助,因为他们分别为各自的角色而劳动。 第一,什么是监测。监测的组成可评估内部控制系统在过去一段时间发挥效用的质量。其对控制功能的评估有助于企业确定其控制在有效地运作中。在执行监测活动时,相关人员参与审查系统的设计及其运行效果。这种检查必须进行及时,目的是为了提供给企业最大的利益。管理层负责做出适当的行动以回应这些结果。当事人对内部控制有兴趣,可以充分依赖这个内部控制系统,如果合适的监

文献综述和外文翻译撰写要求与格式规范

本科毕业论文(设计)文献综述和外文翻译 撰写要求与格式规范 一、毕业论文(设计)文献综述 (一)毕业论文(设计)文献综述的内容要求 1.封面:由学院统一设计,普通A4纸打印即可。 2.正文 综述正文部分需要阐述所选课题在相应学科领域中的发展进程和研究方向,特别是近年来的发展趋势和最新成果。通过与中外研究成果的比较和评论,说明自己的选题是符合当前的研究方向并有所进展,或采用了当前的最新技术并有所改进,目的是使读者进一步了解本课题的意义。文中的用语、图纸、表格、插图应规范、准确,量和单位的使用必须符合国家标准规定,引用他人资料要有标注。 文献综述字数在5000字以上。 正文前须附500字左右中文摘要,末尾须附参考文献。 参考文献的著录按在文献综述中出现的先后顺序编号。 期刊类文献书写方法:[序号]作者(不超过3人,多者用等表示).题(篇)名[J].刊名,出版年,卷次(期次):起止页次.

图书类文献书写方法:[序号]作者.书名[M].版本.出版地:出版者,出版年:起止页次. 论文集类文献书写方法:[序号]作者.篇名[C].论文集名.出版地:出版者,出版年:起止页次. 学位论文类书写方法:[序号]作者.篇名[D].出版地:单位名称,年份. 电子文献类书写方法:[序号]主要责任者. 题名:其他题名信息[文献类型标志/文献载体标志 ]出版地:出版者,出版年(更新或修改日期)[引用日期].获取和访问途径. 参考文献篇数应符合学院毕业论文(设计)工作的要求。 (二)毕业论文(设计)文献综述撰写与装订的格式规范 第一部分:封面 1.封面:由学院统一设计,“本科生毕业论文(设计)”根据作业实际明确为“论文”或“设计”,其它文本、表格遇此类情况同样处理。 第二部分:文献综述主题 1.中文摘要与关键词 摘要标题(五号,宋体,顶格,加粗)

毕业设计(论文)外文资料翻译〔含原文〕

南京理工大学 毕业设计(论文)外文资料翻译 教学点:南京信息职业技术学院 专业:电子信息工程 姓名:陈洁 学号: 014910253034 外文出处:《 Pci System Architecture 》 (用外文写) 附件: 1.外文资料翻译译文;2.外文原文。 指导教师评语: 该生外文翻译没有基本的语法错误,用词准确,没 有重要误译,忠实原文;译文通顺,条理清楚,数量与 质量上达到了本科水平。 签名: 年月日 注:请将该封面与附件装订成册。

附件1:外文资料翻译译文 64位PCI扩展 1.64位数据传送和64位寻址:独立的能力 PCI规范给出了允许64位总线主设备与64位目标实现64位数据传送的机理。在传送的开始,如果回应目标是一个64位或32位设备,64位总线设备会自动识别。如果它是64位设备,达到8个字节(一个4字)可以在每个数据段中传送。假定是一串0等待状态数据段。在33MHz总线速率上可以每秒264兆字节获取(8字节/传送*33百万传送字/秒),在66MHz总线上可以528M字节/秒获取。如果回应目标是32位设备,总线主设备会自动识别并且在下部4位数据通道上(AD[31::00])引导,所以数据指向或来自目标。 规范也定义了64位存储器寻址功能。此功能只用于寻址驻留在4GB地址边界以上的存储器目标。32位和64位总线主设备都可以实现64位寻址。此外,对64位寻址反映的存储器目标(驻留在4GB地址边界上)可以看作32位或64位目标来实现。 注意64位寻址和64位数据传送功能是两种特性,各自独立并且严格区分开来是非常重要的。一个设备可以支持一种、另一种、都支持或都不支持。 2.64位扩展信号 为了支持64位数据传送功能,PCI总线另有39个引脚。 ●REQ64#被64位总线主设备有效表明它想执行64位数据传送操作。REQ64#与FRAME#信号具有相同的时序和间隔。REQ64#信号必须由系统主板上的上拉电阻来支持。当32位总线主设备进行传送时,REQ64#不能又漂移。 ●ACK64#被目标有效以回应被主设备有效的REQ64#(如果目标支持64位数据传送),ACK64#与DEVSEL#具有相同的时序和间隔(但是直到REQ64#被主设备有效,ACK64#才可被有效)。像REQ64#一样,ACK64#信号线也必须由系统主板上的上拉电阻来支持。当32位设备是传送目标时,ACK64#不能漂移。 ●AD[64::32]包含上部4位地址/数据通道。 ●C/BE#[7::4]包含高4位命令/字节使能信号。 ●PAR64是为上部4个AD通道和上部4位C/BE信号线提供偶校验的奇偶校验位。 以下是几小结详细讨论64位数据传送和寻址功能。 3.在32位插入式连接器上的64位卡

英文翻译与英文原文.陈--

翻译文献:INVESTIGATION ON DYNAMIC PERFORMANCE OF SLIDE UNIT IN MODULAR MACHINE TOOL (对组合机床滑台动态性能的调查报告) 文献作者:Peter Dransfield, 出处:Peter Dransfield, Hydraulic Control System-Design and Analysis of TheirDynamics, Springer-Verlag, 1981 翻译页数:p139—144 英文译文: 对组合机床滑台动态性能的调查报告 【摘要】这一张纸处理调查利用有束缚力的曲线图和状态空间分析法对组合机床滑台的滑动影响和运动平稳性问题进行分析与研究,从而建立了滑台的液压驱动系统一自调背压调速系统的动态数学模型。通过计算机数字仿真系统,分析了滑台产生滑动影响和运动不平稳的原因及主要影响因素。从那些中可以得出那样的结论,如果能合理地设计液压缸和自调背压调压阀的结构尺寸. 本文中所使用的符号如下: s1-流源,即调速阀出口流量; S el—滑台滑动摩擦力 R一滑台等效粘性摩擦系数: I1—滑台与油缸的质量 12—自调背压阀阀心质量 C1、c2—油缸无杆腔及有杆腔的液容; C2—自调背压阀弹簧柔度; R1, R2自调背压阀阻尼孔液阻, R9—自调背压阀阀口液阻 S e2—自调背压阀弹簧的初始预紧力; I4, I5—管路的等效液感 C5、C6—管路的等效液容: R5, R7-管路的等效液阻; V3, V4—油缸无杆腔及有杆腔内容积; P3, P4—油缸无杆腔及有杆腔的压力 F—滑台承受负载, V—滑台运动速度。本文采用功率键合图和状态空间分折法建立系统的运动数学模型,滑台的动态特性可以能得到显著改善。

污水处理外文翻译(带原文)

提高塔式复合人工湿地处理农村生活污水的 脱氮效率1 摘要: 努力保护水源,尤其是在乡镇地区的饮用水源,是中国污水处理当前面临的主要问题。氮元素在水体富营养化和对水生物的潜在毒害方面的重要作用,目前废水脱氮已成为首要关注的焦点。人工湿地作为一种小型的,处理费用较低的方法被用于处理乡镇生活污水。比起活性炭在脱氮方面显示出的广阔前景,人工湿地系统由于溶解氧的缺乏而在脱氮方面存在一定的制约。为了提高脱氮效率,一种新型三阶段塔式混合湿地结构----人工湿地(thcw)应运而生。它的第一部分和第三部分是水平流矩形湿地结构,第二部分分三层,呈圆形,呈紊流状态。塔式结构中水流由顶层进入第二层及底层,形成瀑布溢流,因此水中溶解氧浓度增加,从而提高了硝化反应效率,反硝化效率也由于有另外的有机物的加入而得到了改善,增加反硝化速率的另一个原因是直接通过旁路进入第二部分的废水中带入的足量有机物。常绿植物池柏(Taxodium ascendens),经济作物蔺草(Schoenoplectus trigueter),野茭白(Zizania aquatica),有装饰性的多花植物睡莲(Nymphaea tetragona),香蒲(Typha angustifolia)被种植在湿地中。该系统对总悬浮物、化学需氧量、氨氮、总氮和总磷的去除率分别为89%、85%、83%、83% 和64%。高水力负荷和低水力负荷(16 cm/d 和32 cm/d)对于塔式复合人工湿地结构的性能没有显著的影响。通过硝化活性和硝化速率的测定,发现硝化和反硝化是湿地脱氮的主要机理。塔式复合人工湿地结构同样具有观赏的价值。 关键词: 人工湿地;硝化作用;反硝化作用;生活污水;脱氮;硝化细菌;反硝化细菌 1. 前言 对于提高水源水质的广泛需求,尤其是提高饮用水水源水质的需求是目前废水深度处理的技术发展指向。在中国的乡镇地区,生活污水是直接排入湖泊、河流、土壤、海洋等水源中。这些缺乏处理的污水排放对于很多水库、湖泊不能达到水质标准是有责任的。许多位于中国的乡镇地区的社区缺乏足够的生活污水处理设备。由于山区地形、人口分散、经济基础差等原因,废水的收集和处理是很成问题的。由于资源短缺,经济欠发达地区所采取的废水处理技术必须低价高效,并且要便于施用,能量输入及维护费用较低,而且要保证出水能达标。建造在城市中基于活性污泥床的废水集中处理厂,对于小乡镇缺乏经济适用性,主要是由于污水收集结构的建造费用高。 1Ecological Engineering,Fen xia ,Ying Li。

中小企业内部控制_外文参考文献

中小企业内部控制_外文参考文献 安徽工业大学毕业设计外文翻译 Private Enterprises of the intenal control issues Pulin Chang Economic Review. 2008, (5) Third, the promotion of private SMEs in the internal control system strategy (A) change management and business owners the concept of development. The majority of private small and medium enterprises in the family business, the success of these enterprises depends largely on internal control or entrepreneur leadership attention and level of implementation. Over the years, by traditional Chinese culture, business owners believe in Sincerity, fraternal loyalty permeate many aspects of enterprise management, strengthen internal controls that will affect the organization the members of distrust, resulting in internal control. Many private business owners that rely on business to do business benefits out of, rather than out of the internal financial management control; that the market is the most important internal control will be bound himself and staff development. Understanding of the bias, so that these leaders neglected the internal control system on the production and operation activities. Internal control can really become the leader of the internal needs of enterprise internal control system is the key to whether a mere formality. The internal control to make the internal needs of the enterprise depends largely on two points: First, determine

本科毕业设计(论文)外文翻译基本规范

本科毕业设计(论文)外文翻译基本规范 一、要求 1、与毕业论文分开单独成文。 2、两篇文献。 二、基本格式 1、文献应以英、美等国家公开发表的文献为主(Journals from English speaking countries)。 2、毕业论文翻译是相对独立的,其中应该包括题目、作者(可以不翻译)、译文的出处(杂志的名称)(5号宋体、写在文稿左上角)、关键词、摘要、前言、正文、总结等几个部分。 3、文献翻译的字体、字号、序号等应与毕业论文格式要求完全一致。 4、文中所有的图表、致谢及参考文献均可以略去,但在文献翻译的末页标注:图表、致谢及参考文献已略去(见原文)。(空一行,字体同正文) 5、原文中出现的专用名词及人名、地名、参考文献可不翻译,并同原文一样在正文中标明出处。 二、毕业论文(设计)外文翻译 (一)毕业论文(设计)外文翻译的内容要求 外文翻译内容必须与所选课题相关,外文原文不少于6000个印刷符号。译文末尾要用外文注明外文原文出处。 原文出处:期刊类文献书写方法:[序号]作者(不超过3人,多者用等或et al表示).题(篇)名[J].刊名(版本),出版年,卷次(期次):起止页次. 原文出处:图书类文献书写方法:[序号]作者.书名[M].版本.出版地:出版者,出版年.起止页次. 原文出处:论文集类文献书写方法:[序号]作者.篇名[A].编著者.论文集名[C]. 出版地:出版者,出版年.起止页次。 要求有外文原文复印件。 (二)毕业论文(设计)外文翻译的撰写与装订的格式规范 第一部分:封面

1.封面格式:见“毕业论文(设计)外文翻译封面”。普通A4纸打印即可。 第二部分:外文翻译主题 1.标题 一级标题,三号字,宋体,顶格,加粗 二级标题,四号字,宋体,顶格,加粗 三级标题,小四号字,宋体,顶格,加粗 2.正文 小四号字,宋体。 第三部分:版面要求 论文开本大小:210mm×297mm(A4纸) 版芯要求:左边距:25mm,右边距:25mm,上边距:30mm,下边距:25mm,页眉边距:23mm,页脚边 距:18mm 字符间距:标准 行距:1.25倍 页眉页角:页眉的奇数页书写—浙江师范大学学士学位论文外文翻译。页眉的偶数页书写—外文翻译 题目。在每页底部居中加页码。(宋体、五号、居中) 装订顺序是:封皮、中文翻译、英文原文复印件。

工程造价外文翻译(有出处)

预测高速公路建设项目最终的预算和时间 摘要 目的——本文的目的是开发模型来预测公路建设项目施工阶段最后的预算和持续的时间。 设计——测算收集告诉公路建设项目,在发展预测模型之前找出影响项目最终的预算和时间,研究内容是基于人工神经网络(ANN)的原理。与预测结果提出的方法进行比较,其精度从当前方法基于挣值。 结果——根据影响因素最后提出了预算和时间,基于人工神经网络的应用原理方法获得的预测结果比当前基于挣值法得到的结果更准确和稳定。 研究局限性/意义——因素影响最终的预算和时间可能不同,如果应用于其他国家,由于该项目数据收集的都是泰国的预测模型,因此,必须重新考虑更好的结果。 实际意义——这项研究为用于高速公路建设项目经理来预测项目最终的预算和时间提供了一个有用的工具,可为结果提供早期预算和进度延误的警告。 创意/价值——用ANN模型来预测最后的预算和时间的高速公路建设项目,开发利用项目数据反映出持续的和季节性周期数据, 在施工阶段可以提供更好的预测结果。 关键词:神经网、建筑业、预测、道路、泰国 文章类型:案例研究 前言 一个建设工程项普遍的目的是为了在时间和在预算内满足既定的质量要求和其他规格。为了实现这个目标,大量的工作在施工过程的管理必须提供且不能没有计划地做成本控制系统。一个控制系统定期收集实际成本和进度数据,然后对比与计划的时间表来衡量工作进展是否提前或落后时间表和强调潜在的问题(泰克兹,1993)。成本和时间是两个关键参数,在建设项目管理和相关参数的研究中扮演着重要的角色,不断提供适当的方法和

工具,使施工经理有效处理一个项目,以实现其在前期建设和在施工阶段的目标。在施工阶段,一个常见的问题要求各方参与一个项目,尤其是一个所有者,最终项目的预算到底是多少?或什么时候该项目能被完成? 在跟踪和控制一个建设项目时,预测项目的性能是非常必要的。目前已经提出了几种方法,如基于挣值技术、模糊逻辑、社会判断理论和神经网络。将挣值法视为一个确定的方法,其一般假设,无论是性能效率可达至报告日期保持不变,或整个项目其余部分将计划超出申报日期(克里斯坦森,1992;弗莱明和坎普曼,2000 ;阿萨班尼,1999;维卡尔等人,2000)。然而,挣值法的基本概念在研究确定潜在的进度延误、成本和进度的差异成本超支的地区。吉布利(1985)利用平均每个成本帐户执行工作的实际成本,也称作单位收入的成本,其标准差来预测项目完工成本。各成本帐户每月的进度是一个平均平稳过程标准偏差,显示预测模型的可靠性,然而,接受的单位成本收益在每个报告期在变化。埃尔丁和休斯(1992)和阿萨班尼(1999)利用分解组成成本的结构来提高预测精度。迪克曼和Al-Tabtabai(1992)基于社会判断理论提出了一个方法,该方法在预测未来的基础上的一组线索,源于人的判断而不是从纯粹的数学算法。有经验的项目经理要求基于社会判断理论方法的使用得到满意的结果。Moselhi等人(2006)应用“模糊逻辑”来预测潜在的成本超支和对建设工程项目的进度延迟。该方法的结果在评估特定时间状态的项目和评价该项目的利润效率有作用。这有助于工程人员所完成的项目时间限制和监控项目预算。Kaastra和博伊德(1996)开发的“人工神经网络”,此网络作为一种有效的预测工具,可以利用过去“模式识别”工作和显示各种影响因素的关系,然后预测未来的发展趋势。罗威等人(2006)开发的成本回归模型能在项目的早期阶段估计建筑成本。总共有41个潜在的独立变量被确定,但只有四个变量:总建筑面积,持续时间,机械设备,和打桩,是线性成本的关键驱动因素,因为它们出现在所有的模型中。模型提出了进一步的洞察了施工成本和预测变量的各种关系。从模型得到的估计结果可以提供早期阶段的造价咨询(威廉姆斯(2003))——最终竞标利用回归模型预测的建设项目成本。 人工神经网络已被广泛用在不同的施工功能中,如估价、计划和产能预测。神经网络建设是Moselhi等人(1991)指出,由Hegazy(1998)开发了一个模型,该模型考虑了项目的外在特征,估计加拿大的公路建设成本: ·项目类型 ·项目范围

外文翻译原文

204/JOURNAL OF BRIDGE ENGINEERING/AUGUST1999

JOURNAL OF BRIDGE ENGINEERING /AUGUST 1999/205 ends.The stress state in each cylindrical strip was determined from the total potential energy of a nonlinear arch model using the Rayleigh-Ritz method. It was emphasized that the membrane stresses in the com-pression region of the curved models were less than those predicted by linear theory and that there was an accompanying increase in ?ange resultant force.The maximum web bending stress was shown to occur at 0.20h from the compression ?ange for the simple support stiffness condition and 0.24h for the ?xed condition,where h is the height of the analytical panel.It was noted that 0.20h would be the optimum position for longitudinal stiffeners in curved girders,which is the same as for straight girders based on stability requirements.From the ?xed condition cases it was determined that there was no signi?cant change in the membrane stresses (from free to ?xed)but that there was a signi?cant effect on the web bend-ing stresses.Numerical results were generated for the reduc-tion in effective moment required to produce initial yield in the ?anges based on curvature and web slenderness for a panel aspect ratio of 1.0and a web-to-?ange area ratio of 2.0.From the results,a maximum reduction of about 13%was noted for a /R =0.167and about 8%for a /R =0.10(h /t w =150),both of which would correspond to extreme curvature,where a is the length of the analytical panel (modeling the distance be-tween transverse stiffeners)and R is the radius of curvature.To apply the parametric results to developing design criteria for practical curved girders,the de?ections and web bending stresses that would occur for girders with a curvature corre-sponding to the initial imperfection out-of-?atness limit of D /120was used.It was noted that,for a panel with an aspect ratio of 1.0,this would correspond to a curvature of a /R =0.067.The values of moment reduction using this approach were compared with those presented by Basler (Basler and Thurlimann 1961;Vincent 1969).Numerical results based on this limit were generated,and the following web-slenderness requirement was derived: 2 D 36,500a a =1?8.6?34 (1) ? ??? t R R F w ?y where D =unsupported distance between ?anges;and F y =yield stress in psi. An extension of this work was published a year later,when Culver et al.(1973)checked the accuracy of the isolated elas-tically supported cylindrical strips by treating the panel as a unit two-way shell rather than as individual strips.The ?ange/web boundaries were modeled as ?xed,and the boundaries at the transverse stiffeners were modeled as ?xed and simple.Longitudinal stiffeners were modeled with moments of inertias as multiples of the AASHO (Standard 1969)values for straight https://www.wendangku.net/doc/0e556240.html,ing analytical results obtained for the slenderness required to limit the plate bending stresses in the curved panel to those of a ?at panel with the maximum allowed out-of-?atness (a /R =0.067)and with D /t w =330,the following equa-tion was developed for curved plate girder web slenderness with one longitudinal stiffener: D 46,000a a =1?2.9 ?2.2 (2) ? ? ? t R f R w ?b where the calculated bending stress,f b ,is in psi.It was further concluded that if longitudinal stiffeners are located in both the tension and compression regions,the reduction in D /t w will not be required.For the case of two stiffeners,web bending in both regions is reduced and the web slenderness could be de-signed as a straight girder panel.Eq.(1)is currently used in the ‘‘Load Factor Design’’portion of the Guide Speci?cations ,and (2)is used in the ‘‘Allowable Stress Design’’portion for girders stiffened with one longitudinal stiffener.This work was continued by Mariani et al.(1973),where the optimum trans-verse stiffener rigidity was determined analytically. During almost the same time,Abdel-Sayed (1973)studied the prebuckling and elastic buckling behavior of curved web panels and proposed approximate conservative equations for estimating the critical load under pure normal loading (stress),pure shear,and combined normal and shear loading.The linear theory of shells was used.The panel was simply supported along all four edges with no torsional rigidity of the ?anges provided.The transverse stiffeners were therefore assumed to be rigid in their directions (no strains could be developed along the edges of the panels).The Galerkin method was used to solve the governing differential equations,and minimum eigenvalues of the critical load were calculated and presented for a wide range of loading conditions (bedding,shear,and combined),aspect ratios,and curvatures.For all cases,it was demonstrated that the critical load is higher for curved panels over the comparable ?at panel and increases with an increase in curvature. In 1980,Daniels et al.summarized the Lehigh University ?ve-year experimental research program on the fatigue behav-ior of horizontally curved bridges and concluded that the slen-derness limits suggested by Culver were too severe.Equations for ‘‘Load Factor Design’’and for ‘‘Allowable Stress Design’’were developed (respectively)as D 36,500a =1?4?192(3)? ?t R F w ?y D 23,000a =1?4 ?170 (4) ? ? t R f w ?b The latter equation is currently used in the ‘‘Allowable Stress Design’’portion of the Guide Speci?cations for girders not stiffened longitudinally. Numerous analytical and experimental works on the subject have also been published by Japanese researchers since the end of the CURT project.Mikami and colleagues presented work in Japanese journals (Mikami et al.1980;Mikami and Furunishi 1981)and later in the ASCE Journal of Engineering Mechanics (Mikami and Furunishi 1984)on the nonlinear be-havior of cylindrical web panels under bending and combined bending and shear.They analyzed the cylindrical panels based on Washizu’s (1975)nonlinear theory of shells.The governing nonlinear differential equations were solved numerically by the ?nite-difference method.Simple support boundary condi-tions were assumed along the curved boundaries (top and bot-tom at the ?ange locations)and both simple and ?xed support conditions were used at the straight (vertical)boundaries.The large displacement behavior was demonstrated by Mi-kami and Furunishi for a range of geometric properties.Nu-merical values of the load,de?ection,membrane stress,bend-ing stress,and torsional stress were obtained,but no equations for design use were presented.Signi?cant conclusions include that:(1)the compressive membrane stress in the circumfer-ential direction decreases with an increase in curvature;(2)the panel under combined bending and shear exhibits a lower level of the circumferential membrane stress as compared with the panel under pure bending,and as a result,the bending moment carried by the web panel is reduced;and (3)the plate bending stress under combined bending and shear is larger than that under pure bending.No formulations or recommendations for direct design use were made. Kuranishi and Hiwatashi (1981,1983)used the ?nite-ele-ment method to demonstrate the elastic ?nite displacement be-havior of curved I-girder webs under bending using models with and without ?ange rigidities.Rotation was not allowed (?xed condition)about the vertical axis at the ends of the panel (transverse stiffener locations).Again,the nonlinear distribu-

相关文档