A dependency relationship system between nodes and its operation method
A dependency relationship and inter-node technology, applied in special data processing applications, instruments, electrical digital data processing, etc., can solve problems such as cyclic dependence and uncertain order, and achieve the effect of avoiding cyclic dependence
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0014] The class structure of the node:
[0015] classAlgorithmGroup
[0016] {
[0017] tstring_name;
[0018] AlgorithmGroup*_parent;
[0019] std::vector _groups;
[0020] std::vector _models;
[0021] }
[0022] A node includes its name, parent node, node list (including unit list, calculation model list).
[0023] The unit and the node share the same class, and the function is used to determine whether it belongs to the unit or the node.
[0024] The class structure of the calculation model:
[0025] classAlgorithmModel
[0026] {
[0027] tstring_name;
[0028] Algorithmic::AlgorithmPtr_algorithm;
[0029] AlgorithmGroup*_group;
[0030] std::vector _depends;
[0031] }
[0032] Computational models include names, nodes or groups they belong to, dependency lists, and related computing model information.
[0033] The dependency relationship system between nodes includes: avoid circular dependency module, generate sequence module, ...
PUM
![No PUM](https://static-eureka.patsnap.com/ssr/23.2.0/_nuxt/noPUMSmall.5c5f49c7.png)
Abstract
Description
Claims
Application Information
![application no application](https://static-eureka.patsnap.com/ssr/23.2.0/_nuxt/application.06fe782c.png)
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com