CN115421712A - Software development method, device, equipment and medium based on component model - Google Patents

Software development method, device, equipment and medium based on component model Download PDF

Info

Publication number
CN115421712A
CN115421712A CN202211085520.8A CN202211085520A CN115421712A CN 115421712 A CN115421712 A CN 115421712A CN 202211085520 A CN202211085520 A CN 202211085520A CN 115421712 A CN115421712 A CN 115421712A
Authority
CN
China
Prior art keywords
component
development
software
developed
packaging
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
Application number
CN202211085520.8A
Other languages
Chinese (zh)
Inventor
黄滟鸿
史建琦
王艳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Formal Tech Information Technology Co ltd
Original Assignee
Shanghai Formal Tech Information Technology Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Shanghai Formal Tech Information Technology Co ltd filed Critical Shanghai Formal Tech Information Technology Co ltd
Priority to CN202211085520.8A priority Critical patent/CN115421712A/en
Publication of CN115421712A publication Critical patent/CN115421712A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure relates to a software development method, device, equipment and medium based on a component model, wherein the method comprises the following steps: constructing a first development component based on a component model according to the requirements of software to be developed; packaging and communication adaptation are carried out on the first development assembly based on the application scene of the software to be developed to obtain a second development assembly; packaging and uploading the second development component to a cloud component library in combination with an actual operating environment; and calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software. The present disclosure designs a software architecture and presents an implementation for an industrial control system based on component development. By combining the container technology, the publishing and subscribing middleware and other technical means, the flexibility and the expandability of the software components in the component model are realized, and effective runtime support and management functions are provided; the requirements of an industrial control system are met.

Description

Software development method, device, equipment and medium based on component model
Technical Field
The present disclosure relates to the field of software development technologies, and more particularly, to a software development method, apparatus, device, and medium based on a component model.
Background
Industrial control systems are a general term for various control systems and related instruments, devices, field networks in industrial process control, and such systems have been of great importance in national industrial development. In recent years, scientific technologies in various fields including control technologies, computer technologies, electronic technologies, and mechanical manufacturing technologies have been developed rapidly.
Currently, the development of industrial control systems is gradually moving towards a multi-supplier, multi-team collaborative, multi-module integrated model, and the functions thereof are increasingly complex and complex. More and more new technologies and more efficient communication protocols are integrated therein, which is a huge challenge for traditional industrial control system development teams and control system field engineers responsible for system integration. On the other hand, existing industrial control systems are becoming more open, and application software at various levels in the market is often provided and integrated by multiple suppliers. The software provided by these manufacturers often depends on a specific operating environment or a specific hardware controller, and lacks certain portability and flexibility. Software modules between different vendors also lack a unified deployment and interaction solution in terms of interoperability.
Software development methods and related technologies have been a research field of great interest for software systems, and among them, component-based software development has been a promising development method in the field of software engineering. By developing a system as a combination of multiple subcomponents rather than as a complex whole, the component-based development method aims to improve the reusability of software to greatly accelerate the development speed and save the development cost. Under the support of a proper component model, application software can be rapidly constructed by multiplexing existing components, and each modularized component also has a low coupling characteristic so as to support a multi-team cooperation development mode. In addition, the software system constructed based on the components has better expandability and usability so as to face complex software running environment and continuously upgrade and update software requirements, and each software functional module has the flexibility of plug and play. At present, more and more component-based development methods and component models are applied to software development in various fields, including embedded systems and specific industrial fields.
The application of component technology to various practical scenes is one of the trends of the current computer including the embedded field, and the introduction of a component-based development method and a software architecture into the industrial control field can effectively cope with the development trends of reusability, openness and comprehensiveness of the contemporary industrial control system, and can improve the flexibility, compatibility and expandability of the system.
Disclosure of Invention
The invention mainly aims to apply a development method based on a component and a component model technology to the development and integration of an industrial control system, improve the reusability and flexibility of software application, reduce the development cost so as to meet the requirements under increasingly complex industrial scenes and continuously increased scales, and provide a set of unified development method for industrial application.
In a first aspect, the present disclosure provides a software development method based on a component model, including:
constructing a first development component based on a component model according to the requirements of software to be developed;
packaging and carrying out communication adaptation on the first development component based on the application scene of the software to be developed to obtain a second development component;
the second development component is packaged and uploaded to a cloud component library in combination with an actual operation environment;
and calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software.
Further, the building of the first development component based on the component model according to the requirements of the software to be developed specifically includes:
respectively defining each component and an interactive port among the components according to different functions of software to be developed, wherein the interactive port specifically comprises: interface information, time information, and data area mapping information.
Further, the step of performing encapsulation and communication adaptation on the first development component based on the application scenario of the software to be developed to obtain a second development component specifically includes:
packaging the first development component by a patterning tool;
and constructing a second development component with an independent operation function by combining the application scene of the software to be developed and carrying out communication adaptation.
Further, before the packaged and adapted second development component is packaged and uploaded to a cloud component library in combination with an actual operating environment, the method further includes:
and compiling and testing the second development component in combination with the actual running environment.
Further, the step of performing encapsulation and communication adaptation on the first development component based on the application scenario of the software to be developed to obtain a second development component specifically includes:
and based on the application scene of the software to be developed, packaging the first development component by adopting a container packaging method and carrying out communication adaptation to obtain a second development component.
Further, the packing and uploading the second development component to a cloud component library in combination with an actual operating environment specifically includes:
and packaging the second development assembly and the actual operation environment in a mirror image mode, and uploading the second development assembly and the actual operation environment to a cloud assembly library to be reused.
Further, the method further comprises:
defining a hardware architecture of the developed software application scene;
and selecting corresponding components from a cloud component library according to the mapping from the hardware architecture to the software architecture.
In order to achieve the above technical object, in a second aspect, the present disclosure provides a software development apparatus based on a component model, including:
the component construction module is used for constructing a first development component based on a component model according to the requirement of software to be developed;
the component packaging module is used for packaging and carrying out communication adaptation on the first development component based on the application scene of the software to be developed to obtain a second development component;
the transmission module is used for packaging and uploading the second development assembly to a cloud assembly library in combination with an actual operating environment;
and the software development module is used for calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software.
To achieve the above technical objective, in a third aspect, the present disclosure provides a computer storage medium having a computer program stored thereon, wherein the computer program is used for implementing the steps of the method of the first aspect when executed by a processor.
To achieve the above technical objective, in a fourth aspect, the present disclosure provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the method according to the first aspect when executing the computer program.
The beneficial effect of this disclosure does:
therefore, the construction of the industrial application can be more flexible through the industrial control system software development method based on the component model. The application designs a software architecture and provides an implementation scheme for an industrial control system based on component development. By combining the container technology, the publishing and subscribing middleware and other technical means, the flexibility and the expandability of the software components in the component model are realized, and effective runtime support and management functions are provided. Firstly, after comprehensively analyzing a development method of a traditional industrial control system, the development trends and requirements of reusability, openness and comprehensiveness are summarized, a development method based on components is selected, a set of development processes are designed for characteristics of the industrial control field, and a set of component models are designed for the industrial control system based on the proposed development method. In addition, a set of software architecture is designed aiming at the component model, and technical means such as a control reversal container, a container technology, a publishing and subscribing type message middleware and the like are adopted, so that the flexibility and the dynamic property are achieved, and the requirements of an industrial control system are met.
Drawings
FIG. 1 is a flowchart illustrating a software development method based on a component model according to an embodiment of the present disclosure;
FIG. 2 is a flow chart diagram illustrating a method for component model-based software development according to an embodiment of the present disclosure;
FIG. 3 is a flowchart illustrating a software development method based on a component model according to an embodiment of the present disclosure;
FIG. 4 is a schematic structural diagram of a software development system based on a component model according to an embodiment of the present disclosure;
fig. 5 shows a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
Various structural schematics according to embodiments of the present disclosure are shown in the figures. The figures are not drawn to scale, wherein certain details are exaggerated and some details may be omitted for clarity of presentation. The shapes of various regions, layers, and relative sizes and positional relationships therebetween shown in the drawings are merely exemplary, and deviations may occur in practice due to manufacturing tolerances or technical limitations, and a person skilled in the art may additionally design regions/layers having different shapes, sizes, relative positions, as actually required.
The first embodiment is as follows:
as shown in fig. 1:
the present disclosure provides a software development method based on a component model, including:
s101: constructing a first development component based on a component model according to the requirements of software to be developed;
s102: packaging and carrying out communication adaptation on the first development component based on the application scene of the software to be developed to obtain a second development component;
s103: the second development component is packaged and uploaded to a cloud component library in combination with an actual operation environment;
s104: and calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software.
For example, for a control system such as that in FIG. 2, component definitions are made for controller A, as shown in FIG. 3. In controller a, two higher level components are defined, named cotransport and MotionControl, which provide support for communication with the servo driver by two lower level components, canopenenadapter and EtherCATMasterController.
In one embodiment of the present application, the two low-level components are implemented using an RTTR control reversal container, where the EtherCAT astercontroller responsible for EtherCAT communication is implemented based on SOME. The component registers the relevant attributes and externally provided methods with the RTTR control reversal container at runtime.
Further, the building of the first development component based on the component model according to the requirements of the software to be developed specifically includes:
respectively defining each component and an interaction port among the components according to different functions of software to be developed, wherein the interaction port specifically comprises: the interactive interface information, the time information and the data area mapping information.
Further, the step of performing encapsulation and communication adaptation on the first development component based on the application scenario of the software to be developed to obtain a second development component specifically includes:
packaging the first development component by a patterning tool;
and constructing a second development component with an independent operation function by combining the application scene of the software to be developed and carrying out communication adaptation.
Specifically, a graphical tool for assembling low-level components is realized by using Sirius, and the well-defined connection relation of the low-level components is enabled to automatically generate an XML format file so as to control the reverse container to bind the components and assemble the components into the high-level components during running.
Further, before the packaged and adapted second development component is packaged and uploaded to a cloud component library in combination with an actual operating environment, the method further includes:
compiling and testing the second development component in combination with an actual operating environment.
Further, the step of performing encapsulation and communication adaptation on the first development component based on the application scenario of the software to be developed to obtain a second development component specifically includes:
and based on the application scene of the software to be developed, packaging the first development assembly by adopting a container packaging method, and carrying out communication adaptation to obtain a second development assembly.
Specifically, a runc container is adopted as an isolation packaging method of the assembly when the runc container operates.
Specifically, in one embodiment of the application, the Web server and the PLC are third-party compatible components when operating, and the Web server is responsible for a remote monitoring system and receiving product-related parameters of a new workpiece and a mechanical arm action set coordinate; the controller B controls sensors and triggers on the lathe in the PLC logic and sends a transmission signal to the controller a when the workpiece is in the proper position.
Further, the packing and uploading the second development component to a cloud component library in combination with an actual operating environment specifically includes:
and packaging the second development assembly and the actual operation environment in a mirror image mode, and uploading the second development assembly and the actual operation environment to a cloud assembly library to be reused.
Specifically, a service-oriented architecture is referred to for carrying out unified interface definition on communication between a software application component and the outside; the DDS message oriented middleware of the component is adapted so that the functions or services it provides and requests out will register and establish connections at run-time.
Further, the method further comprises:
defining a hardware architecture of the developed software application scene;
and selecting corresponding components from a cloud component library according to the mapping from the hardware architecture to the software architecture.
Specifically, the OEM defines the system for the hardware architecture, and pulls components from the component library according to the mapping from the hardware architecture to the software architecture, multiplexes the components for development, and performs application deployment and maintenance at the same time.
Therefore, the construction of the industrial application becomes more flexible through the industrial control system software development method based on the component model. The application designs a software architecture and provides an implementation scheme for an industrial control system based on component development. By combining the container technology, the publishing and subscribing middleware and other technical means, the flexibility and the expandability of the software components in the component model are realized, and effective runtime support and management functions are provided. Firstly, after comprehensively analyzing a development method of a traditional industrial control system, the development trends and requirements of reusability, openness and comprehensiveness are summarized, a development method based on components is selected, a set of development processes are designed for characteristics of the industrial control field, and a set of component models are designed for the industrial control system based on the proposed development method. Moreover, a set of software architecture is designed aiming at the component model, and technical means such as a control reversal container, a container technology, a publishing and subscribing message middleware and the like are adopted so as to have flexibility and dynamic property and better meet the requirements of an industrial control system.
Example two:
as shown in fig. 4:
the present disclosure provides a software development apparatus based on a component model, including:
the component construction module 201 is used for constructing a first development component based on a component model according to the requirement of software to be developed;
the component packaging module 202 is configured to package and perform communication adaptation on the first development component based on the application scenario of the software to be developed to obtain a second development component;
the transmission module 203 is used for packaging and uploading the second development component to a cloud component library in combination with an actual operating environment;
the software development module 204 is configured to call the required second development component from the cloud component library according to the architecture of the software to be developed, so as to perform software development.
In the software development apparatus based on the component model according to the present disclosure, the component construction module 201 is sequentially connected to the component encapsulation module 202, the transmission module 203, and the software development module 204.
Example three:
the present disclosure can also provide a computer storage medium having stored thereon a computer program for implementing the steps of the above-described component model-based software development method when executed by a processor.
The computer storage medium of the present disclosure may be implemented with a semiconductor memory, a magnetic core memory, a magnetic drum memory, or a magnetic disk memory.
Semiconductor memories are mainly used as semiconductor memory elements of computers, and there are two types, mos and bipolar memory elements. Mos devices have high integration, simple process, but slow speed. The bipolar element has the advantages of complex process, high power consumption, low integration level and high speed. NMos and CMos were introduced to make Mos memory the dominant memory in semiconductor memory. NMos is fast, e.g. 45ns for 1K bit sram from intel. The CMos power consumption is low, and the access time of the 4K-bit CMos static memory is 300ns. The semiconductor memories described above are all Random Access Memories (RAMs), i.e. read and write new contents randomly during operation. And a semiconductor Read Only Memory (ROM), which can be read out randomly but not written in during operation, is used to store solidified programs and data. The ROM is divided into non-rewritable fuse type ROM-PROM and rewritable EPROM.
The magnetic core memory has the characteristics of low cost and high reliability, and has more than 20 years of practical use experience. Magnetic core memories were widely used as main memories before the mid 70's. The storage capacity can reach more than 10 bits, and the access time is 300ns at the fastest speed. The international typical magnetic core memory capacity is 4 MS-8 MB, and the access cycle is 1.0-1.5 mus. After semiconductor memory is rapidly developed to replace magnetic core memory as a main memory location, magnetic core memory can still be applied as a large-capacity expansion memory.
Drum memory, an external memory for magnetic recording. Because of its fast information access speed and stable and reliable operation, although its capacity is smaller and is gradually replaced by disk memory, it is still used as external memory for real-time process control computers and medium and large computers. In order to meet the needs of small and micro computers, subminiature magnetic drums have emerged, which are small, lightweight, highly reliable, and convenient to use.
Magnetic disk memory, an external memory for magnetic recording. It combines the advantages of drum and tape storage, i.e. its storage capacity is larger than that of drum, its access speed is faster than that of tape storage, and it can be stored off-line, so that the magnetic disk is widely used as large-capacity external storage in various computer systems. Magnetic disks are generally classified into two main categories, hard disks and floppy disk memories.
Hard disk memories are of a wide variety. The structure is divided into a replaceable type and a fixed type. The replaceable disk is replaceable and the fixed disk is fixed. The replaceable and fixed magnetic disks have both multi-disk combinations and single-chip structures, and are divided into fixed head types and movable head types. The fixed head type magnetic disk has a small capacity, a low recording density, a high access speed, and a high cost. The movable head type magnetic disk has a high recording density (up to 1000 to 6250 bits/inch) and thus a large capacity, but has a low access speed compared with a fixed head magnetic disk. The storage capacity of a magnetic disk product can reach several hundred megabytes with a bit density of 6 bits per inch and a track density of 475 tracks per inch. The disk set of the multiple replaceable disk memory can be replaced, so that the disk set has large off-body capacity, large capacity and high speed, can store large-capacity information data, and is widely applied to an online information retrieval system and a database management system.
Example four:
the embodiment of the present disclosure further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the steps of the software development method based on the component model are implemented.
Fig. 5 is a schematic diagram of an internal structure of an electronic device in one embodiment. As shown in fig. 5, the electronic device includes a processor, a storage medium, a memory, and a network interface connected through a system bus. The storage medium of the computer device stores an operating system, a database and computer readable instructions, the database can store control information sequences, and when the computer readable instructions are executed by a processor, the processor can realize a software development method based on a component model. The processor of the electrical device is used to provide computing and control capabilities to support the operation of the entire computer device. The memory of the computer device may have stored therein computer readable instructions that, when executed by the processor, cause the processor to perform a method for software development based on a component model. The network interface of the computer device is used for connecting and communicating with the terminal. Those skilled in the art will appreciate that the configuration shown in fig. 5 is a block diagram of only a portion of the configuration associated with the disclosed aspects and does not constitute a limitation on the computing device to which the disclosed aspects apply, as a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
The electronic device may include a projector, a mobile phone with a projection function, a computer, a television, and the like.
The processor may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor is a Control Unit of the electronic device, connects various components of the electronic device by using various interfaces and lines, and executes various functions and processes data of the electronic device by running or executing programs or modules (for example, executing remote data reading and writing programs, etc.) stored in the memory and calling data stored in the memory.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. The bus is arranged to enable connected communication between the memory and at least one processor or the like.
Fig. 5 shows only an electronic device having components, and those skilled in the art will appreciate that the structure shown in fig. 5 does not constitute a limitation of the electronic device, and may include fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
For example, although not shown, the electronic device may further include a power supply (such as a battery) for supplying power to the various components, and preferably, the power supply may be logically connected to the at least one processor through a power management device, so that functions such as charge management, discharge management, and power consumption management are implemented through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the electronic device may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a bluetooth interface, etc.), which are generally used to establish a communication connection between the electronic device and another electronic device.
Optionally, the electronic device may further comprise a user interface, which may be a Display (Display), an input unit (such as a Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable, among other things, for displaying information processed in the electronic device and for displaying a visualized user interface.
Further, the computer usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
In the several embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The embodiments of the present disclosure are described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the disclosure, and these alternatives and modifications are intended to fall within the scope of the disclosure.

Claims (10)

1. A software development method based on component models is characterized by comprising the following steps:
constructing a first development component based on a component model according to the requirements of software to be developed;
packaging and carrying out communication adaptation on the first development component based on the application scene of the software to be developed to obtain a second development component;
packaging and uploading the second development component to a cloud component library in combination with an actual operating environment;
and calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software.
2. The method according to claim 1, wherein the building of the first development component based on the component model according to the requirements of the software to be developed specifically comprises:
respectively defining each component and an interactive port among the components according to different functions of software to be developed, wherein the interactive port specifically comprises: interface information, time information, and data area mapping information.
3. The method according to claim 1, wherein the encapsulating and communication adapting the first development component based on the application scenario of the software to be developed to obtain a second development component specifically comprises:
packaging the first development component by a patterning tool;
and constructing a second development component with an independent operation function by combining the application scene of the software to be developed and carrying out communication adaptation.
4. The method of claim 1, wherein before uploading the packaged and adapted second development component in combination with the actual runtime environment package to a cloud component library, the method further comprises:
and compiling and testing the second development component in combination with the actual running environment.
5. The method according to claim 1, wherein the encapsulating and the communication adapting the first development component based on the application scenario of the software to be developed to obtain a second development component specifically comprises:
and based on the application scene of the software to be developed, packaging the first development component by adopting a container packaging method and carrying out communication adaptation to obtain a second development component.
6. The method of claim 1, wherein the uploading the second development component in combination with the actual runtime environment package to a cloud component library specifically comprises:
and packaging the second development assembly and the actual operation environment in a mirror image mode, and uploading the second development assembly and the actual operation environment to a cloud assembly library to be reused.
7. The method of any one of claims 1 to 6, further comprising:
defining a hardware architecture of the developed software application scene;
and selecting corresponding components from a cloud component library according to the mapping from the hardware architecture to the software architecture.
8. An apparatus for developing software based on a component model, comprising:
the component construction module is used for constructing a first development component based on a component model according to the requirement of software to be developed;
the component packaging module is used for packaging and carrying out communication adaptation on the first development component based on the application scene of the software to be developed to obtain a second development component;
the transmission module is used for packaging and uploading the second development assembly to a cloud assembly library in combination with an actual operating environment;
and the software development module is used for calling the required second development component from the cloud component library according to the architecture of the software to be developed so as to develop the software.
9. A computer storage medium having computer program instructions stored thereon, wherein the program instructions, when executed by a processor, are adapted to implement the steps corresponding to the component model based software development method as claimed in any one of claims 1 to 7.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the component model-based software development method as claimed in any one of claims 1 to 7 when executing the computer program.
CN202211085520.8A 2022-09-06 2022-09-06 Software development method, device, equipment and medium based on component model Pending CN115421712A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211085520.8A CN115421712A (en) 2022-09-06 2022-09-06 Software development method, device, equipment and medium based on component model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211085520.8A CN115421712A (en) 2022-09-06 2022-09-06 Software development method, device, equipment and medium based on component model

Publications (1)

Publication Number Publication Date
CN115421712A true CN115421712A (en) 2022-12-02

Family

ID=84201945

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211085520.8A Pending CN115421712A (en) 2022-09-06 2022-09-06 Software development method, device, equipment and medium based on component model

Country Status (1)

Country Link
CN (1) CN115421712A (en)

Similar Documents

Publication Publication Date Title
CN112422453B (en) Message processing method, device, medium and equipment
CN104838373A (en) Multiple compute node management based on a single microcontroller
CN104424122A (en) Electronic equipment and memory dividing method
CN112348213A (en) Operation and maintenance troubleshooting implementation method, device, medium and equipment
CN103927215A (en) kvm virtual machine scheduling optimization method and system based on memory disk and SSD disk
CN114490023A (en) High-energy physical calculable storage device based on ARM and FPGA
CN114625439A (en) Sub-application operation method based on micro front-end architecture, electronic device and storage medium
CN115421712A (en) Software development method, device, equipment and medium based on component model
CN102930581A (en) General representations for data frame animations
CN104581403A (en) Method and device for sharing video content
CN112698841B (en) Android-oriented deep learning model unified deployment system, method, equipment and medium
CN115484187B (en) Method, equipment and storage medium for testing container network interface in container environment
CN102546630A (en) Io communication method
CN115622899A (en) Multi-mode intelligent network simulator architecture and simulation test method
CN108459942A (en) A kind of data processing method, device and storage medium
CN114564241A (en) Hardware device access method and device, computer device and storage medium
CN113866638A (en) Battery parameter inference method, device, equipment and medium
CN112817718A (en) Dual-system device, application display method thereof and storage medium
CN101741600A (en) Server system, recording equipment and management method thereof
CN117240841A (en) Electronic whiteboard document storage method, system, medium and device based on face recognition
CN116909537A (en) Information processing method, device, equipment and medium
CN113609124B (en) Data record storage method and system with expandability
CN113473135B (en) Intra-frame prediction method, device and medium for nonlinear texture
CN116578413B (en) Signal-level simulation model clouding method based on cloud+end architecture
CN118444905B (en) Model development framework, method and equipment for parallel discrete event simulation scheduling

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