1 IntroductionGiven a road map of the United States on which the dista การแปล - 1 IntroductionGiven a road map of the United States on which the dista อังกฤษ วิธีการพูด

1 IntroductionGiven a road map of t

1 Introduction

Given a road map of the United States on which the distance between each pair of adjacent intersections is marked, how can a motorist determine the shortest route from New York City to San Francisco? The brute-force way is to generate all possible routes from New York City to San Francisco, and select the shortest one among them. This approach apparently generates too many routes that are not worth considering. For example, a route from New York City to Miami to San Francisco is a poor choice. In this chapter we introduce some efficient algorithms for finding all the shortest paths from a given starting location.
Consider a connected, undirected network with one special node, called the source (or root). Associated with each edge is a distance, a nonnegative number. The objective is to find the set of edges connecting all nodes such that the sum of the edge lengths from the source to each node is minimized. We call it a shortest-paths tree (SPT) rooted at the source.
In order to minimize the total path lengths, the path from the root to each node must be a shortest path connecting them. Otherwise, we substitute such a path with a shortest path, and get a “lighter” spanning tree whose total path lengths from the root to all nodes are smaller.
Shortest-paths trees are not necessarily unique. Figure 2 gives two shortest-paths trees rooted at vertex a for the graph from Figure 1. Take a look at the paths from a to e. In Figure 2(a), it goes from a to g, and then g to e. In Figure 2(b), it goes from a to b, b to d, and then d to e. Both of them are of length 7, which is the length of a shortest path from a to e. Notice that the total edge weight of two shortest-paths trees may not be the same. For example, the total edge weight of the shortest-paths tree in Figure 2(a) is 18, whereas that of the shortest-paths tree in Figure 2(b) is 17.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (อังกฤษ) 1: [สำเนา]
คัดลอก!
1 IntroductionGiven a road map of the United States on which the distance between each pair of adjacent intersections is marked, how can a motorist determine the shortest route from New York City to San Francisco? The brute-force way is to generate all possible routes from New York City to San Francisco, and select the shortest one among them. This approach apparently generates too many routes that are not worth considering. For example, a route from New York City to Miami to San Francisco is a poor choice. In this chapter we introduce some efficient algorithms for finding all the shortest paths from a given starting location.Consider a connected, undirected network with one special node, called the source (or root). Associated with each edge is a distance, a nonnegative number. The objective is to find the set of edges connecting all nodes such that the sum of the edge lengths from the source to each node is minimized. We call it a shortest-paths tree (SPT) rooted at the source.In order to minimize the total path lengths, the path from the root to each node must be a shortest path connecting them. Otherwise, we substitute such a path with a shortest path, and get a "lighter" spanning tree whose total path lengths from the root to all nodes are smaller.Shortest-paths trees are not necessarily unique. Figure 2 gives two shortest-paths trees rooted at vertex a for the graph from Figure 1. Take a look at the paths from a to e. In Figure 2(a), it goes from a to g, and then g to e. In Figure 2(b), it goes from a to b, b to d, and then d to e. Both of them are of length 7, which is the length of a shortest path from a to e. Notice that the total edge weight of two shortest-paths trees may not be the same. For example, the total edge weight of the shortest-paths tree in Figure 2(a) is 18, whereas that of the shortest-paths tree in Figure 2(b) is 17.
การแปล กรุณารอสักครู่..
ผลลัพธ์ (อังกฤษ) 2:[สำเนา]
คัดลอก!
1 Introduction Given a Road Map of the United States on which the Distance between each pair of adjacent intersections is Marked, How Can a motorist Determine the Shortest Route from New York City to San Francisco? The brute-force way is to generate all possible routes from New York City to San Francisco, and select the shortest one among them. This approach apparently generates too many routes that are not worth considering. For example, a route from New York City to Miami to San Francisco is a poor choice. Some in this Chapter we introduce efficient algorithms for Finding Shortest Paths from a Given all the Starting Location. Consider a Connected, undirected Network with one special node, Called the Source (or root). Associated with each edge is a distance, a nonnegative number. The objective is to find the set of edges connecting all nodes such that the sum of the edge lengths from the source to each node is minimized. Call it a Shortest-Paths we Tree (SPT) rooted at the Source. In Order to minimize the total path lengths, the path from the root to each node must be a Shortest path connecting them. Otherwise, we substitute such a path with a Shortest path, and Get a "lighter" spanning Tree whose total path lengths from the root to all nodes are smaller. Shortest-Paths Trees are not necessarily Unique. Figure 2 gives two shortest-paths trees rooted at vertex a for the graph from Figure 1. Take a look at the paths from a to e. In Figure 2 (a), it goes from a to g, and then g to e. In Figure 2 (b), it goes from a to b, b to d, and then d to e. Both of them are of length 7, which is the length of a shortest path from a to e. Notice that the total edge weight of two shortest-paths trees may not be the same. For example, the total edge weight of the shortest-paths tree in Figure 2 (a) is 18, whereas that of the shortest-paths tree in Figure 2 (b) is 17.





การแปล กรุณารอสักครู่..
ผลลัพธ์ (อังกฤษ) 3:[สำเนา]
คัดลอก!
1 Introduction

Given a road map of the United States on which the distance between each pair of adjacent intersections. Is marked how can, a motorist determine the shortest route from New York City to San Francisco? The brute-force way is to. Generate all possible routes from New York City to, San Francisco and select the shortest one among them.This approach apparently generates too many routes that are not worth considering. For example a route, from New York City. To Miami to San Francisco is a poor choice. In this chapter we introduce some efficient algorithms for finding all the shortest. Paths from a given starting location.
Consider, a connected undirected network with one special node called the, source. (or root).Associated with each edge is, a distance a nonnegative number. The objective is to find the set of edges connecting all. Nodes such that the sum of the edge lengths from the source to each node is minimized. We call it a shortest-paths tree. (SPT) rooted at the source.
In order to minimize the total path lengths the path, from the root to each node must be a shortest. Path connecting them.Otherwise we substitute, such a path with a, shortest path and get a "lighter." spanning tree whose total path lengths from. The root to all nodes are smaller.
Shortest-paths trees are not necessarily unique. Figure 2 gives two shortest-paths trees. Rooted at vertex a for the graph from Figure 1. Take a look at the paths from a to e. In Figure 2 (a), it goes from a to. G and then, G to e.In Figure 2 (b), it goes from a to B B D and, to, then d to e. Both of them are of, length 7 which is the length of a shortest. Path from a to e. Notice that the total edge weight of two shortest-paths trees may not be the same. For example the total,, Edge weight of the shortest-paths tree in Figure 2 (a), is 18 whereas that of the shortest-paths tree in Figure 2 (b) is 17.
.
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: