GIS英文论文

GIS英文论文
GIS英文论文

Demand-Based Tree: Replica Update Propagation

for Weak Consistency in the Grid Database

Ruixuan Ge1, Yong-Il Jang1, Ho-Seok Kim1, Jae-Dong Lee2, Hae-Young Bae1 1Dept. of Computer Science & Information Engineering, INHA Univ.

2Dept. of Computer Science, Dan Kook University

geruixuan@dblab.inha.ac.kr, yijang@dblab.inha.ac.kr, bluesnow@dblab.inha.ac.kr

letsdoit@https://www.360docs.net/doc/c13762216.html,, hybae@inha.ac.kr

Abstract

Since some replicas will be in greater demand than others, not all replicas can be treated in the same way. To satisfy requests as more as possible first in a shorter period of time, a fast consistency algorithm has been presented, whereas the poor performance is showed in multiple regions of high demand for forming the island of locally consistent replicas. Although a leader election method is proposed, much additional cost for periodic leader election, information storage, and message passing is required. Also, false leader can be created. In this paper, a tree-based algorithm for replica update propagation is proposed. Leader replicas with high demand, which are considered as the roots of tree, are interconnected by pointers. All the other replicas are sorted by geographical distribution and considered as nodes of the trees. Once an update occurs at any replica, the update should be propagated to the leader replicas first. Every node propagates the update to all its children in the tree. The demand-based tree is flexible for the dynamic model in which the demand conditions do change with time. And the replica propagation is optimized by cost reduction for fixed propagation schedule.

1. Introduction

Grid is an important new flat roof for net computing. Database system is required for managing the large amounts of data on the grid. The Grid Database is the outcome of inter-combination of Grid and Database technique. It becomes one of the most important resources to provide data management service in the Grid environment.

Data Replication is a significant aspect in Grid Database [6]. All the data can have many same replicas stored in other nodes in Grid Database environment. Replication can reduce the access delay and the bandwidth consumption. Accordingly, the speed can be increased and the efficiency can be improved. Replica consistency is one of the key issues in replica application. Currently, there are two groups of updating algorithms for replica consistency. One is strong consistency, the other is weak consistency.

Strong consistency must ensure that all the replicas are always in a consistent state. But it is very impractical for Grid Database system. In contrast, weak consistency, which provides less reply time and higher availability, is more doable. When an update occurs on one replica, it can be propagated to other nodes by some order. This approach tolerates impermanent inconsistency among replicas. But, after a certain period of time, the replicas should be in a consistent state assuredly. Accordingly, to achieve weak consistency, an efficient method should be provided for update propagation [1, 10].

Several update propagation methods have been presented to implement replica weak consistency. One is demand based method [7]. A demand-based algorithm for fast update propagation of replicas has been brought forward. But the stability of this algorithm is poor even with leader election. And the additional overhead for sending message is considerable.

In this paper, a tree-based algorithm for replica update propagation is proposed. Leader replicas with high demand are considered as the roots of trees which are interconnected. All the other replicas are sorted by geographical distribution and considered as nodes of the trees. Once an update occurs at any replica, it should be transmitted to the leader replicas first. Each node that receives the update propagates it to its children in the tree. Our proposed method optimizes the update propagation for weak consistency by cost reduction for fixed propagation schedule. In this paper,

it can be seen that our algorithm performs well not only in static model but also in dynamic model by performance evaluation.

The rest of this paper is organized as follows. Section 2 gives an overview of previous work on replica update propagation. Section 3 presents our proposed demand-based trees model and algorithms. In section 4, we evaluate our method and describe the results. And the last section is the brief conclusions of this paper.

2. Related Work

This chapter generalizes several existing researches about replica consistency and stresses describing the fast consistency algorithm.

2.1. Replica Consistency Service in Grid Environment

Grid system provides supports for global business, government, research, science and corporation as a basic establishment of data and computation resources management. Replica consistency service deals with keeping replicas up to date in the grid system.

A Grid Consistency Service (GCS) is proposed to synchronize replication update and maintain consistency in Data Grid [5]. And the data consistency is partitioned to several levels to adapt different requirements. In some levels, not all the replicas are always up to date. Various required locks over grid can be used to achieve different replica consistency.

Andrea Domenici generalized the emphases in replica consistency and presented how to design the replica consistency service in [3]. The component of the consistency service is described briefly. Then, he proposed a relaxed data consistency with a replica consistency service called CONStanza in Data Grid [4]. This method updates replicas asynchronously by way of changing the frequency of checking database modifications. It can satisfy database replication as well as file replication. It can keep the remote replicas lazy consistency.

2.2. The Fast Consistency Algorithm

Update propagation is an important part for replica consistency service. To satisfy more requests from clients with up-to-date data, the demand based approach should be taken into account.

Elias proposes a “Fast Consistency” algorithm which prioritizes the replicas by the demand in the distributed system [7]. This algorithm is that all the servers select the neighbor with the most demand to start a consistency session. If the neighbor has another neighbor with greater demand, the process will be repeated. This process continues until all the replicas are updated. This algorithm guarantees that most requests can be satisfied in few sessions efficiently.

Then, Elias analyzes behavior of this algorithm in a collection of replicas with multiple zones with high demand [8]. From this research, we can see that the fast consistency algorithm performs very well in a collection of replicas with only one high demand zone. However, in multiple zones of high demand, the performance becomes poor. The low demand replicas can slow down the update propagation as barriers.

In [9], Elias proposes a leader election algorithm to avoid these barriers with low demand and generalizes this algorithm to Grid system. By this way, it can be considered that all the zones with high demand combine to form one high demand zone. But this algorithm may choose false leader. And an additional cost that the table of the IDs of leader nodes needs to be dynamically reconstructed periodically is considerable.

Furthermore, in the dynamic model, before any update propagation process performs in a replica, the chart with its neighbors’ data must to be updated. That means, the replica need ask all its neighbors before every update process by sending messages. This problem also causes much additional overhead.

3. Replica Update Propagation Using Demand-Based Tree

In this chapter, we introduce a demand-based tree structure for update propagation. The propagation algorithm and dynamic algorithm are presented also.

3.1. Demand-Based Tree Structure

In the grid database system, we choose some replicas with high demand value as leader nodes. Every leader node can be considered as the root of a tree. Other replicas are sorted by finding the nearest leader node. Each set of these replicas aligns by the sequence of descent demand value. Based on this sequence, these replicas can compose a tree. The leader nodes are interconnected by a bidirectional pointer by the sequence of descent demand value.

We consider a node as a candidate leader node when its demand is more than all its neighbors. Then, we define the average demand of a node d/n as a threshold, where d is the total demand of the network and n is the amount of replica nodes in the network. The candidates whose demand value is more than the threshold are chosen as leader nodes, others are

All the other replicas are sorted by finding the

Each set of nodes including a leader node queues by the sequence of descent demand value. So, every node has a serial number as 0, 1, 2, 3…by the sequence. Obviously, the serial number of leader node is 0. Figure3 shows an example for the distribution of

The first set of nodes queue as the sequence for example in Figure4. Other nodes queue as the same.

a a 1a 2a 3a 4a 5a 6a 7a 8a 9a 10a 110

1

2

3

4

5

6

7

8

9

10

11

Figure 4. A set of nodes queue by the sequence of descent

demand value

Each set of nodes can compose a tree in which

every node whose serial number is i . Every node has

the children whose serial number is , where c is the upper

limit amount of children of a node in the trees. And

every replica knows the information of its leader node,

parent and children. The data structure is shown in

Figure5 (a).

c i c i c i c +×+×+×,,2,1"How to decide the upper limit amount of children of

a node in the trees? It lies on the amount of replica

nodes in the network and the amount of leader nodes. The amount of nodes in every tree may be different. So, the height of every tree may be different. We define the minimum integer value h , which can satisfy:

n c l h

j j ≥?∑=0

as the average height of the trees. Here, l is the amount of leader nodes. Based on the propagation algorithm, because we need to satisfy all the requests to clients in less time,

the value h c + needs to be minimal. If there are several pairs of value satisfied this condition, we choose the pair in which c is minimal for load balancing. Then, c is an approximate optimal value. In our example, the value pair <2, 4> and <3, 3> have the minimal value for . We choose the pair h c +

<2, 4> as the solution. Figure5 (b) shows the data for node b1.

b b b3b4

(b)

Figure 5. (a) Data structure for tree-based structure.

(b) The data for node b1

The leader nodes are interconnected by a bidirectional pointer by the sequence of descent demand value. So, the leader node also knows the information of its neighbor leader nodes in the structure. The data structure and the data for node a as an example are shown in Figure6. The tree-based structure and the example are shown in Figure7.

Forward Pointer Backward Pointer b Null

(a) (b)

Figure 6. (a) The data structure about neighbors of a leader

(b) The data about neighbors of node a

…………

……

Figure 7. The tree-based structure

When an update occurs at a node, it will send a message to its parent initially. It can ensure that its parent won’t propagate the update to itself. Then, it will transmit the update to its leader node first. The leader node, who has received the update, transmits the update to its neighbor leader node with greater demand by the forward pointer first. Next, it transmits the update to another leader node by the backward pointer. Afterward, it transmits the update to its children by the sequence of descent demand value. Every leader node transmits the update to other nodes by this sequence. Every non-leader nodes also transmits the update to its children by the sequence of descent demand value. Figure8 shows the update propagation in our example when the update occurs in node b3.

Figure 8. The example of the update propagation

In fact, the demand conditions do change with time. Accordingly, the tree structure need do change with time too. When the demand of a node increases, it should compare with its parent. If its demand is greater than its parent’s, their position needs to be exchanged. Repeat this step, until its demand is less than its parent’s. In our example, we assume some nodes with their corresponding demand as shown in Table 1. If the demand of node b7 increases to 24, it should compare with node b3 first. So, their position needs to be changed. Secondly, it will compare with node b1. Their position should be changed also. Thirdly, it will compare with node b. Its demand value is less than the demand of node b. Therefore, the result is shown as Figure9 (a).

Table 1. The demand of replica nodes

b b 1b 2b 3b 4b 5b 6b 7b 8b 9b 10b 112523

22

20

18

15

13

12

11

10

8

6

b 12b 13b 14b 155

421

a 20

Replica Demand

When the demand of a node decreases, it should compare with its children. If its demand is less than any of its children’s, it will exchange the position with its child with most demand. Repeat this step, until its demand is greater than its children’s. In our example, if the demand of node b 2 falls from 22 to 14, it will compare with his child b 5 that has most demand among its children. So, it should change the position with b 5. Next, it will compare with node b 11. Its demand is greater than the demand of b 11. Consequently, the result is shown as Figure9 (b).

If any leader node finds that its demand value is more than anterior one or less than the posterior one, the position of these two trees need to be changed. In our example, we assume the demand of node a increases from 20 to 27, which is more than b and less than c , the tree including node a

needs change the position with the tree including node b . The result is shown in Figure9 (c).

When the demand of a node does change, its information about its parent should be modified. In our example, if the demand of b 4 increases to 19, the data for node b 1 is shown as Figure9 (d).

(c)

b b b 4

b 3

(d)

Figure 9. The result of the dynamic algorithm used in our

example

3.2. Propagation Algorithm

Figure10 shows the update propagation algorithm after updating a replica.

Input:

current_node: Current node ID

update_data: The update need to be propagated Variables:

FP: Forward Pointer of current node BP: Backward Pointer of current node child(i ): the children of current node Begin

01: if current_node is a leader 02: if FP is not null

03: propagate update_data to FP 04: endif

05: if BP is not null

06: propagate update_data to BP 07: endif

08: for i ← 1 to c && child(i ) is not null 09: propagate update_data to child(i ) 10: else

11: send a message to parent

12: propagate update to parent

13: for i ← 1 to c && child(i ) is not null 14: propagate update_data to child(i )

15: endif

end

Figure 10. The update propagation algorithm

If the current node is a leader, and its forward pointer is not null, the update should be propagated to the previous neighbor leader node (Line01~04) (See Figure11 (a)). And if its backward pointer is not null, the update should be propagated to the following neighbor leader node (Line05~07) (See Figure11 (b)). Then, it transmits the update to its children one by one (Line08~09) (See Figure11 (c)). If the current node is not a leader node, it should send a message to its parent initially (Line10~11) (See Figure11 (d)). Then, it propagates the update to its leader first (See Figure11 (e)). Finally, it transmits the update to its children one by one (Line12~15) (See Figure11 (f)).

……

(a)

……

(b)

……

(c)

Figure 11. Illustration of the propagation algorithm 3.3. Dynamic Algorithm

Figure12 describes the dynamic algorithm when the demand of a leader replica changes.

Input:

current_node: Current node ID

Variables:

FP: Forward Pointer of current node

BP: Backward Pointer of current node

current_demand: The current demand of current node previous_demand: The previous demand of current node first_child: The first child of current node that may exchange the position with current node

exchange_child: The child of current node that may exchange the position with current node

c_parent: The parent of current node

Begin

01: if current_node is a leader

02: if current_demand > previous_demand

03: while FP is not null and crrent_demand is more than the demand of FP

04: FP ← ExchangeLeader (FP, current_node) 05: else

06: exchange_child ← first_child

07 while current_demand is less than the demand

of exchange_child 08:

exchange_child

Exchange

(current_node , exchange_child)

09: if exchange_child ≠ first_child

10: while BP is not null and the demand of

first_child is less than the demand of BP

11: BP ← ExchangeLeader (first_child, BP) 12: else

13: while BP is not null and current_demand is

less than the demand of BP

14: BP ← ExchangeLeader (current_node,

BP)

15: endif 16: endif 17: endif end

Figure 12. The dynamic algorithm for leader node

If the demand of a leader node increases and is greater than the previous leader node, the position of the two leader nodes with the trees should be exchanged. This step should repeat until the demand of current node is less than the previous one (Line01~04) (See Figure13 (a)). ExchangeLeader function is used for exchanging the position of two neighbor leaders. If the demand of a leader node decreases and is less than any of its children, it should exchange the position with its first child. This step should repeat until the demand of current node is more than all its children (Line05~08) (See Figure13 (b)). Exchange function can exchange the position of two replicas with different height. Then, compare the demand of the leader after previous steps with the following leader node. If its demand is less than the following one, their position should be exchanged. This step should repeat until the demand of the leader node is more than the following one (Line09~17) (See Figure13 (c)).

(b)

Figure 13. Illustration of the dynamic algorithm for leader

node

Figure14 is the presentation of the dynamic algorithm when the demand of a non-leader replica changes.

Input:

current_node: Current node ID Variables:

current_demand: The current demand of current node previous_demand: The previous demand of current node c_parent: The parent of current node

c_child: The first child of current node

Begin

01: if current_node is not a leader

02: if current_demand > previous_demand

03: while current_demand is greater than the demand of the demand of c_parent

04: c_parent ←Exchange (c_parent, current_ node)

05: else

06: while current_demand is less than the demand of the demand of c_child

07: c_child ←Exchange (current_nodet, c_child)

08: endif

09: endif

end

Figure 14. The dynamic algorithm for non-leader node

If the demand of a non-leader node increases, it should exchange the position with its parent (Line01~04). Contrarily, it should exchange the position with its first child (Line05~09). These steps also should be executed circularly until the node is on the proper position.

4. Performance Evaluation

The evaluation environment and the comparison between the fast consistency and the demand-based tree are presented in this chapter.

4.1. Evaluation Environment

The Network Simulator (NS-2), which is an object oriented simulator, is used to provide the simulation of the network [11]. In NS-2, the whole simulation is driven by the discrete event.

BRITE [2] which is a universal topology generation tool is used to generate the topologies in our simulations. This tool generates the topologies randomly and it is inclusive, flexible, extensible and efficient.

The fast consistency algorithm and the demand-based tree algorithm are compared in the dynamic model, which is more similar to the real network. The simulations are implemented with the replicas with the number from 10 to 210. Table 2 shows the evaluation environment for testing the proposed method.

Table 2. Evaluation Environment (ut: unit time)

Evaluation Element Data Range

Simulation Time 5000 (ut)

Number of Nodes 10~210

Number of Clients 10~400

Transmission Time 2~4 (ut)

Update Processing Time 6~8 (ut)

4.2. Evaluation Results

In the evaluation test, the demand of replicas changes randomly.

Figure15 shows the comparison of time for complete consistency between the fast consistency with leader and the demand-based tree method. We can see that the network can achieve the consistency state with less time by using the proposed method than fast consistency method.

Figure 15. Time for Complete Consistency

The reason is that the proposed method only exchange messages when the demand of any replica changes. The message passing between two nodes will not affect the update propagation process. Whereas fast consistency need to send messages before each update propagation carries out for updating the chart with the data of its neighbors. So, fast consistency method needs exchanging much more additional messages for communication between replicas than demand-based tree method, even with leader election. For this reason, both the time and the overhead of message passing in fast consistency method are more than demand-based tree method.

The comparison of the number of overhead messages is shown in Figure16.

Figure 16. Number of Overhead Messages

Except the foregoing words about the good performance of our method, it is proved that the demand-based tree approach will not choose false leader from the evaluation. But fast consistency with leader can choose false leaders. The reason is that the votes for the election method can reach to the replicas with low demand whose neighbors have less demand. 5. Conclusion

In Grid Database, the data can be updated by user at any time. Therefore, replica consistency is an important issue obviously. The demand based approach for replica update propagation is one of the methods to maintain replica weak consistency. And it can satisfy more requests more in time.

In this paper, the demand-based tree for replica update propagation method is proposed. The tree construction is composed based on the demand of replicas. Update on one replica can be propagated to its parent, children and the leader by this construction. Compared with fast consistency, the proposed method can achieve the consistency state with less time than the fast consistency method. It will not select false leader. It requires just little message passing. Furthermore, periodic leader election is unnecessary. The dynamic algorithm can ensure that the set of leader replicas keeps up to date. Consequently, compared with fast consistency, the overhead is reduced considerably compared with fast consistency in our method. In a word, the proposed method showed increased performance than fast consistency.

This method is suitable for Grid Database. It can also be used for various applications with large number of nodes, such as distribution system, and so on. References

[1] A. Adya, “Weak Consistency: A Generalized Theory

and Optimistic Implementations for Distributed

Transactions,” PhD thesis Massachusetts Institute of

Technology, Department of Electrical Engineering and

Computer Science, March 1999

[2] A. Medina, A. Lakhina, I. Matta, and J. Byers, “BRITE:

Universal Topology Generation from a User’s

Perspective,” Technical Report BUCS-TR2001 -003,

Boston University, 2001

[3]Andrea Domenici, Flavia Donno, Gianni Pucciani,

Heinz Stockinger, Kurt Stockinger, “Replica

consistency in a Data Grid,”

https://www.360docs.net/doc/c13762216.html,/~kurts/research/acat2003_replication.

pdf, July 2004

[4]Andrea Domenici, Flavia Donno, Gianni Pucciani,

Heinz Stockinger, “Relaxed Data Consistency with

CONStanza,” Proceedings of the Sixth IEEE

International Symposium on Cluster Computing and the

Grid (CCGRID’06), 2006

[5] D. Du¨ llmann, W. Hoschek, J. Jaen-Martinez, A.

Samar, H.Stockinger, K. Stockinger, “Models for

replica synchronization and consistency in a data grid,”

in: Tenth IEEE Symposium on High Performance and

Distributed Computing (HPDC-10), San Francisco, CA,

August 7–9, 2001

[6]Houda Lamehamedi, Boleslaw Szymanski, Zujun

Shentu, Ewa Deelman, “Data Replication Strategies in

Grid Environments,” Proc. Of the Fifth International

Conference on Algorithms and Architectures for

Parallel Processing (ICA3PP'02), 2002

[7]Jesús Acosta Elias, Leandro Navarro Moldes, “A

Demand Based Algorithm for Rapid Updating of

Replicas,” IEEE Workshop on Resource Sharing in

Massively Distributed Systems (RESH’02), July 2002

[8]Jesús Acosta Elias, Leandro Navarro Moldes,

“Behaviour of the fast consistency algorithm in the set

of replicas with multiple zones with high demand,”

Symposium in Informatics and Telecommunications,

SIT2002

[9]Jesús Acosta Elias, Leandro Navarro Moldes,

“Generalization of The Fast Consistency Algorithm To

a Grid With Multiple High Demand Zones,”

Computational Science, ICCS, 2003

[10]K. Petersen, M. J. Spreitzer, D. B. Terry, M. M.

Theimer, and Demers, “Flexible Update Propagation

for Weakly Consistent Replication,” Proceedings of the

16th ACM Symposium on Operating Systems

Principles (SOSP-16), Saint Malo, France, October 5-8,

1997, pages 288-301

[11]he Network Simulator – ns-2,

https://www.360docs.net/doc/c13762216.html,/nsnam/ns/

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

机械设计 摘要:机器是由机械装置和其它组件组成的。它是一种用来转换或传递能量的装置,例如:发动机、涡轮机、车辆、起重机、印刷机、洗衣机、照相机和摄影机等。许多原则和设计方法不但适用于机器的设计,也适用于非机器的设计。术语中的“机械装置设计”的含义要比“机械设计”的含义更为广泛一些,机械装置设计包括机械设计。在分析运动及设计结构时,要把产品外型以及以后的保养也要考虑在机械设计中。在机械工程领域中,以及其它工程领域中,所有这些都需要机械设备,比如:开关、凸轮、阀门、船舶以及搅拌机等。 关键词:设计流程设计规则机械设计 设计流程 设计开始之前就要想到机器的实际性,现存的机器需要在耐用性、效率、重量、速度,或者成本上得到改善。新的机器必需具有以前机器所能执行的功能。 在设计的初始阶段,应该允许设计人员充分发挥创造性,不要受到任何约束。即使产生了许多不切实际的想法,也会在设计的早期,即在绘制图纸之前被改正掉。只有这样,才不致于阻断创新的思路。通常,还要提出几套设计方案,然后加以比较。很有可能在这个计划最后决定中,使用了某些不在计划之内的一些设想。 一般的当外型特点和组件部分的尺寸特点分析得透彻时,就可以全面的设计和分析。接着还要客观的分析机器性能的优越性,以及它的安全、重量、耐用性,并且竞争力的成本也要考虑在分析结果之内。每一个至关重要的部分要优化它的比例和尺寸,同时也要保持与其它组成部分相协调。 也要选择原材料和处理原材料的方法。通过力学原理来分析和实现这些重要的特性,如那些静态反应的能量和摩擦力的最佳利用,像动力惯性、加速动力和能量;包括弹性材料的强度、应力和刚度等材料的物理特性,以及流体润滑和驱动器的流体力学。设计的过程是重复和合作的过程,无论是正式或非正式的进行,对设计者来说每个阶段都很重要。 最后,以图样为设计的标准,并建立将来的模型。如果它的测试是符合事先要

参考文献(Bibliography)格式的具体说明

参考文献(Bibliography)格式和要求的具体说明 一、总体格式和要求 1.本科毕业论文的参考文献页应该单独起页。 2.参考文献的数量不得少于10项,必须要有外文条目。 3.参考文献一般应包括尾注的所有条目,另外还可以列入自己读过的、对论文写作影响较大但未引用的文献。 4.参考文献中如兼有多语种条目,则应分开排列,先外语后中文。外语条目按照文献条目首词字母排序,中 文条目按照文献开头的拼音排序;如文献开头的字母或拼音相同,依序参照其后的字母或拼音排序。 5.参考文献同一个条目内部不可中英文夹杂,一般应与文献使用的语种一致,要么用英文,要么用中文书写。 6.英文文献字体是Times New Roman,使用英文标点符号;汉语文献字体是宋体,采用中文标点符号。 7.参考文献须悬挂缩进,即每一条目的第二行开始缩进5字符。 8.参考文献按1.5倍行距排列,不同条目之间空一行。 9.英文条目各部分的首字母需要大写,文献中的实词和超过5个字母的介词也需要首字母大写。 二、作者部分的写法 1. 英文参考文献中作者部分的写法: 作者姓氏, 首名中名. 如不是为了区别重名的不同作者,中名可省略。 例如:Shatzkin, Leonard. In Cold Type: Overcoming the Book Crisis. Boston: Houghton Mifflin, 1982. 首名、中名可用首字母加实心点缩略表示: Shatzkin, L.. In Cold Type: Overcoming the Book Crisis. Boston: Houghton Mifflin, 1982. 如有多个作者,从第二个作者开始姓、名不颠倒,即:作者1姓氏, 首名中名, and 作者2首名中名姓氏:Shatzkin, L., Stephen Crane, and Michael Jackson. In Cold Type: Overcoming the Book Crisis. Boston: Houghton Mifflin, 1982. 2.中文参考文献中作者部分的写法: 作者姓名,后接空格。 如:廖七一“庞德与胡适诗歌翻译的文化思考”,《外国语》2003(6),第54-59页。 多个作者:桂诗春、宁春岩《XXXXX》,北京:外语教学与研究出版社,1997。 编著:桂诗春、宁春岩主编《语言学方法论》,北京:外语教学与研究出版社,1997。 译著:尤金·奈达著,严久生译《语言文化与翻译》,呼和浩特:内蒙古大学出版社,1998。 3. 若著者为公司或机构时,直接将公司或机构作为作者: 英文文献: Sichuan International Studies University. In Cold Type: Overcoming the Book Crisis. Boston: Houghton Mifflin, 1982. 中文文献: 中国对外翻译出版公司《诗词翻译的艺术》,北京:中国对外翻译出版公司,1987。 三、英文参考文献的格式 1.专著

(完整版)_毕业设计英文文献51单片机中英文文献翻译_

AT89C51的概况 The General Situation of AT89C51 Chapter 1 The application of AT89C51 Microcontrollers are used in a multitude of commercial applications such as modems, motor-control systems, air conditioner control systems, automotive engine and among others. The domains also require that these microcontrollers are be ensured by a robust testing process and a proper tools environment for the validation of these microcontrollers both at the component and at the system level. Intel Plaform Engineering department developed an object-oriented multi-threaded test environment for the validation of its AT89C51 automotive microcontrollers. The goals of thisenvironment was not only to provide a robust testing environment for the AT89C51 automotive microcontrollers, but to develop an environment which can be easily extended and reused for the validation of several other future microcontrollers. The environment was developed in conjunction with Microsoft Foundation Classes (AT89C51). The paper describes the design and mechanism of this test environment, its interactions with various The 8-bit AT89C51 CHMOS microcontrollers are designed to engine-control systems, airbags, suspension systems, and antilock braking systems (ABS). The AT89C51 is especially well suited to applications that benefit from its processing speed and enhanced

中英文参考文献格式

中文参考文献格式 参考文献(即引文出处)的类型以单字母方式标识: M——专著,C——论文集,N——报纸文章,J——期刊文章,D——学位论文,R——报告,S——标准,P——专利;对于不属于上述的文献类型,采用字母“Z”标识。 参考文献一律置于文末。其格式为: (一)专著 示例 [1] 张志建.严复思想研究[M]. 桂林:广西师范大学出版社,1989. [2] 马克思恩格斯全集:第1卷[M]. 北京:人民出版社,1956. [3] [英]蔼理士.性心理学[M]. 潘光旦译注.北京:商务印书馆,1997. (二)论文集 示例 [1] 伍蠡甫.西方文论选[C]. 上海:上海译文出版社,1979. [2] 别林斯基.论俄国中篇小说和果戈里君的中篇小说[A]. 伍蠡甫.西方文论选:下册[C]. 上海:上海译文出版社,1979. 凡引专著的页码,加圆括号置于文中序号之后。 (三)报纸文章 示例 [1] 李大伦.经济全球化的重要性[N]. 光明日报,1998-12-27,(3) (四)期刊文章 示例 [1] 郭英德.元明文学史观散论[J]. 北京师范大学学报(社会科学版),1995(3). (五)学位论文 示例 [1] 刘伟.汉字不同视觉识别方式的理论和实证研究[D]. 北京:北京师范大学心理系,1998. (六)报告 示例 [1] 白秀水,刘敢,任保平. 西安金融、人才、技术三大要素市场培育与发展研究[R]. 西安:陕西师范大学西北经济发展研究中心,1998. (七)、对论文正文中某一特定内容的进一步解释或补充说明性的注释,置于本页地脚,前面用圈码标识。 参考文献的类型 根据GB3469-83《文献类型与文献载体代码》规定,以单字母标识: M——专著(含古籍中的史、志论著) C——论文集 N——报纸文章 J——期刊文章 D——学位论文 R——研究报告 S——标准 P——专利 A——专著、论文集中的析出文献 Z——其他未说明的文献类型 电子文献类型以双字母作为标识: DB——数据库 CP——计算机程序 EB——电子公告

产品设计中英文文献

中文译文 产品设计,语义和情绪反应 摘要 本文探讨了人体工程学理论与语义和情感内容的设计问题。其目的是要找到以下问题的答案:如何设计产品引发人心中的幸福;怎样的产品属性能够帮助你们沟通积极的情绪,最后,如何通过产品唤起某种情绪。换言之,这是对“意义”——可以成为一个产品,旨在与用户在情感层面上进行“沟通”的调查。 1、介绍 当代生活是促进社会和技术变革的代名词。同样,产品设计通过材料技术,生产技术,信息处理技术等工序的发展而正在迅速转变。在技术方面正在发生变化的速度和规模超出任何期望。数字革命的对象是逐步转向与我们互动成更小,更聪明的黑盒子,使我们很难理解这一机制或工作方法(博尔茨2000年)。 因此,在设计时比以前不同的框架,参照社会变革,资源和能源节约,新出现的环境问题,以及客户导向的趋势(大平1995年,琼斯1997年)。因此,无论是通过广告和营销推动战略,或潮流,时尚和社会活动,从消费产品的用户的期望也已改变。功能性,吸引力,易于被使用中,可负担性,可回收性和安全性,预计所有已经存在于一个产品属性。用户希望有更多的日常用品。最近设计的趋势表明了用户对激励对象的倾向,提高他们的生活,帮助触发情绪,甚至唤起梦想(詹森1999年,阿莱西2000年)。詹森预计,梦会快到了,下面的数据为基础的社会,所谓的信息社会(1999年)。他还说,作为信息和智力正成为电脑和高科技,社会领域将放在一个人的能力还没有被自动然而新的价值:情绪。功能是越来越多的产品中理所当然的,同时用户也可以实现在寻找一个完全不同的欣赏水平。想象,神话和仪式(即情感的语言)会对我们的行为产生影响,从我们的购买决定,我们与他人(詹森1999年)的沟通。此外,哈立德(2001:196)指出这是决定购买,可瞬间的,因此客户的需求可以被创建,速度非常快,而其他需要长期建立了'。 因此,情感和'影响'一般,都收到了最后一个(Velásquez1998)几年越来越多的关注。'影响'是指消费者的心理反应产品的符号学的内容。情绪和影响途径,可以研究在许多不同的层次,都提供不同的见解。正如Velásquez指出,一些模型已经被提出来的领域和多种环境。一些例子,他给包括情绪来创建逼真的品质和性格(贝茨1994年,克莱恩和布隆伯格1999年,埃利奥特1992年,赖利1996)系统合成剂,大约在叙事情感(艾略特等人在Velásquez1998年)。原因,在情绪处理系统,依靠调解社会互动(Breazeal在Velásquez1998年),该模型和体系结构,行为和学习情绪的影响

英语毕业论文引用和参考文献格式

英语毕业论文引用和参考文献格式 英语专业毕业论文引用和参考文献格式采用APA格式及规。 一、文中夹注格式 英语学位论文引用别人的观点、方法、言论必须注明出处,注明出处时使用括号夹注的方法(一般不使用脚注或者尾注),且一般应在正文后面的参考文献中列出。关于夹注,采用APA格式。 (一)引用整篇文献的观点 引用整篇文献(即全书或全文)观点时有两种情况: 1.作者的姓氏在正文中没有出现,如: Charlotte and Emily Bronte were polar opposites, not only in their personalities but in their sources of inspiration for writing (Taylor, 1990). 2. 作者的姓氏已在正文同一句中出现,如: Taylor claims that Charlotte and Emily Bronte were polar opposites, not only in their personalities but in their sources of inspiration for writing (1990). 3. 如果作者的姓氏和文献出版年份均已在正文同一句中出现,按APA的规不需使用括号夹注,如: In a 1990 article, Taylor claims that Charlotte and Emily Bronte were polar opposites, not only in their personalities but in their sources of inspiration for writing. 4. 在英文撰写的论文中引用中文著作或者期刊,括号夹注中只需用汉语拼音标明作者的姓氏,不得使用汉字,如:(Zhang, 2005) (二)引用文献中具体观点或文字 引用文献中某一具体观点或文字时必须注明该观点或者该段文字出现的页码出版年份,没有页码是文献引用不规的表现。 1.引用一位作者的文献 (1)引用容在一页,如: Emily Bronte “expressed increasing hostility for the world of human relationships, whether sexual or social” (Taylor, 1988:11). (2)引用容在多页上,如: Newmark (1988:39-40) notes three characteristically expressive text-types: (a) serious imaginative literature (e.g. lyrical poetry); (b) authoritative statements (political speeches and documents, statutes and legal documents, philosophical and academic works by acknowledged authorities); (c) autobiography, essays, personal correspondence (when these are personal effusions).

英文引用及参考文献格式要求

英文引用及参考文献格式要求 一、参考文献的类型 参考文献(即引文出处)的类型以单字母方式标识,具体如下: M——专著C——论文集N——报纸文章 J——期刊文章D——学位论文R——报告 对于不属于上述的文献类型,采用字母“Z”标识。 对于英文参考文献,还应注意以下两点: ①作者姓名采用“姓在前名在后”原则,具体格式是:姓,名字的首字母.如:MalcolmRichardCowley应为:Cowley,M.R.,如果有两位作者,第一位作者方式不变,&之后第二位作者名字的首字母放在前面,姓放在后面,如:FrankNorris与IrvingGordon应为:Norris,F.&I.Gordon.; ②书名、报刊名使用斜体字,如:MasteringEnglishLiterature,EnglishWeekly。 二、参考文献的格式及举例 1.期刊类 【格式】[序号]作者.篇名[J].刊名,出版年份,卷号(期号):起止页码. 【举例】 [1]王海粟.浅议会计信息披露模式[J].财政研究,2004,21(1):56-58. [2]夏鲁惠.高等学校毕业论文教学情况调研报告[J].高等理科教育,2004(1):46-52. [3]Heider,E.R.&D.C.Oliver.Thestructureofcolorspaceinnamingandme moryoftwolanguages[J].ForeignLanguageTeachingandResearch,1999,(3):6 2–67. 2.专著类 【格式】[序号]作者.书名[M].出版地:出版社,出版年份:起止页码. 【举例】[4]葛家澍,林志军.现代西方财务会计理论[M].厦门:厦门大学出版社,2001:42. [5]Gill,R.MasteringEnglishLiterature[M].London:Macmillan,1985:4 2-45. 3.报纸类 【格式】[序号]作者.篇名[N].报纸名,出版日期(版次). 【举例】 [6]李大伦.经济全球化的重要性[N].光明日报,1998-12-27(3). [7]French,W.BetweenSilences:AVoicefromChina[N].AtlanticWeekly,1 98715(33). 4.论文集 【格式】[序号]作者.篇名[C].出版地:出版者,出版年份:起始页码. 【举例】 [8]伍蠡甫.西方文论选[C].上海:上海译文出版社,1979:12-17. [9]Spivak,G.“CantheSubalternSpeak?”[A].InC.Nelson&L.Grossberg (eds.).VictoryinLimbo:Imigism[C].Urbana:UniversityofIllinoisPress,1 988,pp.271-313.

建筑设计中英文对照外文翻译文献

中英文对照外文翻译文献 (文档含英文原文和中文翻译) 原文: Housing Problems and Options for the Elderly 1. Introduction Housing is a critical element in the lives of older persons. The affordability of housing affects the ability of the elderly to afford other necessities of life such as food and medical care. Housing that is located near hospitals and doctors, shopping, transportation, and recreational facilities can facilitate access to services that can enhance the quality of life. Housing can also be a place of memories of the past and a connection to friends and neighbors. Housing with supportive features and access to services can also make it possible for persons to age in place. In this session, we will be examining housing problems and

英文参考文献的格式

英文参考文献的格式 英文(例子): [01] Brown, H. D. Teaching by Principles: An Interactive Approach to Language Pedagogy[M]. Prentice Hall Regents, 1994. [02] Brown, J Set al. Situated Cognition and the Culture of Learning[J]. Educational Reasercher, 1, 1989. [03] Chris, Dede. The Evolution of Constructivist Learning Envi-ronments: Immersion in Distributed Virtual Worlds[J]. Ed-ucational Technology, Sept-Oct, 1995. [04] Hymes, D.On communicative competence[M]. J. B. Pride; J. Holmes (eds). Sociolinguistics. Harmondsworth: Penguin, 1972. [05] L. E. Sarbaugh. Intercultural communication[M]. New Brunsw-ick, N.J.U.S.A: Transaction Books, 1988. [06] Puhl, A.. Classroom A ssessment[J]. EnglishTeaching Forum, 1997. [07] Thomas, Jenny. Cross-cultural Pragmatic Failure[J]. Applied Linguistics, 1983, (4): 91-111. [08] William B Gudykunst. Intercultural communication theory[M]. Beverly Hills, CA: Sage Pub, 1983. 1

参考文献汇总

【参考文献汇总(文学、翻译、语言学、英语教学、跨文化交流)【文学类】 戴维洛奇小说的艺术北京:作家出版社,1998 高奋西方现代主义文学源与流宁波:宁波出版社,2000 侯维瑞现代英国小说史上海:上海外语教育出版社,1986 胡经之,王岳川主编文艺学美学法论北京:北京出版社,1994 黄晋凯主编荒诞派戏剧北京:中国人民大学出版社,1996 霍夫曼佛洛伊德主义与文学思想王宁译北京:三联书店,1987 拉曼塞尔顿编文学批评理论刘象愚,陈永国等译北京:北京大学出版社,2000 霍纳韦勒克近代文学批评史(第4卷)上海:上海译文出版社,1997 李维屏英美现代主义文学概观上海:上海外语教育出版社,1998 柳鸣九编选新小说派研究北京中国社会科学出版社,1986 吕同六主编20世纪世界小说理论经典北京:华夏出版社,1995 罗伯特斯皮勒美国文学的周期——历史评论专集王长荣译上海:上海外语出版社,1990 罗德霍顿美国文学思想背景房炜等译北京人民出版社,1991 梅佛里德曼意识流,文学手法研究上海:华东师范大学出版社,1992 米兰昆德拉小说的艺术孟湄译北京:三联书店,1995 史志康主编美国文学背景概观上海:上海:上海外语出版社,1998 徐葆耕西方文学心灵历史北京清华大学出版社,1990 殷企平小说艺术管窥天津:百花文艺出版社,1995 【语言学】 奥马利第二语言习得的学习策略上海:上海外语出版社,2001 陈保亚20 世纪中国语言学方法论济南:山东教育出版社,1999

丁言仁英语语言学纲要上海:上海外语出版社,2001 费尔迪南德索绪尔普通语言学教程长沙:湖南教育出版社,2001 冯翠华英语修辞大全北京:商务印书馆,1996 桂诗春,宁春言主编语言学方法论北京:外语教学与研究出版社,1998 桂诗春应用语言学长沙:湖南教育出版社,1998 何兆熊新编语用学概要上海:上海外语教育出版社,2000 何自然语用学与英语学习上海:上海外语教育出版社,1997 侯维瑞英语语体上海:上海外语教育出版社,1988 胡壮麟语言学教程(修订版)北京:北京大学出版社,2001 黄国文语篇与语言的功能北京:外语教学与研究出版社,2002 黄国文语篇分析概要长沙:湖南教育出版社,1988 李延富主编英语语言学基本读本济南:山东大学出版社,1999 李运兴语篇翻译引论北京:中国对外翻译出版公司,2000 刘润清西方语言学流派北京:外语教学与研究出版社,1999 刘润清等现代语言学名著选读(上下册)北京:测绘出版社,1988 刘润清等语言学入门北京:人民教育出版社,1990 陆国强现代英语词汇学(新版)上海:上海外语教育出版社,1999 戚雨村现代语言学的特点和发展趋势上海外语教育出版社,1997 秦秀白文体学概要长沙:湖南教育出版社,1990 孙志外国语言研究论文索引(1995—1999)上海外语教育出版社,2001 索绪尔普通语言教程北京:商务印书馆,1999 王德春语言学概论上海:上海外语教育出版社,2001

参考文献中英文对照

参考规范 中华人民共和国国家标准GB50001-2001 房屋建筑制图统一标准 中华人民共和国国家标准GB50007-2011 建筑地基基础设计规范 中华人民共和国国家标准GB50009-2011 建筑结构荷载规范(2006版) 中华人民共和国国家标准GB50223-2008 建筑工程抗震设防分类标准 中华人民共和国国家标准GB50010-2010 混凝土结构设计规范 中华人民共和国国家标准GB50011-2010 建筑抗震设计规范 中华人民共和国国家标准GB/T50103-2001总图制图标准 中华人民共和国国家标准GB/T50104-2010建筑制图统一标准 中华人民共和国国家标准GB/T50105-2010建筑结构制图标准 中华人民共和国国家标准GB50045-95高层民用建筑设计防火规范(2005年版) 中华人民共和国国家标准GB50368-2005 住宅建筑规范 中华人民共和国国家标准GB50352-2005 民用建筑设计通则 中华人民共和国国家标准GB50100-2001 住宅建筑模数协调标准 参考文献: [1]?朱彦鹏.?混凝土结构设计.?高等教育出版社, [2]?徐占发.?建筑结构与构件.?人民交通出版社,2005 [3]?同济大学.房屋建筑学.?中国建筑工业出版社,1997 [4]?丰定国.?抗震结构设计.?武汉理工大学出版社, [5]?彭少明.?混凝土结构.?武汉理工大学出版社, [6]?陈希哲.?土力学地基基础.?清华大学出版社, [7]?林宗凡.?结构原理及设计.?高等教育出版社,? [8]?徐有邻.?混凝土结构设计规范理解与应用.?中国建筑工业出版社,2002. [9]?陈基发.?建筑结构荷载设计手册.?中国建筑工业出版社, Primary reference standards and literature: The main specification: [1] of the People's Republic of China national standard GB50001-2001 housing construction drawing standard [2] of the People's Republic of China national standard code for the design of building foundation GB50007-2011 [3] of the People's Republic of China national standard GB50009-2011 (2006 edition) load code for the design of building structures [4] of the People's Republic of China state construction engineering classification of seismic fortification standards GB50223-2008 standard [5] of the People's Republic of China national standard concrete structure design code GB50010-2010

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

中英文对照外文翻译 机械设计 摘要:机器是由机械装置和其它组件组成得。它是一种用来转换或传递能量得装置,例如:发动机、涡轮机、车辆、起重机、印刷机、洗衣机、照相机和摄影机等。许多原则和设计方法不但适用于机器得设计,也适用于非机器得设计。术语中得“机械装置设计”得含义要比“机械设计”得含义更为广泛一些,机械装置设计包括机械设计。在分析运动及设计结构时,要把产品外型以及以后得保养也要考虑在机械设计中。在机械工程领域中,以及其它工程领域中,所有这些都需要机械设备,比如:开关、凸轮、阀门、船舶以及搅拌机等。 关键词:设计流程设计规则机械设计 设计流程 设计开始之前就要想到机器得实际性,现存得机器需要在耐用性、效率、重量、速度,或者成本上得到改善。新得机器必需具有以前机器所能执行得功能。 在设计得初始阶段,应该允许设计人员充分发挥创造性,不要受到任何约束。即使产生了许多不切实际得想法,也会在设计得早期,即在绘制图纸之前被改正掉。只有这样,才不致于阻断创新得思路。通常,还要提出几套设计方案,然后加以比较。很有可能在这个计划最后决定

中,使用了某些不在计划之内得一些设想。 一般得当外型特点和组件部分得尺寸特点分析得透彻时,就可以全面得设计和分析。接着还要客观得分析机器性能得优越性,以及它得安全、重量、耐用性,并且竞争力得成本也要考虑在分析结果之内。每一个至关重要得部分要优化它得比例和尺寸,同时也要保持与其它组成部分相协调。 也要选择原材料和处理原材料得方法。通过力学原理来分析和实现这些重要得特性,如那些静态反应得能量和摩擦力得最佳利用,像动力惯性、加速动力和能量;包括弹性材料得强度、应力和刚度等材料得物理特性,以及流体润滑和驱动器得流体力学。设计得过程是重复和合作得过程,无论是正式或非正式得进行,对设计者来说每个阶段都很重要。 最后,以图样为设计得标准,并建立将来得模型。如果它得测试是符合事先要求得,则再将对初步设计进行某些修改,使它能够在制造成本上有所降低。产品得设计需要不断探索和发展。许多方案必须被研究、试验、完善,然后决定使用还是放弃。虽然每个工程学问题得内容是独特得,但是设计师可以按照类似得步骤来解决问题。 产品得责任诉讼迫使设计人员和公司在选择材料时,采用最好得程序。在材料过程中,五个最常见得问题为:(a)不了解或者不会使用关于材料应用方面得最新最好得信息资料;(b)未能预见和考虑材料得合理用途(如有可能,设计人员还应进一步预测和考虑由于产品使用方法不当造成得后果。在近年来得许多产品责任诉讼案件中,由于错误地使用产品而受到伤害得原告控告生产厂家,并且赢得判决);(c)所使用得

英语论文参考文献格式要求

英语专业本科毕业论文 参考文献格式要求 I.文内引用 (一)直接引用 1.引用中的省略 原始资料的引用:在正文中直接引用时,应给出作者、年份,并用带括号的数字标出页码。若有任何资料省略,使用英文时,应用3个省略号在句中标出(…),中文用6个(……);若两句间的资料省略,英文应用4个省略号标出(‥‥),中文用6个(……)。若要在直接引用插入自己的解释,应使用方括号[ ]。若在资料中有什么错误拼写、错误语法或标点错误会使读者糊涂,应在引用后立即插入[sic],中文用[原文如此]。下面是一些示例: 例一:The DSM IV defines the disorder [dysthymic] as being in a chronically depressed mood that occurs for "most of the day more days than not for at least two years (Criterion A) .... In children, the mood may be irritable rather than depressed, and the required minimum duration is only one year" (APA, 1994, p. 345). 例二:Issac (1995) states that bipolar disorder "is not only uncommon but may be the most diagnostic entity in children and adolescents in similar settings .... and may be the most common diagnosis in adolescents who are court-remanded to such settings" (p.275). 2.大段落引用 当中文引用超过160字时,不使用引号,而使用“块”的形式(引用起于新的一行,首行缩进4个空格,两端对齐,之后每行都缩进)。 当英文引用超过40字时,不使用引号,而使用“块”的形式(引用起于新的一行,首行缩进5个空格,左对齐,之后每行都缩进)。 Elkind (1978) states:

计算机毕业设计外文参考文献

计算机毕业设计外文参考文献 [1]. Abdellatif, T. and F. Boyer. A node allocation system for deploying JavaEE systems on Grids. 2009. Hammemet, Tunisia. [2]. Bharti, A.K. and S.K. Dwivedi, E-Governance in Public Transportation: U.P.S.R.T.C.——A Case Study. 2011: Kathmandu, Nepal. p. 7-12. [3]. ChangChun, S.Z.C.S., et al., A Novel Two-stage Algorithm of Fuzzy C-Means Clustering. 2010: 中国吉林长春. p. 85-88. [4]. Changchun, Z.Z.H.Q., Simulation of 3-C Seismic Records In 2-D TIM. 1991: 中国北京. p. 489-493. [5]. CHINA, G.C.O.M., The trust model based on consumer recommendation in B-C e-commerce. 2011: 中国湖北武汉. p. 214-217. [6]. ENGINEERING, W.C.H.X., H.T.S.H. PROPAGATION and XINXIANG, A C BAND SYSTEM FOR IONOSPHERIC SCINTILLATION OBSERVATION. 1991: 中国北京. p. 470-476. [7]. Henriksson, K., K. Nordlund and J. Wallenius, Simulating model steels:An analytical bond-order potential for Fe-C. 2008: 中国北京. p. 138. [8]. Jiansen, Y., et al., Suspension K&C Characteristics and the Effect on Vehicle Steering. 2010: 中国吉林长春. p. 408-411. [9]. Jilin, W.G.D.O., C.W.S.D. Changchun and China, Realization and Optimization of Video Encoder Based on TMS320C6455 DSPs. 2010: 中国吉林长春. p. 312-317. [10]. Juan, C., et al., Semi-physical simulation of an optoelectronic tracking servo system based on C MEX S functions. 2010: 中国吉林长春. p. 46-49. [11]. Kachru, S. and E.F. Gehringer. A comparison of j2ee and. net as platforms for teaching web services. 2004. [12]. KIM, T., et al., MRI Image Segmentation Using Intuitive Fuzzy C-Means Algorithm. 2011: 中国湖北武汉. p. 306-309. [13]. Li, M. and H. Wang. A device management system based on JAVAEE Web. 2009. Wuhan, China. [14]. Li, Z. and Z. Weixi. Design of tourism e-business system based on JavaEE multi-pattern. 2012. Sanya, China. [15]. Lin, P., H. Wen and S. Zhou. Design and implementation of job-search system based on javaEE. 2010. Hong Kong, China. [16]. Lv, X., Y. Qin and J.N.G. University, Film growth by polyatomic C2H5+ bombarding amorphous carbon surfaces:molecular dynamics study. 2008: 中国北京. p. 148. [17]. Meyer, B.. NET is coming [Microsoft Web services platform]. Computer, 2001. 34(8): p. 92--97. [18]. Meyer, B., R. Simon and E. Stapf, Instant .NET. Recherche, 2003. 67: p. 02. [19]. Morishita, K., et al., Atomistic modeling of formation kinetics of vacancy

英语参考文献(DOC)

JILIN AGRICULTURAL UNIVERSITY 研究生农业科技英文文献写作报告 题目名称:(中文)我国收入分配差距的影响及改革对策研究(英文)The influence of the income distribution gap in our country and the reform countermeasures 学生姓名:孙丹学号:20130611 院系专业:马克思主义学院马克思主义基本原理专业 硕士导师:职称:教授 教学班级:14班研究方向:马克思主义基本理论与教学研究

2014年6月5 Contents 第一部分/ PART I(见封面) The influence of the income distribution gap in our country and the reform countermeasures (1) 第二部分/ PART II(摘要) Abstractand key words (2) 第三部分/ PART III(正文) I the present situation of urban and rural residents income gap of our country and impact (3) 1.1 the present situation of urban and rural residents income gap of our country (3) 1.2 the influence of urban and rural residents widening income gap (3) 1.2.1 affect national economy sustainable and healthy development (3) 1.2.2 affect social stability (3) 1.2.3 affect the rural human capital investment (3) II The cause of the urban and rural residents income gap (4) ⅢImprove the countermeasures of urban and rural residents income gap (4) IV Conclusion (4) 第四部分/ PART IV(参考文献)References (5) 第五部分/ PART V(鸣谢/附录)Acknowledgements (6) Appendix (6)

java英文参考文献

java 英文参考文献 篇一:外文参考文献译文及原文 本科毕业设计(论文) 外文参考文献译文及原文 学 院_____计算机学院______ 专 业___计算机科学与技术___ 年级班别____2009 级(1)班__ 学 号 学生姓名_______ ________ 指导教师______ ________ 2013 年 5 月 目 录 译文: 前言 ......................................................................................................................................... 1 第一章微软.NET 平台的介绍 .............................................................................................. 3 1.1 简介 ................................................................................................................................ 3 1.1.1 .NET 平台简介 ................................................................................................ 3 1.1.2 微软的.NET 和 WINDOWS 的基因................................................................. 4 1.1.3 微软 .NET 体系结构 ..................................................................................... 4 1.1.4 .NET 平台的特点 ............................................................................................ 4 1.1.5 多国语言的发展 ............................................................................................. 5 1.1.6 平台和处理器独立性 .................................................................................... 6 1.1.7 自动内存管理 ................................................................................................. 7 1.1.8 支持的版本 ...................................................................................................... 7 1.1.9 支持的开放标准 ............................................................................................. 8 1.1.10 配置简单 ........................................................................................................ 8 1.1.11 分布式体系结构 ........................................................................................... 9 1.1.12 与非托管代码的互用 .................................................................................. 9 原文: Foreword ...................................................................................................................................... 11 Chapter1 Introduction of the Microsoft .NET Platform .................................. 13 1.1 Introduction ............................................................................................................ 13 1.1.1 Introduction of the .NET Platform ................................................ 13 1.1.2 Microsoft .NET and Windows DNA ......................................................... 15 1 / 9

相关文档
最新文档