More than half of company's logistic budget is spent for the transportation matter. Hence, applying the efficient way to distribute things is exactly needed for the transportation system in order to gain better pr...
详细信息
ISBN:
(纸本)9781538647394
More than half of company's logistic budget is spent for the transportation matter. Hence, applying the efficient way to distribute things is exactly needed for the transportation system in order to gain better profit. The combination of dijkstra algorithm and Sweep algorithm is a novel method that able to resolve optimal distribution route planning. As we gain from our research that by utilizing this method we achieve the reduction of both distance travel and trip's time. We are gaining better solution for 9.3% in distance travel and successful cutting time travel for 500% from the original trip's time.
Web services are not always able to fulfill customer requirements on their own, so in those cases it can choose to make a composition of web services. However, this is a complex problem since it must take into account...
详细信息
Web services are not always able to fulfill customer requirements on their own, so in those cases it can choose to make a composition of web services. However, this is a complex problem since it must take into account the large number of available services, performance requirements, and other factors related to quality of service (QoS). Representing the problem of web service composition as a graph, some methods were used that do not ensure optimum solution. In this work the bidirectional dijkstra algorithm is proposed to solve the problem of web services composition. Experimental results show that, as the number of web service classes increases, proposed algorithm performance improves.
The Chinese government has formulated a policy that, in principle, is no longer a closed community. The existing closed area and unit compound should open gradually. The policy has aroused widespread concern and discu...
详细信息
The Chinese government has formulated a policy that, in principle, is no longer a closed community. The existing closed area and unit compound should open gradually. The policy has aroused widespread concern and discussion. We use the dijkstra algorithm to simulate the district road network. Based on the study of the total time before and after the opening of the District, this paper studies whether the district is open or not. This method has two advantages, quantitative answers to the impact of the open area on the road network, and can find the Brasee paradox. Finally, we have a case study of a district in Changsha, China.
dijkstra algorithm is the shortest path algorithm from one vertex to others, which has solved many shortest path problems. However, in some engineering practice, the shortest path is not the best path, so that it need...
详细信息
ISBN:
(纸本)9781510840232
dijkstra algorithm is the shortest path algorithm from one vertex to others, which has solved many shortest path problems. However, in some engineering practice, the shortest path is not the best path, so that it needs to define a weight to illustrate the importance of the two nodes. Based on the best evacuation route when a mine is flooded, the traditional dijkstra algorithm is improved in this paper. First, this paper interprets the dijkstra algorithm before improved, and uses it to calculate the mine shortest path to avoid water, then proposes a improvement method-introducing the concept of equivalent path and analyzing the influence factor and weight of equivalent path, then obtaining the conversion formula of the equivalent path and actual path. Instead of the actual path, the equivalent path can realize the adaptive improvement to the dijkstra algorithm, so that it can realize the calculation on the best path to avoid water when the water inrush occurs.
In recent years, the problem of large-scale migration of refugees has not only become an international hotspot that has plagued many countries around the world. More than a million migrants and refugees crossed into E...
详细信息
ISBN:
(纸本)9781510845008
In recent years, the problem of large-scale migration of refugees has not only become an international hotspot that has plagued many countries around the world. More than a million migrants and refugees crossed into Europe in 2015, sparking a crisis as countries struggle to cope with the influx, and creating division in the EU over how best to deal with resettling people [1]. Because of the limited choice of refugees, and limited capacity of the recipient countries, the first step is to deal with the allocation of refugees in various routes to different countries. In the second step, a lot of external events will be added to interfere. At this point, it is needed to test whether the model can maintain stability under the interference of certain dynamic factors. Therefore, the basic model needs to meet the conditions of dynamic planning, and dijkstra algorithm is chosen to optimize the migration route for the refugees. Its advantage is that when the dynamic interference occurs, only some parameters are adjusted slightly, and the basic model is still applicable. Bayes statistical model is used to predict the rate of refugees leaving the transit countries. And the proportion of leaving refugees at each point of action can be obtained. Then, the optimal allocation of the refugees can be calculated based on integer programming.
SpaceWire is a full-duplex, point-to-point, high-speed serial data transfer standard which is intended for use in further on-board spacecraft, space missions and applications. However, space environment is harsh and c...
详细信息
ISBN:
(纸本)9781509035588
SpaceWire is a full-duplex, point-to-point, high-speed serial data transfer standard which is intended for use in further on-board spacecraft, space missions and applications. However, space environment is harsh and complex which requires a communication network with high reliability. It is inevitable that SpaceWire network link fault or SpaceWire equipment damage is able to change the SpaceWire network status. Therefore, traditional static routing configuration cannot efficiently solve the network fault recovery problem. In this paper, our research is divided into three parts. First of all, we design a simulation and test platform for SpaceWire network by using 7 SpaceWire communication nodes and 3 SpaceWire routers. This SpaceWire network platform is the foundation for the next work. Secondly, we introduce the SpaceWire routing protocol and dijkstra algorithm principle. Thirdly, in order to improve the reliability of SpaceWire network and restore communication fault, we propose a SpaceWire network dynamic reconfiguration method based on dijkstra algorithm. By analyzing the check information from SpaceWire router ports and communication nodes, it dynamically calculates optimal routing paths and reconfigures the SpaceWire network routers when there is a fault on SpaceWire network. Based on the simulation and test platform for SpaceWire network, we complete the software design and implementation of this method. Verification result demonstrates that the method can perform real-time network reconfiguration and path optimization when a SpaceWire network fault occurs, improve the ability of self-adaptive of SpaceWire network and enhance the reliability and transmit efficiency as well.
In this paper, the authors propose an extended version of dijkstra' algorithm for finding the shortest path on a network where the edge weights are characterized by an interval valued neutrosophic numbers. Finally...
详细信息
ISBN:
(纸本)9781509042401
In this paper, the authors propose an extended version of dijkstra' algorithm for finding the shortest path on a network where the edge weights are characterized by an interval valued neutrosophic numbers. Finally, a numerical example is given to explain the proposed algorithm.
This paper is concerned with a discrete ray-tracing method by using dijkstra-algorithm (DA) to treat arbitrarily shaped obstacles which cause diffractions and reflections of incident rays. The computational space is d...
详细信息
ISBN:
(纸本)9781509062317
This paper is concerned with a discrete ray-tracing method by using dijkstra-algorithm (DA) to treat arbitrarily shaped obstacles which cause diffractions and reflections of incident rays. The computational space is divided in terms of regularly arrayed cubics with 8 apex-nodes and links of a node are limited to 26 proximate nodes of adjacent 8 cubics. Firstly, the original DA data provide shortest paths from a primary source node to all nodes except for inner nods of obstacles, and secondly, modifying the DA data by applying path-selection, path-linearization and checking line of sight (LOS) leads to incident and diffraction rays. Reflection rays are obtained by using distributed secondary source nodes. We show numerically how the optical rays are constructed starting from the original DA data. Ray examples reveal that the proposed method is effective to ray-tracing for complicated structures.
dijkstra algorithm is proposed by Holland computer scientist dijkstra in 1959, and it is a typical shortest path algorithm, which can implement the shortest path planning in directed graphs. However, the traditional D...
详细信息
ISBN:
(纸本)9781510871038
dijkstra algorithm is proposed by Holland computer scientist dijkstra in 1959, and it is a typical shortest path algorithm, which can implement the shortest path planning in directed graphs. However, the traditional dijkstra algorithm can only compute simple shortest path planning problems, but it is not suitable for complex situations. Based on a project, this paper proposed an improved method of dijkstra algorithm. First, this paper interprets the dijkstra algorithm before being improved, and uses it to calculate the mine shortest path to avoid water, and then a method for improvement will be proposed later to introduce the concept of equivalent path and analyze the influence factor and weight of equivalent path. The conversion formula of the equivalent path and actual path will be obtained finally in the paper, where the equivalent path can realize the adaptive improvement to the dijkstra algorithm, and calculate on the best path to avoid water when the water inrush occurs.
Nowadays, the development of “smart cities” with a high level of quality of life is becoming a prior challenge to be addressed. In this paper, promoting the model shift in railway transportation using tram network t...
详细信息
Nowadays, the development of “smart cities” with a high level of quality of life is becoming a prior challenge to be addressed. In this paper, promoting the model shift in railway transportation using tram network towards more reliable, greener and in general more sustainable transportation modes in a potential world class university is proposed. “Smart mobility” in a smart city will significantly contribute to achieving the goal of a university becoming a world class university. In order to have a regular and reliable rail system on campus, we optimize the route among major stations on campus, using shortest path problem dijkstra algorithm in conjunction with a computer software called LINDO to arrive at the optimal route. In particular, it is observed that the shortest path from the main entrance gate (Canaan land entrance gate) to the Electrical Engineering Department is of distance 0.805 km.
暂无评论