CN112559643A - Simulation entity model description method - Google Patents
Simulation entity model description method Download PDFInfo
- Publication number
- CN112559643A CN112559643A CN202011516647.1A CN202011516647A CN112559643A CN 112559643 A CN112559643 A CN 112559643A CN 202011516647 A CN202011516647 A CN 202011516647A CN 112559643 A CN112559643 A CN 112559643A
- Authority
- CN
- China
- Prior art keywords
- model
- module
- description
- simulation
- template
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000004088 simulation Methods 0.000 title claims abstract description 32
- 238000000034 method Methods 0.000 title claims abstract description 29
- 230000006870 function Effects 0.000 claims description 20
- 238000004590 computer program Methods 0.000 claims description 5
- 230000008901 benefit Effects 0.000 abstract description 3
- 238000010276 construction Methods 0.000 abstract description 2
- 230000007123 defense Effects 0.000 abstract description 2
- 238000011161 development Methods 0.000 abstract description 2
- 230000003287 optical effect Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- IAZDPXIOMUYVGZ-UHFFFAOYSA-N Dimethylsulphoxide Chemical compound CS(C)=O IAZDPXIOMUYVGZ-UHFFFAOYSA-N 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000002372 labelling Methods 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- URWAJWIAIPFPJE-YFMIWBNJSA-N sisomycin Chemical compound O1C[C@@](O)(C)[C@H](NC)[C@@H](O)[C@H]1O[C@@H]1[C@@H](O)[C@H](O[C@@H]2[C@@H](CC=C(CN)O2)N)[C@@H](N)C[C@H]1N URWAJWIAIPFPJE-YFMIWBNJSA-N 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04845—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- Debugging And Monitoring (AREA)
Abstract
One embodiment of the invention discloses a description method of a simulation entity model, which comprises the following steps: obtaining a description template for establishing a simulation model; the template is converted into a model description of a specific programming language by a generator. The method and the system effectively shorten the model development period, realize the deep sharing of combat entity model resources in the countermeasure simulation of the equipment system at low cost, promote the advantage complementation among model construction units in the department of national defense industry, and promote the efficient collaborative operation among simulation systems.
Description
Technical Field
The invention relates to the technical field of simulation. And more particularly, to a method of describing a simulation solid model.
Background
In the field of equipment system countermeasure simulation with equipment as a research object, a modeling object and the key point of a simulation model are a combat entity (mainly weapon equipment) system, namely, the actual physical process of the combat entity is abstractly described. The simulation model description is the premise of reusability and combinability of the simulation model and is the basis for supporting the reuse of the simulation model.
The current Simulation Model description methods include a Basic Object Model (BOM), a Simulation Reference Markup Language (SRML), and the like. BOM is one of the important implementation technologies of the Combinable Mission Space Environment (CMSE) and the extensible modeling and simulation framework (XMSF) advocated by DMSO, and is also an important means for SISO to rapidly construct future combinable and extensible modeling and simulation systems. The BOM defines and verifies the contents of the model template assembly of the four parts of the model identification, the conceptual model, the model mapping and the HLA object model by adopting methods of XML and XML Schema based on the structure of the HLA object model. Current simulation models are not able to share reuse within platforms independent of specific programming languages.
Disclosure of Invention
In view of this, a first embodiment of the present invention provides a description method of a simulation entity model, including:
obtaining a description template for establishing a simulation model;
the template is converted into a model description of a specific programming language by a generator.
In one embodiment, the description template includes: the model comprises a model basic information module, a model calling module, a model setting parameter module, a model performance parameter module and a data structure module.
In a specific embodiment, the model basic information module comprises a model name, a model version, model writing time, a model writer, a model writing unit, model description information and model label information.
In one embodiment, the model calling module model comprises: a model input module, a model output module, a model initialization module and a model control module,
the model input module is used for inputting model parameters or a data structure of the model;
the model output module is used for outputting a model;
the model initialization module is used for initializing the model;
the model control module is used for controlling the model based on the operation of the user.
In a specific embodiment, the model scenario parameter module is used for performing position deployment on the equipment model or specifying a command relationship.
In a particular embodiment, the model performance parameter module is configured to specify performance of the model.
In a specific embodiment, the description template further includes: and the model function module is used for storing the function in the model description file.
In a specific embodiment, the model input module includes: interface name, data structure, interface type, and interface description.
A second embodiment of the invention provides a computer device comprising a processor and a memory stored with a computer program, the processor implementing the method according to any one of the first embodiment when executing the program.
A third embodiment of the invention provides a computer-readable storage medium, on which a computer program is stored which, when executed by a processor, implements the method according to any one of the first embodiments.
The invention has the following beneficial effects:
the invention provides a configurable simulation entity model description method based on XML (extensive makeup language), which promotes a simulation model to be independent of specific programming languages (such as C + +, C #, Java, Matlab and the like) and be reused under different platforms, improves the interoperability of the simulation model, improves the universality and reusability of the model and the system, supports the simulation of functions and performances of a combat entity and a combat environment of the combat entity under the countermeasure condition of an equipment system, effectively shortens the development period of the model, realizes the deep sharing of combat entity model resources in the countermeasure simulation of the equipment system at low cost, promotes the advantage complementation among model construction units in the department of national defense industry, and promotes the efficient cooperative operation among the simulation systems.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 shows a flow diagram of a method for simulation mockup description according to one embodiment of the invention
FIG. 2 shows a depiction template diagram in accordance with one embodiment of the present invention.
Fig. 3 shows a schematic structural diagram of a computer device according to another embodiment of the present invention.
Detailed Description
In order to make the technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
As shown in fig. 1, a description method of a simulation entity model includes:
obtaining a description template for establishing a simulation model;
the template is converted into a model description of a specific programming language by a generator.
As shown in fig. 2, the template includes: the model comprises a model basic information module, a model calling module, a model setting parameter module, a model performance parameter module and a data structure module.
The model basic information module comprises a model name, a model version, model compiling time, a model compiling person, a model compiling unit, model description information and model label information.
In one particular embodiment, the first and second electrodes, as shown below,
the model name: the chinese name of the model is described.
Version of the model: the description is made in a "version x.y" format, where x.y is the model version number and the initial version number is 1.0. When a tiny version is upgraded, the version number is upgraded to X (Y +1) from X.Y; when the important function is changed, the version number is upgraded to (X +1) Y from X.Y.
Model compiling time: the initial writing time of the filling model is in the format of year-month-day.
The model writer: the filling model initially compiles a person's name.
A model writing unit: fill out the model initial writer unit.
Model description information: and filling description information such as functions, application ranges and the like of the model.
Model labeling: the keyword type labels of the model are filled in, spaced by "|".
The model calling module comprises: a model input module, a model output module, a model initialization module and a model control module,
the model input module is used for inputting model parameters or data structures of the model, including interface names, data structures, interface types and interface descriptions.
The input parameters or complex data structures of the model are read through an input interface, and the calling mode of the input interface can be frame period calling or event triggering calling. In one specific example, the interface types include: a state class and an event class.
The model calling frame period module stores the calling frame period and the period unit of the model calling function and the calling condition whether the period is configurable or not.
The model output module is used for outputting a model, and comprises an interface name, a data structure, an interface type and an interface description.
The model output interface comprises output data of the model, and a user can acquire the output data of the model by calling the output interface, wherein the calling mode can be frame period calling or event triggering calling. In one specific example, the interface types include: a state class and an event class.
The model initialization module is used for providing an initialization mode for assignment of various initialization parameters (including a set parameter and a performance parameter) of the model and the like, and the calling mode is one-time calling before the model runs and comprises an interface name, a data structure, an interface type and an interface description. In one particular example, the interface type is event type.
The model control module is used for controlling the functions of starting, stopping, pausing and the like of the model based on the operation of a user, and comprises an interface name, a data structure, an interface type and an interface description. The control interface of the model can be filled in a plurality of types according to different control functions, and is not limited herein. In one particular example, the user operation may be a double click, a single click, a drag, and the like. In one particular example. The interface type is an event class.
The model planning parameter module is used for carrying out position deployment or stipulating a command relation on the equipment model.
The method comprises parameter items, parameter names, parameter types, parameter value ranges, dimensions and parameter descriptions. The parameter item is a Chinese name, the parameter name is a name in the program, and the parameter type can be simple types such as int, double, float, string, pool and the like, and can also be a type described in a complex data structure.
The model also includes a model performance parameter module for specifying performance of the model. In one specific example, the performance parameters include: the range, the maximum flying speed, etc. of the model are not limited herein.
The method comprises parameter items, parameter names, parameter types, parameter value ranges, dimensions and parameter descriptions. The parameter item is a Chinese name, the parameter name is a name in the program, and the parameter type can be simple types such as int, double, float, string, pool and the like, and can also be a type described in a complex data structure.
The model function module is used for describing function functions which need to be particularly pointed out in the model file, and comprises the expansibility configuration of the function functions, the expansibility assignment of specific parameters and the like. All model function terms are included. Each model function contains input parameters, return values, and a function description. The input parameters include parameter names, parameter types, and parameter descriptions. The parameter item is a Chinese name, the parameter name is a name in the program, and the parameter type can be simple types such as int, double, float, string, pool and the like, and can also be a type described in a complex data structure.
And the data structure module is used for storing the name, the type and the description of each data item of each data structure.
In particular, different value ranges are used for different parameter types to describe the method.
For simple types of parameters, in a specific embodiment, a form of "a-b" is used to indicate that the minimum value is a and the maximum value is b; the form of "a, b, c" is used to indicate that three values of "a", "b" and "c" can be taken; the form of a-b and c-d is used to represent two value intervals with the minimum value of a, the maximum value of b, the minimum value of c and the maximum value of d.
For a complex type of parameter, in a specific embodiment, if the complex data structure is a one-dimensional simple data structure, the value range is "[ a 1-b 1; a 2-b 2; … …, respectively; an-bn form is listed one by one, and semicolons are used between different values; "separate; if the complex data structure is a nested data structure, for other data structures nested inside, the same is given as "[ c 1-d 1; c 2-d 2; … …, respectively; the value range of the nested data structure is described at the corresponding position in a cm-dm mode; if an item in the complex data structure is in a ' vector ' format, the vector is specially identified by using { } ', and only the value range of the first item of the vector is described.
Example (c):
a) pulse width of radar signal:
floatRadarSignalPulseWidth
the value range is as follows: 1 to 100
b) Radar signal pattern:
floatRadarSignalType
the value range is as follows: 0,1,2
c) Radar deployment location:
CPositionRadarPosition
structCPosition{
float longitude;
float latitude;
float altitude;
};
the value range is as follows: [ 100-120; 30-40 parts of; 0 to 2000)
d) Target tracking information
The value range is as follows: [0 to 86400; {0 to 10; [ 100-120; 30-40 parts of; 0 to 2000 } ]
In particular, the dimension is described in a manner similar to the value range, and the dimension is described differently for different types of data structures.
For simple types of parameters, a parameter dimension can be described using one term.
For parameters of complex data structure types, dimension of each item of data is listed one by one in the form of [ ], and the dimension is adopted among different data; "separate; for the case of having a vector, the vector is distinguished using the form "{ }".
Another embodiment of the present invention provides a computer readable storage medium having stored thereon a computer program, which when executed by a processor, implements any combination of one or more computer readable media in a practical application. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present embodiment, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
As shown in fig. 3, another embodiment of the present invention provides a schematic structural diagram of a computer device. The computer device 12 shown in FIG. 3 is only an example and should not impose any limitation on the scope of use or functionality of embodiments of the present invention.
As shown in FIG. 3, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
The processor unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, to implement a simulation mockup description method provided by the embodiment of the present invention.
It should be understood that the above-mentioned embodiments of the present invention are only examples for clearly illustrating the present invention, and are not intended to limit the embodiments of the present invention, and it will be obvious to those skilled in the art that other variations or modifications may be made on the basis of the above description, and all embodiments may not be exhaustive, and all obvious variations or modifications may be included within the scope of the present invention.
Claims (10)
1. A description method of a simulation entity model is characterized by comprising the following steps:
obtaining a description template for establishing a simulation model;
the template is converted into a model description of a specific programming language by a generator.
2. The method of claim 1, wherein the description template comprises: the model comprises a model basic information module, a model calling module, a model setting parameter module, a model performance parameter module and a data structure module.
3. The method of claim 2, wherein the model basic information module comprises a model name, a model version, a model authoring time, a model authoring person, a model authoring unit, model description information, and model tag information.
4. The method of claim 2, wherein model calling the module model comprises: a model input module, a model output module, a model initialization module and a model control module,
the model input module is used for inputting model parameters or a data structure of the model;
the model output module is used for outputting a model;
the model initialization module is used for initializing the model;
the model control module is used for controlling the model based on the operation of the user.
5. The method of claim 1, wherein the model scenario parameter module is used for location deployment of equipment models or specifying command relationships.
6. The method of claim 1, wherein the model performance parameter module is configured to specify performance of the model.
7. The method of claim 2, wherein the description template further comprises: and the model function module is used for storing the function in the model description file.
8. The method of claim 1, wherein the model input module comprises: interface name, data structure, interface type, and interface description.
9. A computer device comprising a processor and a memory having stored thereon a computer program, characterized in that the processor, when executing the program, implements the method according to any of claims 1-8.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-8.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011516647.1A CN112559643A (en) | 2020-12-21 | 2020-12-21 | Simulation entity model description method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011516647.1A CN112559643A (en) | 2020-12-21 | 2020-12-21 | Simulation entity model description method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112559643A true CN112559643A (en) | 2021-03-26 |
Family
ID=75032096
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011516647.1A Pending CN112559643A (en) | 2020-12-21 | 2020-12-21 | Simulation entity model description method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112559643A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114967505A (en) * | 2022-08-03 | 2022-08-30 | 昆仑智汇数据科技(北京)有限公司 | Method, device and equipment for converting industrial model and simulation model |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004635A (en) * | 2010-08-19 | 2011-04-06 | 中国船舶重工集团公司第七○九研究所 | Simulation model system supporting reusing and development method thereof |
CN103020382A (en) * | 2012-12-27 | 2013-04-03 | 北京仿真中心 | BOM-based multi-instance polymerization simulation modeling method |
CN103400013A (en) * | 2013-08-14 | 2013-11-20 | 中国人民解放军国防科学技术大学 | Reusable simulation model and development and using method thereof |
CN103455643A (en) * | 2012-05-29 | 2013-12-18 | 北京神州普惠科技股份有限公司 | Describing and modeling method of general simulation assemblies |
CN103810018A (en) * | 2014-01-28 | 2014-05-21 | 北京仿真中心 | Method for designing componentized and parameterized simulation model |
CN107832551A (en) * | 2017-11-24 | 2018-03-23 | 北京宇航系统工程研究所 | A kind of modularization Architecture simulation system and method towards Space Equipment |
CN108280291A (en) * | 2018-01-22 | 2018-07-13 | 湖南和信智仿信息科技有限公司 | Reusable simulation model Interface design and interconnection method, device and computer equipment |
CN109086044A (en) * | 2018-06-29 | 2018-12-25 | 中国电子科技集团公司第二十八研究所 | A kind of Simulation Model Development method component-based |
WO2019005098A1 (en) * | 2017-06-30 | 2019-01-03 | Go Logic Decision Time, Llc | Methods and systems of assertional projective simulation |
CN111124471A (en) * | 2019-12-20 | 2020-05-08 | 中国电子科技集团公司第二十八研究所 | Simulation model registration method based on data type template and computer storage medium |
CN111124790A (en) * | 2019-12-06 | 2020-05-08 | 北京京航计算通讯研究所 | Generation system of reusable simulation interface model |
CN111460621A (en) * | 2020-03-06 | 2020-07-28 | 北京仿真中心 | Modularized simulation modeling method and system |
-
2020
- 2020-12-21 CN CN202011516647.1A patent/CN112559643A/en active Pending
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004635A (en) * | 2010-08-19 | 2011-04-06 | 中国船舶重工集团公司第七○九研究所 | Simulation model system supporting reusing and development method thereof |
CN103455643A (en) * | 2012-05-29 | 2013-12-18 | 北京神州普惠科技股份有限公司 | Describing and modeling method of general simulation assemblies |
CN103020382A (en) * | 2012-12-27 | 2013-04-03 | 北京仿真中心 | BOM-based multi-instance polymerization simulation modeling method |
CN103400013A (en) * | 2013-08-14 | 2013-11-20 | 中国人民解放军国防科学技术大学 | Reusable simulation model and development and using method thereof |
CN103810018A (en) * | 2014-01-28 | 2014-05-21 | 北京仿真中心 | Method for designing componentized and parameterized simulation model |
WO2019005098A1 (en) * | 2017-06-30 | 2019-01-03 | Go Logic Decision Time, Llc | Methods and systems of assertional projective simulation |
CN107832551A (en) * | 2017-11-24 | 2018-03-23 | 北京宇航系统工程研究所 | A kind of modularization Architecture simulation system and method towards Space Equipment |
CN108280291A (en) * | 2018-01-22 | 2018-07-13 | 湖南和信智仿信息科技有限公司 | Reusable simulation model Interface design and interconnection method, device and computer equipment |
CN109086044A (en) * | 2018-06-29 | 2018-12-25 | 中国电子科技集团公司第二十八研究所 | A kind of Simulation Model Development method component-based |
CN111124790A (en) * | 2019-12-06 | 2020-05-08 | 北京京航计算通讯研究所 | Generation system of reusable simulation interface model |
CN111124471A (en) * | 2019-12-20 | 2020-05-08 | 中国电子科技集团公司第二十八研究所 | Simulation model registration method based on data type template and computer storage medium |
CN111460621A (en) * | 2020-03-06 | 2020-07-28 | 北京仿真中心 | Modularized simulation modeling method and system |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114967505A (en) * | 2022-08-03 | 2022-08-30 | 昆仑智汇数据科技(北京)有限公司 | Method, device and equipment for converting industrial model and simulation model |
CN114967505B (en) * | 2022-08-03 | 2022-09-27 | 昆仑智汇数据科技(北京)有限公司 | Method, device and equipment for converting industrial model and simulation model |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Borky et al. | Effective model-based systems engineering | |
CN102236731B (en) | Expression device and method for fastener model in fastener aided design system | |
CN102609248B (en) | Integrated avionics system modeling and simulation platform based on MDA (model driven architecture) | |
CN104050332B (en) | Avionics system distribution real time comprehensive emulation mode | |
JP4856237B2 (en) | Declarative definitions that allow graphic designers to be reused | |
US20100145556A1 (en) | Modular software architecture for an unmanned aerial vehicle | |
KR20150143473A (en) | Signal capture controls in recalculation user interface | |
CN111800450A (en) | Multidimensional tag namespaces for cloud resource management | |
CN107871050B (en) | Data-oriented and object-oriented hybrid modeling method and storage medium | |
CN105159670A (en) | Universal cockpit display control system software development framework | |
WO2002025387A2 (en) | Object oriented framework architecture for sensing and/or control environments | |
CN107861790A (en) | Magnetic disk of virtual machine Extend Methods of Spatial Distribution, device, host and readable storage medium storing program for executing | |
KR20100111686A (en) | Bios graphical engine providing uniform look and feel | |
US7174545B2 (en) | Apparatus and method for producing display application software for embedded systems | |
CN110489401A (en) | A kind of dispositions method and device of database object | |
CN111124409B (en) | Sketch-based service page generation method, device, equipment and storage medium | |
CN112559643A (en) | Simulation entity model description method | |
CN102081521B (en) | A kind of general development platform of military hardware operation interface | |
CN111580804B (en) | Method and device for developing software project | |
CN103268245A (en) | Immediate streamline meteorological data processing method | |
US6647407B1 (en) | Blackboard-centric layered software architecture | |
CN116976277A (en) | Chip simulation system | |
US9015653B2 (en) | Aeronautical software application development workbench comprising a structured functional description language | |
AbdElHamid et al. | A novel software simulator model based on active hybrid architecture | |
Maksimova et al. | Modern Approaches with Python in Sensory Fusion |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |