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

219 results about "Traversal algorithms" patented technology

Data Structure & Algorithms - Tree Traversal. Traversal is a process to visit all the nodes of a tree and may print their values too. Because, all nodes are connected via edges (links) we always start from the root (head) node. That is, we cannot randomly access a node in a tree.

Method for planning velocity of S-shaped acceleration and deceleration control for control system of numerical control equipment

The invention discloses a method for planning the velocity of S-shaped acceleration and deceleration control for a control system of numerical control equipment. A 'collimation line' concept is introduced in the method and the method comprises the following steps: setting the parameters of a vectorial line segment are set; calculating the allowed velocity Vc of a collimation line according to theinput vectorial line segment; judging whether the collimation line conditions are reached or not, if so, producing one collimation line, and adding the produced collimation line into a collimation line linked list in sequence; after the collimation line linked list is fixed, respectively calculating the maximum velocity of each collimation line according to a traversal algorithm; and completing the collimation line interpolation task through a field programmable gate array (FPGA) program, distributing the pulses of the collimation lines to all the practical movement axes of an electronic gear, and converting digital information into electrical information for controlling the movement of a motor. The method has the beneficial effects that the method is applied to S-shaped acceleration deceleration control, so that shacking and collision which are generated because a machine is very heavy can be well avoided, the operation stability of the machine is improved, and the processing efficiency is increased. The solution idea of the collimation line is introduced. The data processing amount is effectively reduced, and the data processing capability is improved.
Owner:成都乐创自动化技术股份有限公司

Accurate traversal method and apparatus for UI controls of android application

An embodiment of the invention provides an accurate traversal method and apparatus for UI controls of an android application, and relates to the technical field of computers. The method comprises: after it is monitored that a target application is started by a test process, obtaining an Activity name of an Activity object of an Activity stack top; according to the Activity name, obtaining a click condition policy corresponding to an Activity from a policy library; according to the click condition policy, performing click operation on each UI control in the Activity object; and according to the click operation, recording and outputting a test result. According to the accurate traversal method and apparatus, the problem of relatively low active intervention degree of a user caused by low applicability, random disordered UI clicking, relatively poor functional detection capability and no test policy setting of a conventional traversal algorithm is solved, and the beneficial effects of improving the applicability due to capability of performing traversal operation on all applications in an Android system and improving manual intervention level and functional detection capability due to capability of manually presetting a UI clicking scheme are achieved.
Owner:BEIJING QIHOO TECH CO LTD

Embedded software testing method based on AADL (Architecture Analysis and Design Language) mode transformation relationship

The invention relates to an embedded software testing method based on AADL (Architecture Analysis and Design Language) mode transformation relationship, which has the following steps of: constructing a mode transition diagram on the basis of mode information in an AADL model, and converting the diagram into a mode relationship tree required by a transformation test according to the improved depth-first traversing algorithm; constructing a source test case in the mode transformation relationship by traversing the mode relationship tree, generating a subsequent test case by means of the mode transformation relationship in the AADL model, and verifying the mode transformation relationship to obtain the conclusion of the transformation test. The embedded software testing method based on AADL mode transformation relationship solves the 'Oracle' problem existing in the embedded software test, is convenient for a user to test the embedded software at an early stage of software design and ensures the reliability of software at a system architecture level. If the model architecture can not meet corresponding requirements, the architecture of the software can be modified at an early stage of development, thus the development cost is saved, and meanwhile, the development cycle can also be shortened.
Owner:NORTHWESTERN POLYTECHNICAL UNIV

Key transmission section identification-based cascading failure analysis method for alternating current/direct current power network

The invention provides a key transmission section identification-based cascading failure analysis method for an alternating current/direct current power network. The method comprises the following steps: (A) searching all transmission sections between a direct current transmitting end and a direct current receiving end by a graph theory-based transmission section traversal algorithm, forming a node set S0={vS} from a node vS of the direct current transmitting end, searching all cut sets of branches between S0 and the adjacent point thereof, and finishing traversal searching in a manner of expanding the node set S0 outwards step by step; (B) further identifying key transmission sections which can cause a relatively large cascading failure risk by indexes of a power flow transfer coefficient and section maximum overload rate; and (C) giving cascading failure sets with relatively large risks and key branches which should be mainly monitored in the key transmission sections through transient stability calculation. By the method provided by the invention, the key transmission sections and the key braches, which are prone to cascading failures after a direct current monopole is locked can be effectively determined.
Owner:ELECTRIC POWER RESEARCH INSTITUTE, CHINA SOUTHERN POWER GRID CO LTD +1

Automatic recognition method for rock particles in sandstone microsection

The invention discloses an automatic recognition method for rock particles in a sandstone microsection, and the method comprises the steps: 1), carrying out the smoothing filtering preprocessing of the inputted sandstone microsection, extracting the pixel color and texture features, and forming a characteristic vector of pixel similarity measure; 2), searching an adjacent pixel group of each pixel through an image traversal algorithm and a similarity measurement method; 3), calculating the statistical characteristics of the adjacent pixel group, and enabling the statistical characteristics to serve as the characteristic vector of the pixels; 4), training a logic regression classifier based on a rock particle sample data set; 5), predicting the probability that each pixel belongs to quartz, feldspar or rock debris, and determining a noise point; 6), carrying out the processing of the noise point, and determining the dividing and classification of the rock particles. The method employs the image processing technology and a machine learning method, automatically recognizes the rock particles in the sandstone microsection, can solve the positioning of the boundary of a rock particle region and the recognition of foreign matters in the rock particles, is higher in accuracy, and reduces the recognition time and cost of rock particles. The method has application values for mineral discrimination and oil-gas exploration.
Owner:NANJING UNIV

QoE-based cross-layer optimal video transmission method and system under MIMO-OFDM (Multi-Input Multi-Output-Orthogonal Frequency Division Multiplexing) system

The invention discloses cross-layer optimal video transmission method and system under an MIMO-OFDM (Multi-Input Multi-Output-Orthogonal Frequency Division Multiplexing) system. The method adopts a strategy of predicting a terminal QoE as an optimization target. The method comprises the following steps: 101) structuring a user experience quality prediction model of obtaining a user expect mean opinion value according to the video content type, frame rate, video transmission bit rate and packet loss probability; 102) obtaining each concrete parameter value in the user experience quality prediction model and obtaining the maximal value of a video packet transmission delay; 103) obtaining a parameter value corresponding to the maximal value of the user expect mean opinion score under the maximal transmission delay condition as an optimal parameter value by adopting a traversal algorithm, wherein the optimal parameter value comprises a video encoding parameter value and a modulation encoding mode parameter value, and finally, respectively encoding and transmitting the video correspondingly to the video encoding parameter of an application layer and the modulation encoding mode of a physical layer.
Owner:INST OF ACOUSTICS CHINESE ACAD OF SCI

A method for converting a medical record text into structured metadata from a natural language

The invention relates to a method for converting a medical record text into structured metadata from a natural language, which comprises the following steps of: 1, extracting characteristic value texts of specific organs, parts and surgical expressions in a text format from a historical case report, and carrying out characteristic value analysis on the characteristic value texts to obtain a characteristic dictionary; 2, exporting historical detection reports needing to be analyzed from a hospital, and merging the historical detection reports into a to-be-processed data set; Step 3, traversingthe patient cases in the data set, segmenting words according to the characteristic value dictionary, and intercepting the description of the organ, the part or the surgical expression; and step 4, persisting the data content intercepted by the part into a structured database. According to the method, historical cases are utilized, a traversal algorithm is used, the use cost is reduced, the generation step of a training set is omitted, lesions of different organs and parts can be conveniently counted, analyzed and searched for through the converted structured cases, and doctors can conveniently carry out medical research, paper writing and teaching.
Owner:萱闱(河南)生命科学研究院有限公司

Intelligent tower connected graph construction method for planning inspection route of unmanned aerial vehicle (UAV)

The present invention provides an intelligent tower connected graph construction method for planning the inspection route of an unmanned aerial vehicle (UAV). The method comprises the steps of A, predicting the distribution of transmission line towers according to the single-element nonlinear regression prediction method to generate a plurality of tower lines, wherein each tower line is composed of a plurality of towers; B, based on the critical conditions of tower distribution, connecting the plurality of tower lines to form a line connection graph, wherein the critical conditions are composed of crossed crossing condition, parallel distribution situation of multiple tower lines at a relatively near distance relative to one another, tower steering condition and tower branch condition; C, constructing a storage structure of the line connection graph. According to the technical scheme of the invention, power transmission lines are intelligently planned based on the above algorithm, so that the planning efficiency is improved. Meanwhile, an entire patrol scheme is provided. In this way, not only the patrol can be conducted on going and returning paths, but also the line inspection is conducted on going and returning paths. Therefore, the line inspection efficiency is greatly improved. Based on the intelligent traversal algorithm, an optimal inspection route for a line network can be planned. In this way, all towers can be traversed within a region at a shortest inspection distance.
Owner:ELECTRIC POWER RESEARCH INSTITUTE, CHINA SOUTHERN POWER GRID CO LTD +1

Method for automatically generating secondary equipment associating configuration based on system description

The invention provides a method for automatically generating secondary equipment associating configuration based on system description. The method is characterized in that on the premise that the description of a transformer substation description file on the configuration of a primary system of a transformer substation and related key logic contacts is complete and accurate, a secondary equipment standard information and knowledge library is constructed according to relative standard of relay protection standard design, and the key information is gained from the system description file through the traversal algorithm, and thus the secondary equipment associating configuration of a smart transformer substation can be obtained based on the key information and the standard information and knowledge library. According to the method a standard IEC 61850 model and the system description are utilized to determine the relation of physical devices; the advantages of the standard model are fully utilized, so that the workload of system configuration can be decreased; the communication connection configuration of secondary equipment can be automatically created; a traditional secondary equipment associating manner using one-to-one corresponded positive terminals is completely changed.
Owner:STATE GRID CORP OF CHINA +2

A generation type text abstract method fusing a sequence grammar annotation framework

The invention relates to a sequence grammar annotation framework fused generation type text abstract method, and belongs to the field of natural language processing. The method mainly aims to solve the problem that an existing model does not consider a grammar structure when generating an abstract, so that the generated abstract does not meet grammar rules. The method comprises the following steps: firstly, carrying out component syntactic analysis on sentences by utilizing an open source syntactic analyzer Berkley Parser to generate a phrase analysis tree; secondly, linearizing the phrase analysis tree into a structure label sequence through a depth-first traversal algorithm; vectorizing the grammar annotation sequence by using a word2vec tool; and finally, inputting the source syntax structure information into an encoder, encoding and decoding through an abstract generation module, and finally generating an abstract. The experiment is carried out on a CNN/Day Mail data set, and the result shows that the problems of super-outline words, repeated phrases, non-significant themes and the like are solved, the generated abstract basically meets grammar rules, the readability is higher,the abstract is more consistent with source text grammar, and the ROUGE score is improved to a certain extent compared with an advanced algorithm.
Owner:BEIJING INSTITUTE OF TECHNOLOGYGY

Method for automatically building classification tree from semi-structured data of Wikipedia

The invention discloses a method for automatically building a classification tree from the semi-structured data of Wikipedia. The method comprises the steps: (1) extracting the semi-structured data, to be specific, acquiring the HTML of a page by analysis, and identifying the page containing the semi-structured data; (2) extracting a hyponymy relationship among the semi-structured data, to be specific, acquiring the hyponymy relationship contained in a Wikipedia catalog page according to the layout characteristics of the Wikipedia catalog page, analyzing an HTML element, and acquiring the hyponymy relationship contained in a navigation table according to the structure of the navigation table; (3) integrating the hyponymy relationships from different semi-structured data, to be specific, building a simple directed and unweighted graph according to the extracted hyponymy relationship set, and then generating a classification tree based on the depth-first traversal algorithm of the simple directed and unweighted graph. The method can automatically extract the hyponymy relationship in Wikipedia pages, and build the classification tree, thereby reducing the building cost by experts in the domain, and fully reusing the hyponymy relationship manually built by volunteers.
Owner:XI AN JIAOTONG UNIV
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