KR20020045916A - 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 - Google Patents
회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 Download PDFInfo
- Publication number
- KR20020045916A KR20020045916A KR1020000075334A KR20000075334A KR20020045916A KR 20020045916 A KR20020045916 A KR 20020045916A KR 1020000075334 A KR1020000075334 A KR 1020000075334A KR 20000075334 A KR20000075334 A KR 20000075334A KR 20020045916 A KR20020045916 A KR 20020045916A
- Authority
- KR
- South Korea
- Prior art keywords
- node
- turn
- shortest path
- nodes
- shortest
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 28
- 230000005764 inhibitory process Effects 0.000 claims abstract 3
- 239000011159 matrix material Substances 0.000 claims description 32
- 238000004364 calculation method Methods 0.000 claims description 24
- 230000002085 persistent effect Effects 0.000 claims description 8
- 230000008569 process Effects 0.000 claims description 4
- 238000010586 diagram Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 6
- BQCADISMDOOEFD-UHFFFAOYSA-N Silver Chemical compound [Ag] BQCADISMDOOEFD-UHFFFAOYSA-N 0.000 description 3
- 229910052709 silver Inorganic materials 0.000 description 3
- 239000004332 silver Substances 0.000 description 3
- 239000000969 carrier Substances 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/3446—Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
Landscapes
- Engineering & Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Automation & Control Theory (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Navigation (AREA)
- Traffic Control Systems (AREA)
Abstract
Description
Claims (9)
- 최단경로 산출 시스템에 적용되는 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘을 이용한 최단경로 산출 방법에 있어서,출발지와 목적지를 선택한 후, 회전 금지, 유-턴이나 피-턴을 하는 경우에 대비하여 교통정보에 근거한 가상 호값을 할당하는 제 1 단계;모든 출발노드에서 임의의 노드까지 임시 레이블된 노드의 총운행시간 중에서 최단 운행시간을 선택하여 영구 레이블을 부여하는 제 2 단계; 및도착지 노드에서 시작하여 영구노드를 추적하여 최단경로를 결정하는 제 3 단계를 포함하는 최단경로 산출 방법.
- 제 1 항에 있어서,상기 제 1 단계의 가상 호값 할당 과정은,교통망에 이미 해당 노드를 연결하는 호(arc)가 존재한다면, 가상 호값이 기존의 호값보다 작을때는 가상 호값을 최단경로를 구하는데 사용하고, 클때는 기존의 호값을 최단경로를 구하는데 사용하는 것을 특징으로 하는 최단경로 산출 방법.
- 제 1 항 또는 제 2 항에 있어서,상기 제 2 단계는,모든 노드에 출발노드로부터 노드 j 까지의 운행시간인를 노드 1인 출발노드에서 노드 j까지 임시 레이블된 노드의 총운행시간인에 할당하는 제 4 단계;상기 임시 레이블된 노드 j의 이전 영구노드인 b에는 출발노드인 1 을 할당하고, 만약 출발노드와 노드 j사이에 호가 없다면 무한대(= ∞)를 할당하는 제 5 단계;상기 출발노드로부터 노드 1까지의 총운행시간인에는 0을 할당하는 제 6 단계;상기 노드 1인 출발노드에서 노드 j까지 임시 레이블된 노드의 총운행시간인중에서 최단 운행시간 한개를 선택하여 영구 레이블을 부여하고, 상기 영구 레이블된 노드의 최단 운행시간을 출발노드로부터 상기 영구 레이블된 노드까지의 총운행시간으로 할당한 후, 더 이상의 임시 레이블이 없는지 확인하는 제 7 단계;상기 제 7 단계의 확인 결과, 더 이상의 임시 레이블이 없으면 상기 제 3 단계로 진행하는 제 8 단계; 및상기 제 7 단계의 확인 결과, 더 이상의 임시 레이블이 있으면 영구노드 i의 인접한 모든 임시 노드들의 값을 수정하고, 연속된 3개의 노드(경로 b-i-j)에서 회전금지라면, 상기 경로는 최단운행시간 고려대상에서 제외하고, 아니면 출발노드로부터 노드 j까지의 임시 레이블된 노드의 총운행시간인와 출발노드로부터 영구노드 i까지의 총운행시간에 i에서 인접 임시노드 j까지 거리를 합한 값 중에서 작은 값을 선택하여(min[,+]) 출발노드로부터 노드 j까지의 임시 레이블된 노드의 총운행시간값으로 새롭게 부여하고, 출발노드로부터 노드 j까지의 임시 레이블된 노드의 총운행시간값이 영구노드 i까지의 총운행시간와 영구노드 i에서 인접 임시노드 j까지 거리의 합값(+) 보다 큰지를 확인하는 제 9 단계를 포함하는 최단경로 산출 방법.
- 제 1 항 내지 제 3 항 중 어느 한 항에 있어서,상기 제 9 단계는,상기 제 9 단계의 확인 결과,>+면의 b에 이전의 영구노드인 i를 할당하고, 제 7 단계로 진행하는 제 10 단계; 및상기 제 9 단계의 확인 결과,>+이 아니면 제 3 단계로 진행하는 제 11 단계를 포함하는 최단경로 산출 방법.
- 최단경로 산출 시스템에 적용되는 회전 금지, 유-턴, 피-턴을 고려한 플로이드-워셜 알고리즘을 이용한 최단경로 산출 방법에 있어서,출발지와 목적지를 선택하여 모든 노드쌍에서 두 노드사이의 운행시간을 구하는 제 1 단계;상기 노드에 좌회전 금지가 있으면 가상노드(L')를 추가하고, 상기 가상노드를 이용하여 상기 노드쌍의 행렬을 구하는 제 2 단계; 및상기 노드쌍의 행렬을 이용하여 최단 운행시간을 구하는 제 3 단계를 포함하는 최단경로 산출 방법.
- 제 5 항에 있어서,상기 제 2 단계의 노드쌍의 행렬을 구하는 과정은,상기 가상노드 L'를 추가하여,로 하여 행렬(1)()을 구하고,,로 하여 행렬(2)를 구하는 것을 특징으로 하는 최단경로 산출 방법.
- 제 5 항 또는 제 6 항에 있어서,상기 제 3 단계는,상기 각행렬에서 행 m과 열 m을 표시하여, 상기 행렬(1)과 행렬(2)에 대해 삼각연산을 이용하여행렬을 구하는 제 4 단계;상기 m이 N+1(기존 노드의 수 + 가상 노드의 수)과 같은지 확인하는 제 5 단계;상기 제 5 단계의 확인 결과, m이 N+1(기존 노드의 수 + 가상 노드의 수)과 같으면 행렬(1)과 행렬(2)에 대해 최단 운행시간를 구하기 위해 각을 비교하여(808), 출발노드 S와 도착 노드 T에서의 최단 운행시간를 구하는 제 6 단계; 및상기 제 5 단계의 확인 결과, m이 N+1(기존 노드의 수 + 가상 노드의 수)과 같지 않으면 제 4 단계로 진행하는 제 7 단계를 포함하는 최단경로 산출방법.
- 대용량 프로세서를 구비한 최단경로 산출 시스템에,출발지와 목적지를 선택한 후, 회전 금지, 유-턴이나 피-턴을 하는 경우에 대비하여 교통정보에 근거한 가상 호값을 할당하는 제 1 기능;모든 출발노드에서 임의의 노드까지 임시 레이블된 노드의 총운행시간 중에서 최단 운행시간을 선택하여 영구 레이블을 부여하는 제 2 기능; 및도착지 노드에서 시작하여 영구노드를 추적하여 최단경로를 결정하는 제 3 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
- 대용량 프로세서를 구비한 최단경로 산출 시스템에,출발지와 목적지를 선택하여 모든 노드쌍에서 두 노드사이의 운행시간을 구하는 제 1 기능;상기 노드에 좌회전 금지가 있으면 가상노드(L')를 추가하고, 상기 가상노드를 이용하여 상기 노드쌍의 행렬을 구하는 제 2 기능; 및상기 노드쌍의 행렬을 이용하여 최단 운행시간을 구하는 제 3 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000075334A KR100653036B1 (ko) | 2000-12-11 | 2000-12-11 | 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 |
US09/752,324 US6564145B2 (en) | 2000-11-12 | 2000-12-27 | Method for finding shortest path to destination in traffic network using Dijkstra algorithm or Floyd-warshall algorithm |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000075334A KR100653036B1 (ko) | 2000-12-11 | 2000-12-11 | 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20020045916A true KR20020045916A (ko) | 2002-06-20 |
KR100653036B1 KR100653036B1 (ko) | 2006-11-30 |
Family
ID=19702945
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020000075334A KR100653036B1 (ko) | 2000-11-12 | 2000-12-11 | 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 |
Country Status (2)
Country | Link |
---|---|
US (1) | US6564145B2 (ko) |
KR (1) | KR100653036B1 (ko) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100798658B1 (ko) * | 2007-04-20 | 2008-01-28 | (주)지오매틱코리아 | 미래형 주상복합건물에서의 최적보행자 경로산정 알고리즘 |
KR100902737B1 (ko) * | 2002-09-28 | 2009-06-15 | 주식회사 케이티 | 동적 교통정보를 바탕으로 하는 다수의 최적 경로 탐색 방법 |
KR100920966B1 (ko) * | 2008-01-29 | 2009-10-09 | 연세대학교 산학협력단 | 인접행렬을 이용하여 최소 길이의 폐구간을 이루는노드들을 검출하는 프로그램이 저장된 매체 |
KR101026943B1 (ko) * | 2004-11-04 | 2011-04-04 | 엘지전자 주식회사 | 피형 턴 속성의 도로를 가지는 교차로에서의 피형 턴 안내판단방법 |
CN110954119A (zh) * | 2019-11-11 | 2020-04-03 | 广东振业优控科技股份有限公司 | 一种基于大数据的城市道路机动车最优线路诱导方法 |
CN111064218A (zh) * | 2018-10-17 | 2020-04-24 | 云南电网有限责任公司怒江供电局 | 一种基于多目标优化算法的电网黑启动多目标机组恢复优化方法 |
CN111626008A (zh) * | 2020-05-27 | 2020-09-04 | 哈尔滨工业大学 | 一种用于电路系统的分层序贯测试性建模方法 |
CN113479105A (zh) * | 2021-07-20 | 2021-10-08 | 钟求明 | 一种基于自动驾驶车辆的智能充电方法及智能充电站 |
KR20220074343A (ko) * | 2020-11-27 | 2022-06-03 | 한국도로공사 | 통행요금 생성을 위한 최단경로 산출 방법 |
Families Citing this family (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1300982B1 (en) * | 2001-10-08 | 2011-03-30 | Alcatel Lucent | Device and method for network management |
US7174382B2 (en) * | 2002-04-09 | 2007-02-06 | Hewlett-Packard Development Company, L.P. | Interest-based connections in peer-to-peer networks |
US6973152B2 (en) * | 2002-12-04 | 2005-12-06 | Cirrus Logic, Inc. | Exploiting shortest path for improved network clock distribution |
DE10334829B4 (de) * | 2003-07-30 | 2005-09-08 | Siemens Ag | Verfahren zur Klassifikation von Routensegmenten eines Navigationssystems und ein entsprechendes Navigationssystem |
WO2005036839A2 (en) | 2003-10-03 | 2005-04-21 | Avici Systems, Inc. | Rapid alternate paths for network destinations |
US7400589B2 (en) * | 2004-02-27 | 2008-07-15 | Nortel Networks Limited | Method and apparatus for deriving optimal paths through a network subject to a subset sequence constraint |
GB0407336D0 (en) * | 2004-03-31 | 2004-05-05 | British Telecomm | Pathfinding system |
US20070198178A1 (en) * | 2004-03-31 | 2007-08-23 | Trimby Martin W | Pathfinding system |
US20060161335A1 (en) * | 2005-01-14 | 2006-07-20 | Ross Beinhaker | Routing system and method |
DE102006018877A1 (de) | 2006-04-24 | 2007-10-31 | Siemens Ag | Verfahren und Vorrichtung zum Ermitteln von Mindestkosten von einem Startort zu einem Zielort |
KR100791365B1 (ko) * | 2006-12-01 | 2008-01-07 | 한국과학기술원 | 홈 네트워크 시스템에서 두 노드 사이의 안전한 최단 경로산출방법 |
US7941778B2 (en) * | 2007-11-15 | 2011-05-10 | At&T Intellectual Property I, Lp | System and method of determining minimum cost path |
CN102033970B (zh) * | 2009-09-30 | 2013-08-14 | 林定伟 | 一种两点间或者多点间的多线程网络智能选径方法 |
US8812015B2 (en) | 2009-10-01 | 2014-08-19 | Qualcomm Incorporated | Mobile device locating in conjunction with localized environments |
US9140559B2 (en) | 2009-10-01 | 2015-09-22 | Qualcomm Incorporated | Routing graphs for buildings using schematics |
US8880103B2 (en) | 2009-10-12 | 2014-11-04 | Qualcomm Incorporated | Method and apparatus for transmitting indoor context information |
US9065743B2 (en) * | 2009-12-24 | 2015-06-23 | At&T Intellectual Property I, L.P. | Determining connectivity in a failed network |
US9389085B2 (en) | 2010-01-22 | 2016-07-12 | Qualcomm Incorporated | Map handling for location based services in conjunction with localized environments |
DE102010012153A1 (de) * | 2010-03-20 | 2011-09-22 | Audi Ag | Fahrzeug mit zumindest zwei Einzelradantriebseinheit |
US20120254153A1 (en) * | 2011-03-31 | 2012-10-04 | Microsoft Corporation | Shortest path determination in databases |
US20120250535A1 (en) * | 2011-03-31 | 2012-10-04 | Microsoft Corporation | Hub label based routing in shortest path determination |
US20130144524A1 (en) * | 2011-03-31 | 2013-06-06 | Microsoft Corporation | Double-hub indexing in location services |
US20140058787A1 (en) * | 2011-05-05 | 2014-02-27 | Ron BANNER | Plan Choosing in Digital Commercial Print Workflows |
US8706413B2 (en) * | 2011-10-17 | 2014-04-22 | Qualcomm Incorporated | Determining a likelihood of a directional transition at a junction in an encoded routability graph description |
US9008953B2 (en) | 2011-10-24 | 2015-04-14 | Telenav, Inc. | Navigation system with turn restriction mechanism and method of operation thereof |
US20130345967A1 (en) * | 2012-06-21 | 2013-12-26 | Qualcomm Incorporated | Routability graph with predetermined number of weighted edges for estimating a trajectory of a mobile device |
CN103576680B (zh) * | 2012-07-25 | 2016-09-14 | 中国原子能科学研究院 | 一种机器人路径规划方法及装置 |
CN103267530A (zh) * | 2013-04-27 | 2013-08-28 | 青岛科技大学 | 一种管道抢修最短时间的路径规划方法 |
US20150032681A1 (en) * | 2013-07-23 | 2015-01-29 | International Business Machines Corporation | Guiding uses in optimization-based planning under uncertainty |
CN103913176B (zh) * | 2014-04-14 | 2017-05-17 | 浙江宇视科技有限公司 | 一种分布式最短时间计算方法和装置 |
US10454831B1 (en) * | 2016-06-30 | 2019-10-22 | Amazon Technologies, Inc. | Load-balanced forwarding of network packets generated by a networking device |
CN107276896B (zh) * | 2016-11-24 | 2020-03-27 | 北京交通大学 | 改进迪杰斯特拉算法的两点间最短路径搜索方法 |
CN107748499B (zh) * | 2017-10-27 | 2020-09-01 | 合肥工业大学 | 固定翼无人机多区域探测任务规划的优化方法及装置 |
CN109961162B (zh) * | 2017-12-22 | 2023-04-07 | 株式会社日立制作所 | 路径规划方法和路径规划装置 |
CN108491971B (zh) * | 2018-03-20 | 2022-04-15 | 北京交通大学 | 基于出行计划的三维地图的最优路径规划方法 |
EP3683742A1 (en) * | 2019-01-18 | 2020-07-22 | Naver Corporation | Method for computing at least one itinerary from a departure location to an arrival location |
CN109949604B (zh) * | 2019-04-01 | 2021-06-11 | 南京邮电大学 | 一种大型停车场调度导航方法及系统 |
EP3745331A1 (en) | 2019-05-29 | 2020-12-02 | Naver Corporation | Methods for preprocessing a set of non-scheduled lines within a multimodal transportation network of predetermined stations and for computing at least one itinerary from a departure location to an arrival location |
CN110472789A (zh) * | 2019-08-15 | 2019-11-19 | 国网甘肃省电力公司信息通信公司 | 一种基于Grobner bases求解的物流配送最短路径算法 |
CN110686695A (zh) * | 2019-10-30 | 2020-01-14 | 南京邮电大学 | 基于目标评价因子的自适应蚁群a星混合算法 |
CN110782178B (zh) * | 2019-11-01 | 2020-11-06 | 北京航空航天大学 | 一种交通网络规划辅助决策方法及装置 |
CN110852101B (zh) * | 2019-11-06 | 2024-01-23 | 深圳如布科技有限公司 | 一种路径解码方法、装置、计算机设备及存储介质 |
US11768078B2 (en) | 2020-04-21 | 2023-09-26 | Naver Corporation | Method for computing an itinerary from a departure location to an arrival location |
US12123725B2 (en) | 2020-08-21 | 2024-10-22 | Naver Corporation | Method for computing a personalized itinerary from a departure location to an arrival location |
CN115865778B (zh) * | 2023-02-17 | 2023-06-06 | 中国西安卫星测控中心 | 一种改进的Floyd路径搜索方法 |
CN118565507B (zh) * | 2024-08-02 | 2024-11-05 | 青岛道可云网络科技有限公司 | 一种应用于智慧导览系统的自定义导航方法及系统 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07294267A (ja) * | 1994-04-28 | 1995-11-10 | Pioneer Electron Corp | 経路設定方法及び経路設定装置 |
JP3381459B2 (ja) * | 1995-05-30 | 2003-02-24 | 株式会社デンソー | 車両用走行案内装置 |
-
2000
- 2000-12-11 KR KR1020000075334A patent/KR100653036B1/ko active IP Right Grant
- 2000-12-27 US US09/752,324 patent/US6564145B2/en not_active Expired - Lifetime
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100902737B1 (ko) * | 2002-09-28 | 2009-06-15 | 주식회사 케이티 | 동적 교통정보를 바탕으로 하는 다수의 최적 경로 탐색 방법 |
KR101026943B1 (ko) * | 2004-11-04 | 2011-04-04 | 엘지전자 주식회사 | 피형 턴 속성의 도로를 가지는 교차로에서의 피형 턴 안내판단방법 |
KR100798658B1 (ko) * | 2007-04-20 | 2008-01-28 | (주)지오매틱코리아 | 미래형 주상복합건물에서의 최적보행자 경로산정 알고리즘 |
KR100920966B1 (ko) * | 2008-01-29 | 2009-10-09 | 연세대학교 산학협력단 | 인접행렬을 이용하여 최소 길이의 폐구간을 이루는노드들을 검출하는 프로그램이 저장된 매체 |
CN111064218A (zh) * | 2018-10-17 | 2020-04-24 | 云南电网有限责任公司怒江供电局 | 一种基于多目标优化算法的电网黑启动多目标机组恢复优化方法 |
CN110954119A (zh) * | 2019-11-11 | 2020-04-03 | 广东振业优控科技股份有限公司 | 一种基于大数据的城市道路机动车最优线路诱导方法 |
CN110954119B (zh) * | 2019-11-11 | 2022-02-18 | 广东振业优控科技股份有限公司 | 一种基于大数据的城市道路机动车最优线路诱导方法 |
CN111626008A (zh) * | 2020-05-27 | 2020-09-04 | 哈尔滨工业大学 | 一种用于电路系统的分层序贯测试性建模方法 |
KR20220074343A (ko) * | 2020-11-27 | 2022-06-03 | 한국도로공사 | 통행요금 생성을 위한 최단경로 산출 방법 |
CN113479105A (zh) * | 2021-07-20 | 2021-10-08 | 钟求明 | 一种基于自动驾驶车辆的智能充电方法及智能充电站 |
Also Published As
Publication number | Publication date |
---|---|
US20020059025A1 (en) | 2002-05-16 |
US6564145B2 (en) | 2003-05-13 |
KR100653036B1 (ko) | 2006-11-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100653036B1 (ko) | 회전 금지, 유-턴, 피-턴을 고려한 다익스트라 알고리즘또는 플로이드-워셜 알고리즘을 이용한 최단경로 산출방법 | |
CN112602128B (zh) | 道路交通导航系统 | |
US8024110B2 (en) | Method of estimation of traffic information, device of estimation of traffic information and car navigation device | |
US7801675B2 (en) | System and method of identifying portions of roads | |
US6338021B1 (en) | Route selection method and system | |
JP3987073B2 (ja) | ナビゲーションシステム、経路探索サーバ、経路探索方法およびプログラム | |
US9336682B2 (en) | Navigation system for vehicle and navigation service method for the same | |
US20090157292A1 (en) | System and method for providing shared information about traveled road segments | |
CN106679685A (zh) | 一种用于车辆导航的行车路径规划方法 | |
WO2013002961A2 (en) | Providing routes through information collection and retrieval | |
EP2306431B1 (en) | System and method for sharing user-identified routes | |
EP2784446B1 (en) | Time-efficient traffic routing system | |
US6421605B1 (en) | Method and system for computer-supported determination of a route from a starting point to a destination point | |
JP2019028526A (ja) | 混雑予測装置 | |
KR100515203B1 (ko) | 교통정보 제공 시스템 및 방법 | |
KR20170080542A (ko) | 버스운행관리시스템의 정보를 이용하여 교통정보를 생성하는 방법 | |
KR101042811B1 (ko) | 네비게이션 시스템의 경로 결정 방법 | |
KR101740471B1 (ko) | 버스운행관리시스템의 정보를 이용하여 교통정보를 생성하는 방법 | |
KR102197199B1 (ko) | 교차로 회전 통행 속도를 산출하여 교통 정보를 생성하는 방법 | |
KR20200026004A (ko) | 경로를 보정하는 서버, 방법 및 컴퓨터 프로그램 | |
JP2004028780A (ja) | 道路形状推定装置 | |
JP2008510152A (ja) | ナビゲーション方法 | |
JP3860791B2 (ja) | 道路情報提供サーバ、道路情報提供システム及び道路情報提供方法 | |
JP2005300229A (ja) | リンク旅行時間推定方法及びプログラム | |
CN115762211A (zh) | 一种行车轨迹管控方法、系统、终端设备及存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20001211 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20051205 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20001211 Comment text: Patent Application |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20061116 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20061124 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20061124 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20091109 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20101109 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20111107 Start annual number: 6 End annual number: 6 |
|
FPAY | Annual fee payment |
Payment date: 20121106 Year of fee payment: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20121106 Start annual number: 7 End annual number: 7 |
|
FPAY | Annual fee payment |
Payment date: 20131105 Year of fee payment: 8 |
|
PR1001 | Payment of annual fee |
Payment date: 20131105 Start annual number: 8 End annual number: 8 |
|
FPAY | Annual fee payment |
Payment date: 20141105 Year of fee payment: 9 |
|
PR1001 | Payment of annual fee |
Payment date: 20141105 Start annual number: 9 End annual number: 9 |
|
FPAY | Annual fee payment |
Payment date: 20151105 Year of fee payment: 10 |
|
PR1001 | Payment of annual fee |
Payment date: 20151105 Start annual number: 10 End annual number: 10 |
|
FPAY | Annual fee payment |
Payment date: 20161104 Year of fee payment: 11 |
|
PR1001 | Payment of annual fee |
Payment date: 20161104 Start annual number: 11 End annual number: 11 |
|
FPAY | Annual fee payment |
Payment date: 20171106 Year of fee payment: 12 |
|
PR1001 | Payment of annual fee |
Payment date: 20171106 Start annual number: 12 End annual number: 12 |
|
FPAY | Annual fee payment |
Payment date: 20181031 Year of fee payment: 13 |
|
PR1001 | Payment of annual fee |
Payment date: 20181031 Start annual number: 13 End annual number: 13 |
|
FPAY | Annual fee payment |
Payment date: 20190903 Year of fee payment: 14 |
|
PR1001 | Payment of annual fee |
Payment date: 20190903 Start annual number: 14 End annual number: 14 |
|
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20210905 |