CN102523229B - A kind of access method of information and equipment - Google Patents

A kind of access method of information and equipment Download PDF

Info

Publication number
CN102523229B
CN102523229B CN201110437934.8A CN201110437934A CN102523229B CN 102523229 B CN102523229 B CN 102523229B CN 201110437934 A CN201110437934 A CN 201110437934A CN 102523229 B CN102523229 B CN 102523229B
Authority
CN
China
Prior art keywords
interface
header file
information
applications
feed back
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.)
Active
Application number
CN201110437934.8A
Other languages
Chinese (zh)
Other versions
CN102523229A (en
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.)
Datang Mobile Communications Equipment Co Ltd
Original Assignee
Datang Mobile Communications Equipment 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 Datang Mobile Communications Equipment Co Ltd filed Critical Datang Mobile Communications Equipment Co Ltd
Priority to CN201110437934.8A priority Critical patent/CN102523229B/en
Publication of CN102523229A publication Critical patent/CN102523229A/en
Application granted granted Critical
Publication of CN102523229B publication Critical patent/CN102523229B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a kind of access method and equipment of information, the method is applied in the equipment comprising nucleus module and interface module, the method comprises: described nucleus module provides the library file under operating system to applications, header file corresponding to library file under determination operation system, and applications is provided to the header file corresponding to library file under operating system; Described interface module when the header file that nucleus module described in outside application access provides applications, by information feed back corresponding for described header file to applications.In the embodiment of the present invention, in multiple products application, only need to develop adaptation code, and this partial content is controlled, thus avoid a large amount of duplication of labour; And the exploitation amount of adaptation code is far smaller than the exploitation amount of protocol function code, thus save the development time; And the realization of an agreement is divided into two parts respectively evolution and upgrading, and can effective code multiplexing, code development quantity greatly reduces.

Description

A kind of access method of information and equipment
Technical field
The present invention relates to communication technical field, particularly relate to a kind of access method and equipment of information.
Background technology
The adaptation layer protocol of M3UA (i.e. MTP(MessageTransferPart, partial message transmission) third level user) in different products application, need the running environment according to different product, exploitation code again in application platform; Wherein, part of original code can be carried out multiplexing, but as data configuration, state the relevant information such as to arrange and can not carry out multiplexing, needs adapt to different products and modify.
Realizing in process of the present invention, inventor finds at least there is following problem in prior art:
The realization of current M3UA is bound with product completely, in the M3UA development process that different product is applied, in the processes such as design, coding, test, all there is a large amount of duplication of labour; And after the platform of products application changes, codes implement just needs amendment, and software reusability is poor, transplantability is poor.
Summary of the invention
The embodiment of the present invention provides a kind of access method and equipment of information, effectively to realize the multiplexing of protocol code, avoids a large amount of duplication of labour.
In order to achieve the above object, the embodiment of the present invention provides a kind of access equipment of information, comprising:
Nucleus module, for providing the library file under operating system to applications, the header file corresponding to the library file under determination operation system, and provides the header file corresponding to library file under operating system to applications;
Interface module, at nucleus module described in outside application access, applications is provided header file time, by information feed back corresponding for described header file to applications.
Preferably, described interface module comprises one of following or combination in any:
Configuration management interface, at nucleus module described in manager's application access, applications is provided header file time, information feed back corresponding for described header file is applied to manager;
System service interface, at nucleus module described in system service application access, applications is provided header file time, information feed back corresponding for described header file is applied to system service;
High-level interface, at nucleus module described in upper-layer protocol application access, applications is provided header file time, information feed back corresponding for described header file is applied to upper-layer protocol;
Lower layer interface, at nucleus module described in lower-layer protocols application access, applications is provided header file time, information feed back corresponding for described header file is applied to lower-layer protocols.
Preferably, described configuration management interface, is further used for data configuration information, message distribution information, warning information, to one of control information of nucleus module or combination in any, feeds back to manager's application;
Described system service interface, is further used for one of memory management information, timer information, log information or combination in any, feeds back to system service application;
Described high-level interface, the information feed back be further used for required for being applied by upper-layer protocol is applied to upper-layer protocol;
Described lower layer interface, the information feed back be further used for required for lower-layer protocols being applied is applied to lower-layer protocols.
Preferably, described nucleus module is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor.
Preferably, described equipment is the treatment facility of the adaptation layer protocol M3UA based on partial message transmission third level user.
The embodiment of the present invention provides a kind of access method of information, and be applied in the equipment comprising nucleus module and interface module, the method comprises:
Described nucleus module provides the library file under operating system to applications, the header file corresponding to the library file under determination operation system, and applications is provided to the header file corresponding to library file under operating system;
Described interface module when the header file that nucleus module described in outside application access provides applications, by information feed back corresponding for described header file to applications.
Preferably, described interface module comprises one of following or combination in any: configuration management interface, system service interface, high-level interface, lower layer interface;
Described interface module, when the header file that nucleus module described in outside application access provides applications, by information feed back corresponding for described header file to applications, comprising:
When the header file that nucleus module described in manager's application access provides applications, information feed back corresponding for described header file is applied to manager by described configuration management interface;
When the header file that nucleus module described in system service application access provides applications, information feed back corresponding for described header file is applied to system service by described system service interface;
When the header file that nucleus module described in upper-layer protocol application access provides applications, information feed back corresponding for described header file is applied to upper-layer protocol by described high-level interface;
When the header file that nucleus module described in lower-layer protocols application access provides applications, information feed back corresponding for described header file is applied to lower-layer protocols by described lower layer interface.
Preferably, information feed back corresponding for described header file is applied to manager by described configuration management interface, comprise: described configuration management interface is by data configuration information, message distribution information, warning information, to one of control information of nucleus module or combination in any, feed back to manager's application;
Information feed back corresponding for described header file is applied to system service by described system service interface, comprising: described system service interface, by one of memory management information, timer information, log information or combination in any, feeds back to system service application;
Information feed back corresponding for described header file is applied to upper-layer protocol by described high-level interface, comprising: the information feed back required for upper-layer protocol application is applied to upper-layer protocol by described high-level interface;
Information feed back corresponding for described header file is applied to lower-layer protocols by described lower layer interface, comprising: the information feed back required for lower-layer protocols application is applied to lower-layer protocols by described lower layer interface.
Preferably, described nucleus module is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor.
Preferably, described method is the processing method of the adaptation layer protocol M3UA based on partial message transmission third level user.
Compared with prior art, the embodiment of the present invention at least has the following advantages: in multiple products application, only needs to develop adaptation code, and controls this partial content, thus avoids a large amount of duplication of labour; And the exploitation amount of adaptation code is far smaller than the exploitation amount of protocol function code, thus save the development time; And the realization of an agreement is divided into two parts respectively evolution and upgrading, and can effective code multiplexing, code development quantity greatly reduces.
Accompanying drawing explanation
In order to be illustrated more clearly in technical scheme of the present invention, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the access device structure schematic diagram of a kind of information that the embodiment of the present invention one provides;
Fig. 2 is the access method schematic flow sheet of a kind of information that the embodiment of the present invention two provides.
Embodiment
Below in conjunction with the accompanying drawing in the present invention, be clearly and completely described the technical scheme in the present invention, obviously, described embodiment is only a part of embodiment of the present invention, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
Embodiment one
The embodiment of the present invention one provides a kind of access equipment of information, and this equipment includes but not limited to the treatment facility based on M3UA, and to be described the process of M3UA in the embodiment of the present invention, the protocol processes for other repeats no more.As shown in Figure 1, this equipment comprises: nucleus module 11(is as the nucleus module of M3UA) and interface module 12.Wherein:
Nucleus module 11, for providing the library file under operating system (can be multiple operating system) to applications, the header file corresponding to the library file under determination operation system, and provides the header file corresponding to library file under operating system to applications.
Interface module 12, for provide in outside application access nucleus module 11 pairs of applications header file time, by information feed back corresponding for header file to applications.
In the embodiment of the present invention, nucleus module 11 is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor etc.
Concrete, nucleus module 11 can be designed to can the processing unit of independent compilation, does not rely on any operating system, the conditions such as hardware (as compiler and processor); And according to the difference of applied environment, nucleus module 11 can be compiled in the library file (static library file or dynamic library file) under each operating system respectively, calls for applications.
It should be noted that, library file to provide applications in the mode of header file or issues (namely calling for applications), after the header file corresponding to the library file namely under determination operation system, provides this header file to applications; Wherein, header file to provide applications with interface mode or issues, and applications, when accessing nucleus module 11, can know the header file that nucleus module 11 pairs of applications provide.
Further, nucleus module 11 is the reusable nucleus module based on M3UA, for completing the function of M3UA; When using M3UA in the product, only need to comprise header file (embodying with interface mode) and library file (embodying with code means) that nucleus module 11 provides, then according to the implementation of this product, the configuration data needed for M3UA is configured by configuration interface; In addition, if the interface that provides of nucleus module 11 and actual levels interface, system service interface is distinguished to some extent, then write by user the coupling that adaptation code completes this partial content.
In the embodiment of the present invention, interface module 12 includes but not limited to one of following or combination in any: configuration management interface (CMI) 121, system service interface (SSI) 122, high-level interface (UI) 123, lower layer interface (LI) 124; Wherein:
Configuration management interface 121, for provide in manager's application access nucleus module 11 pairs of applications header file time, information feed back corresponding for header file is applied to manager; In addition, this configuration management interface 121, be further used for data configuration information, message distribution information, warning information, to one of control information of nucleus module 11 or combination in any, feed back to manager's application (feedback be data configuration information, message distribution information, warning information, the library file corresponding to the control information of nucleus module 11 etc.).
System service interface 122, for provide in system service application access nucleus module 11 pairs of applications header file time, information feed back corresponding for header file is applied to system service; In addition, this system service interface 122, be further used for one of memory management information, timer information, log information or combination in any, feed back to system service application (library file corresponding for memory management information, timer information, log information etc. of feedback).
High-level interface 123, for provide in upper-layer protocol application access nucleus module 11 pairs of applications header file time, information feed back corresponding for header file is applied to upper-layer protocol; In addition, this high-level interface 123, the information feed back be further used for required for being applied by upper-layer protocol is applied (library file corresponding to the information required for upper-layer protocol application of feedback) to upper-layer protocol.
Lower layer interface 124, for provide in lower-layer protocols application access nucleus module 11 pairs of applications header file time, information feed back corresponding for header file is applied to lower-layer protocols.In addition, this lower layer interface 124, the information feed back be further used for required for lower-layer protocols being applied is applied (library file corresponding to the information required for lower-layer protocols application of feedback) to lower-layer protocols.
Therefore, externally can provide 4 interfaces in the embodiment of the present invention, 4 interfaces are configuration management interface 121, system service interface 122, high-level interface 123, lower layer interface 124 respectively; Configuration management interface 121 comprises data configuration, message distribution, alarm, to the content of the aspects such as protocol module control; System service interface 122 is memory management, timer, the content of the aspects such as daily record; High-level interface 123 is the function that provides upper-layer protocol or message interface; Lower layer interface 124 is the interface with lower-layer protocols.
It should be noted that, in the embodiment of the present invention, the deployment way of nucleus module can also be distributed deployment, namely multiple nucleus module (each nucleus module has the interface module of its correspondence) is disposed, based on multiple nucleus modules of distributed deployment, can manage concentratedly, to accommodate distributed the demand of structure.
In sum, in the embodiment of the present invention, adopt modular mentality of designing to carry out design to M3UA to realize, M3UA is embodied as a basic nucleus module, this nucleus module completes the function of M3UA, and can jointly complete a larger function by the component composition of standard with other modules, thus can realize reusing and sharing to M3UA.
Concrete, nucleus module can be multiplexing, and independent of target operating environment, irrelevant with operating system, compiler, processor etc., can not need to change or do little change to be just applied in multiple product.Provide nucleus module and 4 interfaces in the embodiment of the present invention, during core code exploitation, (applications calls related content) can't see concrete applied environment, can't see interface and the demand of applied environment, only sees 4 interfaces of M3UA inside definition; These 4 interfaces are separated with service, define interface shape function prototype, but do not provide concrete service, and concrete function realizes being completed by user.
In actual applications, software multiplexing comprises the exploitation of reusable software and the process such as Application system construction based on reusable software, and the exploitation of reusable software is the primary condition realizing software repeated usage; Based on this, in the embodiment of the present invention, the implementation method of M3UA as reusable software is set forth, realize the independence of M3UA and operating system, compiler, processor, database, Operation and Maintenance etc., thus make M3UA multiplexing in multiple product, reduce product development cost.
Further, compared with prior art, at least have the following advantages in the embodiment of the present invention:
(1) due to the realization of M3UA is segmented, M3UA is divided into two parts content from large aspect, one is the adaptation that M3UA can be made normally to run being applicable to this platform, two is reusable M3UA software, by the realization of an agreement being divided into two parts respectively evolution and upgrading, can effective code multiplexing, thus code development quantity is greatly reduced, improve the quality of product, product progress can be controlled better and ensure.
(2) by the realization of M3UA is separated completely with specific product, will with database, operating to provide applications waits the code of being correlated with to be placed on Part I and to realize, Part II only completes the function of M3UA, this part content only needs to carry out primary development, issues in the mode of header file+library file; M3UA, when multiple products application, only needs to develop adaptation code, and controls this partial content, thus avoid a large amount of duplication of labour.
(3) the exploitation amount of adaptation code is far smaller than the exploitation of protocol function code, thus saves the development time; If M3UA is upgraded, only needing modifies to the second part tests, and generates new library file.
Embodiment two
Based on the inventive concept same with the said equipment, the embodiment of the present invention two provides a kind of access method of information, the method includes but not limited to the processing method based on M3UA, and the method is applied in the equipment comprising nucleus module and interface module, this equipment includes but not limited to the treatment facility based on M3UA, to be described the process of M3UA in the embodiment of the present invention, the protocol processes for other repeats no more.
As shown in Figure 2, the method comprises the following steps:
Step 201, nucleus module provides the library file under operating system to applications, the header file corresponding to the library file under determination operation system, and applications is provided to the header file corresponding to library file under operating system.
In the embodiment of the present invention, nucleus module is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor.
Step 202, interface module when the header file that outside application access nucleus module provides applications, by information feed back corresponding for header file to applications.
In the embodiment of the present invention, interface module comprises one of following or combination in any: configuration management interface, system service interface, high-level interface, lower layer interface.
Concrete, interface module, when the header file that outside application access nucleus module provides applications, by information feed back corresponding for header file to applications, comprising:
Situation one, when the header file that manager's application access nucleus module provides applications, information feed back corresponding for header file is applied to manager by configuration management interface; Further, information feed back corresponding for header file is applied to manager by configuration management interface, comprise: configuration management interface is by data configuration information, message distribution information, warning information, to one of control information of nucleus module or combination in any, feed back to manager's application.
Situation two, when the header file that system service application access nucleus module provides applications, information feed back corresponding for header file is applied to system service by system service interface; Further, information feed back corresponding for header file is applied to system service by system service interface, comprising: system service interface, by one of memory management information, timer information, log information or combination in any, feeds back to system service application.
Situation three, when the header file that upper-layer protocol application access nucleus module provides applications, information feed back corresponding for header file is applied to upper-layer protocol by high-level interface; Further, information feed back corresponding for header file is applied to upper-layer protocol by high-level interface, comprising: the information feed back required for upper-layer protocol application is applied to upper-layer protocol by high-level interface.
Situation four, when the header file that lower-layer protocols application access nucleus module provides applications, information feed back corresponding for header file is applied to lower-layer protocols by lower layer interface, further, information feed back corresponding for header file is applied to lower-layer protocols by lower layer interface, comprising: the information feed back required for lower-layer protocols application is applied to lower-layer protocols by lower layer interface.
In sum, in the embodiment of the present invention, in multiple products application, only need to develop adaptation code, and this partial content is controlled, thus avoid a large amount of duplication of labour; And the exploitation amount of adaptation code is far smaller than the exploitation amount of protocol function code, thus save the development time; And the realization of an agreement is divided into two parts respectively evolution and upgrading, and can effective code multiplexing, code development quantity greatly reduces.
Through the above description of the embodiments, those skilled in the art can be well understood to the mode that the present invention can add required general hardware platform by software and realize, and can certainly pass through hardware, but in a lot of situation, the former is better execution mode.Based on such understanding, technical scheme of the present invention can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product is stored in a storage medium, comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform method described in each embodiment of the present invention.
It will be appreciated by those skilled in the art that accompanying drawing is the schematic diagram of a preferred embodiment, the module in accompanying drawing or flow process might not be that enforcement the present invention is necessary.
It will be appreciated by those skilled in the art that the module in the device in embodiment can carry out being distributed in the device of embodiment according to embodiment description, also can carry out respective change and be arranged in the one or more devices being different from the present embodiment.The module of above-described embodiment can merge into a module, also can split into multiple submodule further.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
Be only several specific embodiment of the present invention above, but the present invention is not limited thereto, the changes that any person skilled in the art can think of all should fall into protection scope of the present invention.

Claims (8)

1. an access equipment for information, is characterized in that, comprising:
Nucleus module, for providing the library file under operating system to applications, the header file corresponding to the library file under determination operation system, and provides the header file corresponding to library file under operating system to applications;
Interface module, at nucleus module described in outside application access, applications is provided header file time, by information feed back corresponding for described header file to applications;
Wherein, described interface module comprises one of following or combination in any: configuration management interface, system service interface, high-level interface and lower layer interface;
Wherein, configuration management interface, at nucleus module described in manager's application access, applications is provided header file time, information feed back corresponding for described header file is applied to manager;
System service interface, at nucleus module described in system service application access, applications is provided header file time, information feed back corresponding for described header file is applied to system service;
High-level interface, at nucleus module described in upper-layer protocol application access, applications is provided header file time, information feed back corresponding for described header file is applied to upper-layer protocol;
Lower layer interface, at nucleus module described in lower-layer protocols application access, applications is provided header file time, information feed back corresponding for described header file is applied to lower-layer protocols.
2. equipment as claimed in claim 1, is characterized in that,
Described configuration management interface, is further used for data configuration information, message distribution information, warning information, to one of control information of nucleus module or combination in any, feeds back to manager's application;
Described system service interface, is further used for one of memory management information, timer information, log information or combination in any, feeds back to system service application;
Described high-level interface, the information feed back be further used for required for being applied by upper-layer protocol is applied to upper-layer protocol;
Described lower layer interface, the information feed back be further used for required for lower-layer protocols being applied is applied to lower-layer protocols.
3. the equipment as described in any one of claim 1-2, is characterized in that,
Described nucleus module is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor.
4. the equipment as described in any one of claim 1-2, is characterized in that, described equipment is the treatment facility of the adaptation layer protocol M3UA based on partial message transmission third level user.
5. an access method for information, is characterized in that, be applied in the equipment comprising nucleus module and interface module, the method comprises:
Described nucleus module provides the library file under operating system to applications, the header file corresponding to the library file under determination operation system, and applications is provided to the header file corresponding to library file under operating system;
Described interface module when the header file that nucleus module described in outside application access provides applications, by information feed back corresponding for described header file to applications;
Wherein, described interface module comprises one of following or combination in any: configuration management interface, system service interface, high-level interface and lower layer interface;
Wherein, described interface module, when the header file that nucleus module described in outside application access provides applications, by information feed back corresponding for described header file to applications, comprising:
When the header file that nucleus module described in manager's application access provides applications, information feed back corresponding for described header file is applied to manager by described configuration management interface;
When the header file that nucleus module described in system service application access provides applications, information feed back corresponding for described header file is applied to system service by described system service interface;
When the header file that nucleus module described in upper-layer protocol application access provides applications, information feed back corresponding for described header file is applied to upper-layer protocol by described high-level interface;
When the header file that nucleus module described in lower-layer protocols application access provides applications, information feed back corresponding for described header file is applied to lower-layer protocols by described lower layer interface.
6. method as claimed in claim 5, is characterized in that,
Information feed back corresponding for described header file is applied to manager by described configuration management interface, comprise: described configuration management interface is by data configuration information, message distribution information, warning information, to one of control information of nucleus module or combination in any, feed back to manager's application;
Information feed back corresponding for described header file is applied to system service by described system service interface, comprising: described system service interface, by one of memory management information, timer information, log information or combination in any, feeds back to system service application;
Information feed back corresponding for described header file is applied to upper-layer protocol by described high-level interface, comprising: the information feed back required for upper-layer protocol application is applied to upper-layer protocol by described high-level interface;
Information feed back corresponding for described header file is applied to lower-layer protocols by described lower layer interface, comprising: the information feed back required for lower-layer protocols application is applied to lower-layer protocols by described lower layer interface.
7. the method as described in any one of claim 5-6, is characterized in that,
Described nucleus module is can the processing unit of independent compilation, independent of target operating environment, and does not rely on operating system, compiler and processor.
8. the method as described in any one of claim 5-6, is characterized in that, described method is the processing method of the adaptation layer protocol M3UA based on partial message transmission third level user.
CN201110437934.8A 2011-12-23 2011-12-23 A kind of access method of information and equipment Active CN102523229B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110437934.8A CN102523229B (en) 2011-12-23 2011-12-23 A kind of access method of information and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110437934.8A CN102523229B (en) 2011-12-23 2011-12-23 A kind of access method of information and equipment

Publications (2)

Publication Number Publication Date
CN102523229A CN102523229A (en) 2012-06-27
CN102523229B true CN102523229B (en) 2016-01-20

Family

ID=46294021

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110437934.8A Active CN102523229B (en) 2011-12-23 2011-12-23 A kind of access method of information and equipment

Country Status (1)

Country Link
CN (1) CN102523229B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103529821B (en) * 2013-09-29 2016-05-11 重庆邮电大学 A kind of configurableization method and device of the diagnosing protocol stack system based on CAN bus
CN103885880A (en) * 2014-03-28 2014-06-25 上海斐讯数据通信技术有限公司 Static testing method for citation of internal interfaces between modules
CN108055239B (en) * 2017-11-13 2020-06-26 北京全路通信信号研究设计院集团有限公司 RSSP-I security protocol separation deployment method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706737A (en) * 2009-12-18 2010-05-12 湖南大学 Method for constructing synergic function library of software and hardware
CN101989194A (en) * 2009-07-31 2011-03-23 沈阳晨讯希姆通科技有限公司 Secondary development method for wireless communication module

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101826014B (en) * 2010-04-20 2013-05-08 北京邮电大学 Dividing method of source code in software engineering

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989194A (en) * 2009-07-31 2011-03-23 沈阳晨讯希姆通科技有限公司 Secondary development method for wireless communication module
CN101706737A (en) * 2009-12-18 2010-05-12 湖南大学 Method for constructing synergic function library of software and hardware

Also Published As

Publication number Publication date
CN102523229A (en) 2012-06-27

Similar Documents

Publication Publication Date Title
US7188335B1 (en) Product configuration using configuration patterns
CN106250782A (en) A kind of data permission control method resolved based on SQL statement and device
CN110399119A (en) A kind of modularization construction method, device, electronic equipment and storage medium
CN112835560A (en) WEB multi-terminal low-code intelligent software development platform
CN1233011A (en) System for changing software during computer operation
CN105830052A (en) Method for an integrated data handling for the engineering and operation of a plant
CN102523229B (en) A kind of access method of information and equipment
CN110175027A (en) A kind of method and apparatus for developing business function
CN112486518B (en) Consensus algorithm assembling method and device
CN105511935B (en) The acquisition methods and device of resource index value
CN112463211A (en) System architecture transformation method compatible with multiple development architectures and system architecture
CN103577165A (en) Form generation method and form generator
CN102063332A (en) Logical device component of software communication system structure and operating method thereof
CN109976779A (en) Robot software's online upgrading dissemination method, device, equipment and storage medium
CN106406980B (en) A kind of dispositions method and device of virtual machine
CN109885612A (en) The synchronization take-effective method and device of block chain intelligence contract
CN103677983A (en) Scheduling method and device of application
CN116112175A (en) Service processing method, device and medium of digital twin network based on block chain
CN105467857A (en) Method for power station simulation
CN107621963A (en) A kind of software deployment method, software deployment system and electronic equipment
CN109634714A (en) A kind of method and device of intelligent scheduling
CN104793928A (en) Developing and running platform implementation method and system based on Java
CN112015371A (en) Software development device under non-embedded software platform
US7007280B1 (en) Schema driven management of a component-based application
CN109684115A (en) A kind of communication means and relevant device applied between plug-in unit

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant