Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

15 results about "Dynamic data structures" patented technology

A dynamic data structure (DDS) refers to an organization or collection of data in memory that has the flexibility to grow or shrink in size, enabling a programmer to control exactly how much memory is utilized. Dynamic data structures change in size by having unused memory allocated or de-allocated from the heap as needed.

Linkage visualization method and device based on multi-source heterogeneous data and medium

PendingCN120892490AVisual data miningStructured data browsingData setDynamic data structures
The embodiment of the invention discloses a linkage visualization method and device based on multi-source heterogeneous data and a medium, and relates to the technical field of visual analysis, and the method comprises the steps: obtaining a visual analysis demand of a user, determining a plurality of heterogeneous data sources according to the visual analysis demand, and determining a plurality of heterogeneous data sources based on the plurality of heterogeneous data sources, performing metadata extraction to determine a target metadata set; performing field association relationship identification on the target metadata set to determine field relationship matching information, so as to generate a dynamic data structure map corresponding to the target metadata set according to the field relationship matching information; and in response to a node triggering operation of a user front end, determining node associated information corresponding to a triggering node based on the dynamic data structure graph and the node triggering operation, so as to generate a penetrating analysis result in a visual interface, thereby solving the problem that in the analysis and management process of the multi-source heterogeneous data, the correlation between manual modeling and a service scene is relatively low, and the analysis efficiency is relatively high. And the problem that the business personnel cannot construct the complex table association relationship at a zero threshold exists.
Owner:SHANDONG INSPUR DIGITAL BUSINESS TECHNOLOGY CO LTD

Form item rendering method, system and device based on dynamic data and storage medium

This invention discloses a method, system, device, and storage medium for rendering form items based on dynamic data. The method includes: determining the dynamic data structure of the form items; rendering and concatenating the required form item types with the dynamic data structure according to business needs through a front-end page to obtain a data rendering template; and rendering the actual form data using the data rendering template through the front-end page to obtain the corresponding dynamic form items. In this invention, all form item rendering type judgment logic is processed on the front-end, which improves the data purity of the development interface and effectively meets the form item rendering requirements of dynamic data.
Owner:BEIJING XUEZHITU NETWORK TECH

Diabetic foot closed-loop model construction method and system based on multi-source data

PendingCN122455374AData streamEngineering
The application discloses a diabetes foot closed loop model construction method and system based on multi-source data, and belongs to the technical field of medical information technology and intelligent health management technology. Through a sensor terminal deployed on the patient side, a clinical information integration interface and a mobile detection device, multi-source heterogeneous data is synchronously collected. On this basis, a dynamic data structure body containing a main node and multiple sub-nodes is constructed, multi-source data is mapped to the corresponding sub-nodes according to a timestamp alignment rule, and a time sequence correlation graph is established in each sub-node. The system listens to the data stream in real time, adopts an incremental learning logic with a time decay factor to update the graph, and adjusts the weight parameters of other sub-nodes through an intervention response matrix according to a cross-node influence rule. The application provides support for risk assessment and pathological evolution analysis of diabetes foot by constructing a dynamically evolving data structure and a cross-dimension correlation mechanism.
Owner:JIANYANG PEOPLES HOSPITAL

SystemVerilog dynamic constraint increment solving method and system based on hierarchical dependence

PendingCN121031480AConstraint-based CADCAD circuit designDynamic data structuresAlgorithm
The invention relates to the technical field of chip design automation, and discloses a SystemVerilog dynamic constraint increment solving method and system based on hierarchical dependency, and the method comprises the steps: analyzing a SystemVerilog constraint semantic structure, and constructing a solving dependency graph between random variables; performing hierarchical distribution according to the solution dependency graph, dividing variables into solution blocks of different hierarchies, and ensuring that independent variables are preferentially solved; self-adaptively generating and maintaining random variables and constraint conditions in the corresponding solving blocks according to the characteristics of scale change of the dynamic data structure; an incremental updating strategy is adopted, only the affected solving blocks are updated, and the historical state reserved by a solver is reused for local solving, so that a dynamic constraint solving framework based on hierarchical solving dependency analysis, incremental constraint management and solving incremental calling is realized; the method aims at providing an efficient constraint solution scheme for a complex dynamic data structure in hardware verification, and the verification efficiency is remarkably improved by analyzing a constraint relation, optimizing a solution process and reusing solver information.
Owner:PRIMARIUS TECH CO LTD

Intelligent management and maintenance system for green land based on cloud computing

The invention relates to the technical field of greenbelt management and maintenance, in particular to a greenbelt intelligent management and maintenance system based on cloud computing, which comprises a cloud multi-source integration module, a time sequence disturbance analysis module, a disturbance chain association module, a disease trend identification module and a management and maintenance regulation and control linkage module. And judging the online state of the sensing equipment and the plot numbering accuracy. According to the method, a cloud-oriented data integration system is constructed, multi-source environment parameters and spatial attributes are collected into a dynamic data structure, global association and time sequence connection of information among land parcels are achieved, data are automatically sorted through a cloud platform to form a parameter evolution link, multi-level feature criteria such as coverage, time sequence and trend are established for monitoring objects, and the monitoring efficiency is improved. Abnormal evolution performance of a disease state is directly fed back to a management and maintenance regulation and control process through linkage judgment, and system output regulation and control configuration is generated according to a real-time state, so that the consistency of risk research and judgment and the pertinence of a regulation and control decision are improved.
Owner:JIANGSU JINGZHI ENVIRONMENTAL CONSTRUCTION CO LTD

Data processing method and device, computer program product and storage medium

The invention provides a data processing method and device, a computer program product and a computer readable storage medium. According to the method, a corresponding domain-specific language is defined for a universal dynamic data structure of a page, so that transmission of page data from a rear end to a front end is realized by using a nested structure of a page module described by the domain-specific language and domain-specific language data of parameters of each page module; and the page rendering is completed by analyzing the domain specific language data. Furthermore, under the condition that the user modifies the data of the page, the method utilizes the data, in the target data format, of the modified page returned from the front end to update the domain-specific language data before modification, so that the consistency of the data, especially the consistency of the sequence and the structure, is ensured when the page data is processed. Finally, the updated domain-specific language data of the page is stored in a database for subsequent reading.
Owner:BOE TECHNOLOGY GROUP CO LTD

Parameter setting method, device, electronic device and storage medium

The present disclosure provides a parameter setting method, device, electronic device and storage medium. The method includes: creating a dynamic data structure, using the dynamic data structure to store parameters to be configured, and the object types of each list in the dynamic data structure are consistent; creating an interactive component based on a reflection mechanism, using the interactive component to obtain parameter group information and parameter item information corresponding to the parameters to be configured from the dynamic data structure; the interactive component reflects the parameter group information and the parameter information that has changed in the parameter item to the dynamic data structure to adjust the parameters to be configured.
Owner:LCFC HEFEI ELECTRONICS TECH

Data processing method and device

The invention discloses a data processing method and device, and relates to the technical field of computers. A specific embodiment of the method comprises the steps of obtaining to-be-processed data, wherein the to-be-processed data comprises at least one data field; performing serialization processing on each data field to generate a field byte sequence of each data field so as to obtain a data byte sequence of the to-be-processed data; generating field metadata of each data field according to the field byte sequence of each data field to obtain a metadata mapping file of the to-be-processed data; serializing the metadata mapping file of the to-be-processed data to obtain a metadata byte sequence; and placing the metadata byte sequence in front of the data byte sequence to obtain a serialization result of the to-be-processed data. According to the embodiment, data serialization and analysis based on dynamic metadata driving are achieved, the dynamic data structure can be processed, limitation to the data structure is reduced, the processing mode is more flexible, implementation is easy, and the processing efficiency is high.
Owner:BEIJING WODONG TIANJUN INFORMATION TECH CO LTD +1

Green land intelligent management system based on cloud computing

This invention relates to the field of green space management technology, specifically a cloud-based intelligent green space management system. The system includes a cloud-based multi-source integration module, a temporal disturbance analysis module, a disturbance chain association module, a disease trend identification module, and a management and control linkage module. Based on various green space on-site monitoring points, it determines the online status of sensing devices and the accuracy of plot numbers. This invention constructs a cloud-oriented data integration system, aggregating multi-source environmental parameters and spatial attributes into a dynamic data structure. This achieves global correlation and temporal continuity of information between plots. Data is automatically processed by the cloud platform to form parameter evolution chains, establishing multi-level characteristic criteria for monitoring objects, including coverage, temporal sequence, and trend. Abnormal evolution of disease status is directly fed back to the management and control process through linkage judgment. The system outputs control configurations based on real-time status, thereby improving the consistency of risk assessment and the pertinence of control decisions.
Owner:JIANGSU JINGZHI ENVIRONMENTAL CONSTRUCTION CO LTD

Conditional attributes

PendingUS20260147783A1Visual data miningStructured data browsingGraphical user interfaceDynamic data structures
Ingesting data from one or more data sources, wherein the data is associated with a tenant of a multi-tenant platform. Generating a machine learning model input based on the ingested data. Providing the generated machine learning model input to a machine learning model. Inferring, using the machine learning model, an inferred dynamic data structure, wherein the inferred dynamic data structure includes a subset of entity attributes inferred by the machine learning model from a set of the entity attributes, wherein at least a portion of the entity attributes include conditional entity attributes, wherein the conditional entity attributes depend on the values of one or more of the other entity attributes of the set of the entity attributes. Presenting, via a graphical user interface (GUI), a visual representation of the inferred dynamic data structure. Tracking user interactions received through the GUI associated with the visual representation of the inferred dynamic data structure. Dynamically adjusting, using one or more other machine learning models, the inferred dynamic data structure based on the tracked user interactions. Presenting, via the GUI, the dynamically adjusted inferred dynamic data structure.
Owner:RELTIO INC

Group cognition three-stage screening input method and system based on micro-layout cursor

The invention relates to the technical field of electric digital data processing, in particular to a group cognition three-level screening input method and system based on a micro-layout cursor, and the method comprises the following steps: constructing a regional closed ecological medium code; constructing a micro-layout DMT static and dynamic data structure; performing primary screening to obtain a primary screening result; performing secondary screening to obtain a micro-layout with collaborative, emerging and aligned screening type characteristics; performing three-stage screening to obtain a page group with group cognitive features; performing quantitative evaluation on the group cognition effect to obtain a micro-layout group cognition evaluation result; and structured storage is carried out, and the whole process of group cognition based on the micro layout is completed. According to the method and the system provided by the invention, closed-loop design of cognition improvement is realized, the technical limitation of the existing input method is broken through from multiple aspects of group cooperation, cognition optimization, static and dynamic data integration, closed domain adaptation and cognition productivity improvement, and the dimension of group cognition of education and commercial organizations is improved.
Owner:NANKAI UNIV

Dynamic data structure transformation pipeline

PendingUS20250383975A1Error detection/correctionBiological modelsDynamic data structuresSoftware engineering
A computerized method, system, and computer program providing a dynamic data structure transformation pipeline are presented. This is achieved by receiving transformation information relating to a source data structure and a target data structure, generating a transformation model for transforming data items from the source data structure to the target data structure based on the received transformation information, integrating, in a transaction environment, an automatic data structure transformation based on the transformation model for transforming data items from the source data structure into the target data structure, testing the automatic data structure transformation elementwise for elements included in the data items, validating the automatic data structure transformation in a sandbox of the transaction environment, and, in response to unexpected answers and / or errors during testing and / or validating of the automatic data structure transformation were received, enriching the transformation information, and repeating at least a part of the process.
Owner:AMADEUS SAS

Adaptive positioning management method of communication terminal

The invention relates to the technical field of positioning management, and provides a self-adaptive positioning management method for a communication terminal, which comprises the following steps: collecting multivariate positioning information of the communication terminal, constructing a dynamic tree structure data organization model, and outputting the instant position of the communication terminal as a child node by taking each positioning source as a leaf node; cleaning the multivariate positioning information and updating the instant position of the communication terminal; generating three-dimensional semantic mark information, and dynamically binding the three-dimensional semantic mark information with the dynamic tree structure data organization model; and inputting the three-dimensional semantic marking information to the time sequence feature learning network to construct a dynamic marking area, recording the spatial attribute of the dynamic marking area, and realizing interactive marking control on a user interface. According to the method, the dynamic environment adaptability and the semantic interactivity are remarkably improved through the dynamic data structure and the spatial-temporal feature learning network.
Owner:XINJIANG PINXUAN BIOTECHNOLOGY CO LTD

Conditional attributes

PCT designated stageWO2026112414A1Visual data miningStructured data browsingGraphical user interfaceDynamic data structures
Ingesting data from one or more data sources, wherein the data is associated with a tenant of a multi-tenant platform. Generating a machine learning model input based on the ingested data. Providing the generated machine learning model input to a machine learning model. Inferring, using the machine learning model, an inferred dynamic data structure, wherein the inferred dynamic data structure includes a subset of entity attributes inferred by the machine learning model from a set of the entity attributes, wherein at least a portion of the entity attributes include conditional entity attributes, wherein the conditional entity attributes depend on the values of one or more of the other entity attributes of the set of the entity attributes. Presenting, via a graphical user interface (GUI), a visual representation of the inferred dynamic data structure. Tracking user interactions received through the GUI associated with the visual representation of the inferred dynamic data structure. Dynamically adjusting, using one or more other machine learning models, the inferred dynamic data structure based on the tracked user interactions. Presenting, via the GUI, the dynamically adjusted inferred dynamic data structure.
Owner:RELTIO INC

Systems and methods of retrospectively determining how submitted data transaction requests operate against a dynamic data structure

ActiveUS12579196B2Resource allocationError detection/correctionDynamic data structuresEngineering
A computer system is provided for retrospectively processing a data structure that includes a plurality of entries. The computer system determines if certain data transactions requests that have been recorded in the data structure could have been executed differently (e.g., by being processed at an earlier point in time). For a given entry in the data structure, the system determines if data transaction request could have at least partly succeeded against a prior recorded state of at least one of two ordered lists of pending data transaction requests. Another entry is then found that caused the initial entry to fail in execution and a time delta is stored between the timestamp of the another entry and the timestamp of the initial entry.
Owner:NASDAQ TECHNOLOGY AB