機器人路徑規(guī)劃畢業(yè)論文外文翻譯
![機器人路徑規(guī)劃畢業(yè)論文外文翻譯_第1頁](https://file2.zhuangpeitu.com/fileroot2/2021-11/2/93deec28-b6a9-47e3-be8b-d1237ca36e3c/93deec28-b6a9-47e3-be8b-d1237ca36e3c1.gif)
![機器人路徑規(guī)劃畢業(yè)論文外文翻譯_第2頁](/images/s.gif)
![機器人路徑規(guī)劃畢業(yè)論文外文翻譯_第3頁](/images/s.gif)
《機器人路徑規(guī)劃畢業(yè)論文外文翻譯》由會員分享,可在線閱讀,更多相關(guān)《機器人路徑規(guī)劃畢業(yè)論文外文翻譯(21頁珍藏版)》請在裝配圖網(wǎng)上搜索。
1、 附件7: 本科畢業(yè)論文 外文文獻及譯文 文獻、資料題目:Space Robot Path Planning for Collision Avoidance 文獻、資料來源:Proceedings of the International MultiConference of Engineers and Computer Scientists 2009 Vol II IMECS 2009 文獻、資料發(fā)表(出版)日期:2009 院 (部): 信息與電氣工程學(xué)院 專 業(yè): 班 級: 姓 名: 學(xué)
2、號: 指導(dǎo)教師: 翻譯日期: 2013年3月 山東建筑大學(xué)畢業(yè)論文外文文獻及譯文 外文文獻: Space Robot Path Planning for Collision Avoidance Yuya Yanoshita and Shinichi Tsuda Abstract — This paper deals with a path planning of space robot which includes a collision avoidance algorithm. For the future space robot operation, a
3、utonomous and self-contained path planning is mandatory to capture a target without the aid of ground station. Especially the collision avoidance with target itself must be always considered. Once the location, shape and grasp point of the target are identified, those will be expressed in the config
4、uration space. And in this paper a potential method. Laplace potential function is applied to obtain the path in the configuration space in order to avoid so-called deadlock phenomenon. Improvement on the generation of the path has been observed by applying path smoothing method, which utilizes the
5、 spline function interpolation. This reduces the computational load and generates the smooth path of the space robot. The validity of this approach is shown by a few numerical simulations. Key Words —Space Robot, Path Planning, Collision Avoidance, Potential Function, Spline Interpolation I. INT
6、RODUCTION In the future space development, the space robot and its autonomy will be key features of the space technology. The space robot will play roles to construct space structures and perform inspections and maintenance of spacecrafts. These operations are expected to be performed in an autonom
7、ous. In the above space robot operations, a basic and important task is to capture free flying targets on orbit by the robotic arm. For the safe capturing operation, it will be required to move the arm from initial posture to final posture without collisions with the target. The configuration spa
8、ce and artificial potential methods are often applied to the operation planning of the usual robot. This enables the robot arm to evade the obstacle and to move toward the target. Khatib proposed a motion planning method, in which between each link of the robot and the obstacle the repulsive potenti
9、al is defined and between the end-effecter of the robot and the goal the attractive potential is defined and by summing both of the potentials and using the gradient of this potential field the path is generated. This method is advantageous by its simplicity and applicability for real-time operation
10、. However there might be points at which the repulsive force and the attractive force are equal and this will lead to the so-called deadlock. In order to resolve the above issue, a few methods are proposed where the solution of Laplace equation is utilized. This method assures the potential fields
11、without the local minimum, i.e., no deadlock. In this method by numerical computation Laplace equation will be solved and generates potential field. The potential field is divided into small cells and on each node the discrete value of the potential will be specified. In this paper for the elimina
12、tion of the above defects, spline interpolation technique is proposed. The nodal point which is given as a point of path will be defined to be a part of smoothed spline function. And numerical simulations are conducted for the path planning of the space robot to capture the target, in which the pote
13、ntial by solving the Laplace equation is applied and generates the smooth and continuous path by the spline interpolation from the initial to the final posture. II. ROBOT MODEL The model of space robot is illustrated in Fig.1. The robot is mounted on a spacecraft and has two rotary joints which a
14、llow the in-plane motion of the end-effecter. In this case we have an additional freedom of the spacecraft attitude angle and this will be considered the additional rotary joint. This means that the space robot is three linked with 3 DOF (Degree Of Freedom). The length of each link and the angle of
15、each rotary joint are given byand(i = 1,2,3) , respectively. In order to simplify the discussions a few assumptions are made in this paper: -the motion of the space robot is in-plane,i.e., two dimensional one. -effect of robot arm motion to the spacecraft attitude is negligible. -robot motion is
16、given by the relation of static geometry and not explicitly depending on time. -the target satellite is inertially stabilized. In general in-plane motion and out-of-plane motion will be separately performed. So we are able to assume the above first one without loss of generality. The second assump
17、tion derives from the comparison of the ratio of mass between the robot arm and the spacecraft body. With respect to the third assumption we focus on generating the path planning of the robot and this is basically given by the static nature of geometry relationship and is therefore not depending on
18、the time explicitly. The last one means the satellite is cooperative. Fig.1 Model of Two-link Space Robot III. PATH PLANNING GALGORITHM A. Laplace Potential Guidance The solution of the Laplace equation (1) is called a Harmonic potential function, and its and minimum values take place only o
19、n the boundary. In the robot path generation the boundary means obstacle and goal. Therefore inside the region where the potential is defined, no local minimum takes place except the goal. This eliminates the deadlock phenomenon for path generation. (1) The Laplace equation can be solved numer
20、ically. We define two dimensional Laplace equation as below: (2) And this will be converted into the difference equation and then solved by Gauss -Seidel method. In equation (2) if we take the central difference formula for second derivatives, the following equation will be obtained: (3)
21、 where , are the step (cell) sizes between adjacent nodes for each x, y direction. If the step size is assumed equal and the following notation is used: Then equation (3) is expressed in the following manner: (4) And as a result, two dimensional Laplace equation will be converted into the e
22、quation (5) as below: (5) In the same manner as in the three dimensional case, the difference equation for the three dimensional Laplace equation will be easily obtained by the following: (6) In order to solve the above equations we apply Gauss-Seidel method and have equations as follows
23、: (7) where is the computational result from the ( n +1 )-th iterative calculations of the potential. In the above computations, as the boundary conditions, a certain positive number is defined for the obstacle and 0 for the goal. And as the initial conditions the same number is also giv
24、en for all of the free nodes. By this approach during iterative computations the value of the boundary nodes will not change and the values only for free nodes will be varying. Applying the same potential values as the obstacle and in accordance with the iterative computational process, the small po
25、tential around the goal will be gradually propagating like surrounding the obstacle. The potential field will be built based on the above procedure. Using the above potential field from 4 nodal points adjacent to the node on which the space robot exists, the smallest node is selected for the point
26、to move to. This procedure finally leads the space robot to the goal without collision. B. Spline Interpolation The path given by the above approach does not assure the smoothly connected one. And if the goal is not given on the nodal point, we have to partition the cells into much more smaller ce
27、lls. This will increase the computational load and time. In order to eliminate the above drawbacks we propose the utilization of spline interpolation technique. By assigning the nodal points given by the solution to via points on the path, we try to obtain the smoothly connected path with accurate
28、initial and final points. In this paper the cubic spline was applied by using MATLAB command. C. Configuration Space When we apply the Laplace potential, the path search is assured only in the case where the robot is expressed to be a point in the searching space. The configuration space(C-Space)
29、, where the robot is expressed as a point, is used for the path search. To convert the real space into the C-Space the calculation to judge the condition of collision is performed and if the collision exists, the corresponding point in the C-space is regarded as the obstacle. In this paper when the
30、potential field was generated, the conditions of all the points in the real space, corresponding to all the nodes, were calculated. The judgment of intersection between a segment constituting the robot arm and a segment constituting the obstacle at each node was made and if the intersection takes pl
31、ace, this node is treated as the obstacle in the C-Space. IV.NUMERICAL SIMULATIONS Based on the above approach the path planning for capturing a target satellite was examined using a space robot model. In this paper we assume the space robot with two dimensional and 2 DOF robotic arm as shown in F
32、ig.1. The length of each link is given as follows: l1 =1.4[m], l2 = 2.0[m], l3 = 2.0[m] , and the target satellite was assumed 1m square. The grasp handle, 0.1 m square, was located at a center of one side of the target. So this handle is a goal of the path. Let us explain the geometrical relat
33、ion between the space robot and the target satellite. When we consider the operation after capturing the target, it is desirable for the space robot to have the large manipulability. Therefore in this paper the end-effecter will reach the target when the manipulability is maximized. In the 3DOF case
34、, not depending on the spacecraft body attitude, the manipulability is measured by. And if we assume the end-effector of the space robot should be vertical to the target, then all of the joints angles are predetermined as follows: As all the joints angles are determined, the relative position bet
35、ween the spacecraft and the target is also decided uniquely. If the spacecraft is assumed to locate at the origin of the inertial frame (0, 0), the goal is given by (-3.27, -2.00) in the above case. Based on these preparations, we can search the path to the goal by moving the arm in the configuratio
36、n space. Two simulations for path planning were carried out and the results are shown below. A. 2 DOF Robot In order to simplify the situation, the attitude angle(Link 1 joint angle) is assumed to coincide with the desirable angle from the beginning. The coordinate system was assumed as shown in
37、Fig.2. was taken into consideration for the calculation of the initial condition of the Link 2 and its goal angles: Innitial condition: Goal condition: In this case the potential field was computed for the C-Space with 180 segments. Fig.3 shows the C-Space and the hatched large portion
38、in the center is given by the obstacle mapped by the spacecraft body. The left side portion is a mapping of the target satellite. Fig.4 shows a generated path and this was spline-interpolated curve by using alternate points of discrete data for smoothing. Fig.3 2 DOF C-Space Fig.4 Path in C-Sp
39、ace(2 DOF) When we consider the rotation of spacecraft body, -180 degrees are equal to +180 degrees and, then, the state over -180 degrees will be started from +180 degrees and again back to the C-Space. For this reason the periodic boundary condition was applied in order to assure the continuity o
40、f the rotation. For the simplicity to look at the path, the mapped volume by the spacecraft body was omitted. Also for the simplicity of the path expression the chart which has the connection of -180 degrees in the direction was illustrated. From this figure it is easily seen that over -180 degrees
41、the path is going toward the goal C. B and C are the same goal point. V. CONCLUSION In this paper a path generation method for capturing a target satellite was proposed. And its applicability was demonstrated by numerical simulations. By using interpolation technique the computational load will
42、be decreased and smoothed path will be available. Further research will be recommended to incorporate the attitude motion of the spacecraft body affected by arm motion. - 20 - 中文譯文: 空間機器人避碰路徑規(guī)劃 Yuya Yanoshita and Shinichi Tsuda 摘要:本文論述的是空間機器人路徑規(guī)劃,這種規(guī)劃主要運用的是避碰算法。對于未來的空間機器人操作,自主控制的路徑規(guī)劃方法可以受到
43、固定指令的支配去捕獲目標(biāo),不用一直受地面站的控制。尤其是從始至終要考慮到避免與目標(biāo)本身的碰撞,一旦地點、形狀和目標(biāo)的控制點得到確認,這些點將在配置空間中表示出來。為了避免死鎖現(xiàn)象的發(fā)生,本文利用了一種勢場域算法,也就是將拉普拉斯勢函數(shù)的應(yīng)用在配置空間中獲取路徑。通過利用平滑路徑的方法,我們已經(jīng)在路徑生成方面做了一定的改進。這種方法主要是利用樣條函數(shù)插值,它減少了計算負荷和產(chǎn)生空間機器人的平滑路徑,這種方法的有效性可通過幾個數(shù)字模擬來展現(xiàn)。 關(guān)鍵字:空間機器人、路徑規(guī)劃、避碰、勢函數(shù)、樣條內(nèi)插 1 介紹 未來的空間發(fā)展中,空間機器人及其
44、自主性能將成為航天科技的關(guān)鍵特征。這種空間機器人將在構(gòu)建空間站和執(zhí)行航天器的檢查和維護方面發(fā)揮重要的作用。這些機器人將以自主的形式取代航天員進行艙外活動。上述機器人運行的一個基本和重要的任務(wù)就是由機械臂捕獲在軌道上自由飛行的目標(biāo),為了這項捕獲操作的正常進行,要求將機械臂從初始位置移動到末位置而不與目標(biāo)發(fā)生碰撞。 這種空間配置和人工勢場的方法通常應(yīng)用于普通機器人的運行規(guī)劃當(dāng)中,使機器人的機械臂能夠回避障礙物和朝目標(biāo)移動。Khatib提出了一種運動規(guī)劃的方法,在這種方法中定義了障礙物與機器人的每個鏈接的排斥勢,還定義了機器人的末端執(zhí)行器與目標(biāo)的吸引勢,并通過計算勢場和勢場的梯度而生成了最優(yōu)路徑。
45、根據(jù)這種實時操作的簡單性和適應(yīng)性,我們得知該方法是有效的。 但是在吸引勢場和排斥勢場的共同作用下會產(chǎn)生局部極值點,這將導(dǎo)致所謂的死鎖現(xiàn)象。為了解決上述問題,科研人員提出了一些方法,例如拉普拉斯算法的使用。這種方法保證了勢場域不存在局部極值點,即無死鎖現(xiàn)象。勢場域分為很多小格,勢場域的每個節(jié)點的離散值將被唯一確定。 本文對上述缺陷的消除,提出了樣條插值技術(shù)。給定的節(jié)點作為路徑的一部分將被定義為平滑樣條函數(shù)的一部分。為了捕獲到目標(biāo),空間機器人的路徑規(guī)劃運用了數(shù)字模擬技術(shù),它是通過對勢場域求解拉普拉斯函數(shù)來實現(xiàn)的,并且從最初的位置到末尾位置的樣條插值來產(chǎn)生連續(xù)光滑的路徑。 2. 機器人模型
46、 空間機器人的模型如圖1所示:機器人被安裝在航天器和兩個旋轉(zhuǎn)接頭上,這兩個旋轉(zhuǎn)接頭可以實現(xiàn)末端執(zhí)行器的平面運動。這種情況下,我們的航天器的姿態(tài)角有一個額外的自由度,我們將這個額外的自由度視為額外的旋轉(zhuǎn)接頭。這意味著空間機器人有三個自由度的鏈接,每個鏈路的長度和每個旋轉(zhuǎn)關(guān)節(jié)角度,分別由 (i = 1,2,3)表示。為了簡化這個討論,本文做了一些假設(shè): (1)空間機器人的運動是平面的,即二維; (2)機器人機械臂的運動對航天器姿態(tài)的影響是可以忽略的; (3)機器人運動給出了靜態(tài)幾何關(guān)系,并沒有明確的依賴時間; (4)目標(biāo)衛(wèi)星在慣性的作用下是很穩(wěn)定的; 一般情況下,平面運動和空間運動將分
47、別進行,所以我們可以假設(shè)上面的第一個不失一般性,第二個假設(shè)來自機械臂和航天器質(zhì)量比的比較,對于第三個假設(shè),我們專注于生成機器人的路徑規(guī)劃,這基本上是由幾何關(guān)系的靜態(tài)性質(zhì)決定,因此并不依賴明確的時間,最后一個就是合作衛(wèi)星。 圖1 雙鏈路空間機器人 3 路徑規(guī)劃算法 拉普拉斯勢場域?qū)б? 的拉普拉斯方程求解稱為諧波的勢場域功能,并且最大值和最小值僅發(fā)生在邊界處,在生成的機器人路徑中,邊界處代表障礙物和目標(biāo),因此在此范圍中定義勢場域,除了目標(biāo)處其他位置不會發(fā)生局部極值點的問題,這為路徑的生 成消除了死鎖現(xiàn)象。 (1) 拉普拉斯方程可以數(shù)值求解,我們定義了
48、二維拉普拉斯方程,如下公式所示: (2) 這將轉(zhuǎn)化成差分方程,并通過高斯-賽德爾方法求解,在方程(3)中,如果采用的二階導(dǎo)數(shù)的差分公式,可以得到以下的差分公式: (4) ,的代數(shù)值代表每個相鄰節(jié)點的X、Y的方向,假設(shè)長度等同于使用以下符號: 然后,方程3用以下方程表達: (5) 結(jié)果二維拉普拉斯方程轉(zhuǎn)變?yōu)榉匠?,如下: (6) 同樣的方式,在三維的情況下,三維的拉普拉斯方程的差分方程由下式易得: (7) 為了解決上述方程,我們應(yīng)用了高斯賽德爾算法和求解方程,如下: (8) 表示勢場域的迭代計算結(jié)果。 在上述的計算中,作
49、為邊界條件,定義特定的正數(shù)來表示障礙物和目標(biāo)。為保證初始條件相同,給所有的自由節(jié)點賦同樣的數(shù)值。通過這種方法,在迭代計算的邊界節(jié)點獲得的的值將不會改變,而且自由節(jié)點的值是不同。我們應(yīng)用相同的域值作為障礙物,并且按照迭代計算方法,則目標(biāo)周圍較小的勢場域會像障礙物一樣緩慢的向周圍傳播,勢場域就是根據(jù)上述方法建立的。采用4節(jié)點相鄰的空間機器人存在的節(jié)點上的勢場,最小的節(jié)點選擇移動到另一點,這個過程最終引導(dǎo)機器人無碰撞的到達目標(biāo)的位置。 樣條內(nèi)插法: 通過上述方法給出的路徑不能保證能夠與另一個目標(biāo)順利連接,如果節(jié)點上沒有給定目標(biāo),我們會將柵格劃分成的更小,但這將增加計算量和所用時間。為了消除這些弊
50、端,我們提出利用樣條插值技術(shù)。通過在將節(jié)點解給出的通過點的道路上,我們試圖獲得順利連接路徑與準(zhǔn)確獲取最初的和最后的點。本文主要是通過MATLAB命令應(yīng)用樣條函數(shù)。 配置空間: 當(dāng)我們在應(yīng)用拉普拉斯勢域的時候,路徑搜索只能在當(dāng)機器人在搜索空間過程中表示成一個點的情況下才能保證實現(xiàn)。配置空間(C空間)中機器人僅表示為一個點,主要是用于路徑搜索。將真正的空間轉(zhuǎn)換到C空間,必須執(zhí)行判斷碰撞條件的計算,如果碰撞存在,相應(yīng)的點在c空間被認為是障礙。本文中,在生成勢場域時,所有現(xiàn)實空間的點的生成條件對應(yīng)于所有的節(jié)點都是經(jīng)過計算的。在構(gòu)成的機械臂和生成的節(jié)點的障礙物出現(xiàn)判斷選擇時,該節(jié)點可以看作是在c空間
51、的障礙點。 數(shù)值仿真: 基于上述方法對于捕獲目標(biāo)衛(wèi)星路徑規(guī)劃的檢查是使用空間機器人模型進行的。在本文中,我們假設(shè)空間機器人二維和2自由度機械手臂見圖1。每個鏈接的長度給出如下: l1 =1.4[m], l2 = 2.0[m], l3 = 2.0[m] 并假設(shè)目標(biāo)衛(wèi)星有1平方米。掌握處理1平方米的范圍,是以目標(biāo)中心的一側(cè)為中心的,所以這種處理方法就是最優(yōu)路徑的一個選擇。 我們來解釋一下空間機器人和目標(biāo)衛(wèi)星的幾何關(guān)系,在捕捉到目標(biāo)后,我們再回想一下整個操作過程,讓空間機器人有更大的可操作性是完全可行的。因此在本文中,可操作性最大化的情況下,末端執(zhí)行器將到達指定目標(biāo)位置。在3個自由度的情況
52、下,并不是根據(jù)航天器機體的角度,可操縱性由來衡量。如果我們假設(shè)空間機器人的末端應(yīng)垂直于目標(biāo),然后所有的關(guān)節(jié)角度是預(yù)先確定的,數(shù)值如下: 因為所有的關(guān)節(jié)角度是確定的,航天器之間的相對位置和目標(biāo)也唯一確定,如果飛船被認為定位在原點的慣性坐標(biāo)系(0,0),目標(biāo)坐標(biāo)在上面的情況下是給出的(-3.27,-2.00)?;谶@些準(zhǔn)備,我們可以通過在配置空間中機械臂的移動搜索來到達目標(biāo)位置。 為了簡化境況,一開始就假設(shè)姿態(tài)角(鏈接1關(guān)節(jié)角)符合理想情況。假定的坐標(biāo)系統(tǒng)圖2所示 圖2 2個自由度的路徑規(guī)劃問題 為計算初始條件的鏈接2和它的目標(biāo)角度,應(yīng)考慮的大?。? 初始角度: 目標(biāo)角度:
53、在這種情況下,勢場域分成180段計算成C空間。圖3顯示的C空間和計劃中的很大一部分的中心是由航天器本體映射的障礙了,左邊部分是目標(biāo)衛(wèi)星的映射。圖4顯示的是生成的路徑,這是通過利用離散數(shù)據(jù)點平滑交替生成的樣條插值曲線。當(dāng)我們考慮航天器本體的旋轉(zhuǎn)時,-180度相當(dāng)于+180度狀態(tài),然后,狀態(tài)超過-180度時,它將從180度再次轉(zhuǎn)到C-空間當(dāng)中。正是由于這個原因,為了保證旋轉(zhuǎn)的連續(xù)性,我們需要充分利用周期性的邊界條件。為方便觀察路徑,航天器機體的映射體積忽略不計。同時為了路徑表述的更加簡單,附有在方向上-180度范圍的連接的插圖,并做了說明。從圖中可以很容易看出在-180度的范圍內(nèi),沿著路徑走向目標(biāo)
54、C,B和C是走向相同的目標(biāo)點。 圖3 兩個自由度的C空間 圖4 C空間的路徑(2個自由度) 5 結(jié)論 本文提出了捕獲目標(biāo)衛(wèi)星的路徑生成方法,并用數(shù)字模擬的方法證明了它的實用性。使用差值技術(shù),計算量將減小,平滑路徑完全可以是實現(xiàn)。進一步的研究將證明機械臂的運動將影響飛行器機身的角度。 以下為贈送的簡歷模板不需要的下載后可以編輯刪除,謝謝!! 性別:女 民族: 現(xiàn)居地:廣東省 出生年份:198*9 政治面貌:黨員 身高:164 cm 教育經(jīng)歷 2006-09—2008-07 廣州醫(yī)學(xué)院 所學(xué)專業(yè):護理
55、學(xué)類 獲得學(xué)歷:大專 工作/實習(xí)經(jīng)歷 2008-07—2009-07 廣州市第一人民醫(yī)院 單位規(guī)模:1000人以上 單位性質(zhì):國營 助理護士 工作地點:廣州市盤福路 下屬人數(shù):1 工作內(nèi)容: 在護士長和護師的指導(dǎo)下工作,主要負責(zé)病人的基礎(chǔ)護理和付治療,協(xié)助醫(yī)生護士搶救,完成病人的輸液和指導(dǎo)病人正確服藥及心理健康宣教,根據(jù)醫(yī)囑完成病人的輸血工作,病人進行化療時要負責(zé)心電監(jiān)護儀的操作。人 自我評價 我是一個充滿自信心且具有高度責(zé)任感的女孩,經(jīng)過1年多的臨床工作,強烈認識到愛心、耐心和高度責(zé)任感對護理工作的重要性!在血液內(nèi)科一年的鍛煉,讓我學(xué)會了很多血液科及大內(nèi)科
56、的知識,臨床護理和急救更加磨練了我的意志,極大地提高了我的操作能力和水平。自信這一年的工作讓我實現(xiàn)了從護理實習(xí)生到內(nèi)科護士的飛躍,有信心接受一份全職護士工作。當(dāng)然一年的時間不可能完全達到專業(yè)護士的要求,在以后的工作中我會更加努力,為護理工作盡職盡責(zé)! 專長描述 1.能熟練進行各項護理操作,應(yīng)變能力強,能在實際操作中不斷地學(xué)習(xí),因而能很快融入到新的工作中; 2.擅長對常見血液病、多發(fā)病進行觀察和護理; 3.熟練掌握呼吸機和心電監(jiān)護儀等急救設(shè)備的操作,對急救的基本程序和技術(shù)要求,以及危重病人的護理、病情監(jiān)測的技術(shù)重難點基本掌握; 4.對病人的心理護理的基本技巧有一定地認知。 目前就讀于廣州
57、醫(yī)學(xué)院護理學(xué)專業(yè)一年級。 暫未命名 意向職位:護士 期望薪資:2000-3000 工作地點:廣東省 語言能力 英語 讀寫:★★★☆☆(良好) 聽說:★★★☆☆(良好) 相關(guān)技能 計算機 ★★★☆☆(良好) 興趣愛好 看書、聽音樂、滑旱冰、 張盧良 性別:男 郵箱:qqjianli_l90@ 民族:漢族 婚姻狀況:未婚 體重:74 kg 出生年份: QQ:123456 現(xiàn)居地:上海 身高:174 cm 教育經(jīng)歷 2010-09—2013-07 人民大學(xué) 所學(xué)專業(yè):網(wǎng)絡(luò)工程 獲得學(xué)歷:本科
58、 工作/實習(xí)經(jīng)歷 2013-08—現(xiàn)在 XX公司 網(wǎng)絡(luò)工程師 相關(guān)技能 網(wǎng)絡(luò)工程相關(guān) ★★★★★(精通) 自我評價 積極樂觀,觀察能力強,能夠理智思考問題;個性開朗,適應(yīng)新環(huán)境能力強,工作認真負責(zé),敢于迎接挑戰(zhàn),敢于承擔(dān)責(zé)任,具有良好人際關(guān)系。 求職意向 意向職位:網(wǎng)絡(luò)工程師 期望薪資:7500 工作地點:上海 語言能力 英語 讀寫:★★★★☆(熟練) 聽說:★★★★☆(熟練) 興趣愛好 愛好看球、滑冰 掃一掃,手機查看本簡歷
- 溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 專升本計算機基礎(chǔ)真題-2
- 中學(xué)班長競選演講稿
- 某公司工作保證書
- 教育強國建設(shè)規(guī)劃綱要(2024—2035年)要點解讀(教育是強國建設(shè)民族復(fù)興之基)
- 小學(xué)英語量詞用法詳解
- 四篇:2024年度民主生活會召開情況總結(jié)報告匯編
- 閥門主體材料
- 蝸桿傳動的效率、潤滑和熱平衡計算
- XX地區(qū)水利部門述職報告工作挑戰(zhàn)與應(yīng)對
- 初中語文散文閱讀基礎(chǔ)知識點+經(jīng)典例題解析
- 專升本英語:??紕釉~搭配
- 21-01《中國近代文學(xué)史》自學(xué)考試題及答案
- 某公司元旦主題教育活動方案模板
- 廉潔過春節(jié)清風(fēng)迎新村緊繃紀(jì)律弦廉潔過春節(jié)把好廉潔關(guān)過個廉潔年
- 小學(xué)英語實用口語100句