期刊文献+
共找到12篇文章
< 1 >
每页显示 20 50 100
通过水雷障碍群的最短路径寻径问题研究
1
作者 龙鹏 林平 张年春 《舰船电子工程》 2011年第7期73-75,108,共4页
由最短路径的Dijkstra算法、Floyd算法和A*自启发算法出发,结合水雷障碍群的现实情况,提出了两种适合采用现有最短路径寻径算法解算得到快速安全通过水雷障碍群的最短路径的量化建模方法。在此基础上,该文还对其中一种量化模型的快速通... 由最短路径的Dijkstra算法、Floyd算法和A*自启发算法出发,结合水雷障碍群的现实情况,提出了两种适合采用现有最短路径寻径算法解算得到快速安全通过水雷障碍群的最短路径的量化建模方法。在此基础上,该文还对其中一种量化模型的快速通过水雷障碍群最短路径的改良寻径算法进行了探讨和结果演示。 展开更多
关键词 水雷障碍群 量化建模 最短改良算法
下载PDF
多波长光网络的动态路由等效算法 被引量:1
2
作者 罗先会 蔡祥宝 肖卫 《光电工程》 EI CAS CSCD 北大核心 2006年第1期68-71,76,共5页
针对多波长光网络的特点,提出了一种动态路由和波长分配的等效算法。采用波长图、增加虚拟源节点和目的节点等技术,把多波长网络转化为等效的单波长网络,避免了求解路由和波长分配两个复杂子问题,简化了算法的程序设计。利用最短径算法... 针对多波长光网络的特点,提出了一种动态路由和波长分配的等效算法。采用波长图、增加虚拟源节点和目的节点等技术,把多波长网络转化为等效的单波长网络,避免了求解路由和波长分配两个复杂子问题,简化了算法的程序设计。利用最短径算法进行路由和波长分配可以求得问题的最优解,从而有效地降低了网络阻塞率。仿真结果表明:与FAR-2D算法相比,在4和8波长的全波长转换网络中,采用等效算法阻塞率最大降幅分别达到0.02、0.025。 展开更多
关键词 路由和波长分配(RWA) 路由算法 多波长光网络 最短径算法
下载PDF
列车编组计划车流分析系统设计 被引量:2
3
作者 赵升 焦志莹 《铁道运输与经济》 北大核心 2004年第7期57-59,共3页
为实现铁路车流分析的现代化,建立列车编组计划车流分析系统十分必要。为此进行了系统的总体方案设计,提出了系统设计目标和系统总体结构,根据实际需求设计了系统功能模块,并探讨了最短径路算法问题。
关键词 铁路车流分析 列车编组计划车流分析系统 方案设计 总体结构 最短算法
下载PDF
3D structure parameterization design and modeling for irregular structure of stope bottom 被引量:3
4
作者 曾庆田 Wang Liguan 《High Technology Letters》 EI CAS 2016年第1期55-62,共8页
Stope mining design is a very important and complicated task in daily production design and technical management of an underground mine.Based on workface technology and human-computer interaction technology,this study... Stope mining design is a very important and complicated task in daily production design and technical management of an underground mine.Based on workface technology and human-computer interaction technology,this study introduces a method of 3D parametric design for the irregular structure of stope bottoms,and focuses on solving technical problems in surface modeling of stope bottom structure.Optimization of the minimum span length algorithm(MSLA) and the shortest path search algorithm(SPSA) is conducted to solve the problem of contour-line based instant modeling of stope bottom structures,which makes possible the 3D parametric design for irregular structure of stope bottom.Implementation process and relevant methods of the proposed algorithms are also presented.Feasibility and reliability of the proposed modeling method are testified in a case study.In practice,the proposed 3 D parameterization design method for irregular structure stope bottom proves to be very helpful to precise 3D parametric design.This method is capable of contributing to improved efficiency and precision of stope design,and is worthy of promotion. 展开更多
关键词 irregular stope bottom structure STOPE structure parameterization design surface reconstruction modeling
下载PDF
An Algorithm to Find K Shortest Path 被引量:1
5
作者 Gangming Sun Pin Wang 《International English Education Research》 2014年第10期54-57,共4页
In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2... In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2 n + kw log 2 k). If the request path does not contain the loop, the time complexity of the algorithm O(kn(w + n log2 n)+ kw log2 k). The algorithm utilizes a simple extension of the Dijkstra algorithm determined the end of the length of the shortest path to the other vertices, and then, based on these data, branch and bound method to identify the required path. Experimental results show that the actual running time has relations with the structure of FIG. 展开更多
关键词 Branch and Bound Shortest Path Dijkstra Algorithm Fibonacei Heap
下载PDF
An efficient parallel algorithm for shortest pathsin planar layered digraphs 被引量:1
6
作者 MISHRAP.K. 《Journal of Zhejiang University Science》 CSCD 2004年第5期518-527,共10页
This paper presents an efficient parallel algorithm for the shortest path problem in planar layered digraphs that runs in O(log^3n) time with n processors. The algorithms uses a divide and conquer approach and is base... This paper presents an efficient parallel algorithm for the shortest path problem in planar layered digraphs that runs in O(log^3n) time with n processors. The algorithms uses a divide and conquer approach and is based on the novel idea of a one-way separator, which has the property that any directed path can be crossed only once. 展开更多
关键词 Parallel algorithms Shortest paths Planar layered digraphs
下载PDF
Fast wire segmenting algorithm considering layout density and signal integrity
7
作者 马鸿 Ho Chingyen Peng Silong 《High Technology Letters》 EI CAS 2009年第4期416-422,共7页
A k-shortest path based algorithm considering layout density and signal integrity for good buffer candidatelocations is proposed in this paper. Theoretical results for computing the maximal distance betweenbuffers are... A k-shortest path based algorithm considering layout density and signal integrity for good buffer candidatelocations is proposed in this paper. Theoretical results for computing the maximal distance betweenbuffers are derived under the timing, noise and slew rate constraints. By modifying the traditional uniformwire segmenting strategy and considering the impact of tile size on density penalty function, this work proposesk-shortest path algorithm to find the buffer insertion candidate locations. The experiments show thatthe buffers inserted can significantly optimize the design density, alleviate signal degradation, save thenumber of buffers inserted and the overall run time. 展开更多
关键词 candidate location buffer insertion layout density slew noise
下载PDF
Obtain the optimal of logistics delivery network with annealing algorithm
8
作者 Duan Jingmin Chang Yuejun +1 位作者 Li Zanxiang Cui Jianming 《Engineering Sciences》 EI 2013年第6期44-47,共4页
Simulated annealing(SA) algorithm is a heuristic algorithm,proposed one approximation algorithm of solving optimization combinatorial problems inspired by objects in the annealing process of heating crunch. The algori... Simulated annealing(SA) algorithm is a heuristic algorithm,proposed one approximation algorithm of solving optimization combinatorial problems inspired by objects in the annealing process of heating crunch. The algorithm is superior to the traditional greedy algorithm,which avoids falling into local optimum and reaches global optimum. There are often some problems to find the shortest path,etc in the logistics and distribution network, and we need optimization for logistics and distribution path in order to achieve the shortest,best,most economical,and so on. The paper uses an example of SA algorithm validation to verify it,and the method is proved to be feasible. 展开更多
关键词 SA algorithm global optimum logistics and distribution network
下载PDF
Application of Signal Detection Theory to Ascertain Driving Risk and Mitigation in a Flooded Urban Area
9
作者 Eunsu Lee Kambiz Farahmand Peter G. Oduor 《Journal of Civil Engineering and Architecture》 2012年第5期515-530,共16页
Signal Detection Theory (SDT) offers an unparalleled deterministic set of decision variables necessary to formulate applied risks in transportation. SDT has distinct advantages over basic prediction models since the... Signal Detection Theory (SDT) offers an unparalleled deterministic set of decision variables necessary to formulate applied risks in transportation. SDT has distinct advantages over basic prediction models since the latter may not represent an entirely accurate analysis. Thresholds based on elements of stimulus (signal and noise) and response for: a Type I discrimination of response variable where decision outcomes and rates are computed for metacognition to discriminate a Type II of decision outcomes was set. We also adapted the classical Dijkstra's shortest path algorithm within a GIS environment using Avenue programming. Contours derived from LiDARwere used to set flood levels while satellite imagery corresponding to Red River of the North inundated (signal) areas were acquired amongst other spatial datasets. The signal information was further dichotomized using a binary yes-no model. Origin and destination points constrained within Fargo-Morehead were generated using a random point generator. From these points, trips were generated with some connected segments traversing through flooded areas. By analyzing False Alarm Rate (FAR) and Corrected Rejection (CRR) computation, we found out that, when Hit Rate (HR) and FAR are both low then there was an increased corresponding sensitivity. At 30-35 ft flood level, the values for FAR and HR was 0.97 and 0.91 respectively.When FAR〉HR, lower set flood levels offered numerous route choices. Corresponding routes with associated impedance can be classified for risk-averse drivers or risk-takers While the risk-averse avoid risky and unfavorable routes, the risk-taker optimizes at an adjustment factor of ω = 0.1 or ω = 0.2. An idealistic stage is achieved for a conservative, co, equal to 0.4 or 0.5, which indicates maximum achievement in terms of time gain and safety simultaneously. At ω = 0.0 the prevailing conditions can be considered unrealistic since they incorporate areas considered impassable with absolute resistance like segments with a "Road Closed" or "Detour" sign. The applicability of our approach can be used to design multi-level and multi-modal transportation systems involving risk. 展开更多
关键词 IMPEDANCE false alarm rate corrected rejection SIGNAL noise.
下载PDF
A SYNTHETIC ALGORITHM FOR WAVELENGTH ROUTING IN OPTICAL NETWORK
10
作者 Xiao Chunxian Guo Ying Dai Jufeng 《Journal of Electronics(China)》 2007年第1期46-49,共4页
After analyzing the merits and shortcomings of Fixed-Alternated Routing algorithm (FAR) and Least Loaded Routing algorithm (LLR),we propose one novel dynamic optical routing algorithm. Having considered the influences... After analyzing the merits and shortcomings of Fixed-Alternated Routing algorithm (FAR) and Least Loaded Routing algorithm (LLR),we propose one novel dynamic optical routing algorithm. Having considered the influences of path’s length and path’s congestion just like in FAR and LLR,we take into account the network resource status-amount of free wavelengths in the network. Proposed algorithm sets up connections on three possible paths according to amount of available free wave-lengths in the network,which effectively decreases the blocking probability. The National Science Foundation (NSF) network and mesh-torus network simulation results show that the performance of this algorithm is better than that of FAR and LLR. 展开更多
关键词 Wavelength Division Multiplexing (WDM) Routing and Wavelength Assignment (RWA) Shortest path Poisson process
下载PDF
Optimal parallel algorithm for shortest-paths problem on interval graphs
11
作者 MISHRAP.K. 《Journal of Zhejiang University Science》 CSCD 2004年第9期1135-1143,共9页
This paper presents an efficient parallel algorithm for the shortest-path problem in interval graph for computing shortest-paths in a weighted interval graph that runs in O(n) time with n intervals in a graph. A linea... This paper presents an efficient parallel algorithm for the shortest-path problem in interval graph for computing shortest-paths in a weighted interval graph that runs in O(n) time with n intervals in a graph. A linear processor CRCW algorithm for determining the shortest-paths in an interval graphs is given. 展开更多
关键词 Parallel algorithms Shortest-paths problem Interval graphs
下载PDF
Robot Positioning and Navigation Based on Hybrid Wireless Sensor Network
12
作者 姚舜才 谭劲东 潘宏侠 《Journal of Measurement Science and Instrumentation》 CAS 2010年第1期74-80,共7页
Traditional sensor network and robot navigation are based on the map of detecting the fields available in advance. The optimal algorithms are developed to solve the energy saving, the shortest path problems, etc. Howe... Traditional sensor network and robot navigation are based on the map of detecting the fields available in advance. The optimal algorithms are developed to solve the energy saving, the shortest path problems, etc. However, in the practical enviroranent, there are many fields, whose map is difficult to get, and needs to be detected. In this paper a kind of ad-hoc navigation algorithm is explored, which is based on the hybrid sensor network without the prior map in advance. The navigation system is composed of static nodes and dynamic trades. The static nodes monitor the occurrances of the events and broadcast them. In the syston, a kind of algorithm is to locate the rdbot, which is based on duster broadcasting. The dynamic nodes detect the adversary or dangerous fields and broadcast warning messages. The robot gets the message and follows ad-hoc routine to arrive where the events occur. In the whole process, energy saving has been taken into account. The algorithms, which are based on the hybrid sensor network, are given in this paper. The simulation and practical results are also available. 展开更多
关键词 Hybrid sensor network robot navigation routine planning energy saving algorithm
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部