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

37 results about "Process decomposition" patented technology

Process Decomposition is a finite set of consistent and dependent activities that are organized into a hierarchy in which higher levels have greater authority, importance, and influence. At the upper level of the hierarchy there is the root process that consists of the activities and determines the course of action.

Method for increasing calculation speed of SMP cluster system through MPI and OpenMP in hybrid parallel mode

The invention discloses a method for increasing the calculation speed of an SMP cluster system through an MPI and an OpenMP in a hybrid parallel mode. The method comprises the steps that the number of MPI processes which can be called and the number of OpenMP threads are determined according to the number of calculation nodes and the number of usable CPU kernels in the nodes; an existing sub sparse matrix, a sub initial vector, a block vector and the maximum calculation tolerance are read in each process; a multi-thread compiling instruction is started for each process; circulation calculation of a precondition conjugate gradient method is conducted on all the processes, and the number of OpenMP barriers in circulation calculation is only three; if calculation errors are smaller than an allowable value, circulation is over, and otherwise circulation continues; calculation results of all the processes are reduced, and solutions of questions are output; when parallel calculation is conducted, firstly, MPI processes are started, multi-process decomposition is conducted on the questions, parallel among the nodes is started, each MPI process is allocated to one calculation node, and information is exchanged between the processes trough message transmission; then, in each MPI process, OpenMP guidance instructions are used for establishing one set of threads, and the threads are allocated to different processors of the calculation nodes to conduct parallel execution.
Owner:INST OF SOFTWARE APPL TECH GUANGZHOU & CHINESE ACAD OF SCI

Schedule optimization method based on flexible scheduling

The invention discloses a schedule optimization method based on flexible scheduling. The schedule optimization method comprises the steps of: taking CR values of a customer order as a convergence formula of a particle swarm for searching an optimal solution on the basis of a time decomposition method; embedding an optimized particle swarm into an artificial immune algorithm based on a working process decomposition method and a mathematical model structural decomposition method to obtain an initial production schedule sequence; establishing a multi-objective optimization model; calculating a production bottleneck procedure and a highest-efficiency working procedure; matching product models with the complementary bottleneck working procedure and the highest-efficiency working procedure, andmutating original solutions in combination with artificial immunity to generate a plurality of schedule sequences; and calculating the affinity of the plurality of schedule sequences so as to screen the solutions and finally generate an optimal schedule sequence. The schedule optimization method based on flexible scheduling is combined with the actual workpiece production process, the scheduling plan is reasonably generated, and the effects of shortening the idle production time, reducing the production energy consumption and reducing the production cost are achieved.
Owner:天津开发区精诺瀚海数据科技有限公司

A method and a system for real-time updating of supervisory field management and control project progress

The embodiment of the invention discloses a method and system for updating the progress of a supervised field management and control project in real time, and the method comprises the steps: setting aproject directory, splitting a project according to the project progress and a project construction process, and recording the project construction progress condition; according to the engineering construction progress, the engineering construction progress is modified, and an engineering construction log is added; Adding engineering construction parameter information into the engineering construction log, uploading the engineering construction parameter information to a server, and recording the current construction condition of the engineering project by the server; and the server records the engineering construction parameters in a corresponding engineering project directory, updates the storage information in real time, and records the update time of the engineering project. Accordingto the method, the overall quality is guaranteed through process decomposition and detail quality grasping of unit engineering, systematic monitoring of all processes of on-site construction is achieved, it is guaranteed that the engineering quality is subjected to closed-loop management, and the construction quality is guaranteed.
Owner:GUANGZHOU TIANYUE ELECTRONICS TECH

Data processing method of radar countermeasure equipment test decision evaluation based on rule engine

ActiveCN109738871AImplement a custom designEnhance the ability to adapt to uncertain problemsWave based measurement systemsSoftware designDecompositionSimulation
The invention relates to the technical field of radar countermeasure, and discloses a data processing method of radar countermeasure equipment test decision evaluation based on a rule engine. Throughadoption of flow chart graphical modeling of radar countermeasure equipment test data processing, a flow modeling method of directed graph element representation, XML definition and modular modeling,as well as the processes of flow analysis, process decomposition, graphical modeling and parameter configuration, custom design of a logical structure of the data processing flow of radar countermeasure equipment test is realized, that is, a radar countermeasure equipment test decision evaluation system is developed by the decomposition of the test data processing flow, structured modeling of thedata processing rule, resolution and execution of the data processing rule based on the rule engine, and analysis of a test evaluation result based on a process data class. The resolution and execution of the data processing rule for radar countermeasure equipment test are realized. The method can quickly judge the action of countermeasure and quickly evaluate the test result, and is of great practical significance for improving the test efficiency and test capability.
Owner:中国人民解放军63893部队

Heating pipe network heat statistical data decomposition, collecting and transmission system and method

The invention relates to a heating pipe network heat statistical data decomposition, collecting and transmission system and method. The system comprises a heat data concentrator, a hot water meter collector, a unit sensing collector and temperature control valves mounted on user sides. The method includes: the unit sensing collector and the hot water meter collector respectively perform data collecting, processing and storing after receiving the collecting instructions transmitted by the data concentrator; the unit sensing collector and the hot water meter collector respectively transmit the processed decomposition data back to the heat data concentrator; the heat data concentrator performs synthesizing operation on the received decomposition data to obtain a user heat data set and uploads the data set to an upper computer. The system and the method have the advantages that the problems that heat data is hard to collect and heat data collection is inaccurate are solved by heat statistical data decomposition collecting and concentrating synthesizing operation and wireless communication, constant room temperature is guaranteed in terms of principles, heat control and management are achieved, heat data measuring is achieved, and evident energy saving effect is achieved.
Owner:黄汴荣

Self-diagnosis method and system for numerical control machine

The present invention discloses a self-diagnosis method and system for a numerical control machine, and relates to machine tool processing. When an error exceeds a standard, software is run for self-detection, which includes that system simulation operation is performed with the same process and parameters to test whether a total error meets the standard, and a machining flow is decomposed to testwhether a step error meets the standard through each step of the system simulation; and after the self-detection of the software passes, actual machining detection is performed, which includes that the actual machining is performed with the same process and parameters, the error after the completion of each machining step is detected in the machining process and compared with the standard error of each step, the two successive machining steps are decomposed for respective machining, and the total error is detected and compared with the standard error of the machining process. The software isfirst detected to determine the specific steps in which the error occurs. After the self-detection of the software, the actual machining detection is performed so that the detection efficiency is improved. The whole solution can intuitively determine the specific steps in which the error occurs, and maintenance is convenient.
Owner:苏州金利宝电子科技有限公司

A method for improving computing speed by using mpi and openmp mixed parallel for smp cluster system

The invention discloses a method for improving computing speed by adopting MPI and OpenMP mixed parallel for SMP cluster system. According to the number of computing nodes and the number of available CPU cores in the nodes, the number of MPI processes and the number of OpenMP threads that can be called are determined; There are sub-sparse matrices, sub-initial vectors, block vectors and maximum calculation tolerances; each process enables multi-threaded compilation instructions; performs cyclic calculation of the preconditioned conjugate gradient method on each process, and there are only three OpenMP barriers in the cyclic calculation. If the calculated error is less than the allowable value, the loop ends, otherwise the loop continues; the calculation results of each process are reduced, and the solution to the problem is output; in parallel computing, the MPI process is started first, the problem is decomposed into multiple processes, and the inter-node communication is started. In parallel, each MPI process is assigned to a computing node, and information is exchanged between processes using message passing; then in each MPI process, a set of threads are created using OpenMP guidance instructions and assigned to different processors of the computing node in parallel implement.
Owner:INST OF SOFTWARE APPL TECH GUANGZHOU & CHINESE ACAD OF SCI

Foundation pit digging and support construction period planning intelligent system

The invention discloses a foundation pit digging and support construction period planning intelligent system which comprises the components of a ground data tabularizing preprocessing module, a software reading module, a process decomposition optimization module, a local construction period database calling module, a Gantt chart and consumption form generating module, a construction period planning module, a plan necessary selecting module, a generated Gantt chart and construction period reporting module, a foundation pit basic information module, a process logical relationship database module and an engineering amount calculating module. According to the foundation pit digging and support construction period planning intelligent system, tabularizing processing is performed on a construction process logical relationship database, a construction period database and a consumption form according to the characteristics in construction process of the foundation pit, thereby realizing intelligent construction period arrangement and key line generation, and automatically generating a curve map through linkage of the consumption and construction period. Furthermore the foundation pit digging and support construction period planning intelligent system can perform comparison among multiple construction period plans and generates a comparison report.
Owner:青建集团股份公司

Feed additive for improving chicken egg production and preparation method thereof

The invention discloses a feed additive for increasing chicken egg production and a preparation method thereof. The feed additive is fermented from lactobacillus, bifidobacterium, yeast, bacillus subtilis and the following traditional Chinese medicine raw materials: Codonopsis pilosula, Poria cocos, Atractylodes macrocephala, Malt, Divine Comedy, Cuscuta, Epimedium, Cnidium. The feed additive for improving chicken egg production of the present invention uses traditional Chinese medicine components and microorganisms to form a compound microecological preparation of traditional Chinese medicine, which can be used as a feed additive to increase the number of beneficial bacteria in the body, maintain the ecological balance of the intestinal tract of the body, and inhibit the growth of harmful bacteria , improve the body's intestinal health; can effectively decompose macromolecular substances such as starch and protein in the feed, release small molecular nutrients that are easy to digest and absorb for laying hens, and improve feed utilization; significantly improve egg production rate, production performance and reproduction performance, improve the quality of eggs, and prolong the peak egg production time; the fermentation process decomposes toxicity, no drug residue, no toxic and side effects, safe and reliable.
Owner:HENAN UNITED INVE FEEDSTUFF
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