[go: up one dir, main page]

CN105653257B - Sand table system capable of customizing strategy - Google Patents

Sand table system capable of customizing strategy Download PDF

Info

Publication number
CN105653257B
CN105653257B CN201510494908.7A CN201510494908A CN105653257B CN 105653257 B CN105653257 B CN 105653257B CN 201510494908 A CN201510494908 A CN 201510494908A CN 105653257 B CN105653257 B CN 105653257B
Authority
CN
China
Prior art keywords
strategy
data
operation function
policy
subunit
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
CN201510494908.7A
Other languages
Chinese (zh)
Other versions
CN105653257A (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.)
Antiy Technology Group Co Ltd
Original Assignee
Antiy Technology Group 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 Antiy Technology Group Co Ltd filed Critical Antiy Technology Group Co Ltd
Priority to CN201510494908.7A priority Critical patent/CN105653257B/en
Publication of CN105653257A publication Critical patent/CN105653257A/en
Application granted granted Critical
Publication of CN105653257B publication Critical patent/CN105653257B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a sand table system capable of customizing strategies, which comprises: the core control unit is used for generating and storing strategies, controlling and executing internal logic based on the called strategies and calling required external hardware resources; the IO execution unit is used for realizing the input and output functions of data and realizing the extension of peripheral resources; the data communication and acquisition unit is used for finishing data communication and data acquisition; the power supply management unit comprises a charging subunit and a management subunit; the charging subunit includes: a charging management chip, a wireless charging chip or a battery; the management subunit includes: and various power supply chips for different voltage requirements. The sand table system overcomes the defect that the strategy of the traditional sand table system is not changeable, and has better interactivity.

Description

Sand table system capable of customizing strategy
Technical Field
The invention relates to the technical field of information display, in particular to a sand table system with a customizable strategy.
Background
In ancient China, sand tables have been used as an ancient combat tool for thousands of years. The application and development of the method are not forgotten or replaced due to the development of modern scientific technology, and the method generates new vitality under the action of the modern scientific technology. Fields of application include: economics, psychology, city planning, company size, geographic terrain, traffic, education, and the like. The ancient demonstration form can be kept for a long time, and the main reason is that the ancient demonstration form can visually express abstract, complex and huge things between the cun or obtain results. However, the current sand table is greatly improved in representation form by applying a new display technology. However, the characteristics of single-point triggering and single response are still existed between the whole sand table and the user and between the sand table module and the module. Such a logical model is clearly not adaptable to the increasingly diverse and complex application scenario requirements.
Disclosure of Invention
The invention provides a sand table system capable of customizing a strategy, which can generate a required strategy model according to requirements, and control internal logic and call required external hardware resources based on a called strategy. The problems that a traditional sand table system model is limited, a strategy cannot be flexibly modified, and interactivity is poor are solved.
The invention is realized by adopting the following sand table system: a customizable policy sandboxed system comprising:
the core control unit is used for generating and storing strategies, controlling and executing internal logic based on the called strategies and calling required external hardware resources;
the IO execution unit is used for realizing the input and output functions of data and realizing the extension of peripheral resources;
the data communication and acquisition unit is used for finishing data communication and data acquisition;
the power supply management unit comprises a charging subunit and a management subunit; the charging subunit comprises: a charging management chip, a wireless charging chip or a battery; the management subunit includes: various power supply chips for different voltage requirements;
wherein the core control unit runs a controller therein, comprising:
the hardware driving layer is used for calling required external hardware resources and carrying out reasonable configuration; a software interface for providing a program using hardware resources;
the system kernel layer is used for managing hardware resources and software resources by a system;
the strategy learning layer is used for generating strategies and extracting strategy related information to store in the strategy table; the policy related information includes: strategy ID, trigger condition, entry address, operation function execution sequence and operation function information;
the data coding layer is used for converting input data in different formats into a system coding format and converting output data in the system coding format into an externally recognizable format;
and the script language analysis layer is used for receiving and executing an externally input script program to create a strategy or execute other modification operations.
Further, the carrier for storing the policy by the core control unit includes: flash, EEPROM, ferroelectric memory, memristor array, or graphene storage.
Further, the data communication and collection unit includes: the data communication subunit and the data acquisition subunit;
the data communication subunit comprises: the interface comprises a USB interface, a WIFI interface, an Ethernet interface, a serial port, an I2C interface, an SPI interface, a PCIE interface or a wireless communication interface;
the data acquisition subunit comprises: a sound sensor, a color sensor, a distance sensor, an image sensor, a speed sensor, a temperature sensor, a light sensor or a gravity sensor.
The invention is realized by adopting the following controllers: a controller capable of customizing a strategy, which runs in a core control unit of the sand table system, comprises:
the hardware driving layer is used for calling required external hardware resources and carrying out reasonable configuration; a software interface for providing a program using hardware resources;
the system kernel layer is used for managing hardware resources and software resources by a system;
the strategy learning layer is used for generating strategies and extracting strategy related information to store in the strategy table; the policy related information includes: strategy ID, trigger condition, entry address, operation function execution sequence and operation function information;
the data coding layer is used for converting input data in different formats into a system coding format and converting output data in the system coding format into an externally recognizable format;
and the script language analysis layer is used for receiving and executing an externally input script program to create a strategy or execute other modification operations.
Further, the operation function includes: built-in operation functions of the system or operation functions added by scripts.
Further, the operation function information includes: operation ID, operation parameters, operation entry address.
Further, the policy ID is obtained by arranging operation entry addresses of the operation functions according to an execution sequence of the operation functions, calculating a hash value, and using the hash value as the policy ID.
The invention adopts the following method to realize the customization of the sand table strategy: a method of customizable policies, comprising:
selecting an operation function required by a strategy to be customized;
extracting operation function information;
generating a policy ID by using the operation function information;
and storing the strategy ID, the trigger condition, the entry address, the execution sequence of the operation function and the operation function information into a strategy table.
Further, the operation function includes: an operation function built in the system or an operation function added by a script.
Further, the operation function information includes: operation ID, operation parameters, operation entry address.
Further, the generating the policy ID by using the operation function information is: and arranging the operation entry addresses according to the execution sequence of the operation functions, calculating a hash value, and taking the hash value as a strategy ID.
Further, the policy can be added, deleted, or modified as needed; the operation function can be added, deleted or modified according to the requirement; the execution order of the operation functions can be modified as needed.
In summary, the invention provides a sandbox system with customizable policies, which includes a core control unit, which is mainly used for generating and storing policies, controlling and executing internal logic based on invoked policies, and invoking required external hardware resources. The invention also provides a controller running in the core control unit, which is mainly used for generating the strategy, storing the strategy into the strategy table and calling the required strategy according to the requirement; external hardware resources and software interfaces are called according to strategy requirements; converting input data in different formats into a system coding format; or converting the output data in the system coding format into an externally recognizable format; the user may utilize a script program to create a new policy or modify an existing policy. Finally, the invention provides a method for customizing a strategy.
The invention has the beneficial effects that: the invention generates a new strategy by using a simple script language according to the requirement by operating the controller in the sand table system, or modifies the existing strategy in the strategy table, thereby avoiding the defects of single point triggering and single response of the traditional sand table model. And the interactivity between the modules in the sand table and the interactivity between the sand table and the user are improved.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a block diagram of an embodiment of a sandbox system for customizable policies provided by the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of a controller for customizing a policy according to the present invention;
fig. 3 is a flowchart of an embodiment of a method for customizing a policy according to the present invention.
Detailed Description
In order to make the technical solutions in the embodiments of the present invention better understood and make the above objects, features, and advantages of the present invention more obvious and understandable, the present invention provides an embodiment of a sand table system with customizable policies, and the technical solutions of the present invention are further described in detail below with reference to the accompanying drawings:
the invention firstly provides a sand table system with customizable strategies, as shown in figure 1, comprising:
a core control unit 101, configured to generate and store a policy, perform control and execution of internal logic based on a called policy, and call a required external hardware resource;
the IO execution unit 102 is used for realizing the input and output functions of data and realizing the extension of peripheral resources;
for example: the IO execution unit is connected with the LED lamp and the drive circuit thereof, so that the LED lamp can be driven; or the IO execution unit is connected with a switch or a key and used for triggering the strategy display customized by the user;
the data communication and acquisition unit 103 is used for completing data communication and data acquisition;
a power management unit 104 including a charging subunit and a management subunit; the charging subunit includes: a charging management chip, a wireless charging chip or a battery; the management subunit includes: and various power supply chips for different voltage requirements.
The input end of each power supply chip can be powered by a lithium battery or an external voltage-stabilized power supply.
For example: the core control unit can output data to the IO execution unit or receive data input by the IO execution unit; the core control unit can utilize a WIFI interface or a USB interface of the data communication and acquisition unit to send or receive data to an external model (or a sand table).
Preferably, the carrier for storing the policy by the core control unit includes: flash, EEPROM, ferroelectric memory, memristor array, or graphene storage.
Preferably, the data communication and collection unit includes: the data communication subunit and the data acquisition subunit;
the data communication subunit includes: the USB interface, the WIFI interface, the Ethernet interface, the serial port, the I2C interface, the SPI interface, the PCIE interface or the wireless communication interface;
the data acquisition subunit comprises: a sound sensor, a color sensor, a distance sensor, an image sensor, a speed sensor, a temperature sensor, a light sensor or a gravity sensor.
The core control unit can share internal strategies or data with other external sand tables or other modules of the sand tables by using the data communication and acquisition unit.
In conclusion, the sand table system can customize the strategy model according to the requirement, and strengthens the interactivity among the sand tables, among the modules in the sand table and between the sand table and the user.
The present invention further provides a controller capable of customizing policies, which operates in a core control unit of the sand table system, as shown in fig. 2, and includes:
the hardware driving layer 201 is used for calling required external hardware resources and carrying out reasonable configuration; a software interface for providing a program using hardware resources; therefore, the program for calling the hardware resources does not need to carry out operations such as configuration or initialization on the hardware, and can directly call the hardware resources only by accessing the corresponding API function;
a system kernel layer 202 for system management of hardware resources and software resources; the method comprises the following steps: storage management of a main memory, file system management, task scheduling management, or encapsulation and scheduling management of a hardware driver; among these, the system kernel types include, but are not limited to: unix, linux, UCOS, windows, or iOS;
the strategy learning layer 203 is used for generating strategies and extracting strategy related information to store in a strategy table; the policy related information includes: strategy ID, trigger condition, entry address, operation function execution sequence and operation function information;
when the trigger condition of the strategy in a certain strategy table is met, triggering the process defined by the strategy ID, and executing the operation functions one by one from the entry address according to the execution sequence of the operation functions, thereby realizing the display process defined by the strategy;
the data coding layer 204 is used for converting input data in different formats into a system coding format and converting output data in the system coding format into an externally recognizable format;
the input or output data format includes, but is not limited to: unicode, utf8, ANSI, or ASCII;
and the scripting language parsing layer 205 is used for receiving and executing externally input scripting programs to create strategies or perform other modification operations. For example: the luau interpreter is transplanted to the embedded environment for implementation.
Preferably, the operation function includes: an operation function built in the system or an operation function added by a script.
Preferably, the operation function information includes: operation ID, operation parameters, operation entry address.
The operating parameter may be a specific operation that the operating function needs to perform.
Preferably, the policy ID is obtained by arranging operation entry addresses of the operation functions according to an execution sequence of the operation functions, calculating a hash value, and using the hash value as the policy ID.
In summary, the controller is configured to drive external hardware resources to implement a data input/output function, and reasonably allocate resources within the system according to priorities of system hardware or software resources; carrying out unified coding on the received input data with different formats; the customization and modification of the sand table strategy of the system and the triggering operation and execution of the strategy can be realized by a user through an interpreter of the embedded script language.
The invention finally provides a method for customizing a policy, as shown in fig. 3, comprising:
s301, selecting an operation function required by a strategy to be customized;
s302, extracting operation function information;
s303, generating a strategy ID by using the operation function information;
s304 stores the policy ID, the trigger condition, the entry address, the execution order of the operation functions, and the operation function information into the policy table.
Preferably, the operation function includes: built-in operation functions of the system or operation functions added by scripts.
Preferably, the operation function information includes: operation ID, operation parameters, operation entry address.
More preferably, the generating a policy ID by using the operation function information is: and arranging the operation entry addresses according to the execution sequence of the operation functions, calculating a hash value, and taking the hash value as a strategy ID.
Preferably, the policy can be added, deleted or modified as needed; the operation function can be added, deleted or modified according to the requirement; the execution order of the operation functions can be modified as needed.
The storing the policy ID, the trigger condition, the entry address, the execution sequence of the operation function, and the operation function information into the policy table specifically includes: after a user generates a strategy through an operation function, distributing an area for the strategy according to the service condition of a strategy table, wherein the area is used for storing the relevant information of the strategy; mapping the entry address of the first operation function in the strategy and the variable value address of the operation function to the distributed area respectively; and after the first operation function is executed, other operation functions are continuously executed according to the execution sequence of the operation functions until the end.
In summary, the method for customizing the policy in the sand table system includes: selecting a required operation function by analyzing the strategy to be customized, extracting operation function information, and calculating to obtain a strategy ID based on the operation function information; storing the strategy ID, the trigger condition, the entry address, the execution sequence of the operation function and the information of the operation function into a strategy table; in subsequent demonstrations, the required policies may be invoked as needed.
The sand table system provided by the invention is different from the traditional sand table with a single strategy, a single point of trigger and a single response. The sand table system disclosed by the invention can customize the strategy according to the requirement and store the strategy into the strategy table; selecting a strategy to be called from the strategy table when needed; the controller manages hardware resources and software resources according to the strategy to be called, and further cooperates with an IO execution unit, a data communication and acquisition unit and a power management unit of the sand table system to display the display effect defined by the strategy. Therefore, deep interactivity and high autonomy between the user and the sand table, between the sand table and between modules in the sand table are achieved.
The above examples are intended to illustrate but not to limit the technical solutions of the present invention. Any modification or partial replacement without departing from the spirit and scope of the present invention should be covered in the claims of the present invention.

Claims (12)

1. A customizable policy sandboxed system comprising:
the core control unit is used for generating and storing strategies, controlling and executing internal logic based on the called strategies and calling required external hardware resources; the core control unit is also used for sharing internal strategies or data with other external sand tables or other modules of the sand tables by using the data communication and acquisition unit;
the IO execution unit is used for realizing the input and output functions of data and realizing the extension of peripheral resources;
the data communication and acquisition unit is used for finishing data communication and data acquisition;
the power supply management unit comprises a charging subunit and a management subunit; the charging subunit includes: a charging management chip, a wireless charging chip, or a battery; the management subunit includes: various power supply chips for coping with different voltage requirements;
wherein the core control unit has a controller running therein, comprising:
the hardware driving layer is used for calling required external hardware resources and carrying out reasonable configuration; a software interface for providing a program using hardware resources;
the system kernel layer is used for managing hardware resources and software resources by a system;
the strategy learning layer is used for generating strategies and extracting strategy related information to store in the strategy table; the policy related information includes: strategy ID, trigger condition, entry address, operation function execution sequence and operation function information;
the data coding layer is used for converting input data in different formats into a system coding format and converting output data in the system coding format into an externally recognizable format;
and the script language analysis layer is used for receiving and executing an externally input script program to create a strategy or execute other modification operations.
2. The sandboxed system of claim 1, wherein the carrier used by the core control unit to store the policies comprises: flash, EEPROM, ferroelectric memory, memristor array, or graphene storage.
3. The sand table system as recited in claim 1 wherein said data communication and collection unit comprises: the data communication subunit and the data acquisition subunit;
the data communication subunit comprises: the USB interface, the WIFI interface, the Ethernet interface, the serial port, the I2C interface, the SPI interface, the PCIE interface or the wireless communication interface;
the data acquisition subunit comprises: a sound sensor, a color sensor, a distance sensor, an image sensor, a speed sensor, a temperature sensor, a light sensor or a gravity sensor.
4. A controller capable of customizing a strategy, which is operated in a core control unit of the sand table system of claim 1, comprising:
the hardware driving layer is used for calling required external hardware resources and carrying out reasonable configuration; a software interface for providing a program using hardware resources;
the system kernel layer is used for managing hardware resources and software resources by a system;
the strategy learning layer is used for generating strategies and extracting strategy related information to store in the strategy table; the policy related information includes: strategy ID, trigger condition, entry address, operation function execution sequence and operation function information;
the data coding layer is used for converting input data in different formats into a system coding format and converting output data in the system coding format into an externally recognizable format;
and the script language analysis layer is used for receiving and executing an externally input script program to create a strategy or execute other modification operations.
5. The controller of claim 4, wherein the operational function comprises: built-in operation functions of the system or operation functions added by scripts.
6. The controller of claim 4, wherein the operating function information comprises: operation ID, operation parameters, operation entry address.
7. The controller according to claim 6, wherein the policy ID is obtained by arranging operation entry addresses of the operation functions in an execution order of the operation functions, calculating a hash value, and using the hash value as the policy ID.
8. A method of customizing a policy, operating in a core control unit of the sand table system of claim 1, comprising:
selecting an operation function required by a strategy to be customized;
extracting operation function information;
generating a policy ID by using the operation function information;
storing the strategy ID, the trigger condition, the entry address, the execution sequence of the operation function and the operation function information into a strategy table;
the method further comprises the following steps:
and sharing internal strategies or data with other external sand tables or other modules of the sand tables by using the data communication and acquisition unit in the sand table system.
9. The method of claim 8, wherein the operation function comprises: an operation function built in the system or an operation function added by a script.
10. The method of claim 8, wherein the operating function information comprises: operation ID, operation parameters, operation entry address.
11. The method of claim 10, wherein the generating a policy ID using the operation function information is: and arranging the operation entry addresses according to the execution sequence of the operation functions, calculating a hash value, and taking the hash value as a strategy ID.
12. The method of claim 8, wherein the policies can be added, deleted, or modified as needed; the operation function can be newly added, deleted or modified according to the requirement; the execution order of the operation functions can be modified as needed.
CN201510494908.7A 2015-08-13 2015-08-13 Sand table system capable of customizing strategy Active CN105653257B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510494908.7A CN105653257B (en) 2015-08-13 2015-08-13 Sand table system capable of customizing strategy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510494908.7A CN105653257B (en) 2015-08-13 2015-08-13 Sand table system capable of customizing strategy

Publications (2)

Publication Number Publication Date
CN105653257A CN105653257A (en) 2016-06-08
CN105653257B true CN105653257B (en) 2023-04-07

Family

ID=56482022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510494908.7A Active CN105653257B (en) 2015-08-13 2015-08-13 Sand table system capable of customizing strategy

Country Status (1)

Country Link
CN (1) CN105653257B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106920455A (en) * 2017-02-25 2017-07-04 美科科技(北京)有限公司 Intelligent sand table demo system and intelligent sand table demenstration method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999272A (en) * 2012-03-23 2013-03-27 广州市凡拓数码科技有限公司 Realization method, realization system and manufacturing method for electronic area sand table
CN103093021A (en) * 2012-10-25 2013-05-08 中国电力科学研究院 Tide deduction sandbox simulation system
CN103268072A (en) * 2013-05-27 2013-08-28 重庆市科学技术研究院 A kind of miniature car based on machine vision, miniature car control system and control method
CN103386975A (en) * 2013-08-02 2013-11-13 重庆市科学技术研究院 Vehicle obstacle avoidance method and system based on machine vision
CN104200303A (en) * 2014-08-08 2014-12-10 华迪计算机集团有限公司 Three-dimensional electronic sand table system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8477098B2 (en) * 2007-10-31 2013-07-02 Gene S. Fein Method and apparatus for user interface of input devices
CN101414417A (en) * 2008-12-01 2009-04-22 浙江大学 Traffic artificial semi-physical goods electronic sand map system
CN101561850B (en) * 2009-06-10 2011-12-28 华中科技大学 System for comprehensively processing massive multi-channel nerve information and control method thereof
CN102243823A (en) * 2010-05-11 2011-11-16 无锡市美普索特电子科技有限公司 Sand table demonstration system controlled by touch screen
CN103956087B (en) * 2014-04-25 2016-03-02 南京理工大学 A kind of headstock decode controller of city rail traffic operation security simulation sand table

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999272A (en) * 2012-03-23 2013-03-27 广州市凡拓数码科技有限公司 Realization method, realization system and manufacturing method for electronic area sand table
CN103093021A (en) * 2012-10-25 2013-05-08 中国电力科学研究院 Tide deduction sandbox simulation system
CN103268072A (en) * 2013-05-27 2013-08-28 重庆市科学技术研究院 A kind of miniature car based on machine vision, miniature car control system and control method
CN103386975A (en) * 2013-08-02 2013-11-13 重庆市科学技术研究院 Vehicle obstacle avoidance method and system based on machine vision
CN104200303A (en) * 2014-08-08 2014-12-10 华迪计算机集团有限公司 Three-dimensional electronic sand table system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于MCGS组态软件的智能电网沙盘展示系统;杨勇;《电气时代》(第01期);全文 *

Also Published As

Publication number Publication date
CN105653257A (en) 2016-06-08

Similar Documents

Publication Publication Date Title
CN101814024B (en) Framework and tool for designing cross-platform 3D interface
US20190237003A1 (en) Display device, electronic device and method of controlling screen display
CN103902390B (en) Inter-process communication method based on Android application layer and basis application communication system
US11336521B2 (en) Acceleration resource scheduling method and apparatus, and acceleration system
EP3745248A1 (en) Display device, electronic apparatus and screen display control method
JP6554184B2 (en) Soft processor based image signal source system and image signal processing method
CN107291456B (en) Multi-screen display control method and system
US20220222584A1 (en) Heterogeneous compute-based artificial intelligence model partitioning
CN105912339A (en) development and integration method and system
CN104461746B (en) A kind of memory headroom optimization method and system based on android system
CN104216709A (en) Method and module for directly controlling hardware equipment in operating system
CN103176802A (en) Method of achieving separation of user interface UI of system and control library through control pool
CN102999371B (en) Interface Development method and system based on Lua script
CN111930628B (en) A security-level display module graphic configuration simulation system and its simulation method
CN105653257B (en) Sand table system capable of customizing strategy
CN104133671B (en) The hardware interface screening arrangement and method of a kind of digital processing device
CN106874010B (en) Method for rapid page loading of ListView in Android system
CN105991779B (en) A kind of method, apparatus and middleware of Internet of Things short haul connection
CN110493365A (en) A kind of common-use tunnel method for switching network and device
CN103092609A (en) Method and man-machine interaction device for displaying interaction of configuration software and collector data
CN110262874B (en) Novel internet of things multitasking operating system and method based on java virtual machine
WO2016026449A1 (en) Method and module in operating system for controlling hardware device
CN116192670A (en) Environment deployment method, device, equipment and medium
CN116384094A (en) Cloud simulation environment management system, method, equipment and medium for fight design
CN104182222A (en) Universal software platform for automated equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 150028 Building 7, Innovation Plaza, Science and Technology Innovation City, Harbin Hi-tech Industrial Development Zone, Harbin, Heilongjiang Province (838 Shikun Road)

Applicant after: Harbin Antian Science and Technology Group Co.,Ltd.

Address before: 506 room 162, Hongqi Avenue, Nangang District, Harbin Development Zone, Heilongjiang, 150090

Applicant before: HARBIN ANTIY TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: 150028 building 7, innovation and entrepreneurship square, science and technology innovation city, Harbin high tech Industrial Development Zone, Harbin, Heilongjiang Province (No. 838, Shikun Road)

Applicant after: Antan Technology Group Co.,Ltd.

Address before: 150028 building 7, innovation and entrepreneurship square, science and technology innovation city, Harbin high tech Industrial Development Zone, Harbin, Heilongjiang Province (No. 838, Shikun Road)

Applicant before: Harbin Antian Science and Technology Group Co.,Ltd.

GR01 Patent grant
GR01 Patent grant