Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

60 results about "Dijkstra's algorithm" patented technology

Dijkstra's algorithm (or Dijkstra's Shortest Path First algorithm, SPF algorithm) is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants. Dijkstra's original algorithm found the shortest path between two given nodes, but a more common variant fixes a single node as the "source" node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.

Agile digital communication network with rapid rerouting

An agile digital communications network has a number of routers that serve as nodes in a mesh network communicating between a user device (e.g., computer, server, etc.) and a target device (e.g., disc storage cabinets, tape, jukebox, etc.). The routers operate on an open shortest path first protocol, each router having two or more interfaces or links to other routers. When a link connected to a router is down and is in the shortest path to another router identified in a communication packet, the packet is forwarded to the identified router on a precalculated alternate route that does not use the unavailable link. IP tunneling assures that routing loops do not occur and send the packet back to the router with the unavailable link because it would have been in the shortest path of an intermediate router. A tunneling technique is provided that maximizes the levels of encapsulation needed at two, regardless of the size or configuration of the network. An unavailable link is not broadcast immediately throughout the network, giving the link an opportunity to be restored before all of the routers are called on to recalculate the shortest paths and alternate paths. During a short interval following the discovery of an unavailable link, then, a router connected to that link is in a state identified as the Use Alternate Path state, and the link is repeatedly checked for availability. Each router calculates and stores the alternative paths to each other router after first calculating the shortest path to each other router. The alternate paths are pulled up and used when an unavailable link is detected. Dijkstra's algorithm is used to calculate the shortest paths. A new algorithm called the iterative dynamic Dijkstra's algorithm is used to calculate the alternative routes.
Owner:THE ARIZONA BOARD OF REGENTS ON BEHALF OF THE UNIV OF ARIZONA

System and method for efficient routing on a network in the presence of multiple-edge restrictions and other constraints

Embodiments provide systems and methods that find the quickest route between two locations on a graph with multi-edge constraints in a time and space efficient manner. In some embodiments, Dijkstra's algorithm is split into separate universes when a) a multiple-edge constraint is reached, and b) along each edge of a multi-edge constraint. In some embodiments, the split is performed for the purpose of finding the quickest (i.e. lowest weighted) route to the intersection(s) at the end of the constraints. These universes, in some embodiments, are merged or discarded when the intersection at the end of the constraint is found. Using these systems and methods, in some embodiments, the shortest path between two locations of a multi-edge constrained road network can be efficiently determined.
Owner:VERIZON PATENT & LICENSING INC

Intelligent matching and route optimization-base carpooling method and system

The invention provides an intelligent matching and route optimization-base carpooling method and system. The method includes the following steps that: a passenger travel information set and a vehicle state information set are acquired; spatial-temporal distances between passengers and vehicles are calculated, a passenger and vehicle matching candidate set is created according to the calculated spatial-temporal distances, the travel time of the passengers and the number of the passengers; an integer planning model is created, and passenger and vehicle matching results are obtained according to the created integer planning model; and based on the combination of the passenger and vehicle matching results and real-time traffic states, time-varying Dijkstra's algorithm or a time-varying A star algorithm is utilized to obtain optimal vehicle driving paths. According to the intelligent matching and route optimization-base carpooling method, dynamic traffic information is utilized to measure the spatial-temporal proximity of the travel demands of individuals; spatial-temporal locality is adopted to guide group intelligent carpooling matching; and dynamic vehicle paths with minimum cost are designed; and therefore, spatial-temporal precise matching of massive travel demand services and efficient path planning can be realized.
Owner:SHENZHEN UNIV

Rapid transmission method of model data in distributed simulation of power equipment

The invention discloses a rapid transmission method of model data in distributed simulation of power equipment. The method comprises the steps of constructing a network topological graph of each site in a simulation system of the distributed power equipment, obtaining mean data transmission time between the sites, generating a shortest path tree taking a target site as a root node by using a Dijkstra's algorithm, generating a structure tree of a simulation model, analyzing a required submodule in a target included in each site, forming a submodule transmission candidate list, carrying out submodule transmission path planning from small to large from a leaf node according to the transmission time based on the list and the structure tree of the model to achieve rapid distributed transmission of the simulation model of the power equipment. The method greatly improves model transmission efficiency in the distributed simulation system, shortens the transmission time of a model network, and therefore ensures a simulation effect and continuity.
Owner:ELECTRIC POWER SCI RES INST OF GUIZHOU POWER GRID CO LTD +1

Edge-computing-oriented equipment calling method and device

The invention discloses an edge-computing-oriented equipment calling method and an edge-computing-oriented equipment calling device. The edge-computing-oriented equipment calling method comprises thesteps of: establishing an equipment calling resource library according to operating states of processing equipment, a current planned production task number, a current completed task number, single-piece task time and the like after a new production task requirement instruction is sent out; establishing a task chart structure of edge side equipment in the equipment calling resource library according to the relevance, dependency and substitutability analysis of equipment required by a new production task, adopts a Dijkstra algorithm on the premise that the new production task is completed to obtain an equipment calling scheme with the fewest production time. The edge-computing-oriented equipment calling method and the edge-computing-oriented equipment calling device solve the problems of multi-task equipment calling conflicts, poor real-time performance of calling scheme and the like for the equipment calling problem in multi-task production, have flexibility and expandability, and improve the resource utilization rate of equipment scheduling in multi-task production.
Owner:浙江因迈科技有限公司

Power distribution network load transfer method and device, equipment and storage medium

ActiveCN113507116AImprove load transfer capabilityImprove load transfer effectData processing applicationsSelective ac load connection arrangementsStandby powerNetwork topology
The invention is suitable for the technical field of power distribution networks, and provides a power distribution network load transfer method and device, equipment and a storage medium, and the load transfer method comprises the steps: when a fault occurs in a target section of a power distribution network, according to a Dijkstra algorithm and the network topology information of the section of the power distribution network, determining a plurality of non-fault sections corresponding to the target section in the power distribution network and a target standby power supply for performing load transfer on the non-fault sections; under the condition that the available load capacity of the target standby power supply is smaller than the total load capacity of the rated load capacities of all the non-fault sections, determining a target non-fault section to be subjected to load transfer in the plurality of non-fault sections according to a preset load transfer algorithm corresponding to the load transfer characteristics of the power distribution network, wherein the load transfer characteristics at least comprise a load transfer utilization rate, a load grade, a load capacity and a load weight; and carrying out load transfer on the target non-fault section. According to the invention, the load transfer effect can be improved.
Owner:STATE GRID HEBEI ELECTRIC POWER RES INST +3

GPS track cleaning method based on road network data

The invention provides a method for cleaning veihcle GPS data based on road network data, and relates to the field of traffic big data processing. According to the method, HDFS is adopted to store data, and a MapReduce calculation framework is adopted to process the data, so that abnormal records in the GPS data are eliminated. The abnormal records comprise drift points with overlarge distance deviation under continuous timestamps, track points of multiple records under the same timestamp, namely repeated data, and jump points with overlarge time difference and distance between two adjacent records. For the duplicate data, the duplicate data is removed through a time stamp-based duplicate removal algorithm. The speed of two adjacent points in the GPS track is calculated according to the time and the distance, and if the speed is greater than a set threshold value, the speed is regarded as a drift point, and the data is rejected. For the jump points, a shortest weighted path is calculated between the jump points by using a Dijkstra algorithm in combination with road network data, the shortest weighted path is taken as a supplementary trajectory between the jump points, and road nodes passing through the path are sequentially inserted between the jump points.
Owner:上海城市交通设计院有限公司

Method and system for generating use case of vehicle-mounted electronic product based on artificial intelligence

PendingCN114416533AAvoid judgments that affect product qualityImprove efficiencySoftware testing/debuggingTest efficiencyIn vehicle
The invention relates to a use case generation method of a vehicle-mounted electronic product based on artificial intelligence. The method comprises the following steps: identifying all elements of a page through a yolk model of PyTorch; whether a page appears or not is judged through a double-submodel of Siamese; recording jump keys among the pages and elements required to be clicked by jump; and according to an Euler loop and a Dijkstra algorithm thought, dynamically planning the page jump relation into a logic sequence which can be continuously executed. The efficiency of case generation is improved, the test case based on page coverage is automatically generated, compared with the prior art that multiple automated script development engineers need to be put into use case writing, manpower is shortened, use case operation is intelligently improved, the influence of implanted test software on a tested system is avoided, the test is conducted through a pure black box method, and the test efficiency is greatly improved. The actual operation condition of a user can be better simulated, and the situation that the performance of the tested system is interfered and the judgment on the product quality is influenced when the implanted test software exists is avoided.
Owner:江苏明月智能科技有限公司

Network technology-based convenient delivery system

InactiveCN110264324AAdd mutual evaluation systemPrevent bad behaviorBuying/selling/leasing transactionsVolunteered geographic informationDelivery system
The invention relates to an Internet of Things shopping system, in particular to a network technology-based convenient delivery system, which comprises a merchant basic database and management system, a user basic database and management system, an order management system, a fund management system, a delivery management system and an evaluation system. An urban geographic information basic database is used; registered merchants generate point shp files for storage; shp conversion is carried out on the user distribution address; 5km is taken as a dotted buffer area; superposition analysis with a merchant point shp file is carried out; merchants capable of providing services are automatically selected for the user; a basic database line shp file of the urban geographic information system is combined; the distance between a user and a merchant is calculated by adopting the Dijkstra's algorithm for sorting, commodity is selected, order is generated and payment is performed to a platform fund management system, the system receives funds, sends order information and collection related information to the merchant, and the merchant processes the order and delivers the order to the user.
Owner:EASTERN GANSU UNIVERSITY

Environmental data lattice point processing method based on graph convolutional network

PendingCN114647819AImprove gridding accuracyPrecise effect of grid processingNeural architecturesNeural learning methodsEnvironmental dataAir quality monitoring
The invention relates to the field of data processing, in particular to an environmental data lattice point processing method based on a graph convolutional network. The method comprises the following steps: acquiring air quality monitoring data and meteorological monitoring data in a target area; missing processing is carried out on all the monitoring data, and the monitoring data of the sites are mapped into a lattice point matrix divided by the target area; generating a dynamic wind field graph by using the wind direction data and the wind speed data, and calculating a wind field adjacent matrix by using a Dijkstra algorithm; constructing a mask matrix at each moment according to the air mass concentration data, and constructing a feature vector set Z at each moment according to the wind field adjacent matrix, the mask matrix and the meteorological monitoring data; generating a target matrix Y at each moment according to the mask matrix and the air mass concentration data; and inputting the eigenvector set Z matrix into the trained graph convolutional neural network model to obtain an estimation matrix P of the target matrix. According to the invention, the accuracy of environmental data gridding can be improved.
Owner:CHONGQING UNIV OF POSTS & TELECOMM

Aviation accessibility measuring and calculating method and system and storage medium

The invention provides an aviation accessibility measuring and calculating method and system and a storage medium. The aviation accessibility measuring and calculating method comprises the steps of arrival time calculation, waypoint coverage calculation, flight density calculation and flight balance degree calculation. According to the method, the requirement of accessibility measurement and calculation is met mainly through four indexes of accessibility time, waypoint coverage, flight density and flight balance degree, and a path algorithm suitable for aviation path calculation and accessibility measurement and calculation is developed on the basis of dynamic planning, a greedy algorithm and a forward and reverse Dijkstra algorithm. The method effectively makes up for the vacancy that a traditional route calculation mode cannot calculate a flight route of one-time transfer or two-time transfer and the defect that manual calculation consumes too long time, and a flight season gt can be calculated within one and a half hours through a server; all waypoints of the whole country to all waypoints gt of the whole country; the optimal arrival path and arrival time of the normal commuting time point in one week ensure the accuracy and effectiveness of the result, and are far higher than the manual calculation efficiency.
Owner:华夏航空股份有限公司 +1

Anti-swing path planning method and device for bridge crane

The invention relates to an anti-swing path planning method and device for a bridge crane. The anti-swing path planning device mainly comprises a host computer module and a crane control module, wherein the host computer module constructs a two-dimensional map model in a simulation way according to an on-site safety area, a hazard area and the like, the Dijkstra algorithm is used to plan the optimal path at the same time according to the working background of the bridge crane, and functions such as an initial point and an end point can be set by inputting a control command on the human-computer interaction interface of a host computer. The host computer monitors the operating condition of the bridge crane in real time and displays the same in a main interface, and the whole interface is intuitive and concise and has a clear functional design. The crane control module is used to receive the operation of the optimal path planned by the host computer, and calculate the compensated velocity according to the change of running speed in real time, so as to achieve the anti- swing effect. The invention realizes the path planning function on the anti-swing base, and greatly improves the work efficiency.
Owner:苏州西弗智能科技有限公司

Energy priority routing method based on extended transmission distance and retransmission

An energy priority routing method based on extended transmission distance and retransmission comprises the following steps that a digraph composed of vertexes, directed sides, a source node and a termination node is obtained, sensor nodes serve as the vertexes, and sensor paths serve as the directed sides among the vertexes; each vertex includes initial energy, each side is associated with the transmission cost, and an energy consumption model is used to represent a value of energy consumed by a distance between two nodes; maximal transmission distance and maximal retransmission frequency of adata packet are defined; and a bandwidth value when the distance (between adjacent nodes) d<=R and R<d<=dmax is obtained by combining MREPE and ARMEP algorithms, and a maximal residual energy path issearched via an improved Dijkstra's algorithm. The method of the invention aims at solving the problem that the system lifetime is short on the premise that the wireless network environment is severeand node energy is finite, the robustness is high, and energy utilization is optimized.
Owner:TIANJIN UNIV

Storage robot indoor mapping navigation system based on laser radar

The invention discloses a storage robot indoor mapping navigation system based on a laser radar, and the system comprises a storage robot which is used for automatically scanning the surrounding environment through the laser radar, obtaining a laser data point set, and building a two-dimensional grid map through employing an approximation synchronous positioning and mapping algorithm based on the laser data point set, performing pose estimation on the laser data point set by using a least square method or singular value decomposition, constructing a two-dimensional grid map according to a pose estimation result, updating the two-dimensional grid map to a warehouse system in real time, determining an optimal path by using a Dijkstra algorithm based on the two-dimensional grid map, and performing positioning navigation according to the optimal path; a warehouse system which is used for receiving and storing the two-dimensional grid map and sending instruction information to the storage robot; and a mobile control terminal which is used for sending instruction information to the storage robot; the indoor mapping navigation system disclosed by the invention has relatively high mapping and directional navigation precision and relatively low data processing amount.
Owner:CHINA TOBACCO ZHEJIANG IND
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products