CN113778408A - A building block code serialization method, device, system and medium - Google Patents
A building block code serialization method, device, system and medium Download PDFInfo
- Publication number
- CN113778408A CN113778408A CN202110866912.7A CN202110866912A CN113778408A CN 113778408 A CN113778408 A CN 113778408A CN 202110866912 A CN202110866912 A CN 202110866912A CN 113778408 A CN113778408 A CN 113778408A
- Authority
- CN
- China
- Prior art keywords
- building block
- data
- block code
- processed
- serialization
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 53
- 238000003491 array Methods 0.000 claims abstract description 11
- 238000013507 mapping Methods 0.000 claims description 24
- 230000015654 memory Effects 0.000 claims description 21
- 230000009471 action Effects 0.000 claims description 10
- 238000004458 analytical method Methods 0.000 claims description 2
- 238000004806 packaging method and process Methods 0.000 claims 1
- 230000006870 function Effects 0.000 description 8
- 238000004590 computer program Methods 0.000 description 7
- 238000006243 chemical reaction Methods 0.000 description 6
- 238000012545 processing Methods 0.000 description 4
- 238000012937 correction Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000012552 review Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 238000007667 floating Methods 0.000 description 2
- 230000008676 import Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005538 encapsulation Methods 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04845—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Error Detection And Correction (AREA)
Abstract
本发明公开了一种积木代码序列化方法、装置、系统及介质,方法包括:获取待处理积木代码块组合;按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。本发明实施例通过对积木代码块组合进行解析并生成相应的序列化数组,将图形化的积木代码块转为量化数组,有利于实现对积木代码块的自动识别,提高积木代码块的识别效率。
The invention discloses a method, device, system and medium for serializing building block codes. The method includes: acquiring a combination of building block code blocks to be processed; analyzing the combination of building block code blocks to be processed in a preset order to obtain the code block code of each to-be-processed building block The building block type and building block data corresponding to the block; according to the building block type and building block data, a corresponding serialized array is generated after serialization according to preset rules. In the embodiment of the present invention, by analyzing the combination of building block code blocks and generating corresponding serialized arrays, the graphical building block code blocks are converted into quantized arrays, which is conducive to realizing automatic identification of building block code blocks and improving the identification efficiency of building block code blocks. .
Description
技术领域technical field
本发明涉及图形化编程技术领域,尤其涉及一种积木代码序列化方法、装置、系统及介质。The present invention relates to the technical field of graphical programming, and in particular, to a method, device, system and medium for serializing building block codes.
背景技术Background technique
当前的在线少儿编程课程中,学生的课后作业批改主要还依赖于人工批改,主要是由于编程作业是由代表各种变量、操作的图形化积木代码块组合而成,无法对积木代码块组合代表的代码数据进行自动识别进而获知编程内容。In the current online children's programming courses, students' after-school homework correction mainly depends on manual correction, mainly because the programming homework is composed of graphical building blocks representing various variables and operations, and it is impossible to combine the building blocks. The representative code data is automatically identified to learn the programming content.
因此,现有技术还有待于改进和发展。Therefore, the existing technology still needs to be improved and developed.
发明内容SUMMARY OF THE INVENTION
鉴于上述现有技术的不足,本发明的目的在于提供一种积木代码序列化方法、装置、系统及介质,旨在解决现有技术中无法对图形化编程中的积木代码组合进行自动识别的问题。In view of the above-mentioned deficiencies in the prior art, the purpose of the present invention is to provide a building block code serialization method, device, system and medium, aiming to solve the problem that the building block code combination in graphical programming cannot be automatically identified in the prior art .
本发明的技术方案如下:The technical scheme of the present invention is as follows:
一种积木代码序列化方法,其包括如下步骤:A building block code serialization method, comprising the following steps:
获取待处理积木代码块组合;Get the combination of blocks to be processed;
按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;Parse the combination of the to-be-processed building-block code blocks in a preset order to obtain the building-block type and building-block data corresponding to each to-be-processed building block code block;
根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。A corresponding serialized array is generated after serializing according to the building block type and building block data according to preset rules.
所述的积木代码序列化方法中,所述获取待处理积木代码块组合,具体包括:In the building block code serialization method, the obtaining the combination of building block code blocks to be processed specifically includes:
获取具有相应拼接时序的待处理积木代码块组合。Get the block combination of blocks to be processed with the corresponding splicing timing.
所述的积木代码序列化方法中,所述按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据,包括:In the building block code serialization method, the combination of the to-be-processed building-block code blocks is analyzed in a preset order to obtain the building-block type and building-block data corresponding to each to-be-processed building block code block, including:
获取所述待处理积木代码块组合的拼接时序;Obtain the splicing timing sequence of the combination of the to-be-processed building block code blocks;
按所述拼接时序依次对每个待处理积木代码块进行解析,得到按拼接时序排列的积木类型与积木数据。According to the splicing sequence, each to-be-processed building block code block is sequentially parsed to obtain building block types and building block data arranged according to the splicing sequence.
所述的积木代码序列化方法中,所述根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组,包括:In the method for serializing building block codes, after serializing according to the building block type and building block data according to preset rules, a corresponding serialized array is generated, including:
将所述积木类型和积木数据按预设的编码映射库分别转换为对应的编码数据,所述编码映射库用于存储所述积木类型和积木数据与所述编码数据之间的映射关系;The building block type and building block data are respectively converted into corresponding encoded data according to a preset encoding mapping library, and the encoding mapping library is used to store the mapping relationship between the building block type and the building block data and the encoded data;
将所述编码数据按预设数据结构进行封装后得到与每个待处理积木代码块对应的一维数组;After encapsulating the encoded data according to the preset data structure, a one-dimensional array corresponding to each to-be-processed building block code block is obtained;
将所述一维数组按拼接时序叠加,生成与所述待处理积木代码块组合对应的二维序列化数组。The one-dimensional arrays are superimposed according to the splicing sequence to generate a two-dimensional serialized array corresponding to the combination of the to-be-processed building block code blocks.
所述的积木代码序列化方法中,所述根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组之前,还包括:In the building block code serialization method, before generating a corresponding serialized array after serializing according to the building block type and building block data according to a preset rule, the method further includes:
预先定义所有积木类型对应的类型编码数据,以及积木数据对应的动作编码数据后得到所述编码映射库。The encoding mapping library is obtained by predefining type encoding data corresponding to all building block types and action encoding data corresponding to the building block data.
所述的积木代码序列化方法中,所述一维数组的首位数据位为类型编码数据,其余数据位为动作编码数据和/或预设空位字符。In the building block code serialization method, the first data bit of the one-dimensional array is type-coded data, and the remaining data bits are action-coded data and/or preset space characters.
所述的积木代码序列化方法中,所述积木类型为常量积木、变量积木和/或操作积木。In the building block code serialization method, the building block types are constant building blocks, variable building blocks and/or operation building blocks.
本发明又一实施例还提供了一种积木代码序列化装置,所述装置包括:Yet another embodiment of the present invention also provides a building block code serialization device, the device comprising:
获取模块,用于获取待处理积木代码块组合;The acquisition module is used to acquire the combination of blocks and code blocks to be processed;
解析模块,用于按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;a parsing module, configured to parse the combination of the to-be-processed building block code blocks in a preset order to obtain the building block type and building block data corresponding to each to-be-processed building block code block;
序列化模块,用于根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。The serialization module is used to generate a corresponding serialized array after serialization according to the preset rules according to the building block type and the building block data.
本发明又一实施例还提供了一种积木代码序列化系统,所述系统包括至少一个处理器;以及,Yet another embodiment of the present invention also provides a building block code serialization system, the system includes at least one processor; and,
与所述至少一个处理器通信连接的存储器;其中,a memory communicatively coupled to the at least one processor; wherein,
所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行上述积木代码序列化方法。The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to execute the above-described method for serializing building block codes.
本发明的另一实施例还提供了一种非易失性计算机可读存储介质,所述非易失性计算机可读存储介质存储有计算机可执行指令,该计算机可执行指令被一个或多个处理器执行时,可使得所述一个或多个处理器执行上述的积木代码序列化方法。Another embodiment of the present invention also provides a non-volatile computer-readable storage medium storing computer-executable instructions, the computer-executable instructions being stored by one or more When the processor executes, the one or more processors can be made to execute the above-mentioned method for serializing the building block code.
本发明的另一实施例还提供了一种计算机程序产品,所述计算机程序产品包括存储在非易失性计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被处理器执行时,使所述处理器执行上述的积木代码序列化方法。Another embodiment of the present invention also provides a computer program product, the computer program product including a computer program stored on a non-volatile computer-readable storage medium, the computer program including program instructions, when the program is When the instruction is executed by the processor, the processor is caused to execute the above-mentioned method for serializing the building block code.
有益效果:本发明公开了一种积木代码序列化方法、装置、系统及介质,相比于现有技术,本发明实施例通过对积木代码块组合进行解析并生成相应的序列化数组,将图形化的积木代码块转为量化数组,有利于实现对积木代码块的自动识别,提高积木代码块的识别效率。Beneficial effects: The present invention discloses a building block code serialization method, device, system and medium. Compared with the prior art, the embodiment of the present invention parses the building block code block combination and generates a corresponding serialized array to convert graphics into The converted building block code block is converted into a quantized array, which is conducive to realizing automatic identification of the building block code block and improving the identification efficiency of the building block code block.
附图说明Description of drawings
下面将结合附图及实施例对本发明作进一步说明,附图中:The present invention will be further described below in conjunction with the accompanying drawings and embodiments, in which:
图1为本发明提供的积木代码序列化方法较佳实施例的流程图;Fig. 1 is the flow chart of the preferred embodiment of the building block code serialization method provided by the present invention;
图2为本发明提供的积木代码序列化方法应用实施例中待处理积木代码块的示意图;FIG. 2 is a schematic diagram of a to-be-processed building block code block in an application embodiment of a building block code serialization method provided by the present invention;
图3为本发明提供的积木代码序列化装置较佳实施例的功能模块示意图;3 is a schematic diagram of functional modules of a preferred embodiment of the building block code serialization device provided by the present invention;
图4为本发明提供的积木代码序列化系统较佳实施例的硬件结构示意图。FIG. 4 is a schematic diagram of the hardware structure of a preferred embodiment of the building block code serialization system provided by the present invention.
具体实施方式Detailed ways
为使本发明的目的、技术方案及效果更加清楚、明确,以下对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。以下结合附图对本发明实施例进行介绍。In order to make the objectives, technical solutions and effects of the present invention clearer and clearer, the present invention will be described in further detail below. It should be understood that the specific embodiments described herein are only used to explain the present invention, but not to limit the present invention. The embodiments of the present invention are described below with reference to the accompanying drawings.
请参阅图1,图1为本发明提供的积木代码序列化方法较佳实施例的流程图。如图1所示,其包括如下步骤:Please refer to FIG. 1. FIG. 1 is a flowchart of a preferred embodiment of a method for serializing building block codes provided by the present invention. As shown in Figure 1, it includes the following steps:
S100、获取待处理积木代码块组合;S100. Obtain the code block combination of building blocks to be processed;
S200、按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;S200, analyzing the combination of the to-be-processed building block code blocks in a preset order, to obtain the building block type and building block data corresponding to each to-be-processed building block code block;
S300、根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。S300. Generate a corresponding serialized array after serializing according to the building block type and building block data according to a preset rule.
本实施例中,在对积木代码进行序列化处理时,先获取待处理积木代码块组合,所述待处理积木代码块组合为已封装的具有相应功能的积木代码块组合,具体可采用例如JavaScript代码,即每个积木代码块内均封装有实现相应功能的JavaScript代码,JavaScript作为网页浏览器上的一种编程语言,将其作为积木代码块的编程语言代码时可实现在网页浏览器上的图形化编程,更加便捷高效,当然在其它实施例中也可采用其他代码作为积木代码块的载体,本实施例对此不作限定。In this embodiment, when the building block code is serialized, a combination of building block code blocks to be processed is obtained first, and the combination of building block code blocks to be processed is a packaged combination of building block code blocks with corresponding functions. Specifically, for example, JavaScript can be used. Code, that is, each building block code block is encapsulated with a JavaScript code that implements the corresponding function. As a programming language on a web browser, JavaScript can be implemented on a web browser when it is used as the programming language code of the building block code block. Graphical programming is more convenient and efficient. Of course, in other embodiments, other codes may also be used as the carrier of the building block code block, which is not limited in this embodiment.
获取到所述待处理积木代码块组合后则按预设顺序对其进行解析,由于获取的待处理积木代码块组合中不同积木代码块之间具有一定的时序关系,因此按预设顺序对所述待处理积木代码块组合进行解析,得到按预设顺序排列的每个待处理积木代码块对应的积木类型与积木数据,确保在不影响积木代码块之间逻辑关系的同时得到每个积木代码块所代表的功能与数据,进而根据解析得到的所述积木类型和积木数据按预设规则进行序列化处理,以生成与待处理积木代码块组合相对应的序列化数组,使得在多种应用场景例如自动批改编程作业时可将图形化的积木代码块组合转换为易于识别的量化数组形式,可实现对积木代码块的自动识别,提高积木代码块的识别效率与准确性。After obtaining the combination of building block code blocks to be processed, it is parsed according to the preset order. The combination of the block code blocks to be processed is analyzed, and the block type and block data corresponding to each block code block to be processed arranged in a preset order are obtained, so as to ensure that each block code is obtained without affecting the logical relationship between the block code blocks. The function and data represented by the block are then serialized according to the preset rules according to the block type and block data obtained by parsing, so as to generate a serialized array corresponding to the combination of the block code blocks to be processed, so that in a variety of applications In scenarios such as automatic correction of programming operations, the combination of graphical building block code blocks can be converted into an easy-to-identify quantized array form, which can realize automatic identification of building block code blocks and improve the recognition efficiency and accuracy of building block code blocks.
具体地,所述积木类型为常量积木、变量积木和/或操作积木,即获取到的待处理积木代码块组合可包括常量积木、变量积木以及操作积木中的一种或多种,通过多种不同类型的积木代码块的组合实现相应的功能,其中操作积木可进一步包括例如事件积木、控制积木、函数积木、运算积木、外观积木、声音积木等等,具体可根据实际需要设置,本实施例对此不作限定。所述积木数据为积木代码块上的输入参数,例如以控制积木为例,若当前控制积木为“等待0.5秒”,其积木数据则为“0.5”,当然,在积木代码块不存在输入参数时,所述积木数据可以为空,例如“重复执行”的控制积木等等。Specifically, the building block types are constant building blocks, variable building blocks, and/or operation building blocks, that is, the acquired code block combination to be processed may include one or more of constant building blocks, variable building blocks, and operation building blocks. The combination of different types of building blocks code blocks realizes corresponding functions, wherein the operation building blocks may further include, for example, event building blocks, control building blocks, function building blocks, operation building blocks, appearance building blocks, sound building blocks, etc., which can be set according to actual needs. This embodiment This is not limited. The building block data is the input parameters on the building block code block. For example, taking the control building block as an example, if the current control building block is "wait for 0.5 seconds", the building block data is "0.5". Of course, there is no input parameter in the building block code block. , the block data can be empty, such as the "repeatedly executed" control block and so on.
进一步地,所述获取待处理积木代码块组合,具体包括:Further, the obtaining the combination of building blocks code blocks to be processed specifically includes:
获取具有相应拼接时序的待处理积木代码块组合。Get the block combination of blocks to be processed with the corresponding splicing timing.
本实施例中,所述待处理积木代码块组合可以是用户输入的,例如在少儿编程课程中学生用户输入的课后作业等等,具体用户可直接在预设的积木库中选择已封装的积木代码块,并在代码编辑区进行例如拖拽、拼接、组合等积木代码编辑操作,进而获取得到具有相应拼接时序的待处理积木代码块组合;或者也可以是在积木编程工具中导入编程作品文件后得到的,例如教师用户将学生用户提交的课后作业导入至教师终端后查看,此时也可获取到待处理积木代码块组合,本实施例对此不作限定。In this embodiment, the combination of building blocks code blocks to be processed may be input by the user, such as the homework input by the students in the children's programming course, etc. The specific user can directly select the packaged building blocks in the preset building block library code blocks, and perform building block code editing operations such as dragging, splicing, and combining in the code editing area, and then obtain the block code block combination to be processed with the corresponding splicing sequence; or you can also import the programming work file in the building block programming tool For example, the teacher user imports the after-school homework submitted by the student user to the teacher terminal for viewing, and at this time, the combination of the building block code blocks to be processed can also be obtained, which is not limited in this embodiment.
进一步地,所述按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据,包括:Further, analyzing the combination of the to-be-processed building-block code blocks in a preset order to obtain the building-block type and building-block data corresponding to each to-be-processed building block code block, including:
获取所述待处理积木代码块组合的拼接时序;Obtain the splicing timing sequence of the combination of the to-be-processed building block code blocks;
按所述拼接时序依次对每个待处理积木代码块进行解析,得到按拼接时序排列的积木类型与积木数据。According to the splicing sequence, each to-be-processed building block code block is sequentially parsed to obtain building block types and building block data arranged according to the splicing sequence.
本实施例中,由于在图形编程场景中,所有的积木代码块都是顺序叠加放置的,因此在时序上存在天然的序列关系,通过获取所述待处理积木代码块组合的拼接时序即可得到用户编辑输入时的叠加顺序,之后按所述拼接时序依次对每个待处理积木代码块进行解析,得到按拼接时序排列的积木类型与积木数据,从而按序对叠加放置的积木代码块进行功能与数据的解析还原,保证后续序列化处理时积木代码块所对应的功能与数据不会发生逻辑时序错误,提高积木代码块识别的准确性。In this embodiment, since all building block code blocks are placed in sequence in a graphical programming scenario, there is a natural sequence relationship in time sequence, which can be obtained by acquiring the splicing time sequence of the combination of the building block code blocks to be processed. The user edits the stacking sequence of the input, and then analyzes each to-be-processed building block code block in turn according to the splicing sequence to obtain the building block types and building block data arranged according to the splicing sequence, so as to perform functions on the stacked building block code blocks in sequence. The analysis and restoration of the data ensures that the functions and data corresponding to the building block code blocks will not have logical timing errors during subsequent serialization processing, and improves the accuracy of building block code block recognition.
进一步地,所述根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组,包括:Further, generating a corresponding serialized array after serializing according to the building block type and building block data according to preset rules, including:
将所述积木类型和积木数据按预设的编码映射库分别转换为对应的编码数据,所述编码映射库用于存储所述积木类型和积木数据与所述编码数据之间的映射关系;The building block type and building block data are respectively converted into corresponding encoded data according to a preset encoding mapping library, and the encoding mapping library is used to store the mapping relationship between the building block type and the building block data and the encoded data;
将所述编码数据按预设数据结构进行封装后得到与每个待处理积木代码块对应的一维数组;After encapsulating the encoded data according to the preset data structure, a one-dimensional array corresponding to each to-be-processed building block code block is obtained;
将所述一维数组按拼接时序叠加,生成与所述待处理积木代码块组合对应的二维序列化数组。The one-dimensional arrays are superimposed according to the splicing sequence to generate a two-dimensional serialized array corresponding to the combination of the to-be-processed building block code blocks.
本实施例中,在进行序列化处理时,先将所有按拼接时序排列的积木类型和积木数据依次进行编码后分别转换为对应编码数据,具体可根据预设的编码映射库进行一一对应的数据转换,所述编码映射库中存储有所述积木类型与编码数据之间的映射关系,以及所述积木数据与编码数据之间的映射关系,之间在所述编码映射库中搜索相应的积木类型和积木数据后即可得到对应的编码数据,实现便捷快速的数据转换,之后将数字化的所述编码数据按预设数据结构进行封装,得到与每个待处理积木代码对应的一维数组,即本实施例中将每一个待处理积木代码块均对应转换为一条一维数组,在得到了每个待处理积木代码所对应的一维数组后,再将所有的一维数组按拼接时序叠加生成一个二维序列化数组,所述二维序列化数组即与待处理积木代码块组合相对应,其具有相同的拼接时序以及与积木类型和积木数据一一对应的编码数据,通过该二维序列化数组即可将图形化的积木代码块组合转换为量化的二维编码数据,实现了对图形化编程作品的向量化处理,便于后续实现准确的积木代码识别与审核,有利于实现图形化编程作品的自动审核。In this embodiment, during the serialization process, all building block types and building block data arranged according to the splicing sequence are encoded in sequence and then converted into corresponding encoded data respectively. Specifically, a one-to-one correspondence can be performed according to a preset encoding mapping library. Data conversion, the coding mapping library stores the mapping relationship between the building block type and the coding data, and the mapping relationship between the building block data and the coding data, and searches the coding mapping library for corresponding After the building block type and building block data, the corresponding coded data can be obtained to realize convenient and fast data conversion, and then the digitized coded data is encapsulated according to the preset data structure to obtain a one-dimensional array corresponding to each block code to be processed. , that is, in this embodiment, each to-be-processed building block code block is correspondingly converted into a one-dimensional array, and after obtaining the one-dimensional array corresponding to each to-be-processed building block code, all the one-dimensional arrays are spliced according to the timing sequence. A two-dimensional serialized array is generated by superposition, and the two-dimensional serialized array corresponds to the combination of the block code blocks to be processed. The dimensional serialization array can convert the combination of graphical building block code blocks into quantitative two-dimensional encoded data, which realizes the vectorization processing of graphical programming works, facilitates the subsequent realization of accurate building block code identification and review, and is conducive to the realization of graphics Automated review of programming works.
进一步地,所述根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组之前,还包括:Further, before generating a corresponding serialized array after serializing according to the building block type and building block data according to a preset rule, the method further includes:
预先定义所有积木类型对应的类型编码数据,以及积木数据对应的动作编码数据后得到所述编码映射库。The encoding mapping library is obtained by predefining type encoding data corresponding to all building block types and action encoding data corresponding to the building block data.
本实施例中,预先对积木库中所有积木代码块包括的积木类型以及积木数据进行编码定义并存储,得到所述编码映射库以实现准确的数据转换,具体所述编码映射库可采用映射表的形式,如表1所示,其展示了部分积木类型所对应的类型编码数据,使得后续序列化处理时,可直接搜索调用各个积木类型对应的类型编码数据,以及积木数据对应的动作编码数据即可,确保每次序列化处理时的统一性与准确性。In this embodiment, the building block types and building block data included in all building block code blocks in the building block library are encoded, defined and stored in advance, and the encoding mapping library is obtained to realize accurate data conversion. Specifically, the encoding mapping library can use a mapping table As shown in Table 1, it shows the type coding data corresponding to some building block types, so that during subsequent serialization processing, the type coding data corresponding to each building block type and the action coding data corresponding to the building block data can be directly searched and called. That is, to ensure the uniformity and accuracy of each serialization process.
表1Table 1
进一步地,所述一维数组的首位数据位为类型编码数据,其余数据位为动作编码数据和/或预设空位字符。Further, the first data bit of the one-dimensional array is type-coded data, and the remaining data bits are action-coded data and/or preset space characters.
本实施例中,按预设数据结构对转换得到的编码数据进行封装,从而将每个代表一个变量、常量或者操作的待处理积木代码量化为统一数据格式的序列化一维数组,该数据结构如表2所示,每一行数据可固定长度为N位,N可根据实际积木情况,能满足最长需求即可,首位为类型编码数据,后几位为动作编码数据,若无法全用到,可用预设空位字符例如0替代。In this embodiment, the converted encoded data is encapsulated according to a preset data structure, so that each block code to be processed representing a variable, constant or operation is quantified into a serialized one-dimensional array in a uniform data format. The data structure As shown in Table 2, the length of each line of data can be fixed to N bits, and N can be based on the actual building block, as long as it can meet the longest demand. The first bit is the type encoding data, and the last few bits are the action encoding data. , can be replaced with a preset blank character such as 0.
表2Table 2
具体请一并参阅图2,举具体应用实施例对本发明提供的积木代码序列化方法进行说明,如图2所示,本实施例中待处理积木代码块组合按拼接时序分别为重复执行、下一个动作、等待0.5秒,对应的积木类型依次为重复执行、动作、等待(以秒为单位),对应的积木数据依次为无数据、下一个动作对应的动作编码数据、0.5,因此按上述预设数据结构对积木类型和积木数据对应的编码数据进行封装后即可将积木代码块序列化后转换为如表3所示的二维序列化数组,实现图形化至数字化的转换,达到对图形化编程作品进行自动识别的目的,为图形编程作品自动审核等提供准确的识别结果。Please refer to FIG. 2 for details. The method for serializing the building block code provided by the present invention will be described with a specific application example. As shown in FIG. 2 , in this embodiment, the combination of the building block code blocks to be processed in the splicing sequence is repeated execution, following For an action, wait for 0.5 seconds, the corresponding block types are repeated execution, action, and wait (in seconds), and the corresponding block data are no data, the action code data corresponding to the next action, and 0.5. Assuming that the data structure encapsulates the coding data corresponding to the building block type and the building block data, the building block code block can be serialized and converted into a two-dimensional serialized array as shown in Table 3, so as to realize the conversion from graphics to digitization, so as to realize the conversion of graphics to digital. The purpose of automatic identification of programming works is to provide accurate identification results for automatic review of graphic programming works.
表3table 3
由以上方法实施例可知,本发明提供的积木代码序列化方法通过对积木代码块组合进行解析并生成相应的序列化数组,将图形化的积木代码块转为量化数组,有利于实现对积木代码块的自动识别,提高积木代码块的识别效率。It can be seen from the above method embodiments that the building block code serialization method provided by the present invention converts the graphical building block code block into a quantized array by analyzing the building block code block combination and generating a corresponding serialized array, which is conducive to realizing the building block code. Automatic identification of blocks to improve the identification efficiency of building block code blocks.
需要说明的是,上述各步骤之间并不必然存在一定的先后顺序,本领域普通技术人员,根据本发明实施例的描述可以理解,不同实施例中,上述各步骤可以有不同的执行顺序,亦即,可以并行执行,亦可以交换执行等等。It should be noted that the above steps do not necessarily have a certain sequence. Those of ordinary skill in the art can understand from the description of the embodiments of the present invention that in different embodiments, the above steps may have different execution orders. That is, it can be executed in parallel, or it can be executed interchangeably, and so on.
本发明另一实施例提供一种积木代码序列化装置,如图3所示,装置1包括:Another embodiment of the present invention provides a building block code serialization device. As shown in FIG. 3 , the
获取模块11,用于获取待处理积木代码块组合;an
解析模块12,用于按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;The
序列化模块13,用于根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。The
所述获取模块11、解析模块12和序列化模块13依次连接,具体实施方式请参考上述对应的方法实施例,此处不再赘述。The obtaining
进一步地,所述获取模块11具体用于:Further, the
获取具有相应拼接时序的待处理积木代码块组合。Get the block combination of blocks to be processed with the corresponding splicing timing.
进一步地,所述解析模块12包括:Further, the parsing
时序获取单元,用于获取所述待处理积木代码块组合的拼接时序;a timing acquisition unit, used for acquiring the splicing timing of the combination of the building block code blocks to be processed;
解析单元,用于按所述拼接时序依次对每个待处理积木代码块进行解析,得到按拼接时序排列的积木类型与积木数据。The parsing unit is configured to parse each block code block to be processed in sequence according to the splicing sequence, and obtain the building block types and building block data arranged according to the splicing sequence.
进一步地,所述序列化模块13包括:Further, the
转换单元,用于将所述积木类型和积木数据按预设的编码映射库分别转换为对应的编码数据,所述编码映射库用于存储所述积木类型和积木数据与所述编码数据之间的映射关系;The conversion unit is used to convert the building block type and building block data into corresponding encoded data according to a preset encoding mapping library, and the encoding mapping library is used for storing the building block type and the building block data and the encoding data. the mapping relationship;
数据封装单元,用于将所述编码数据按预设数据结构进行封装后得到与每个待处理积木代码块对应的一维数组;a data encapsulation unit, configured to encapsulate the encoded data according to a preset data structure to obtain a one-dimensional array corresponding to each to-be-processed building block code block;
序列叠加单元,用于将所述一维数组按拼接时序叠加,生成与所述待处理积木代码块组合对应的二维序列化数组。A sequence stacking unit, configured to stack the one-dimensional arrays according to the splicing sequence to generate a two-dimensional serialized array corresponding to the combination of the building block code blocks to be processed.
进一步地,所述积木代码序列化装置还包括:Further, the building block code serialization device also includes:
编码模块,用于预先定义所有积木类型对应的类型编码数据,以及积木数据对应的动作编码数据后得到所述编码映射库。The encoding module is used for pre-defining the type encoding data corresponding to all building block types and the action encoding data corresponding to the building block data to obtain the encoding mapping library.
进一步地,所述积木代码序列化装置还包括:Further, the building block code serialization device also includes:
检测模块,用于检测主窗口的显示尺寸Detection module, used to detect the display size of the main window
自适应调节模块,用于根据所述主窗口的显示尺寸自适应调节各个表格控件中待显示表格数据的字体大小。The adaptive adjustment module is configured to adaptively adjust the font size of the table data to be displayed in each table control according to the display size of the main window.
本发明另一实施例提供一种积木代码序列化系统,如图4所示,系统10包括:Another embodiment of the present invention provides a building block code serialization system. As shown in FIG. 4 , the
一个或多个处理器110以及存储器120,图4中以一个处理器110为例进行介绍,处理器110和存储器120可以通过总线或者其他方式连接,图4中以通过总线连接为例。One or
处理器110用于完成系统10的各种控制逻辑,其可以为通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)、单片机、ARM(Acorn RISCMachine)或其它可编程逻辑器件、分立门或晶体管逻辑、分立的硬件组件或者这些部件的任何组合。还有,处理器110还可以是任何传统处理器、微处理器或状态机。处理器110也可以被实现为计算设备的组合,例如,DSP和微处理器的组合、多个微处理器、一个或多个微处理器结合DSP和/或任何其它这种配置。The
存储器120作为一种非易失性计算机可读存储介质,可用于存储非易失性软件程序、非易失性计算机可执行程序以及模块,如本发明实施例中的积木代码序列化方法对应的程序指令。处理器110通过运行存储在存储器120中的非易失性软件程序、指令以及单元,从而执行系统10的各种功能应用以及数据处理,即实现上述方法实施例中的积木代码序列化方法。As a non-volatile computer-readable storage medium, the
存储器120可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据系统10使用所创建的数据等。此外,存储器120可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。在一些实施例中,存储器120可选包括相对于处理器110远程设置的存储器,这些远程存储器可以通过网络连接至系统10。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The
一个或者多个单元存储在存储器120中,当被一个或者多个处理器110执行时,执行上述任意方法实施例中的积木代码序列化方法,例如,执行以上描述的图1中的方法步骤S100至步骤S300。One or more units are stored in the
本发明实施例提供了一种非易失性计算机可读存储介质,计算机可读存储介质存储有计算机可执行指令,该计算机可执行指令被一个或多个处理器执行,例如,执行以上描述的图1中的方法步骤S100至步骤S300。Embodiments of the present invention provide a non-volatile computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are executed by one or more processors, for example, to execute the above-described The method steps S100 to S300 in FIG. 1 .
作为示例,非易失性存储介质能够包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦ROM(EEPROM)或闪速存储器。易失性存储器能够包括作为外部高速缓存存储器的随机存取存储器(RAM)。通过说明丽非限制,RAM可以以诸如同步RAM(SRAM)、动态RAM、(DRAM)、同步DRAM(SDRAM)、双数据速率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、Synchlink DRAM(SLDRAM)以及直接Rambus(兰巴斯)RAM(DRRAM)之类的许多形式得到。本文中所描述的操作环境的所公开的存储器组件或存储器旨在包括这些和/或任何其他适合类型的存储器中的一个或多个。As examples, non-volatile storage media can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) as external cache memory. By way of illustration, and not limitation, RAM can be configured in formats such as Synchronous RAM (SRAM), Dynamic RAM, (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and Direct Rambus (Lambas) RAM (DRRAM) and many other forms. The disclosed memory components or memories of the operating environments described herein are intended to include one or more of these and/or any other suitable types of memory.
本发明的另一种实施例提供了一种计算机程序产品,计算机程序产品包括存储在非易失性计算机可读存储介质上的计算机程序,计算机程序包括程序指令,当程序指令被处理器执行时,使所述处理器执行上述方法实施例的积木代码序列化方法。例如,执行以上描述的图1中的方法步骤S100至步骤S300。Another embodiment of the present invention provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions that when executed by a processor , causing the processor to execute the building block code serialization method in the above method embodiment. For example, the above-described method steps S100 to S300 in FIG. 1 are performed.
综上所述,本发明公开的一种积木代码序列化方法、装置、系统及介质中,方法通过获取待处理积木代码块组合;按预设顺序解析所述待处理积木代码块组合,得到每个待处理积木代码块对应的积木类型与积木数据;根据所述积木类型和积木数据按预设规则进行序列化后生成相应的序列化数组。本发明实施例通过对积木代码块组合进行解析并生成相应的序列化数组,将图形化的积木代码块转为量化数组,有利于实现对积木代码块的自动识别,提高积木代码块的识别效率。To sum up, in a building block code serialization method, device, system and medium disclosed in the present invention, the method obtains the combination of building block code blocks to be processed; The building block type and building block data corresponding to each to-be-processed building block code block; according to the building block type and building block data, a corresponding serialized array is generated after serialization according to a preset rule. In the embodiment of the present invention, by analyzing the combination of building block code blocks and generating corresponding serialized arrays, the graphical building block code blocks are converted into quantized arrays, which is conducive to realizing automatic identification of building block code blocks and improving the identification efficiency of building block code blocks. .
以上所描述的实施例仅仅是示意性的,其中作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际需要选择其中的部分或者全部模块来实现本实施例方案的目的。The above-described embodiments are only illustrative, wherein the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place, Alternatively, it can be distributed over multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
通过以上的实施例的描述,本领域的技术人员可以清楚地了解到各实施例可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件实现。基于这样的理解,上述技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存在于计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机电子设备(可以是个人计算机,服务器,或者网络电子设备等)执行各个实施例或者实施例的某些部分的方法。From the description of the above embodiments, those skilled in the art can clearly understand that each embodiment can be implemented by means of software plus a general hardware platform, and certainly can also be implemented by hardware. Based on this understanding, the above-mentioned technical solutions can be embodied in the form of software products in essence, or the parts that make contributions to related technologies. The computer software products can exist in computer-readable storage media, such as ROM/RAM, magnetic disks , CD-ROM, etc., including several instructions to cause a computer electronic device (which may be a personal computer, server, or network electronic device, etc.) to perform the methods of various embodiments or portions of embodiments.
除了其他之外,诸如"能够"、"能"、"可能"或"可以"之类的条件语言除非另外具体地陈述或者在如所使用的上下文内以其他方式理解,否则一般地旨在传达特定实施方式能包括(然而其他实施方式不包括)特定特征、元件和/或操作。因此,这样的条件语言一般地还旨在暗示特征、元件和/或操作对于一个或多个实施方式无论如何都是需要的或者一个或多个实施方式必须包括用于在有或没有输入或提示的情况下判定这些特征、元件和/或操作是否被包括或者将在任何特定实施方式中被执行的逻辑。Conditional language such as "could," "could," "may," or "could," among others, is generally intended to convey unless specifically stated otherwise or otherwise understood within the context as used Certain embodiments can include, while other embodiments do not, include particular features, elements, and/or operations. Thus, such conditional language is also generally intended to imply that features, elements, and/or operations are required anyway for one or more implementations or that one or more implementations must include for use with or without input or prompting logic to determine whether such features, elements and/or operations are included or to be performed in any particular implementation.
已经在本文中在本说明书和附图中描述的内容包括能够提供一种积木代码序列化方法、装置、系统及介质的示例。当然,不能够出于描述本公开的各种特征的目的来描述元件和/或方法的每个可以想象的组合,但是可以认识到,所公开的特征的许多另外的组合和置换是可能的。因此,显而易见的是,在不脱离本公开的范围或精神的情况下能够对本公开做出各种修改。此外,或在替代方案中,本公开的其他实施例从对本说明书和附图的考虑以及如本文中所呈现的本公开的实践中可能是显而易见的。意图是,本说明书和附图中所提出的示例在所有方面被认为是说明性的而非限制性的。尽管在本文中采用了特定术语,但是它们在通用和描述性意义上被使用并且不用于限制的目的。What has been described herein in the specification and drawings includes examples that can provide a building block code serialization method, apparatus, system, and medium. Of course, not every conceivable combination of elements and/or methods has been described for the purpose of describing the various features of the present disclosure, but it will be appreciated that many additional combinations and permutations of the disclosed features are possible. Therefore, it will be apparent that various modifications can be made in the present disclosure without departing from the scope or spirit of the disclosure. In addition, or in the alternative, other embodiments of the present disclosure may be apparent from consideration of this specification and drawings, and from practice of the present disclosure as presented herein. It is intended that the examples presented in this specification and drawings are to be regarded in all respects as illustrative and not restrictive. Although specific terms are employed herein, they are used in a generic and descriptive sense and not for purposes of limitation.
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110866912.7A CN113778408A (en) | 2021-07-29 | 2021-07-29 | A building block code serialization method, device, system and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110866912.7A CN113778408A (en) | 2021-07-29 | 2021-07-29 | A building block code serialization method, device, system and medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113778408A true CN113778408A (en) | 2021-12-10 |
Family
ID=78836465
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110866912.7A Pending CN113778408A (en) | 2021-07-29 | 2021-07-29 | A building block code serialization method, device, system and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113778408A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114201163A (en) * | 2022-02-21 | 2022-03-18 | 北京布局未来教育科技有限公司 | Graphical programming module design method and device, electronic equipment and medium |
CN115826833A (en) * | 2023-02-13 | 2023-03-21 | 北京拍立拼科技有限公司 | Internet-based building block splicing system implementation method |
CN116400927A (en) * | 2023-04-18 | 2023-07-07 | 北京思明启创科技有限公司 | Code block translation method and device, electronic equipment and storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA2759516A1 (en) * | 2011-11-24 | 2013-05-24 | Ibm Canada Limited - Ibm Canada Limitee | Serialization of pre-initialized objects |
CN109117209A (en) * | 2018-07-23 | 2019-01-01 | 广州多益网络股份有限公司 | Serializing and unserializing method and device |
CN109710261A (en) * | 2018-12-29 | 2019-05-03 | 深圳点猫科技有限公司 | A kind of method and electronic equipment that building blocks code is automatically converted to programming code |
CN111930374A (en) * | 2020-09-21 | 2020-11-13 | 北京易真学思教育科技有限公司 | Data formatting method, data formatting device, programming system, data formatting equipment and storage medium |
CN111930636A (en) * | 2020-09-21 | 2020-11-13 | 北京易真学思教育科技有限公司 | Graphic programming product checking method, device, system, equipment and storage medium |
CN112558953A (en) * | 2020-12-23 | 2021-03-26 | 广州密码营地教育科技有限公司 | Programming implementation method, device and equipment based on graphical editor |
CN112698825A (en) * | 2021-01-08 | 2021-04-23 | 乐聚(深圳)机器人技术有限公司 | Programming building block conversion method, device, processing equipment and storage medium |
-
2021
- 2021-07-29 CN CN202110866912.7A patent/CN113778408A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA2759516A1 (en) * | 2011-11-24 | 2013-05-24 | Ibm Canada Limited - Ibm Canada Limitee | Serialization of pre-initialized objects |
CN109117209A (en) * | 2018-07-23 | 2019-01-01 | 广州多益网络股份有限公司 | Serializing and unserializing method and device |
CN109710261A (en) * | 2018-12-29 | 2019-05-03 | 深圳点猫科技有限公司 | A kind of method and electronic equipment that building blocks code is automatically converted to programming code |
CN111930374A (en) * | 2020-09-21 | 2020-11-13 | 北京易真学思教育科技有限公司 | Data formatting method, data formatting device, programming system, data formatting equipment and storage medium |
CN111930636A (en) * | 2020-09-21 | 2020-11-13 | 北京易真学思教育科技有限公司 | Graphic programming product checking method, device, system, equipment and storage medium |
CN112558953A (en) * | 2020-12-23 | 2021-03-26 | 广州密码营地教育科技有限公司 | Programming implementation method, device and equipment based on graphical editor |
CN112698825A (en) * | 2021-01-08 | 2021-04-23 | 乐聚(深圳)机器人技术有限公司 | Programming building block conversion method, device, processing equipment and storage medium |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114201163A (en) * | 2022-02-21 | 2022-03-18 | 北京布局未来教育科技有限公司 | Graphical programming module design method and device, electronic equipment and medium |
CN115826833A (en) * | 2023-02-13 | 2023-03-21 | 北京拍立拼科技有限公司 | Internet-based building block splicing system implementation method |
CN116400927A (en) * | 2023-04-18 | 2023-07-07 | 北京思明启创科技有限公司 | Code block translation method and device, electronic equipment and storage medium |
CN116400927B (en) * | 2023-04-18 | 2024-01-26 | 北京思明启创科技有限公司 | Code block translation method and device, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113778408A (en) | A building block code serialization method, device, system and medium | |
US10025773B2 (en) | System and method for natural language processing using synthetic text | |
CN112671726A (en) | Industrial control protocol analysis method and device, electronic equipment and storage medium | |
JP2019520615A (en) | Character recognition method, device, server and storage medium of claim document for damages | |
CN109977014B (en) | Block chain-based code error identification method, device, equipment and storage medium | |
CN109062925B (en) | Method, device, computer equipment and storage medium for automatically generating insert sentences | |
CN108769109A (en) | Method and system are uniformly processed in a kind of Internet of Things heterogeneous device data | |
CN110399306B (en) | Automatic testing method and device for software module | |
CN103095726A (en) | Processing method and device of protocol interpreter | |
US20240062091A1 (en) | Hybrid quantum-classical computing environments | |
CN118296155A (en) | Financial event extraction and analysis method and device based on large language model | |
CN114626360B (en) | Data processing method, device and electronic device | |
CN104462157B (en) | A kind of method and device of text data secondary structure | |
CN108509447A (en) | Data processing method and device | |
US11856071B2 (en) | Method and apparatus for pushing subscription data in internet of things, device and storage medium thereof | |
CN118819545A (en) | A large model compilation reasoning method, device and medium | |
CN109543772A (en) | Data set automatic matching method, device, equipment and computer readable storage medium | |
US9201838B2 (en) | Systems and methods for the efficient exchange of hierarchical data | |
CN113778407A (en) | Programming job correcting method, device, system and medium based on deep learning | |
CN117874002A (en) | A method and system for heterogeneous data migration | |
CN113705183B (en) | Web service-oriented electronic form data generation and maintenance method and related equipment | |
CN113434652B (en) | Intelligent question-answering method, intelligent question-answering device, equipment and storage medium | |
CN113778406A (en) | Programming operation correcting method, device, system and medium based on template matching | |
CN113793112A (en) | A method, system and medium for automatic correction of programming operations | |
CN111831555A (en) | A universal ground station testing device, working method, computer equipment and storage medium |
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 |