KR20230149704A - Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes - Google Patents

Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes Download PDF

Info

Publication number
KR20230149704A
KR20230149704A KR1020220131414A KR20220131414A KR20230149704A KR 20230149704 A KR20230149704 A KR 20230149704A KR 1020220131414 A KR1020220131414 A KR 1020220131414A KR 20220131414 A KR20220131414 A KR 20220131414A KR 20230149704 A KR20230149704 A KR 20230149704A
Authority
KR
South Korea
Prior art keywords
nodes
computing device
information
instances
node
Prior art date
Application number
KR1020220131414A
Other languages
Korean (ko)
Inventor
강귀선
조영화
Original Assignee
주식회사 위밋모빌리티
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 위밋모빌리티 filed Critical 주식회사 위밋모빌리티
Priority to KR1020220131414A priority Critical patent/KR20230149704A/en
Publication of KR20230149704A publication Critical patent/KR20230149704A/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3407Route searching; Route guidance specially adapted for specific applications
    • G01C21/3438Rendez-vous, i.e. searching a destination where several users can meet, and the routes to this destination for these users; Ride sharing, i.e. searching a route such that at least two users can share a vehicle for at least part of the route
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3469Fuel consumption; Energy use; Emission aspects
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3804Creation or updating of map data
    • G01C21/3807Creation or updating of map data characterised by the type of data
    • G01C21/3811Point data, e.g. Point of Interest [POI]
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/387Organisation of map data, e.g. version management or database structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Navigation (AREA)
  • Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)

Abstract

컴퓨팅 장치가 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개(N은 자연수)의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하는 방법이 제공 될 수 있다. 상기 방법은, N개의 출발 노드들 각각에 대하여 경로를 탐색하는 인스턴스(instance)를 생성하는 단계; 노드에 방문한 인스턴스의 개수가 기록되는 방문 카운트 리스트(Visit Count List)를 생성하는 단계; 노드에 대한 인스턴스의 방문 정보를 상기 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 최대 탐색 범위에 도달할 때까지 경로를 탐색하는 단계; 및 상기 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 단계; 를 포함할 수 있다.A method may be provided in which a computing device obtains a reachable destination using a cost less than a threshold cost from each of N (N is a natural number) starting nodes on a map database including nodes and links. The method includes creating an instance to search a route for each of N starting nodes; Creating a Visit Count List in which the number of instances visited on a node is recorded; recording visit information of instances to nodes in the visit count list, and searching a path until each instance reaches a maximum search range; and obtaining nodes visited by all N instances based on the visit count list, and determining the obtained nodes as destinations. may include.

Description

복수개의 출발노드에서 도착 가능한 목적지들을 찾는 방법, 장치 및 컴퓨터 프로그램{METHOD, APPARATUS AND COMPUTER PROGRAM FOR FINDING POSSIBLE DESTINATIONS FROM A PLURALITY OF DEPARTURE NODES}Method, apparatus, and computer program for finding possible destinations from a plurality of departure nodes {METHOD, APPARATUS AND COMPUTER PROGRAM FOR FINDING POSSIBLE DESTINATIONS FROM A PLURALITY OF DEPARTURE NODES}

본 개시는 복수개의 출발 노드에서 연결된 목적지들을 찾는 방법에 대한 것이다. 구체적으로, 컴퓨팅 장치가 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개(N은 자연수)의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하는 방법에 대한 것이다.This disclosure relates to a method of finding destinations connected from a plurality of starting nodes. Specifically, it is about a method by which a computing device obtains a reachable destination using a cost less than a threshold cost from each of N (N is a natural number) starting nodes on a map database including nodes and links.

약속을 잡는 경우 가장 큰 고민이 되는 것이 장소이다. 사용자들은 서로 다른 위치에서 서로 다른 교통수단으로 출발하기 때문에, 시간을 고려하여 최적의 만남 장소를 찾는 것은 어렵다. 이를 해결 하기 위해서, 지도 데이터가 활용되고 있다. When making an appointment, the biggest concern is location. Because users depart from different locations and use different means of transportation, it is difficult to find the optimal meeting place considering time. To solve this problem, map data is being used.

지도 데이터는 노드와 링크로 구성되어 있다. 또한, 링크에는 교통 상황에 대한 정보가 부여된다. 교통 상황에 대한 정보를 고려하여, 복수의 출발 위치 각각에서 최적의 만남 장소를 찾는 기술에 대한 연구가 지속되고 있다.Map data consists of nodes and links. Additionally, the link is provided with information about traffic conditions. Research continues on technology to find the optimal meeting point at each of multiple departure locations, taking into account information about traffic conditions.

등록 특허 제 1538042호는 경로를 탐색하는 방법을 제공하고 있다.Registered Patent No. 1538042 provides a method for searching a route.

본 개시는 전술한 배경기술에 대응하여 안출 된 것으로, 컴퓨팅 장치가 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개(N은 자연수)의 출발 노드들 각각 으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하는 방법을 제공하고자 한다.The present disclosure has been made in response to the above-described background technology, and is a method in which a computing device can arrive using a cost less than a threshold cost from each of N (N is a natural number) starting nodes on a map database including nodes and links. We want to provide a method to obtain the destination.

전술한 과제를 해결하기 위하여 컴퓨팅 장치가 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개(N은 자연수)의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하는 방법이 제공될 수 있다. 이 방법은, N개의 출발 노드들 각각에 대하여 경로를 탐색하는 인스턴스(instance)를 생성하는 단계; 노드에 방문한 인스턴스의 개수가 기록되는 방문 카운트 리스트(Visit Count List)를 생성하는 단계; 노드에 대한 인스턴스의 방문 정보를 상기 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 최대 탐색 범위에 도달할 때까지 경로를 탐색하는 단계; 및 상기 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 단계; 를 포함하고, 비용은 노드와 노드 사이를 연결하는 링크에 부여된 가중치 정보에 의해 계산된 값이고, 최대 탐색 범위는 노드를 방문하기 위하여 인스턴스가 사용한 비용이 임계 비용 이하인 노드들의 범위일 수 있다.In order to solve the above-mentioned problem, a method is provided in which a computing device obtains a reachable destination using a cost less than the threshold cost from each of N (N is a natural number) starting nodes on a map database containing nodes and links. It can be. This method includes creating an instance to search a route for each of N starting nodes; Creating a Visit Count List in which the number of instances visited on a node is recorded; recording visit information of instances to nodes in the visit count list, and searching a path until each instance reaches a maximum search range; and obtaining nodes visited by all N instances based on the visit count list, and determining the obtained nodes as destinations; Includes, the cost is a value calculated by weight information assigned to the link connecting the nodes, and the maximum search range may be the range of nodes where the cost used by the instance to visit the node is less than or equal to the threshold cost.

대안적으로, 상기 방법은 목표 개수 정보를 획득하는 단계; 를 더 포함하고, 상기 방문 카운트 리스트에 기초하여, N개의 인스턴스에 의해 방문된 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 단계는: N개의 인스턴스에 의해 방문된 노드들의 개수가 목표 개수 정보가 나타내는 개수 미만인지 여부를 판단하는 단계; 결정된 목적지의 개수가 목적지의 개수 정보가 나타내는 개수 미만인 경우, 임계 비용과 최대 탐색 범위를 증가 시키는 단계; 노드에 대한 인스턴스의 방문 정보를 상기 방문 카운트 리스트에 기록하며, 증가된 최대 탐색 범위에 기초하여, 각각의 인스턴스가 증가된 최대 탐색 범위에 도달할 때까지 경로를 탐색하는 단계; 및 상기 방문 카운트 리스트에 기초하여, N개의 인스턴스에 의해 방문된 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 단계; 를 더 포함할 수 있다.Alternatively, the method may include obtaining target count information; Further comprising, based on the visit count list, obtaining nodes visited by N instances and determining the obtained nodes as destinations: the number of nodes visited by N instances is target number information determining whether the number is less than the number indicated by; If the determined number of destinations is less than the number indicated by information on the number of destinations, increasing the threshold cost and maximum search range; recording visit information of an instance for a node in the visit count list, and based on the increased maximum search range, searching a path until each instance reaches the increased maximum search range; and acquiring nodes visited by N instances based on the visit count list, and determining the obtained nodes as destinations; It may further include.

대안적으로, 컴퓨팅 장치는, 각각의 인스턴스가 증가된 최대 탐색 범위에 도달할 때까지 경로를 탐색하는 단계는, 유지된 계산 정보에 기초하여 경로를 탐색하고, 계산 정보는: 인스턴스가 탐색 중 어떤 노드에 도달했는지 여부를 나태내는 방문 플래그(Visit flag) 데이터; 인스턴스가 노드에 도달하기 위해 어떤 경로로 이동했는지를 나타내는 도착 정보 데이터; 및 노드와 노드에 도달하기 위한 비용의 세트에 대한 정보를 보유하는 큐 스테이트 데이터(Queue state date); 중 적어도 하나를 포함할 수 있다.Alternatively, the computing device may be configured to search the path until each instance reaches the increased maximum search range, wherein the step of exploring the path is based on the maintained computational information, wherein the computational information includes: Visit flag data indicating whether a node has been reached; Arrival information data indicating which path the instance took to reach the node; and Queue state data, which holds information about the set of nodes and the cost to reach them. It may include at least one of:

대안적으로, 컴퓨팅 장치는, 실시간으로 N개의 인스턴스 모두가 방문한 노드의 개수가 목표 개수 정보가 나타내는 개수 이상인지 여부를 모니터링하고, N개의 인스턴스가 방문한 노드의 개수가 목표 개수 정보가 나타내는 개수 이상인 경우, 경로를 탐색하는 것을 종료할 수 있다.Alternatively, the computing device monitors whether the number of nodes visited by all N instances in real time is greater than or equal to the number indicated by the target number information, and when the number of nodes visited by the N instances is greater than or equal to the number indicated by the target number information. , you can end searching the route.

대안적으로, 임계 비용과 최대 탐색 범위를 증가시키는 단계는, 인스턴스들 중 적어도 하나의 인스턴스에 대해 증가시키는 임계 비용의 정도가 다른 인스턴스들에 대해 증가시키는 임계 비용의 정도와 서로 상이하게 증가시킬 수 있다.Alternatively, increasing the threshold cost and the maximum search range may increase the degree of increasing the critical cost for at least one of the instances to a different degree than the degree of increasing the critical cost for the other instances. there is.

대안적으로, 상기 컴퓨팅 장치는 사용자에게 장소 그룹 정보를 선택할 수 있는 인터페이스를 제공하고, 제공된 인터페이스에 응답하여 입력된 정보에 기초하여 인스턴스가 방문하는 노드가 결정될 수 있다.Alternatively, the computing device may provide an interface for the user to select location group information, and the node that the instance visits may be determined based on information entered in response to the provided interface.

대안적으로, 상기 컴퓨팅 장치는 교통 상황에 대한 정보를 획득하고, 상기 가중치 정보는 획득한 교통 상황에 대한 정보에 기초하여 결정될 수 있다.Alternatively, the computing device may obtain information about traffic conditions, and the weight information may be determined based on the obtained information about traffic conditions.

전술한 과제를 해결하기 위한 다른 실시예로서, 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램이 제공될 수 있다. 상기 컴퓨터 프로그램은 하나 이상의 프로세서가 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개(N은 자연수)의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하도록 하는 명령들을 포함하며, 상기 명령들은, N개의 출발 노드들 각각에 대하여 경로를 탐색하는 인스턴스(instance)를 생성하는 단계; 노드에 방문한 인스턴스의 개수가 기록되는 방문 카운트 리스트(Visit Count List)를 생성하는 단계; 노드에 대한 인스턴스의 방문 정보를 상기 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 최대 탐색 범위에 도달할 때까지 경로를 탐색하는 단계; 및 상기 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 단계; 를 포함하고, 비용은 노드와 노드 사이를 연결하는 링크에 부여된 가중치 정보에 의해 계산된 값이고, 최대 탐색 범위는 노드를 방문하기 위하여 인스턴스가 사용한 비용이 임계 비용 이하인 노드들의 범위일 수 있다.As another embodiment for solving the above-described problem, a computer program stored in a computer-readable storage medium may be provided. The computer program includes instructions that cause one or more processors to obtain a reachable destination using a cost less than or equal to a threshold cost from each of N (N is a natural number) starting nodes on a map database containing nodes and links, , the commands include: creating an instance that searches a route for each of N starting nodes; Creating a Visit Count List in which the number of instances visited on a node is recorded; recording visit information of instances to nodes in the visit count list, and searching a path until each instance reaches a maximum search range; and obtaining nodes visited by all N instances based on the visit count list, and determining the obtained nodes as destinations. Includes, the cost is a value calculated by weight information assigned to the link connecting the nodes, and the maximum search range may be the range of nodes where the cost used by the instance to visit the node is less than or equal to the threshold cost.

본 개시의 일실시예에 따르면, N개의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득할 수 있다.According to an embodiment of the present disclosure, a reachable destination can be obtained from each of N departure nodes using a cost less than or equal to the threshold cost.

도 1 은 본 개시의 일 실시예에 따른 지도 데이터 베이스를 설명하기 위한 도면이다.
도 2A 내지 도 2C는 본 개시의 일실시예에 따른 목적지를 획득하는 방법을 설명하기 위한 개략도이다.
도 3 은 본 개시의 일 실시예에 따른 컴퓨팅 장치(100)를 설명하기 위한 도면이다.
도 4 는 본 개시의 일 실시예에 따라 목적지를 획득하는 방법을 설명하기 위한 도면이다.
도 5는 본 개시의 일 실시예에 따라, 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 방법을 더 자세히 설명하기 위한 도면이다.
도 6 은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 략하고 일반적인 개략도이다.
1 is a diagram for explaining a map database according to an embodiment of the present disclosure.
Figures 2A to 2C are schematic diagrams for explaining a method of obtaining a destination according to an embodiment of the present disclosure.
FIG. 3 is a diagram for explaining a computing device 100 according to an embodiment of the present disclosure.
Figure 4 is a diagram for explaining a method of obtaining a destination according to an embodiment of the present disclosure.
FIG. 5 is a diagram illustrating in more detail a method of obtaining nodes visited by all N instances and determining the obtained nodes as destinations, based on a visit count list, according to an embodiment of the present disclosure.
6 is a schematic, general schematic diagram of an example computing environment in which embodiments of the present disclosure may be implemented.

다양한 실시예들이 이제 도면을 참조하여 설명된다. 본 명세서에서, 다양한 설명들이 본 개시의 이해를 제공하기 위해서 제시된다. 그러나, 이러한 실시예들은 이러한 구체적인 설명 없이도 실행될 수 있음이 명백하다.Various embodiments are now described with reference to the drawings. In this specification, various descriptions are presented to provide an understanding of the disclosure. However, it is clear that these embodiments may be practiced without these specific descriptions.

본 명세서에서 사용되는 용어 "컴포넌트", "모듈", "시스템" 등은 컴퓨터-관련 엔티티, 하드웨어, 펌웨어, 소프트웨어, 소프트웨어 및 하드웨어의 조합, 또는 소프트웨어의 실행을 지칭한다. 예를 들어, 컴포넌트는 프로세서상에서 실행되는 처리과정(procedure), 프로세서, 객체, 실행 스레드, 프로그램, 및/또는 컴퓨터일 수 있지만, 이들로 제한되는 것은 아니다. 예를 들어, 컴퓨팅 장치에서 실행되는 애플리케이션 및 컴퓨팅 장치 모두 컴포넌트일 수 있다. 하나 이상의 컴포넌트는 프로세서 및/또는 실행 스레드 내에 상주할 수 있다. 일 컴포넌트는 하나의 컴퓨터 내에 로컬화 될 수 있다. 일 컴포넌트는 2개 이상의 컴퓨터들 사이에 분배될 수 있다. 또한, 이러한 컴포넌트들은 그 내부에 저장된 다양한 데이터 구조들을 갖는 다양한 컴퓨터 판독가능한 매체로부터 실행할 수 있다. 컴포넌트들은 예를 들어 하나 이상의 데이터 패킷들을 갖는 신호(예를 들면, 로컬 시스템, 분산 시스템에서 다른 컴포넌트와 상호작용하는 하나의 컴포넌트로부터의 데이터 및/또는 신호를 통해 다른 시스템과 인터넷과 같은 네트워크를 통해 전송되는 데이터)에 따라 로컬 및/또는 원격 처리들을 통해 통신할 수 있다.As used herein, the terms “component,” “module,” “system,” and the like refer to a computer-related entity, hardware, firmware, software, a combination of software and hardware, or an implementation of software. For example, a component may be, but is not limited to, a process running on a processor, a processor, an object, a thread of execution, a program, and/or a computer. For example, both an application running on a computing device and the computing device can be a component. One or more components may reside within a processor and/or thread of execution. A component may be localized within one computer. A component may be distributed between two or more computers. Additionally, these components can execute from various computer-readable media having various data structures stored thereon. Components can transmit signals, for example, with one or more data packets (e.g., data and/or signals from one component interacting with other components in a local system, a distributed system, to other systems and over a network such as the Internet). Depending on the data being transmitted, they may communicate through local and/or remote processes.

더불어, 용어 "또는"은 배타적 "또는"이 아니라 내포적 "또는"을 의미하는 것으로 의도된다. 즉, 달리 특정되지 않거나 문맥상 명확하지 않은 경우에, "X는 A 또는 B를 이용한다"는 자연적인 내포적 치환 중 하나를 의미하는 것으로 의도된다. 즉, X가 A를 이용하거나; X가 B를 이용하거나; 또는 X가 A 및 B 모두를 이용하는 경우, "X는 A 또는 B를 이용한다"가 이들 경우들 어느 것으로도 적용될 수 있다. 또한, 본 명세서에 사용된 "및/또는"이라는 용어는 열거된 관련 아이템들 중 하나 이상의 아이템의 가능한 모든 조합을 지칭하고 포함하는 것으로 이해되어야 한다.Additionally, the term “or” is intended to mean an inclusive “or” and not an exclusive “or.” That is, unless otherwise specified or clear from context, “X utilizes A or B” is intended to mean one of the natural implicit substitutions. That is, either X uses A; X uses B; Or, if X uses both A and B, “X uses A or B” can apply to either of these cases. Additionally, the term “and/or” as used herein should be understood to refer to and include all possible combinations of one or more of the related listed items.

또한, "포함한다" 및/또는 "포함하는"이라는 용어는, 해당 특징 및/또는 구성요소가 존재함을 의미하는 것으로 이해되어야 한다. 다만, "포함한다" 및/또는 "포함하는"이라는 용어는, 하나 이상의 다른 특징, 구성요소 및/또는 이들의 그룹의 존재 또는 추가를 배제하지 않는 것으로 이해되어야 한다. 또한, 달리 특정되지 않거나 단수 형태를 지시하는 것으로 문맥상 명확하지 않은 경우에, 본 명세서와 청구범위에서 단수는 일반적으로 "하나 또는 그 이상"을 의미하는 것으로 해석되어야 한다.Additionally, the terms “comprise” and/or “comprising” should be understood to mean that the corresponding feature and/or element is present. However, the terms “comprise” and/or “comprising” should be understood as not excluding the presence or addition of one or more other features, elements and/or groups thereof. Additionally, unless otherwise specified or the context is clear to indicate a singular form, the singular terms herein and in the claims should generally be construed to mean “one or more.”

그리고, “A 또는 B 중 적어도 하나”이라는 용어는, “A만을 포함하는 경우”, “B 만을 포함하는 경우”, “A와 B의 구성으로 조합된 경우”를 의미하는 것으로 해석되어야 한다. And, the term “at least one of A or B” should be interpreted to mean “if it contains only A,” “if it contains only B,” or “if it is a combination of A and B.”

당업자들은 추가적으로 여기서 개시된 실시예들과 관련되어 설명된 다양한 예시적 논리적 블록들, 구성들, 모듈들, 회로들, 수단들, 로직들, 및 알고리즘 단계들이 전자 하드웨어, 컴퓨터 소프트웨어, 또는 양쪽 모두의 조합들로 구현될 수 있음을 인식해야 한다. 하드웨어 및 소프트웨어의 상호교환성을 명백하게 예시하기 위해, 다양한 예시적 컴포넌트들, 블록들, 구성들, 수단들, 로직들, 모듈들, 회로들, 및 단계들은 그들의 기능성 측면에서 일반적으로 위에서 설명되었다. 그러한 기능성이 하드웨어로 또는 소프트웨어로서 구현되는지 여부는 전반적인 시스템에 부과된 특정 어플리케이션(application) 및 설계 제한들에 달려 있다. 숙련된 기술자들은 각각의 특정 어플리케이션들을 위해 다양한 방법들로 설명된 기능성을 구현할 수 있다. 다만, 그러한 구현의 결정들이 본 개시내용의 영역을 벗어나게 하는 것으로 해석되어서는 안된다.Those skilled in the art will additionally recognize that the various illustrative logical blocks, components, modules, circuits, means, logic, and algorithm steps described in connection with the embodiments disclosed herein may be implemented using electronic hardware, computer software, or a combination of both. It must be recognized that it can be implemented with To clearly illustrate the interchangeability of hardware and software, various illustrative components, blocks, configurations, means, logics, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented in hardware or software will depend on the specific application and design constraints imposed on the overall system. A skilled technician can implement the described functionality in a variety of ways for each specific application. However, such implementation decisions should not be construed as causing a departure from the scope of the present disclosure.

제시된 실시예들에 대한 설명은 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 발명을 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이다. 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 발명은 여기에 제시된 실시예 들로 한정되는 것이 아니다. 본 발명은 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다. The description of the presented embodiments is provided to enable anyone skilled in the art to use or practice the present invention. Various modifications to these embodiments will be apparent to those skilled in the art. The general principles defined herein may be applied to other embodiments without departing from the scope of the disclosure. Therefore, the present invention is not limited to the embodiments presented herein. The present invention is to be interpreted in the broadest scope consistent with the principles and novel features presented herein.

도 1 은 본 개시의 일 실시예에 따른 지도 데이터 베이스를 설명하기 위한 도면이다.1 is a diagram for explaining a map database according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따르면, 지도 데이터 베이스는 노드와 링크로 구성될 수 있다. According to one embodiment of the present disclosure, a map database may be composed of nodes and links.

여기서, 노드는 차량이 도로를 주행함에 있어 속도의 변화가 발생되는 곳을 표현한 것일 수 있다. 구체적으로, 노드는 교차로, 고가도로시종점, 도로의 시종점, 지하차도 시종점, 터널 시종점, 행정 경계 등을 표현한 것일 수 있으며, 이에 한정되지 않는다.Here, the node may represent a place where a change in speed occurs as the vehicle drives on the road. Specifically, a node may represent an intersection, an overpass start and end point, a road start and end point, an underpass start and end point, a tunnel start and end point, an administrative boundary, etc., but is not limited thereto.

또한, 링크는 속도변화 발생점인 노드와 노드를 연결한 선을 의미할 수 있으며, 현실의 도로를 표현한 것일 수 있다. 구체적으로, 링크는 도로, 교량, 고가도로, 지하차도, 터널 등을 표현할 것일 수 있으며, 이에 한정되지 않는다.Additionally, a link may mean a line connecting a node, which is a point at which a speed change occurs, and may represent a road in reality. Specifically, the link may represent a road, bridge, overpass, underpass, tunnel, etc., but is not limited thereto.

본 개시의 일 실시예에 따르면, 링크에는 가중치 정보가 부여될 수 있다. 가중치 정보는 링크에서 사용되는 비용을 나타내며, 컴퓨팅 장치(100)는 사전에 가중치 정보를 링크에 부여할 수 있다. 또한, 컴퓨팅 장치(100)는 교통 상황에 대한 정보를 획득하고, 획득한 교통 상황에 대한 정보에 기초하여 가중치 정보를 결정할 수 있다. 구체적으로 설명하면, 컴퓨팅 장치(100)는 교통 체증이 높은 도로와 매칭되는 링크에 높은 가중치 값을 부여할 수 있다. 이 경우, 컴퓨팅 장치(100)는 사전 결정된 시간 단위(예를 들어, 5분 등)로 가중치 값을 갱신할 수 있다. 다른 실시예로서, 컴퓨팅 장치(100)는 사용자의 입력에 응답하여 교통 상황에 따른 가중치 값을 갱신할 수 있다.According to an embodiment of the present disclosure, weight information may be assigned to a link. Weight information represents the cost used in the link, and the computing device 100 may assign weight information to the link in advance. Additionally, the computing device 100 may obtain information on traffic conditions and determine weight information based on the obtained information on traffic conditions. Specifically, the computing device 100 may assign a high weight value to a link that matches a road with high traffic congestion. In this case, the computing device 100 may update the weight value in predetermined time units (eg, 5 minutes, etc.). As another embodiment, the computing device 100 may update weight values according to traffic conditions in response to user input.

본 개시의 일 실시예에 따르면, 노드에서 노드로 이어지는 경로에 대한 비용은 계산될 수 있다. 예를 들어, 도 1을 참조하는 경우, 노드(a1)에서 노드(a3)으로 가는 경로는, 링크 1과 링크 2를 통해야 한다. 링크 1의 가중치 값은(Wo)이고 링크 2의 가중치 값은(W1)인 경우, 노드(a1)에서 노드(a3)으로의 경로에서 사용되는 비용은 링크1에 부여된 가중치 값(Wo)과 링크2에 부여된 가중치 값(W1)의 합일 수 있다. 또한, 다른 실시예에 따르면, 노드(a1)에서 노드(a3)으로의 경로에서 사용되는 비용은 링크1에 부여된 가중치 값(Wo)과 링크2에 부여된 가중치 값(W1)을 사전 결정된 계산식에 입력한 후에 출력된 출력 값일 수 있으며, 이에 한정되지 않는다.According to one embodiment of the present disclosure, the cost for a path from node to node can be calculated. For example, referring to Figure 1, the path from node a1 to node a3 must pass through link 1 and link 2. If the weight value of link 1 is (Wo) and the weight value of link 2 is (W1), the cost used in the path from node (a1) to node (a3) is the weight value assigned to link 1 (Wo) and It may be the sum of the weight values (W1) assigned to Link 2. In addition, according to another embodiment, the cost used in the path from node (a1) to node (a3) is determined by calculating the weight value (Wo) assigned to link 1 and the weight value (W1) assigned to link 2 using a predetermined calculation formula. It may be an output value output after input, but is not limited to this.

도 2A 내지 도 2C는 본 개시의 일실시예에 따른 목적지를 획득하는 방법을 설명하기 위한 개략도이다.Figures 2A to 2C are schematic diagrams for explaining a method of obtaining a destination according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따른 도 2a를 참조하면, 컴퓨팅 장치(100)는 복수개의 출발 노드를 획득할 수 있다. 예를 들어, 복수의 사용자들이 약속을 정하기 위해 컴퓨팅 장치(100)를 사용하는 경우, 컴퓨팅 장치(100)는 복수의 사용자들의 현재 위치를 출발 노드들로 획득할 수 있다. 또한, 컴퓨팅 장치(100)는 사용자가 위치를 선택할 수 있는 인터페이스를 제공할 수 있고, 제공된 인터페이스에 응답하여 사용자가 입력한 위치 정보에 기초하여, 출발 노드들을 결정할 수 있다.Referring to FIG. 2A according to an embodiment of the present disclosure, the computing device 100 may acquire a plurality of starting nodes. For example, when a plurality of users use the computing device 100 to make an appointment, the computing device 100 may obtain the current locations of the plurality of users as departure nodes. Additionally, the computing device 100 may provide an interface through which a user can select a location, and may determine starting nodes based on location information input by the user in response to the provided interface.

본 개시의 일 실시예에 따른 도 2b를 참조하면, 컴퓨팅 장치(100)는 최대 탐색 범위 내에서 출발 노드들 각각에 대해 사전 결정된 알고리즘을 수행하며 목적지를 탐색할 수 있다. 또한, 컴퓨팅 장치(100)는 목적지를 탐색 중에 각각의 출발노드에 대한 인스턴스가 공통으로 방문하는 노드를 기록할 수 있다.Referring to FIG. 2B according to an embodiment of the present disclosure, the computing device 100 may search for a destination while performing a predetermined algorithm for each of the starting nodes within the maximum search range. Additionally, the computing device 100 may record nodes commonly visited by instances of each starting node while searching for a destination.

또한, 컴퓨팅 장치(100)는 최대 탐색 범위내에 사전 결정된 개수의 목적지가 없는 경우, 최대 탐색 범위를 증가시킨 후, 목적지 탐색을 지속할 수 있다. 이 경우, 기존의 탐색 과정 데이터를 유지함으로써 컴퓨팅 장치(100)의 리소스를 감소시킬 수 있다. Additionally, if there is no predetermined number of destinations within the maximum search range, the computing device 100 may increase the maximum search range and then continue searching for the destination. In this case, the resources of the computing device 100 can be reduced by maintaining existing search process data.

본 개시의 일 실시예에 따른 도 2c를 참조하면, 컴퓨팅 장치(100)는 사전 결정된 개수의 목적지를 획득한 경우, 탐색 행위를 종료시킬 수 있다. 이러한 과정들을 통하여 목적지(예를 들어, 만남 장소)를 탐색함으로써, 컴퓨팅 장치(100)는 복수의 사용자들에게 최적의 만남 장소를 제공할 수 있다.Referring to FIG. 2C according to an embodiment of the present disclosure, the computing device 100 may end the search activity when a predetermined number of destinations are obtained. By searching for a destination (eg, a meeting place) through these processes, the computing device 100 can provide an optimal meeting place to a plurality of users.

이하, 본 개시의 일 실시예에 따른 목적지를 획득하는 방법에 대해 더 자세히 상술한다. Hereinafter, a method for obtaining a destination according to an embodiment of the present disclosure will be described in more detail.

도 3 은 본 개시의 일 실시예에 따른 컴퓨팅 장치(100)를 설명하기 위한 도면이다.FIG. 3 is a diagram for explaining a computing device 100 according to an embodiment of the present disclosure.

본 개시의 일 실시예에서 컴퓨팅 장치(100)는 컴퓨팅 장치(100)의 컴퓨팅 환경을 수행하기 위한 다른 구성들이 포함될 수 있고, 개시된 구성들 중 일부만이 컴퓨팅 장치(100)를 구성할 수도 있다. In one embodiment of the present disclosure, the computing device 100 may include different configurations for performing the computing environment of the computing device 100, and only some of the disclosed configurations may configure the computing device 100.

컴퓨팅 장치(100)는 프로세서(110), 메모리(130), 네트워크부(150)를 포함할 수 있다.The computing device 100 may include a processor 110, a memory 130, and a network unit 150.

프로세서(110)는 하나 이상의 코어로 구성될 수 있으며, 컴퓨팅 장치의 중앙 처리 장치(CPU: central processing unit), 범용 그래픽 처리 장치 (GPGPU: general purpose graphics processing unit), 텐서 처리 장치(TPU: tensor processing unit) 등의 데이터 분석, 딥러닝을 위한 프로세서를 포함할 수 있다. 프로세서(110)는 메모리(130)에 저장된 컴퓨터 프로그램을 판독하여 본 개시의 일 실시예에 따른 기계 학습을 위한 데이터 처리를 수행할 수 있다. 본 개시의 일 실시예에 따라 프로세서(110)는 신경망의 학습을 위한 연산을 수행할 수 있다. 프로세서(110)는 딥러닝(DL: deep learning)에서 학습을 위한 입력 데이터의 처리, 입력 데이터에서의 피처 추출, 오차 계산, 역전파(backpropagation)를 이용한 신경망의 가중치 업데이트 등의 신경망의 학습을 위한 계산을 수행할 수 있다. 프로세서(110)의 CPU, GPGPU, 및 TPU 중 적어도 하나가 네트워크 함수의 학습을 처리할 수 있다. 예를 들어, CPU 와 GPGPU가 함께 네트워크 함수의 학습, 네트워크 함수를 이용한 데이터 분류를 처리할 수 있다. 또한, 본 개시의 일 실시예에서 복수의 컴퓨팅 장치의 프로세서를 함께 사용하여 네트워크 함수의 학습, 네트워크 함수를 이용한 데이터 분류를 처리할 수 있다. 또한, 본 개시의 일 실시예에 따른 컴퓨팅 장치에서 수행되는 컴퓨터 프로그램은 CPU, GPGPU 또는 TPU 실행가능 프로그램일 수 있다.The processor 110 may be composed of one or more cores, and may include a central processing unit (CPU), a general purpose graphics processing unit (GPGPU), and a tensor processing unit (TPU) of a computing device. unit) may include a processor for data analysis and deep learning. The processor 110 may read a computer program stored in the memory 130 and perform data processing for machine learning according to an embodiment of the present disclosure. According to an embodiment of the present disclosure, the processor 110 may perform an operation for learning a neural network. The processor 110 is used for learning neural networks, such as processing input data for learning in deep learning (DL), extracting features from input data, calculating errors, and updating the weights of the neural network using backpropagation. Calculations can be performed. At least one of the CPU, GPGPU, and TPU of the processor 110 may process learning of the network function. For example, CPU and GPGPU can work together to process learning of network functions and data classification using network functions. Additionally, in one embodiment of the present disclosure, the processors of a plurality of computing devices can be used together to process learning of network functions and data classification using network functions. Additionally, a computer program executed in a computing device according to an embodiment of the present disclosure may be a CPU, GPGPU, or TPU executable program.

본 개시의 일 실시예에 따르면, 메모리(130)는 프로세서(110)가 생성하거나 결정한 임의의 형태의 정보 및 네트워크부(150)가 수신한 임의의 형태의 정보를 저장할 수 있다.According to an embodiment of the present disclosure, the memory 130 may store any type of information generated or determined by the processor 110 and any type of information received by the network unit 150.

본 개시의 일 실시예에 따르면, 메모리(130)는 플래시 메모리 타입(flash memory type), 하드디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(예를 들어 SD 또는 XD 메모리 등), 램(Random Access Memory, RAM), SRAM(Static Random Access Memory), 롬(Read-Only Memory, ROM), EEPROM(Electrically Erasable Programmable Read-Only Memory), PROM(Programmable Read-Only Memory), 자기 메모리, 자기 디스크, 광디스크 중 적어도 하나의 타입의 저장매체를 포함할 수 있다. 컴퓨팅 장치(100)는 인터넷(internet) 상에서 상기 메모리(130)의 저장 기능을 수행하는 웹 스토리지(web storage)와 관련되어 동작할 수도 있다. 전술한 메모리에 대한 기재는 예시일 뿐, 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the memory 130 is a flash memory type, hard disk type, multimedia card micro type, or card type memory (e.g. (e.g. SD or -Only Memory), and may include at least one type of storage medium among magnetic memory, magnetic disk, and optical disk. The computing device 100 may operate in connection with web storage that performs a storage function of the memory 130 on the Internet. The description of the memory described above is merely an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따른 네트워크부(150)는 공중전화 교환망(PSTN: Public Switched Telephone Network), xDSL(x Digital Subscriber Line), RADSL(Rate Adaptive DSL), MDSL(Multi Rate DSL), VDSL(Very High Speed DSL), UADSL(Universal Asymmetric DSL), HDSL(High Bit Rate DSL) 및 근거리 통신망(LAN) 등과 같은 다양한 유선 통신 시스템들을 사용할 수 있다. The network unit 150 according to an embodiment of the present disclosure includes Public Switched Telephone Network (PSTN), x Digital Subscriber Line (xDSL), Rate Adaptive DSL (RADSL), Multi Rate DSL (MDSL), and VDSL ( A variety of wired communication systems can be used, such as Very High Speed DSL), Universal Asymmetric DSL (UADSL), High Bit Rate DSL (HDSL), and Local Area Network (LAN).

또한, 본 명세서에서 제시되는 네트워크부(150)는 CDMA(Code Division Multi Access), TDMA(Time Division Multi Access), FDMA(Frequency Division Multi Access), OFDMA(Orthogonal Frequency Division Multi Access), SC-FDMA(Single Carrier-FDMA) 및 다른 시스템들과 같은 다양한 무선 통신 시스템들을 사용할 수 있다. In addition, the network unit 150 presented in this specification includes Code Division Multi Access (CDMA), Time Division Multi Access (TDMA), Frequency Division Multi Access (FDMA), Orthogonal Frequency Division Multi Access (OFDMA), and SC-FDMA ( A variety of wireless communication systems can be used, such as Single Carrier-FDMA) and other systems.

본 개시에서 네트워크부(150)는 유선 및 무선 등과 같은 그 통신 양태를 가리지 않고 구성될 수 있으며, 단거리 통신망(PAN: Personal Area Network), 근거리 통신망(WAN: Wide Area Network) 등 다양한 통신망으로 구성될 수 있다. 또한, 상기 네트워크는 공지의 월드와이드웹(WWW: World Wide Web)일 수 있으며, 적외선(IrDA: Infrared Data Association) 또는 블루투스(Bluetooth)와 같이 단거리 통신에 이용되는 무선 전송 기술을 이용할 수도 있다.In the present disclosure, the network unit 150 may be configured regardless of the communication mode, such as wired or wireless, and may be composed of various communication networks such as a personal area network (PAN) and a wide area network (WAN). You can. Additionally, the network may be the well-known World Wide Web (WWW), or may use wireless transmission technology used for short-distance communication, such as Infrared Data Association (IrDA) or Bluetooth.

본 개시의 컴퓨팅 장치(100)는 노드와 링크를 포함하는 지도 데이터 베이스상에서 N개의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득할 수 있다. 이하, 도 4 및 도 5를 참조하여 자세히 설명 한다.The computing device 100 of the present disclosure can obtain a reachable destination using a cost less than or equal to the threshold cost from each of N starting nodes on a map database including nodes and links. Hereinafter, it will be described in detail with reference to FIGS. 4 and 5.

도 4 는 본 개시의 일 실시예에 따라 목적지를 획득하는 방법을 설명하기 위한 도면이다.Figure 4 is a diagram for explaining a method of obtaining a destination according to an embodiment of the present disclosure.

단계 S410에서, 컴퓨팅 장치(100)는 N개의 출발 노드들 각각에 대하여 경로를 탐색하는 인스턴스(Instance)를 생성할 수 있다.In step S410, the computing device 100 may create an instance that searches a route for each of the N starting nodes.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 N개의 출발 노드들 각각에 대하여 경로를 탐색하는 인스턴스를 생성할 수 있다. 인스턴스는 객체 지향 프로그램에서 객체를 의미할 수 있으며, 이에 한정되지 않는다. According to an embodiment of the present disclosure, the computing device 100 may create an instance to search a route for each of N starting nodes. An instance may refer to an object in an object-oriented program, but is not limited to this.

예를 들어, 출발 노드가 N개인 경우, 컴퓨팅 장치(100)는 제 1 출발 노드에 대해 목적지를 탐색하는 인스턴스, 제 2 출발 노드에 대해 목적지를 탐색하는 인스턴스, 제 3 출발 노드에 대해 목적지를 탐색하는 인스턴스, …., 제 N-1 출발 노드에 대해 목적지를 탐색하는 인스턴스 및 제 N 출발 노드에 대해 목적지를 탐색하는 인스턴스를 생성할 수 있다.For example, when there are N departure nodes, the computing device 100 may search for an instance of a destination for a first departure node, an instance of searching a destination for a second departure node, and an instance of searching a destination for a third departure node. Instances that do... ., an instance searching for a destination for the N-1th starting node and an instance searching for a destination for the Nth starting node can be created.

단계 S420에서, 컴퓨팅 장치(100)는 노드에 방문한 인스턴스의 개수가 기록되는 방문 카운트 리스트(Visit Count List)를 생성할 수 있다.In step S420, the computing device 100 may generate a visit count list in which the number of instances that visit the node is recorded.

본 개시의 일 실시예에 따르면, 방문 카운트 리스트(Visit Count List)는 노드에 방문한 인스턴스의 개수에 대한 정보를 보유할 수 있다. 예를 들어, N개의 출발 노드에 대해 N개의 인스턴스가 생성된 경우, 방문 카운트 리스트(Visit Count List)는 노드에 대해 N개의 인스턴스들 중 몇 개의 인스턴스가 방문하였는지에 대한 정보를 보유할 수 있다. According to an embodiment of the present disclosure, the Visit Count List may hold information about the number of instances that have visited a node. For example, when N instances are created for N starting nodes, the Visit Count List may hold information about how many of the N instances visited the node.

단계 S430에서, 컴퓨팅 장치(100)는 노드에 대한 인스턴스의 방문 정보를 상기 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 최대 탐색 범위에 도달할 때까지 경로를 탐색할 수 있다.In step S430, the computing device 100 records visit information of instances to nodes in the visit count list, and may search a path until each instance reaches the maximum search range.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 임계 비용을 보유할 수 있다. 임계 비용은 사전 결정된 비용의 상한 값이다. 컴퓨팅 장치(100)는 특정 값의 형태로 임계 비용을 보유할 수 있고, 시간의 형태로 임계 비용을 보유할 수 있으며, 이에 한정되지 않는다. According to one embodiment of the present disclosure, computing device 100 may have a threshold cost. The threshold cost is the upper limit of the predetermined cost. Computing device 100 may hold the critical cost in the form of a specific value, and may hold the critical cost in the form of time, but is not limited thereto.

또한, 최대 탐색 범위는 노드를 방문하기 위하여 인스턴스가 사용한 비용이 임계 비용 이하인 노드들의 범위를 의미한다.Additionally, the maximum search range refers to the range of nodes where the cost used by an instance to visit a node is less than or equal to the threshold cost.

예를 들어, 임계 비용이 10이라면, 최대 탐색 범위는 출발 노드에서 출발하여 10 미만의 비용을 소모하여 도착 가능한 노드들을 의미한다. 다른 예를 들어, 임계 비용이 10초라면, 최대 탐색 범위는 출발 노드에서 출발하여 10초 미만의 시간을 소모하여 도착 가능한 노드들을 의미한다.For example, if the critical cost is 10, the maximum search range refers to nodes that can be arrived at by consuming a cost of less than 10 starting from the starting node. For another example, if the critical cost is 10 seconds, the maximum search range refers to nodes that can be reached by spending less than 10 seconds starting from the starting node.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 노드에 대한 인스턴스의 방문 정보를 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 최대 탐색 범위에 도달할 때까지 경로를 탐색할 수 있다. According to an embodiment of the present disclosure, the computing device 100 records visit information of instances of nodes in a visit count list, and may search a path until each instance reaches the maximum search range.

구체적으로 설명하면, 임계 비용이 10이라면, 컴퓨팅 장치(100)는 출발 노드로부터 10 미만의 비용을 소모하여 도착 가능한 노드들을 순차적으로 방문수 있다. 예를 들어, 1의 비용을 소모하여 도착 가능한 제 1 노드, 5을 비용을 소모하여 도착 가능한 제 2 노드, 7의 비용을 소모하여 도착 가능한 제 3노드가 존재한다면, 인스턴스는 제 1 노드, 제 2 노드, 제 3노드를 순차적으로 방문할 것이다. 이 경우, 인스턴스가 제 1 노드, 제2 노드 및 제 3노드를 방문하였을 때, 인스턴스가 노드를 방문하였다는 정보를 컴퓨팅 장치(100)는 방문 카운트 리스트에 기록할 수 있다. 이 경우, 복수개의 인스턴스가 생성되어 있다면, 컴퓨팅 장치(100)는 복수개의 인스턴스가 방문하는 노드에 대한 정보를 모두 방문 카운트 리스트에 기록할 수 있다. Specifically, if the critical cost is 10, the computing device 100 can sequentially visit nodes that can be reached by consuming a cost of less than 10 from the starting node. For example, if there is a first node that can be reached by consuming a cost of 1, a second node that can be reached by consuming a cost of 5, and a third node that can be reached by consuming a cost of 7, the instance is the first node and the third node that can be reached by consuming a cost of 7. We will visit node 2 and node 3 sequentially. In this case, when the instance visits the first node, second node, and third node, the computing device 100 may record information that the instance visited the node in the visit count list. In this case, if a plurality of instances are created, the computing device 100 may record all information about nodes visited by the plurality of instances in the visit count list.

단계 S440에서, 컴퓨팅 장치(100)는 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정할 수 있다.In step S440, the computing device 100 may obtain nodes visited by all N instances based on the visit count list and determine the obtained nodes as destinations.

본 개시의 일 실시예에 따르면, 방문 카운트 리스트는 특정 노드에 대해 몇 개의 인스턴스가 방문하였는지에 대한 정보를 보유할 수 있다. According to an embodiment of the present disclosure, the visit count list may hold information about how many instances have visited a specific node.

컴퓨팅 장치(100)는 방문 카운트 리스트에 기록된 정보에 기초하여, N개의 출발노드에 대해 각각 생성된 N개의 인스턴스가 모두 방문한 노드들을 획득할 수 있고, 획득된 노드들을 목적지로 결정할 수 있다.Based on the information recorded in the visit count list, the computing device 100 can obtain nodes that have been visited by all N instances created for each of the N starting nodes, and determine the obtained nodes as destinations.

도 5는 본 개시의 일 실시예에 따라, 방문 카운트 리스트에 기초하여, N개의 인스턴스 모두가 방문한 노드들을 획득하고, 획득된 노드들을 목적지로 결정하는 방법을 더 자세히 설명하기 위한 도면이다.FIG. 5 is a diagram illustrating in more detail a method of obtaining nodes visited by all N instances and determining the obtained nodes as destinations, based on a visit count list, according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 목표 개수 정보를 획득할 수 있다. 목표 개수 정보는 찾고자 하는 목적지의 개수에 대한 정보로서, 컴퓨팅 장치(100)는 사용자로부터 입력된 정보에 기초하여 목표 개수 정보를 획득할 수 있고, 사전에 목표 개수 정보를 보유할 수 있으며, 이에 한정되지 않는다.According to an embodiment of the present disclosure, the computing device 100 may obtain target number information. The target number information is information about the number of destinations to be searched, and the computing device 100 can obtain the target number information based on information input from the user, and can hold the target number information in advance, and is limited to this. It doesn't work.

단계 S441에서, 컴퓨팅 장치(100)는 N개의 인스턴스에 의해 방문된 노드들의 개수가 목표 개수 정보가 나타내는 개수 미만인지 여부를 판단할 수 있다.In step S441, the computing device 100 may determine whether the number of nodes visited by the N instances is less than the number indicated by the target number information.

예를 들어, 목표 개수 정보가 3을 나타내고, N개의 인스턴스 모두가 방문한 노드가 2개인 경우, 컴퓨팅 장치(100)는 N개의 인스턴스에 의해 방문된 노드들의 개수가 목표 개수 정보 미만이라고 판단할 수 있다.For example, if the target number information indicates 3 and the number of nodes visited by all N instances is 2, the computing device 100 may determine that the number of nodes visited by the N instances is less than the target number information. .

단계 S443에서, 컴퓨팅 장치(100)는 결정된 목적지의 개수가 목적지의 개수 정보가 나타내는 개수 미만인 경우, 임계 비용과 최대 탐색 범위를 증가시킬 수 있다.In step S443, the computing device 100 may increase the threshold cost and maximum search range when the determined number of destinations is less than the number indicated by information on the number of destinations.

예를 들어, 목표 개수 정보가 3을 나타내고 임계 비용이 10이 이며 그리고 최대 탐색 범위에서 N개의 인스턴스 모두가 방문한 노드가 2개인 경우, 컴퓨팅 장치(100)는 임계 비용을 20으로 증가시키고 그리고 증가된 임계 비용에 따라 최대 탐색 범위를 증가시킬 수 있다.For example, if the target number information indicates 3, the threshold cost is 10, and there are 2 nodes in the maximum search range that are visited by all N instances, computing device 100 increases the threshold cost to 20, and the increased The maximum search range can be increased depending on the critical cost.

또한, 목표 개수 정보가 3을 나타내고 임계 비용이 10초 이며 그리고 기초한 최대 탐색 범위에서 N개의 인스턴스 모두가 방문한 노드가 2개인 경우, 컴퓨팅 장치(100)는 임계 비용을 20 초로 증가시키고 그리고 증가된 임계 비용에 따라 최대 탐색 범위를 증가시킬 수 있다. 이 경우, 증가되는 임계 비용의 정도는 사전 결정될 수 있고, 사용자에 의해 선택될 수 있으며, 이에 한정되지 않는다.Additionally, if the target number information indicates 3 and the threshold cost is 10 seconds, and there are 2 nodes visited by all N instances in the based maximum search range, computing device 100 increases the threshold cost to 20 seconds and the increased threshold The maximum search range can be increased depending on the cost. In this case, the degree of increased critical cost may be predetermined and may be selected by the user, but is not limited thereto.

본 개시의 다른 실시예에 따르면, 증가되는 임계 비용의 정도는 인스턴스별로 서로 상이하게 결정될 수 있다. According to another embodiment of the present disclosure, the degree of increased critical cost may be determined differently for each instance.

구체적으로 설명하면, 인스턴스들 중 적어도 하나의 인스턴스에 대해 증가되는 임계 비용의 정도는 다른 인스턴스들에 대해 증가되는 임계 비용의 정도와 서로 상이할 수 있다. Specifically, the degree to which the critical cost is increased for at least one of the instances may be different from the degree to which the critical cost is increased for other instances.

예를 들어, 제 1 사용자, 제 2 사용자 및 제 3 사용자가 만나고 그리고 제 1 사용자와 상대적으로 가까운 곳에서 만남 장소를 갖고 싶다면, 컴퓨팅 장치(100)는 제 1 사용자와 매칭되는 증가되는 임계 비용의 정도(제 1사용자의 출발 노드에 대한 인스턴스에 대해 증가되는 임계 비용의 정도)를 다른 인스턴스들에 대해 증가되는 임계비용의 정도보다 작게 설정함으로써, 제 1 사용자와 가까운 곳에서 목적지를 획득할 수 있다.For example, if a first user, a second user, and a third user wish to meet and have a meeting location relatively close to the first user, computing device 100 may determine an increasing threshold cost of matching the first user. By setting the degree (the degree of the critical cost increased for an instance of the first user's starting node) to be smaller than the degree of the critical cost increased for other instances, it is possible to obtain a destination close to the first user. .

이 경우, 컴퓨팅 장치(100)는 상대적으로 가까운 장소를 원하는 적어도 하나의 사용자를 선택하는 인터페이스를 제공할 수 있고, 제공된 인터페이스에 응답하여 입력된 선택 정보에 기초하여, 임계 비용의 증가 정도를 결정할 수 있다. In this case, the computing device 100 may provide an interface for selecting at least one user who wants a relatively nearby location, and may determine the degree of increase in the critical cost based on selection information input in response to the provided interface. there is.

구체적으로 설명하면, 컴퓨팅 장치(100)는 사용자에게 제공한 인터페이스에 응답하여 입력된 선택 정보에 기초하여 사용자를 선택할 수 있다(이하, 사용자는 적어도 한명 선택될 수 있으며, 이하 A로 표현함). 컴퓨팅 장치(100)는 A에 대해 생성된 인스턴스에 대해 증가되는 임계 비용의 정도를 다른 인스턴스들에 대해 증가되는 임계비용의 정도보다 작게 설정함으로써, 선택된 사용자들과 가까운 곳에서 목적지를 획득할 수 있다.Specifically, the computing device 100 may select a user based on selection information input in response to an interface provided to the user (hereinafter, at least one user may be selected, hereinafter referred to as A). The computing device 100 can obtain a destination close to the selected users by setting the degree of the increased critical cost for the instance created for A to be smaller than the degree of the increased critical cost for other instances. .

단계 S445에서, 컴퓨팅 장치(100)는 노드에 대한 인스턴스의 방문 정보를 방문 카운트 리스트에 기록하며, 증가된 최대 탐색 범위게 기초하여, 각각의 인스턴스가 증가된 최대 탐색 범위에 도달할 때까지 경로를 탐색할 수 있다.In step S445, computing device 100 records the visit information of the instance for the node in the visit count list and, based on the increased maximum search range, routes each instance until it reaches the increased maximum search range. You can explore.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 노드에 대한 인스턴스의 방문 정보를 방문 카운트 리스트에 기록하며, 각각의 인스턴스가 증가된 최대 탐색 범위에 도달할 때까지 경로를 탐색할 수 있다.According to one embodiment of the present disclosure, the computing device 100 records visit information of instances to nodes in a visit count list, and may search a path until each instance reaches an increased maximum search range. .

이 경우, 컴퓨팅 장치(100)는 기존의 계산 정보를 유지할 수 있다. 계산 정보는 인스턴스가 탐색 중 어떤 노드에 도달했는지 여부를 나태내는 방문 플래그(Visit flag) 데이터, 인스턴스가 노드에 도달하기 위해 어떤 경로로 이동했는지를 나타내는 도착 정보 데이터 및 노드와 노드에 도달하기 위한 비용의 세트에 대한 정보를 보유하는 큐 스테이트 데이터(Queue state date) 중 적어도 하나를 포함할 수 있으며, 이에 한정되지 않는다.In this case, computing device 100 may maintain existing calculation information. The calculation information includes visit flag data that indicates whether the instance reached a node during navigation, arrival information data that indicates which path the instance took to reach the node, and the node and the cost to reach the node. It may include at least one of queue state data holding information about the set, but is not limited thereto.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 기존의 계산 정보를 유지한 채 최대 탐색 범위를 넓혀서 탐색함으로써, 목적지를 찾는 알고리즘의 효율을 증진시킬 수 있다.According to an embodiment of the present disclosure, the computing device 100 can improve the efficiency of an algorithm for finding a destination by searching by expanding the maximum search range while maintaining existing calculation information.

단계 S447에서, 컴퓨팅 장치(100)는 방문 카운트 리스트에 기초하여, N개의 인스턴스에 의해 방문된 노드들을 획득하고, 획득된 노드들을 목적지로 결정할 수 있다.In step S447, the computing device 100 may acquire nodes visited by N instances based on the visit count list and determine the obtained nodes as destinations.

본 개시의 일 실시예에 따르면, 방문 카운트 리스트는 특정 노드에 대해 몇 개의 인스턴스가 방문하였는지에 대한 정보를 보유할 수 있다. According to an embodiment of the present disclosure, the visit count list may hold information about how many instances have visited a specific node.

컴퓨팅 장치(100)는 방문 카운트 리스트에 기록된 정보에 기초하여, N개의 출발노드에 대해 각각 생성된 N개의 인스턴스가 모두 방문한 노드들을 획득할 수 있고, 획득된 노드들을 목적지로 결정할 수 있다.Based on the information recorded in the visit count list, the computing device 100 can obtain nodes that have been visited by all N instances created for each of the N starting nodes, and determine the obtained nodes as destinations.

본 개시의 다른 실시예에 따르면, 증가된 최대 탐색 범위에 기초하여 탐색했음에도 불구하고 목표 개수 정보가 나타내는 개수 이상의 노드들(여기서, 노드들은 N개의 인스턴스에 의해 방문된 노드들을 의미함)을 획득하지 못한 경우, 단계 S443에 따라 임계 비용과 최대 탐색 범위를 또 다시 증가시키고, 또 다시 증가된 최대 탐색 범위에 기초하여 단계 S445에 따라 경로를 탐색할 수 있다. 이 경우, 컴퓨팅 장치(100)는 목표 개수 정보가 나타내는 개수 이상의 노드들(여기서, 노드들은 N개의 인스턴스에 의해 방문된 노드들을 의미함)을 획득할 때 까지, 단계 S443과 단계 S445를 반복할 수 있다.According to another embodiment of the present disclosure, despite searching based on the increased maximum search range, nodes (here, nodes refer to nodes visited by N instances) exceeding the number indicated by the target number information are not obtained. If not, the critical cost and maximum search range can be increased again according to step S443, and the path can be searched according to step S445 based on the increased maximum search range again. In this case, the computing device 100 may repeat steps S443 and S445 until it obtains more nodes than the number indicated by the target number information (here, nodes mean nodes visited by N instances). there is.

본 개시의 다른 실시예에 따르면, 컴퓨팅 장치(100)는 실시간으로 N개의 인스턴스 모두가 방문한 노드의 개수가 목표 개수 정보가 나타내는 개수 이상인지 여부를 모니터링하고, N개의 인스턴스가 방문한 노드의 개수가 목표 개수 정보가 나타내는 개수 이상인 경우, 경로를 탐색하는 것을 종료할 수 있다. 구체적으로 설명하면, 컴퓨팅 장치(100)는 인스턴스의 탐색 범위가 최대 탐색 범위에 도달하기 전이더라도, N개의 인스턴스가 모두 방문한 노드의 개수가 목표 개수 정보가 나타내는 개수 이상이라고 판단한다면, 경로를 탐색하는 것을 종료하고, 획득된 노드들을 목적지로 결정할 수 있다.According to another embodiment of the present disclosure, the computing device 100 monitors in real time whether the number of nodes visited by all N instances is greater than or equal to the number indicated by the target number information, and the number of nodes visited by the N instances is set to the target number. If the number is greater than the number indicated by the number information, the path search can be terminated. Specifically, the computing device 100 searches the path if it determines that the number of nodes visited by all N instances is greater than or equal to the number indicated by the target number information, even before the search range of the instance reaches the maximum search range. You can terminate the process and determine the obtained nodes as destinations.

또한, 컴퓨팅 장치(100)는 결정된 목적지들을 사용자에게 제공할 수 있다.Additionally, the computing device 100 may provide the determined destinations to the user.

본 개시의 다른 실시예에 따르면, 도 4 및 도 5에 따른 방법을 제공하는 경우, 컴퓨팅 장치(100)는 사용자에게 장소 그룹 정보를 선택할 수 있는 인터페이스를 제공하고, 제공된 인터페이스에 응답하여 입력된 정보에 기초하여 인스턴스가 방문하는 노드를 결정할 수 있다. According to another embodiment of the present disclosure, when providing the method according to FIGS. 4 and 5, the computing device 100 provides the user with an interface for selecting place group information, and information input in response to the provided interface. Based on this, the node that the instance visits can be determined.

구체적으로, 컴퓨팅 장치(100)는 사용자에게, 카페, 음식점, 유흥 시설, 영화관 등 장소는 선택할 수 있는 인터페이스를 제공할 수 있고, 제공된 인터페이스에 응답하여 사용자가 선택한 선택 정보를 획득할 수 있으며, 획득한 선택정보에 기초하여 컴퓨팅 장치(100)가 탐색할 노드들을 결정할 수 있다.Specifically, the computing device 100 may provide the user with an interface to select a location such as a cafe, restaurant, entertainment facility, or movie theater, and obtain selection information selected by the user in response to the provided interface. Based on the selection information, the computing device 100 may determine nodes to be searched.

구체적으로 설명하면, 사용자가 카페를 선택한 것으로 가정하면, 컴퓨팅 장치(100)는 카페와 매칭되는 노드들만 대상으로 하여 전술한 설명에 따른 목적지를 획득하는 방법을 수행할 수 있다.Specifically, assuming that the user selects a cafe, the computing device 100 may perform the method of obtaining a destination according to the above description by targeting only nodes that match the cafe.

도 6 은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 략하고 일반적인 개략도이다.6 is a schematic, general schematic diagram of an example computing environment in which embodiments of the present disclosure may be implemented.

본 개시가 일반적으로 컴퓨팅 장치에 의해 구현될 수 있는 것으로 전술되었지만, 당업자라면 본 개시가 하나 이상의 컴퓨터 상에서 실행될 수 있는 컴퓨터 실행가능 명령어 및/또는 기타 프로그램 모듈들과 결합되어 및/또는 하드웨어와 소프트웨어의 조합으로써 구현될 수 있다는 것을 잘 알 것이다.Although the present disclosure has generally been described above as being capable of being implemented by a computing device, those skilled in the art will understand that the present disclosure can be implemented in combination with computer-executable instructions and/or other program modules that can be executed on one or more computers and/or in hardware and software. It will be well known that it can be implemented as a combination.

일반적으로, 프로그램 모듈은 특정의 태스크를 수행하거나 특정의 추상 데이터 유형을 구현하는 루틴, 프로그램, 컴포넌트, 데이터 구조, 기타 등등을 포함한다. 또한, 당업자라면 본 개시의 방법이 단일-프로세서 또는 멀티프로세서 컴퓨터 시스템, 미니컴퓨터, 메인프레임 컴퓨터는 물론 퍼스널 컴퓨터, 핸드헬드(handheld) 컴퓨팅 장치, 마이크로프로세서-기반 또는 프로그램가능 가전 제품, 기타 등등(이들 각각은 하나 이상의 연관된 장치와 연결되어 동작할 수 있음)을 비롯한 다른 컴퓨터 시스템 구성으로 실시될 수 있다는 것을 잘 알 것이다.Typically, program modules include routines, programs, components, data structures, etc. that perform specific tasks or implement specific abstract data types. Additionally, those skilled in the art will understand that the methods of the present disclosure are applicable to single-processor or multiprocessor computer systems, minicomputers, mainframe computers, as well as personal computers, handheld computing devices, microprocessor-based or programmable consumer electronics, etc. It will be appreciated that each of these may be implemented in other computer system configurations, including those capable of operating in conjunction with one or more associated devices.

본 개시의 설명된 실시예들은 또한 어떤 태스크들이 통신 네트워크를 통해 연결되어 있는 원격 처리 장치들에 의해 수행되는 분산 컴퓨팅 환경에서 실시될 수 있다. 분산 컴퓨팅 환경에서, 프로그램 모듈은 로컬 및 원격 메모리 저장 장치 둘 다에 위치할 수 있다.The described embodiments of the disclosure can also be practiced in distributed computing environments where certain tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.

컴퓨터는 통상적으로 다양한 컴퓨터 판독가능 매체를 포함한다. 컴퓨터에 의해 액세스 가능한 매체는 그 어떤 것이든지 컴퓨터 판독가능 매체가 될 수 있고, 이러한 컴퓨터 판독가능 매체는 휘발성 및 비휘발성 매체, 일시적(transitory) 및 비일시적(non-transitory) 매체, 이동식 및 비-이동식 매체를 포함한다. 제한이 아닌 예로서, 컴퓨터 판독가능 매체는 컴퓨터 판독가능 저장 매체 및 컴퓨터 판독가능 전송 매체를 포함할 수 있다. 컴퓨터 판독가능 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보를 저장하는 임의의 방법 또는 기술로 구현되는 휘발성 및 비휘발성 매체, 일시적 및 비-일시적 매체, 이동식 및 비이동식 매체를 포함한다. 컴퓨터 판독가능 저장 매체는 RAM, ROM, EEPROM, 플래시 메모리 또는 기타 메모리 기술, CD-ROM, DVD(digital video disk) 또는 기타 광 디스크 저장 장치, 자기 카세트, 자기 테이프, 자기 디스크 저장 장치 또는 기타 자기 저장 장치, 또는 컴퓨터에 의해 액세스될 수 있고 원하는 정보를 저장하는 데 사용될 수 있는 임의의 기타 매체를 포함하지만, 이에 한정되지 않는다.Computers typically include a variety of computer-readable media. Computer-readable media can be any medium that can be accessed by a computer, and such computer-readable media includes volatile and non-volatile media, transitory and non-transitory media, removable and non-transitory media. Includes removable media. By way of example, and not limitation, computer-readable media may include computer-readable storage media and computer-readable transmission media. Computer-readable storage media refers to volatile and non-volatile media, transient and non-transitory media, removable and non-removable, implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Includes media. Computer readable storage media may include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital video disk (DVD) or other optical disk storage, magnetic cassette, magnetic tape, magnetic disk storage or other magnetic storage. This includes, but is not limited to, a device, or any other medium that can be accessed by a computer and used to store desired information.

컴퓨터 판독가능 전송 매체는 통상적으로 반송파(carrier wave) 또는 기타 전송 메커니즘(transport mechanism)과 같은 피변조 데이터 신호(modulated data signal)에 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터 등을 구현하고 모든 정보 전달 매체를 포함한다. 피변조 데이터 신호라는 용어는 신호 내에 정보를 인코딩하도록 그 신호의 특성들 중 하나 이상을 설정 또는 변경시킨 신호를 의미한다. 제한이 아닌 예로서, 컴퓨터 판독가능 전송 매체는 유선 네트워크 또는 직접 배선 접속(direct-wired connection)과 같은 유선 매체, 그리고 음향, RF, 적외선, 기타 무선 매체와 같은 무선 매체를 포함한다. 상술된 매체들 중 임의의 것의 조합도 역시 컴퓨터 판독가능 전송 매체의 범위 안에 포함되는 것으로 한다.A computer-readable transmission medium typically implements computer-readable instructions, data structures, program modules, or other data on a modulated data signal, such as a carrier wave or other transport mechanism. Includes all information delivery media. The term modulated data signal refers to a signal in which one or more of the characteristics of the signal have been set or changed to encode information within the signal. By way of example, and not limitation, computer-readable transmission media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also intended to be included within the scope of computer-readable transmission media.

컴퓨터(1102)를 포함하는 본 개시의 여러가지 측면들을 구현하는 예시적인 환경(1100)이 나타내어져 있으며, 컴퓨터(1102)는 처리 장치(1104), 시스템 메모리(1106) 및 시스템 버스(1108)를 포함한다. 시스템 버스(1108)는 시스템 메모리(1106)(이에 한정되지 않음)를 비롯한 시스템 컴포넌트들을 처리 장치(1104)에 연결시킨다. 처리 장치(1104)는 다양한 상용 프로세서들 중 임의의 프로세서일 수 있다. 듀얼 프로세서 및 기타 멀티프로세서 아키텍처도 역시 처리 장치(1104)로서 이용될 수 있다.An example environment 1100 is shown that implements various aspects of the present disclosure, including a computer 1102, which includes a processing unit 1104, a system memory 1106, and a system bus 1108. do. System bus 1108 couples system components, including but not limited to system memory 1106, to processing unit 1104. Processing unit 1104 may be any of a variety of commercially available processors. Dual processors and other multiprocessor architectures may also be used as processing unit 1104.

시스템 버스(1108)는 메모리 버스, 주변장치 버스, 및 다양한 상용 버스 아키텍처 중 임의의 것을 사용하는 로컬 버스에 추가적으로 상호 연결될 수 있는 몇 가지 유형의 버스 구조 중 임의의 것일 수 있다. 시스템 메모리(1106)는 판독 전용 메모리(ROM)(1110) 및 랜덤 액세스 메모리(RAM)(1112)를 포함한다. 기본 입/출력 시스템(BIOS)은 ROM, EPROM, EEPROM 등의 비휘발성 메모리(1110)에 저장되며, 이 BIOS는 시동 중과 같은 때에 컴퓨터(1102) 내의 구성요소들 간에 정보를 전송하는 일을 돕는 기본적인 루틴을 포함한다. RAM(1112)은 또한 데이터를 캐싱하기 위한 정적 RAM 등의 고속 RAM을 포함할 수 있다.System bus 1108 may be any of several types of bus structures that may further be interconnected to a memory bus, peripheral bus, and local bus using any of a variety of commercial bus architectures. System memory 1106 includes read only memory (ROM) 1110 and random access memory (RAM) 1112. The basic input/output system (BIOS) is stored in non-volatile memory 1110, such as ROM, EPROM, and EEPROM, and is a basic input/output system that helps transfer information between components within the computer 1102, such as during startup. Contains routines. RAM 1112 may also include high-speed RAM, such as static RAM, for caching data.

컴퓨터(1102)는 또한 내장형 하드 디스크 드라이브(HDD)(1114)(예를 들어, EIDE, SATA)-이 내장형 하드 디스크 드라이브(1114)는 또한 적당한 섀시(도시 생략) 내에서 외장형 용도로 구성될 수 있음-, 자기 플로피 디스크 드라이브(FDD)(1116)(예를 들어, 이동식 디스켓(1118)으로부터 판독을 하거나 그에 기록을 하기 위한 것임), 및 광 디스크 드라이브(1120)(예를 들어, CD-ROM 디스크(1122)를 판독하거나 DVD 등의 기타 고용량 광 매체로부터 판독을 하거나 그에 기록을 하기 위한 것임)를 포함한다. 하드 디스크 드라이브(1114), 자기 디스크 드라이브(1116) 및 광 디스크 드라이브(1120)는 각각 하드 디스크 드라이브 인터페이스(1124), 자기 디스크 드라이브 인터페이스(1126) 및 광 드라이브 인터페이스(1128)에 의해 시스템 버스(1108)에 연결될 수 있다. 외장형 드라이브 구현을 위한 인터페이스(1124)는 USB(Universal Serial Bus) 및 IEEE 1394 인터페이스 기술 중 적어도 하나 또는 그 둘 다를 포함한다.Computer 1102 may also include an internal hard disk drive (HDD) 1114 (e.g., EIDE, SATA)—the internal hard disk drive 1114 may also be configured for external use within a suitable chassis (not shown). Yes - a magnetic floppy disk drive (FDD) 1116 (e.g., for reading from or writing to a removable diskette 1118), and an optical disk drive 1120 (e.g., a CD-ROM for reading the disk 1122 or reading from or writing to other high-capacity optical media such as DVDs). Hard disk drive 1114, magnetic disk drive 1116, and optical disk drive 1120 are connected to system bus 1108 by hard disk drive interface 1124, magnetic disk drive interface 1126, and optical drive interface 1128, respectively. ) can be connected to. The interface 1124 for implementing an external drive includes at least one or both of Universal Serial Bus (USB) and IEEE 1394 interface technologies.

이들 드라이브 및 그와 연관된 컴퓨터 판독가능 매체는 데이터, 데이터 구조, 컴퓨터 실행가능 명령어, 기타 등등의 비휘발성 저장을 제공한다. 컴퓨터(1102)의 경우, 드라이브 및 매체는 임의의 데이터를 적당한 디지털 형식으로 저장하는 것에 대응한다. 상기에서의 컴퓨터 판독가능 매체에 대한 설명이 HDD, 이동식 자기 디스크, 및 CD 또는 DVD 등의 이동식 광 매체를 언급하고 있지만, 당업자라면 집 드라이브(zip drive), 자기 카세트, 플래쉬 메모리 카드, 카트리지, 기타 등등의 컴퓨터에 의해 판독가능한 다른 유형의 매체도 역시 예시적인 운영 환경에서 사용될 수 있으며 또 임의의 이러한 매체가 본 개시의 방법들을 수행하기 위한 컴퓨터 실행가능 명령어를 포함할 수 있다는 것을 잘 알 것이다.These drives and their associated computer-readable media provide non-volatile storage of data, data structures, computer-executable instructions, and the like. For computer 1102, drive and media correspond to storing any data in a suitable digital format. Although the description of computer-readable media above refers to removable optical media such as HDDs, removable magnetic disks, and CDs or DVDs, those skilled in the art will also recognize removable optical media such as zip drives, magnetic cassettes, flash memory cards, cartridges, etc. It will be appreciated that other types of computer-readable media, such as the like, may also be used in the example operating environment and that any such media may contain computer-executable instructions for performing the methods of the present disclosure.

운영 체제(1130), 하나 이상의 애플리케이션 프로그램(1132), 기타 프로그램 모듈(1134) 및 프로그램 데이터(1136)를 비롯한 다수의 프로그램 모듈이 드라이브 및 RAM(1112)에 저장될 수 있다. 운영 체제, 애플리케이션, 모듈 및/또는 데이터의 전부 또는 그 일부분이 또한 RAM(1112)에 캐싱될 수 있다. 본 개시가 여러가지 상업적으로 이용가능한 운영 체제 또는 운영 체제들의 조합에서 구현될 수 있다는 것을 잘 알 것이다.A number of program modules may be stored in drives and RAM 1112, including an operating system 1130, one or more application programs 1132, other program modules 1134, and program data 1136. All or portions of the operating system, applications, modules and/or data may also be cached in RAM 1112. It will be appreciated that the present disclosure may be implemented on various commercially available operating systems or combinations of operating systems.

사용자는 하나 이상의 유선/무선 입력 장치, 예를 들어, 키보드(1138) 및 마우스(1140) 등의 포인팅 장치를 통해 컴퓨터(1102)에 명령 및 정보를 입력할 수 있다. 기타 입력 장치(도시 생략)로는 마이크, IR 리모콘, 조이스틱, 게임 패드, 스타일러스 펜, 터치 스크린, 기타 등등이 있을 수 있다. 이들 및 기타 입력 장치가 종종 시스템 버스(1108)에 연결되어 있는 입력 장치 인터페이스(1142)를 통해 처리 장치(1104)에 연결되지만, 병렬 포트, IEEE 1394 직렬 포트, 게임 포트, USB 포트, IR 인터페이스, 기타 등등의 기타 인터페이스에 의해 연결될 수 있다.A user may enter commands and information into computer 1102 through one or more wired/wireless input devices, such as a keyboard 1138 and a pointing device such as mouse 1140. Other input devices (not shown) may include microphones, IR remote controls, joysticks, game pads, stylus pens, touch screens, etc. These and other input devices are connected to the processing unit 1104 through an input device interface 1142, which is often connected to the system bus 1108, but may also include a parallel port, an IEEE 1394 serial port, a game port, a USB port, an IR interface, It can be connected by other interfaces, etc.

모니터(1144) 또는 다른 유형의 디스플레이 장치도 역시 비디오 어댑터(1146) 등의 인터페이스를 통해 시스템 버스(1108)에 연결된다. 모니터(1144)에 부가하여, 컴퓨터는 일반적으로 스피커, 프린터, 기타 등등의 기타 주변 출력 장치(도시 생략)를 포함한다.A monitor 1144 or other type of display device is also connected to system bus 1108 through an interface, such as a video adapter 1146. In addition to monitor 1144, computers typically include other peripheral output devices (not shown) such as speakers, printers, etc.

컴퓨터(1102)는 유선 및/또는 무선 통신을 통한 원격 컴퓨터(들)(1148) 등의 하나 이상의 원격 컴퓨터로의 논리적 연결을 사용하여 네트워크화된 환경에서 동작할 수 있다. 원격 컴퓨터(들)(1148)는 워크스테이션, 컴퓨팅 디바이스 컴퓨터, 라우터, 퍼스널 컴퓨터, 휴대용 컴퓨터, 마이크로프로세서-기반 오락 기기, 피어 장치 또는 기타 통상의 네트워크 노드일 수 있으며, 일반적으로 컴퓨터(1102)에 대해 기술된 구성요소들 중 다수 또는 그 전부를 포함하지만, 간략함을 위해, 메모리 저장 장치(1150)만이 도시되어 있다. 도시되어 있는 논리적 연결은 근거리 통신망(LAN)(1152) 및/또는 더 큰 네트워크, 예를 들어, 원거리 통신망(WAN)(1154)에의 유선/무선 연결을 포함한다. 이러한 LAN 및 WAN 네트워킹 환경은 사무실 및 회사에서 일반적인 것이며, 인트라넷 등의 전사적 컴퓨터 네트워크(enterprise-wide computer network)를 용이하게 해주며, 이들 모두는 전세계 컴퓨터 네트워크, 예를 들어, 인터넷에 연결될 수 있다.Computer 1102 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer(s) 1148, via wired and/or wireless communications. Remote computer(s) 1148 may be a workstation, computing device computer, router, personal computer, portable computer, microprocessor-based entertainment device, peer device, or other conventional network node, and is generally connected to computer 1102. For simplicity, only memory storage device 1150 is shown, although it includes many or all of the components described. The logical connections depicted include wired/wireless connections to a local area network (LAN) 1152 and/or a larger network, such as a wide area network (WAN) 1154. These LAN and WAN networking environments are common in offices and companies and facilitate enterprise-wide computer networks, such as intranets, all of which can be connected to a worldwide computer network, such as the Internet.

LAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 유선 및/또는 무선 통신 네트워크 인터페이스 또는 어댑터(1156)를 통해 로컬 네트워크(1152)에 연결된다. 어댑터(1156)는 LAN(1152)에의 유선 또는 무선 통신을 용이하게 해줄 수 있으며, 이 LAN(1152)은 또한 무선 어댑터(1156)와 통신하기 위해 그에 설치되어 있는 무선 액세스 포인트를 포함하고 있다. WAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 모뎀(1158)을 포함할 수 있거나, WAN(1154) 상의 통신 컴퓨팅 디바이스에 연결되거나, 또는 인터넷을 통하는 등, WAN(1154)을 통해 통신을 설정하는 기타 수단을 갖는다. 내장형 또는 외장형 및 유선 또는 무선 장치일 수 있는 모뎀(1158)은 직렬 포트 인터페이스(1142)를 통해 시스템 버스(1108)에 연결된다. 네트워크화된 환경에서, 컴퓨터(1102)에 대해 설명된 프로그램 모듈들 또는 그의 일부분이 원격 메모리/저장 장치(1150)에 저장될 수 있다. 도시된 네트워크 연결이 예시적인 것이며 컴퓨터들 사이에 통신 링크를 설정하는 기타 수단이 사용될 수 있다는 것을 잘 알 것이다.When used in a LAN networking environment, computer 1102 is connected to local network 1152 through wired and/or wireless communication network interfaces or adapters 1156. Adapter 1156 may facilitate wired or wireless communication to LAN 1152, which also includes a wireless access point installed thereon for communicating with wireless adapter 1156. When used in a WAN networking environment, the computer 1102 may include a modem 1158 or be connected to a communicating computing device on the WAN 1154 or to establish communications over the WAN 1154, such as via the Internet. Have other means. Modem 1158, which may be internal or external and a wired or wireless device, is coupled to system bus 1108 via serial port interface 1142. In a networked environment, program modules described for computer 1102, or portions thereof, may be stored in remote memory/storage device 1150. It will be appreciated that the network connections shown are exemplary and that other means of establishing a communications link between computers may be used.

컴퓨터(1102)는 무선 통신으로 배치되어 동작하는 임의의 무선 장치 또는 개체, 예를 들어, 프린터, 스캐너, 데스크톱 및/또는 휴대용 컴퓨터, PDA(portable data assistant), 통신 위성, 무선 검출가능 태그와 연관된 임의의 장비 또는 장소, 및 전화와 통신을 하는 동작을 한다. 이것은 적어도 Wi-Fi 및 블루투스 무선 기술을 포함한다. 따라서, 통신은 종래의 네트워크에서와 같이 미리 정의된 구조이거나 단순하게 적어도 2개의 장치 사이의 애드혹 통신(ad hoc communication)일 수 있다.Computer 1102 may be associated with any wireless device or object deployed and operating in wireless communications, such as a printer, scanner, desktop and/or portable computer, portable data assistant (PDA), communications satellite, wirelessly detectable tag. Performs actions to communicate with any device or location and telephone. This includes at least Wi-Fi and Bluetooth wireless technologies. Accordingly, communication may be a predefined structure as in a conventional network or may simply be ad hoc communication between at least two devices.

Wi-Fi(Wireless Fidelity)는 유선 없이도 인터넷 등으로의 연결을 가능하게 해준다. Wi-Fi는 이러한 장치, 예를 들어, 컴퓨터가 실내에서 및 실외에서, 즉 기지국의 통화권 내의 아무 곳에서나 데이터를 전송 및 수신할 수 있게 해주는 셀 전화와 같은 무선 기술이다. Wi-Fi 네트워크는 안전하고 신뢰성 있으며 고속인 무선 연결을 제공하기 위해 IEEE 802.11(a, b, g, 기타)이라고 하는 무선 기술을 사용한다. 컴퓨터를 서로에, 인터넷에 및 유선 네트워크(IEEE 802.3 또는 이더넷을 사용함)에 연결시키기 위해 Wi-Fi가 사용될 수 있다. Wi-Fi 네트워크는 비인가 2.4 및 5GHz 무선 대역에서, 예를 들어, 11Mbps(802.11a) 또는 54 Mbps(802.11b) 데이터 레이트로 동작하거나, 양 대역(듀얼 대역)을 포함하는 제품에서 동작할 수 있다.Wi-Fi (Wireless Fidelity) allows connection to the Internet, etc. without wires. Wi-Fi is a wireless technology, like cell phones, that allows these devices, such as computers, to send and receive data indoors and outdoors, anywhere within the coverage area of a base station. Wi-Fi networks use wireless technology called IEEE 802.11 (a, b, g, etc.) to provide secure, reliable, and high-speed wireless connections. Wi-Fi can be used to connect computers to each other, the Internet, and wired networks (using IEEE 802.3 or Ethernet). Wi-Fi networks can operate in the unlicensed 2.4 and 5 GHz wireless bands, for example, at data rates of 11 Mbps (802.11a) or 54 Mbps (802.11b), or in products that include both bands (dual band). .

본 개시의 기술 분야에서 통상의 지식을 가진 자는 정보 및 신호들이 임의의 다양한 상이한 기술들 및 기법들을 이용하여 표현될 수 있다는 것을 이해할 것이다. 예를 들어, 위의 설명에서 참조될 수 있는 데이터, 지시들, 명령들, 정보, 신호들, 비트들, 심볼들 및 칩들은 전압들, 전류들, 전자기파들, 자기장들 또는 입자들, 광학장들 또는 입자들, 또는 이들의 임의의 결합에 의해 표현될 수 있다.Those skilled in the art will understand that information and signals may be represented using any of a variety of different technologies and techniques. For example, data, instructions, commands, information, signals, bits, symbols and chips that may be referenced in the above description include voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields. It can be expressed by particles or particles, or any combination thereof.

본 개시의 기술 분야에서 통상의 지식을 가진 자는 여기에 개시된 실시예들과 관련하여 설명된 다양한 예시적인 논리 블록들, 모듈들, 프로세서들, 수단들, 회로들 및 알고리즘 단계들이 전자 하드웨어, (편의를 위해, 여기에서 소프트웨어로 지칭되는) 다양한 형태들의 프로그램 또는 설계 코드 또는 이들 모두의 결합에 의해 구현될 수 있다는 것을 이해할 것이다. 하드웨어 및 소프트웨어의 이러한 상호 호환성을 명확하게 설명하기 위해, 다양한 예시적인 컴포넌트들, 블록들, 모듈들, 회로들 및 단계들이 이들의 기능과 관련하여 위에서 일반적으로 설명되었다. 이러한 기능이 하드웨어 또는 소프트웨어로서 구현되는지 여부는 특정한 애플리케이션 및 전체 시스템에 대하여 부과되는 설계 제약들에 따라 좌우된다. 본 개시의 기술 분야에서 통상의 지식을 가진 자는 각각의 특정한 애플리케이션에 대하여 다양한 방식들로 설명된 기능을 구현할 수 있으나, 이러한 구현 결정들은 본 개시의 범위를 벗어나는 것으로 해석되어서는 안 될 것이다.Those skilled in the art will understand that the various illustrative logical blocks, modules, processors, means, circuits and algorithm steps described in connection with the embodiments disclosed herein may be used in electronic hardware, (for convenience) It will be understood that it may be implemented by various forms of program or design code (referred to herein as software) or a combination of both. To clearly illustrate this interoperability of hardware and software, various illustrative components, blocks, modules, circuits and steps have been described above generally with respect to their functionality. Whether this functionality is implemented as hardware or software depends on the specific application and design constraints imposed on the overall system. A person skilled in the art of this disclosure may implement the described functionality in various ways for each specific application, but such implementation decisions should not be construed as departing from the scope of this disclosure.

여기서 제시된 다양한 실시예들은 방법, 장치, 또는 표준 프로그래밍 및/또는 엔지니어링 기술을 사용한 제조 물품(article)으로 구현될 수 있다. 용어 제조 물품은 임의의 컴퓨터-판독가능 저장장치로부터 액세스 가능한 컴퓨터 프로그램, 캐리어, 또는 매체(media)를 포함한다. 예를 들어, 컴퓨터-판독가능 저장매체는 자기 저장 장치(예를 들면, 하드 디스크, 플로피 디스크, 자기 스트립, 등), 광학 디스크(예를 들면, CD, DVD, 등), 스마트 카드, 및 플래쉬 메모리 장치(예를 들면, EEPROM, 카드, 스틱, 키 드라이브, 등)를 포함하지만, 이들로 제한되는 것은 아니다. 또한, 여기서 제시되는 다양한 저장 매체는 정보를 저장하기 위한 하나 이상의 장치 및/또는 다른 기계-판독가능한 매체를 포함한다.The various embodiments presented herein may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques. The term article of manufacture includes a computer program, carrier, or media accessible from any computer-readable storage device. For example, computer-readable storage media include magnetic storage devices (e.g., hard disks, floppy disks, magnetic strips, etc.), optical disks (e.g., CDs, DVDs, etc.), smart cards, and flash. Includes, but is not limited to, memory devices (e.g., EEPROM, cards, sticks, key drives, etc.). Additionally, various storage media presented herein include one or more devices and/or other machine-readable media for storing information.

제시된 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조는 예시적인 접근들의 일례임을 이해하도록 한다. 설계 우선순위들에 기반하여, 본 개시의 범위 내에서 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조가 재배열될 수 있다는 것을 이해하도록 한다. 첨부된 방법 청구항들은 샘플 순서로 다양한 단계들의 엘리먼트들을 제공하지만 제시된 특정한 순서 또는 계층 구조에 한정되는 것을 의미하지는 않는다.It is to be understood that the specific order or hierarchy of steps in the processes presented is an example of illustrative approaches. It is to be understood that the specific order or hierarchy of steps in processes may be rearranged within the scope of the present disclosure, based on design priorities. The appended method claims present elements of the various steps in a sample order but are not meant to be limited to the particular order or hierarchy presented.

제시된 실시예들에 대한 설명은 임의의 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 개시를 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이며, 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 개시는 여기에 제시된 실시예들로 한정되는 것이 아니라, 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다.The description of the presented embodiments is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these embodiments will be apparent to those skilled in the art, and the general principles defined herein may be applied to other embodiments without departing from the scope of the disclosure. Thus, the present disclosure is not limited to the embodiments presented herein but is to be interpreted in the broadest scope consistent with the principles and novel features presented herein.

Claims (1)

컴퓨팅 장치가 복수의 출발 노드들 각각으로부터 임계 비용 이하의 비용을 사용하여 도착 가능한 목적지를 획득하는 방법.A method for a computing device to obtain a reachable destination using a cost less than or equal to a threshold cost from each of a plurality of departure nodes.
KR1020220131414A 2022-04-20 2022-10-13 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes KR20230149704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220131414A KR20230149704A (en) 2022-04-20 2022-10-13 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220048595A KR102456136B1 (en) 2022-04-20 2022-04-20 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes
KR1020220131414A KR20230149704A (en) 2022-04-20 2022-10-13 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020220048595A Division KR102456136B1 (en) 2022-04-20 2022-04-20 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes

Publications (1)

Publication Number Publication Date
KR20230149704A true KR20230149704A (en) 2023-10-27

Family

ID=83804358

Family Applications (2)

Application Number Title Priority Date Filing Date
KR1020220048595A KR102456136B1 (en) 2022-04-20 2022-04-20 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes
KR1020220131414A KR20230149704A (en) 2022-04-20 2022-10-13 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes

Family Applications Before (1)

Application Number Title Priority Date Filing Date
KR1020220048595A KR102456136B1 (en) 2022-04-20 2022-04-20 Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes

Country Status (1)

Country Link
KR (2) KR102456136B1 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9464908B2 (en) * 2014-09-10 2016-10-11 Volkswagen Ag Apparatus, system and method for clustering points of interest in a navigation system

Also Published As

Publication number Publication date
KR102456136B1 (en) 2022-10-19

Similar Documents

Publication Publication Date Title
RU2366108C2 (en) Metaspace: intermediate communication software for partially connected free-structure peer mobile communication networks
US10521473B2 (en) Shortest path computation in large networks
US20140222435A1 (en) Navigation system with user dependent language mechanism and method of operation thereof
TWI500297B (en) Path searching method and path search device
US8577610B2 (en) Navigation system with point of interest harvesting mechanism and method of operation thereof
US20140280152A1 (en) Computing system with relationship model mechanism and method of operation thereof
Qadori et al. Multi-mobile agent itinerary planning algorithms for data gathering in wireless sensor networks: A review paper
US11792113B2 (en) Information centric network dynamic compute orchestration
US20160381154A1 (en) Predicting Geolocation Of Users On Social Networks
Mpitziopoulos et al. CBID: a scalable method for distributed data aggregation in WSNs
Lu et al. Distributed parallel algorithms for online virtual network embedding applications
KR102442577B1 (en) Method for development environment
CN107133160A (en) Test system
KR102456136B1 (en) Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes
KR20190030435A (en) Method, apparatus and computer program stored in computer readable medium for recommending designated goods by natural language processing
KR102474017B1 (en) Method and apparatus for finding matching routes between heterogeneous map databases
US8788500B2 (en) Electronic mail duplicate detection
US20060095503A1 (en) Information processor, mobile terminal, information processing system, information processing method, information processing program, and computer-readable recorded medium
KR20220064744A (en) Blockchain based on cloud system
Pop et al. Adaptive method to support social‐based mobile networks using a pagerank approach
KR20240064138A (en) Method and apparatus for finding matching routes between different map databases using distance information
KR20240064141A (en) Method and apparatus for finding matching paths between different map databases using the number of pixels
KR20240064140A (en) Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values
KR20240064142A (en) Method and apparatus for finding matching paths between different map databases using the number of pixels for candidate paths
KR20240064139A (en) Method and apparatus for finding a matching route between different map databases using an area for a candidate route