CN113157265A - Data processing method and device, medium and equipment for visual programming - Google Patents

Data processing method and device, medium and equipment for visual programming Download PDF

Info

Publication number
CN113157265A
CN113157265A CN202110268279.1A CN202110268279A CN113157265A CN 113157265 A CN113157265 A CN 113157265A CN 202110268279 A CN202110268279 A CN 202110268279A CN 113157265 A CN113157265 A CN 113157265A
Authority
CN
China
Prior art keywords
design file
instruction
data processing
graphic
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110268279.1A
Other languages
Chinese (zh)
Inventor
陈锡广
樊海涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced Institute of Information Technology AIIT of Peking University
Hangzhou Weiming Information Technology Co Ltd
Original Assignee
Advanced Institute of Information Technology AIIT of Peking University
Hangzhou Weiming Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advanced Institute of Information Technology AIIT of Peking University, Hangzhou Weiming Information Technology Co Ltd filed Critical Advanced Institute of Information Technology AIIT of Peking University
Priority to CN202110268279.1A priority Critical patent/CN113157265A/en
Publication of CN113157265A publication Critical patent/CN113157265A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Abstract

The invention can provide a data processing method, a data processing device, a data processing medium and data processing equipment for visual programming. The data processing method comprises the following steps: reading a program instruction set, generating one or more target program instructions based on the program instruction set, responding to a design file calling command, and selecting an instruction design file from a plurality of files according to the design file calling command; integrating the target program instruction into an instruction design file to obtain a graphic analytic formula design file; and finally, generating a graphic block for visual programming by using the graphic analytic design file. The data processing device can include but is not limited to an instruction set reading module, a target program instruction generating module, a calling instruction responding module, a graph analytic type design file generating module and a graph block generating module. The graphic block for visual programming provided by the technical scheme of the invention has the advantage of reusability, can be applied to various scenes after once development, and greatly improves the actual utilization rate of useful data.

Description

Data processing method and device, medium and equipment for visual programming
Technical Field
The invention relates to the technical field of computers, in particular to a data processing method, a data processing device, a data processing medium and data processing equipment for visual programming.
Background
At present, the amount of information, the propagation speed of information, the speed of information processing, and the degree of information utilization are all increasing in a geometric progression, which is more and more demanding on data processing. For a processing device, software developed through programming plays a crucial role in the efficient utilization of hardware resources of the processing device, however, the general programming threshold is high, and certain requirements are imposed on the basic knowledge level of a student, so that the visual programming is carried out at the same time.
The visual programming is a graphical programming tool, the limitation of inputting complex program codes can be eliminated, and a user only needs to control the change of elements such as characters, backgrounds and the like by dragging a preset program module. Programming can be done, exercising programmability, even for users who have not learned programming.
However, the existing visual programming is generally only applied to specific uses of juvenile programming and machine learning, and the reason for this is that the forming process of the existing graphic block for visual programming must be set depending on the scene, the obtained graphic block cannot be reused, and the utilization rate of useful data is low, so improvement is urgently needed.
Disclosure of Invention
In order to solve at least one problem in the prior art, the present invention can specifically provide a data processing method, apparatus, medium, and device for visual programming, so as to achieve one or more technical purposes of improving graphic block reusability, improving useful data utilization rate, and the like.
To achieve the above technical object, the present invention discloses a data processing method for visual programming, which may include, but is not limited to, at least one of the following steps.
A set of program instructions is read.
One or more target program instructions are generated based on the set of program instructions.
And responding to the design file calling command to select an instruction design file from the plurality of files according to the design file calling command.
And integrating the target program instruction into the instruction design file to obtain a graphic analytic design file.
And generating a graphic block for visual programming by using the graphic analytic design file.
Further, the generating one or more target program instructions based on the set of program instructions may comprise:
and extracting external interface information from the program instruction set, wherein the external interface information comprises program calling information.
And generating the one or more target program instructions by using the external interface information.
Further, the responding to the design file call command includes:
and reading one or more files under a first preset storage path according to the design file calling instruction.
Input file selection information is received.
And taking the selected file in the one or more files as an instruction design file according to the file selection information.
Further, the responding to the design file call command includes:
and receiving interactive interface operation information according to the design file calling instruction.
And generating a current design file by using the interactive interface operation information.
And taking the current design file as an instruction design file.
Further, the set of read program instructions comprises:
and reading one or more program instruction sets stored in advance under a second preset storage path according to the instruction set calling instruction.
Further, the set of read program instructions comprises:
and receiving instruction set entry information.
And generating at least one program instruction set according to the instruction set entry information.
And reading the needed program instruction set from the at least one program instruction set.
Further, said integrating the target program instructions into the instruction design file comprises:
and jointly determining input variables, output variables, description information, instruction characteristic information and graphical user interface information for the graphic analytic formula design file to be formed according to the target program instruction and the instruction design file.
In order to achieve the technical purpose, the invention discloses a data processing device for visual programming, which can include but is not limited to an instruction set reading module, an object program instruction generating module, a call instruction responding module, a graphic analytic design file generating module and a graphic block generating module.
And the instruction set reading module is used for reading the program instruction set.
And the target program instruction generation module is used for generating one or more target program instructions based on the program instruction set.
And the calling instruction response module is used for responding to the design file calling command so as to select the instruction design file from the plurality of files according to the design file calling command.
And the graphic analytic design file generation module is used for integrating the target program instruction into the instruction design file to obtain a graphic analytic design file.
And the graphic block generating module is used for generating a graphic block for visual programming by utilizing the graphic analytic design file.
To achieve the above technical objects, the present invention can provide a computer-readable storage medium having computer-readable instructions stored thereon. The computer readable instructions, when executed by one or more processors, cause the one or more processors to perform the steps of the data processing method described in any of the embodiments of the invention.
To achieve the above technical object, the present invention can also provide a computer device, which includes a memory and a processor, wherein the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the data processing method according to any embodiment of the present invention.
The invention has the beneficial effects that: the graphic block for visual programming provided by the technical scheme of the invention has the advantages of reusability, high efficiency, safety and the like, can be applied to various scenes after once development, and greatly improves the actual utilization rate of useful data. The invention can construct the graphic block for visual programming by taking the target program instruction as a starting point, so that the graphic block corresponds to the program instruction function, the limitation of the scene is eliminated, and the invention has stronger practicability.
The invention creatively generates the graphic block for changing into the visual graphic block through the graphic analytic design file, so that the viewing and the adjustment of related contents are more convenient, and based on the program instruction set and the instruction design file used by the invention, a multi-field and multi-Application (Application) program graphic block resource library can be provided for the visual programming, and the types and the quantity of the program graphic blocks can be continuously accumulated and reused, so the invention has the outstanding advantages of wide Application range and the like. In addition, the method and the device are favorable for reducing the realization difficulty and cost of the visual programming when the visual programming is used in a new field or a new scene, and improving the generation efficiency of the graphic block for the visual programming.
Drawings
FIG. 1 shows a flow diagram of a data processing method for visual programming in one or more embodiments of the invention.
Fig. 2 shows a schematic block diagram of a data processing apparatus for visual programming according to one or more embodiments of the present invention.
FIG. 3 illustrates a schematic diagram of forming a graphic analytic design file and generating a graphic block based on the graphic analytic design file in one or more embodiments of the invention.
FIG. 4 is a schematic diagram illustrating a UI interaction interface for obtaining or creating or editing a graphic analytical design file in one or more embodiments of the invention.
FIG. 5 illustrates a schematic diagram of a UI interaction interface for editing input variables for a graphical block in one or more embodiments of the invention.
FIG. 6 is a diagram illustrating a UI interaction interface for current input variable design in one or more embodiments of the invention.
FIG. 7 illustrates a flow diagram for generating and using graphical blocks in one or more embodiments of the invention.
FIG. 8 is a schematic diagram illustrating the internal architecture of a computing device in accordance with one or more embodiments of the invention.
Detailed Description
The data processing method, device, medium and apparatus for visual programming according to the present invention are explained and explained in detail with reference to the drawings.
As shown in FIG. 1, and in conjunction with FIG. 7, one or more embodiments of the present invention can provide a data processing method for visual programming. The data processing method for visual programming includes, but is not limited to, at least one of the following steps, which are described in detail below.
A set of program instructions for the associated programmable objects is read, including but not limited to program instructions, program execution statements, and the like. As shown in fig. 7, reading a set of program instructions in the presence of the set of program instructions in some embodiments of the invention comprises: and reading one or more program instruction sets stored in advance under a second preset storage path according to the instruction set calling instruction, wherein the program instruction sets are ready to be completed. In other embodiments of the present invention, in the absence of a program instruction set or in a condition that no instruction set is currently needed, a developer may be allowed to design a core instruction set separately, and a newly developed program instruction set may be obtained by directly editing a text file, and in particular, in one or more embodiments of the present invention, reading the program instruction set includes: the method comprises the steps of firstly receiving instruction set entry information from a developer, generating at least one program instruction set according to the instruction set entry information, and reading a program instruction set required at this time from the at least one program instruction set, so that the purpose of individually designing the program instruction set is achieved.
One or more target program instructions are generated based on a set of program instructions, the target program instructions being usable to directly achieve a programmable goal, which is one of the cores of a programming design. Generating one or more target program instructions based on a set of program instructions in one or more embodiments of the invention includes: extracting external interface information from the program instruction set, wherein the external interface information comprises program calling information, namely the external interface information can be used for program calling; one or more target program instructions are then generated using the external interface information. Some embodiments of the invention may also be capable of determining a list of parameters from the target program instructions, which may include, for example and without limitation, a list of input variables and a list of output variables. The input variable list includes a plurality of input variables, and the output variable list includes a plurality of output variables.
Responding to the design file calling command to select an instruction design file from a plurality of files according to the design file calling command, wherein the instruction design file can contain needed general graphs, parameters, variables and the like. In some embodiments of the invention, responding to the design file call command comprises: reading one or more files under a first preset storage path according to a design file calling instruction, wherein a developer can determine an instruction design file from selectable files according to actual requirements; specifically, file selection information input by a developer is received, and a selected file of the one or more files is used as an instruction design file according to the file selection information. In other embodiments of the present invention, the instruction design file may be obtained by using a UI interface, that is, the developer may perform the relevant operations of the instruction design file more intuitively, and specifically, the response to the design file call command may include but is not limited to: receiving interactive interface operation information according to a design file calling instruction, wherein the interactive interface operation information can contain needed graphs, parameters, variables and the like, generating a current design file by using the interactive interface operation information, and taking the current design file as an instruction design file; when the interactive interface is operated, each design element for forming the graphic block can be edited and can be saved and edited again after being edited.
As shown in FIG. 3, the present invention integrates the target program instructions into the instruction design file to obtain the graphic analytic design file. The graphic parsed design file obtained in one or more embodiments of the invention includes, but is not limited to, graphic design elements and program instruction attributes, which may contain all relevant data for the graphic block to be formed. More specifically, some embodiments of the present invention may include, but are not limited to, integrating the target program instructions into an instruction design file: and jointly determining input variables, output variables, description information, instruction characteristic information and graphical user interface information for the graphic analytic formula design file to be formed according to the target program instruction and the instruction design file. It can be understood that one or more embodiments of the present invention can also add, modify or delete the content in the graphic analytic formula design file based on the interactive interface operation.
As shown in fig. 4, one or more embodiments of the present invention can adjust the program graph block according to actual needs. Json, for example, a program block design file "demo" can be selected on a UI interactive interface, program block description information "Blocks description" is determined, a program block resource file "/source" is selected, and program and graphic block creation, editing, and deletion operations can be performed according to current requirements, for example, corresponding operations are performed on a graphic block 1, a graphic block 2, a graphic block 3, or a graphic block 4 shown in the drawing, so that useful data can be selected, changed, or reused according to actual situations. Although the invention is not so limited.
As shown in fig. 5, one or more embodiments of the present invention can edit the contents of the program graphics block according to actual requirements, for example, new creation, editing, or deletion of an input variable of the graphics block named "xxx _ run", description of a file on which a relevant interface definition and an image block are set, and the like, wherein selection of each input variable, for example, input variable 1 or input variable 2, and the like, enables selection, modification, or reuse of useful data. Although the invention is not so limited.
As shown in FIG. 6, one or more embodiments of the invention can further edit the input variables. For example, the value of the input variable named "var name" is selected, one of the values 1, 2, 3 and 4 is selected, and the description of the input variable can be made in a self-defined manner, so that the selection, setting and reuse of useful data according to the current programmable target can be realized. Although the invention is not so limited.
The input variables may include, but are not limited to, input variable definition parameters, preset values of input variables that are selectable or directly edited values that are manually input, execution condition variables or parameters of program instructions, names of input variables, types of input variables, set values of input variables, descriptions of input variables, and the like.
Output variables include, but are not limited to, output variable definition parameters, execution result variables or expected result characteristic values of program instructions, and the like.
The description information, i.e. the programmable object description information, may include description information applied to the program graphics block, engineering attributes applied to the program graphics block, programmable object information (e.g. program instruction execution carrier) applied to the program graphics block, required dependent resources applied to the program graphics block, and the like.
The instruction characteristic information is used for describing program instruction characteristics, and comprises specific instructions applied to the program graph block (namely encoded information of the operation, state and other contents of a visual programming target in advance), an execution instruction name applied to the program graph block, a scope defined or executed by the instructions applied to the program graph block, instruction input variables or parameters applied to the program graph block, chip or library resources on which the programmable target instructions applied to the program graph block depend, association attributes of the current instructions applied to the program graph block and the instructions of other graph blocks and the like.
The UI (User Interface) information of the program graphic Block (Block) includes, but is not limited to, graphic elements such as position information, dimension information, shape information, color information, etc. for the program graphic Block, and graphics for input variables of the program graphic Block, arrangement relation information of multiple input variables, graphics for output variables of the program graphic Block, connection graphics for the current program graphic Block and other program graphic blocks, etc.
And generating a graphic Block for visual programming by using the graphic analytic design file, thereby realizing the abstraction of the target program instruction for programming target into a program graphic Block (Block) to obtain the visual program graphic Block. The graphic block generated based on the technical scheme of the invention can be reused for various visual programming software or platforms, and can form a visual target program through simple operations such as drag-and-drop, splicing and the like, so that the programming capability of a user can be exercised; the invention can greatly reduce the technical requirements of visual programmers, can use the preset program instructions more professionally, more efficiently and more safely only by the aid of the program graphic blocks, and provides feasibility and universality for realizing the programmability of various programmable targets.
As shown in fig. 2, the data processing method provided by the present invention is based on the same inventive concept, and one or more embodiments of the present invention can provide a data processing apparatus for visual programming. The data processing device for visual programming includes, but is not limited to, an instruction set reading module, a target program instruction generating module, a call instruction responding module, a graph analytic type design file generating module, and a graph block generating module, which are described in detail below.
And the instruction set reading module is used for reading the program instruction set. The instruction set reading module may be specifically configured to read one or more program instruction sets stored in advance in the second preset storage path according to the instruction set call instruction. Or, the instruction set reading module may be specifically configured to receive instruction set entry information, generate at least one program instruction set according to the instruction set entry information, and read a program instruction set required this time from the at least one program instruction set.
And the target program instruction generation module is used for generating one or more target program instructions based on the program instruction set. The target program instruction generating module may be specifically configured to extract external interface information from the program instruction set, where the external interface information includes program call information, and generate one or more target program instructions by using the external interface information.
And the calling instruction response module is used for responding to the design file calling command so as to select the instruction design file from the plurality of files according to the design file calling command. The call instruction response module may be specifically configured to read one or more files in the first preset storage path according to the design file call instruction, receive input file selection information, and use a selected file of the one or more files as an instruction design file according to the file selection information. Or, the call instruction response module may be specifically configured to receive the interactive interface operation information according to the design file call instruction, and to generate a current design file using the interactive interface operation information, and use the current design file as an instruction design file.
And the graphic analytic design file generation module is used for integrating the target program instruction into the instruction design file to obtain the graphic analytic design file.
More specifically, the graphic analytic formula design file generation module may be specifically configured to determine input variables, output variables, description information, instruction characteristic information, and graphical user interface information for the graphic analytic formula design file to be formed, jointly according to the target program instruction and the instruction design file.
And the graphic block generating module is used for generating a graphic block for visual programming by utilizing the graphic analytic design file. The graphic block generated based on the technical scheme of the invention can be reused for various visual programming software or platforms, and can form a visual target program through simple operations such as drag-and-drop, splicing and the like, so that the programming capability of a user can be exercised; the invention can greatly reduce the technical requirements of visual programmers, can use the preset program instructions more professionally, more efficiently and more safely only by the aid of the program graphic blocks, and provides feasibility and universality for realizing the programmability of various programmable targets.
As shown in FIG. 8, one or more embodiments of the invention can provide a computer-readable storage medium having computer-readable instructions stored thereon. The computer readable instructions, when executed by the one or more processors, cause the one or more processors to perform the steps of the data processing method in any of the embodiments of the invention. The data processing method comprises the following steps: a set of program instructions is read. Some embodiments of the invention read the set of program instructions comprising: and reading one or more program instruction sets stored in advance under a second preset storage path according to the instruction set calling instruction. In other embodiments of the present invention, reading the program instruction set includes: receiving instruction set entry information, generating at least one program instruction set according to the instruction set entry information, and reading a program instruction set required this time from the at least one program instruction set. One or more target program instructions are generated based on the set of program instructions. Generating one or more target program instructions based on a set of program instructions in one or more embodiments of the invention includes: extracting external interface information from the program instruction set, wherein the external interface information comprises program calling information; one or more target program instructions are generated using the external interface information. And responding to the design file calling command to select an instruction design file from the plurality of files according to the design file calling command. In some embodiments of the invention, responding to the design file call command comprises: reading one or more files under a first preset storage path according to the design file calling instruction, receiving input file selection information, and taking the selected file in the one or more files as an instruction design file according to the file selection information. In other embodiments of the present invention, responding to the design file call command includes: receiving interactive interface operation information according to the design file calling instruction, generating a current design file by using the interactive interface operation information, and taking the current design file as an instruction design file. And integrating the target program instruction into an instruction design file to obtain a graphic analytic formula design file. Some embodiments of the present invention include integrating the target program instructions into an instruction design file, including: and jointly determining input variables, output variables, description information, instruction characteristic information and graphical user interface information for the graphic analytic formula design file to be formed according to the target program instruction and the instruction design file. And generating a graphic block for visual programming by using the graphic analytic design file. The graphic block generated based on the technical scheme of the invention can be reused for various visual programming software or platforms, and can form a visual target program through simple operations such as drag-and-drop, splicing and the like, so that the programming capability of a user can be exercised; the invention can greatly reduce the technical requirements of visual programmers, can use the preset program instructions more professionally, more efficiently and more safely only by the aid of the program graphic blocks, and provides feasibility and universality for realizing the programmability of various programmable targets.
As shown in FIG. 8, one or more embodiments of the invention can provide a computer device that includes a memory and a processor. The memory has stored therein computer readable instructions which, when executed by the processor, cause the processor to perform the steps of the data processing method of any of the embodiments of the present invention. The data processing method comprises the following steps: a set of program instructions is read. Some embodiments of the invention read the set of program instructions comprising: and reading one or more program instruction sets stored in advance under a second preset storage path according to the instruction set calling instruction. In other embodiments of the present invention, reading the program instruction set includes: receiving instruction set entry information, generating at least one program instruction set according to the instruction set entry information, and reading a program instruction set required this time from the at least one program instruction set. One or more target program instructions are generated based on the set of program instructions. Generating one or more target program instructions based on a set of program instructions in one or more embodiments of the invention includes: extracting external interface information from the program instruction set, wherein the external interface information comprises program calling information; one or more target program instructions are generated using the external interface information. And responding to the design file calling command to select an instruction design file from the plurality of files according to the design file calling command. In some embodiments of the invention, responding to the design file call command comprises: reading one or more files under a first preset storage path according to the design file calling instruction, receiving input file selection information, and taking the selected file in the one or more files as an instruction design file according to the file selection information. In other embodiments of the present invention, responding to the design file call command includes: receiving interactive interface operation information according to the design file calling instruction, generating a current design file by using the interactive interface operation information, and taking the current design file as an instruction design file. And integrating the target program instruction into an instruction design file to obtain a graphic analytic formula design file. Some embodiments of the present invention include integrating the target program instructions into an instruction design file, including: and jointly determining input variables, output variables, description information, instruction characteristic information and graphical user interface information for the graphic analytic formula design file to be formed according to the target program instruction and the instruction design file. And generating a graphic block for visual programming by using the graphic analytic design file. The graphic block generated based on the technical scheme of the invention can be reused for various visual programming software or platforms, and can form a visual target program through simple operations such as drag-and-drop, splicing and the like, so that the programming capability of a user can be exercised; the invention can greatly reduce the technical requirements of visual programmers, can use the preset program instructions more professionally, more efficiently and more safely only by the aid of the program graphic blocks, and provides feasibility and universality for realizing the programmability of various programmable targets.
The logic and/or steps represented in the flowcharts or otherwise described herein, such as an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable storage medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable storage medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer cartridge (magnetic device), a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read-Only Memory (EPROM-Only Memory, or flash Memory), an optical fiber device, and a portable Compact Disc Read-Only Memory (CDROM). Additionally, the computer-readable storage medium may even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic Gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic Gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the description herein, references to the description of the term "the present embodiment," "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and simplifications made in the spirit of the present invention are intended to be included in the scope of the present invention.

Claims (10)

1. A data processing method for visual programming, comprising:
reading a program instruction set;
generating one or more target program instructions based on the set of program instructions;
responding to a design file calling command to select an instruction design file from a plurality of files according to the design file calling command;
integrating the target program instruction into the instruction design file to obtain a graphic analytic design file;
and generating a graphic block for visual programming by using the graphic analytic design file.
2. The data processing method for visual programming of claim 1, wherein the generating one or more target program instructions based on the set of program instructions comprises:
extracting external interface information from the program instruction set, wherein the external interface information comprises program calling information;
and generating the one or more target program instructions by using the external interface information.
3. A data processing method for visual programming according to claim 1 or 2, wherein said responding to a design file call command comprises:
reading one or more files under a first preset storage path according to the design file calling instruction;
receiving input file selection information;
and taking the selected file in the one or more files as an instruction design file according to the file selection information.
4. A data processing method for visual programming according to claim 1 or 2, wherein said responding to a design file call command comprises:
receiving interactive interface operation information according to the design file calling instruction;
generating a current design file by using the interactive interface operation information;
and taking the current design file as an instruction design file.
5. The data processing method for visual programming of claim 1, wherein the set of reading program instructions comprises:
and reading one or more program instruction sets stored in advance under a second preset storage path according to the instruction set calling instruction.
6. The data processing method for visual programming of claim 1, wherein the set of reading program instructions comprises:
receiving instruction set input information;
generating at least one program instruction set according to the instruction set input information;
and reading the needed program instruction set from the at least one program instruction set.
7. The data processing method for visual programming of claim 1, wherein the integrating the target program instructions into the instruction design file comprises:
and jointly determining input variables, output variables, description information, instruction characteristic information and graphical user interface information for the graphic analytic formula design file to be formed according to the target program instruction and the instruction design file.
8. A data processing apparatus for visual programming, comprising:
the instruction set reading module is used for reading a program instruction set;
a target program instruction generation module for generating one or more target program instructions based on the set of program instructions;
the calling instruction response module is used for responding to a design file calling command so as to select an instruction design file from a plurality of files according to the design file calling command;
the graphic analytic design file generation module is used for integrating the target program instruction into the instruction design file to obtain a graphic analytic design file;
and the graphic block generating module is used for generating a graphic block for visual programming by utilizing the graphic analytic design file.
9. A computer readable storage medium having computer readable instructions stored thereon; the computer readable instructions, when executed by one or more processors, cause the one or more processors to perform the steps of the data processing method of any one of claims 1 to 7.
10. A computer device comprising a memory and a processor, the memory having stored therein computer-readable instructions which, when executed by the processor, cause the processor to carry out the steps of the data processing method according to any one of claims 1 to 7.
CN202110268279.1A 2021-03-12 2021-03-12 Data processing method and device, medium and equipment for visual programming Pending CN113157265A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110268279.1A CN113157265A (en) 2021-03-12 2021-03-12 Data processing method and device, medium and equipment for visual programming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110268279.1A CN113157265A (en) 2021-03-12 2021-03-12 Data processing method and device, medium and equipment for visual programming

Publications (1)

Publication Number Publication Date
CN113157265A true CN113157265A (en) 2021-07-23

Family

ID=76886884

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110268279.1A Pending CN113157265A (en) 2021-03-12 2021-03-12 Data processing method and device, medium and equipment for visual programming

Country Status (1)

Country Link
CN (1) CN113157265A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778411A (en) * 2021-09-08 2021-12-10 石家庄瑞华科技有限公司 Graphical programming method and application equipment
CN115243108A (en) * 2022-07-25 2022-10-25 深圳市腾客科技有限公司 Programmable multimedia file system

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050251789A1 (en) * 1998-02-17 2005-11-10 Peck Joseph E Programmatic generation of application domain specific graphical programs
CN102411498A (en) * 2011-07-26 2012-04-11 中兴通讯股份有限公司 Method for realizing data model and graphical designer
CN102622259A (en) * 2012-02-17 2012-08-01 南京南瑞继保电气有限公司 Functional block function modeling method for visual programming
CN103197929A (en) * 2013-03-25 2013-07-10 中国科学院软件研究所 System and method for graphical programming facing children
CN105511860A (en) * 2015-11-30 2016-04-20 大连文森特软件科技有限公司 On-line graphical programming system
CN107423049A (en) * 2017-04-18 2017-12-01 南京凯蒙教育科技有限公司 Realize method, browser and the terminal device of online programming
CN108958725A (en) * 2018-07-06 2018-12-07 广州慧通编程教育科技有限公司 Graphical mode programming platform generation method, device and computer equipment
CN110187875A (en) * 2019-05-28 2019-08-30 深圳市智慧郎数码科技有限公司 A kind of component visual melts forwarding method
CN110377280A (en) * 2019-07-29 2019-10-25 郑州幻视科技有限公司 A kind of visualization system for teaching programming
CN111813401A (en) * 2020-06-23 2020-10-23 积成电子股份有限公司 Graphic assembly method and system in drawing modeling tool based on B/S architecture
CN112114796A (en) * 2020-03-26 2020-12-22 广州白码科技有限公司 Non-text visual programming method
CN112181416A (en) * 2020-10-12 2021-01-05 上海赛可出行科技服务有限公司 Method and device for directly generating UI (user interface) codes from visual draft
CN112214218A (en) * 2020-10-12 2021-01-12 上海赛可出行科技服务有限公司 High-performance and high-efficiency Sketch component library generation and management scheme and system

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050251789A1 (en) * 1998-02-17 2005-11-10 Peck Joseph E Programmatic generation of application domain specific graphical programs
CN102411498A (en) * 2011-07-26 2012-04-11 中兴通讯股份有限公司 Method for realizing data model and graphical designer
CN102622259A (en) * 2012-02-17 2012-08-01 南京南瑞继保电气有限公司 Functional block function modeling method for visual programming
CN103197929A (en) * 2013-03-25 2013-07-10 中国科学院软件研究所 System and method for graphical programming facing children
CN105511860A (en) * 2015-11-30 2016-04-20 大连文森特软件科技有限公司 On-line graphical programming system
CN107423049A (en) * 2017-04-18 2017-12-01 南京凯蒙教育科技有限公司 Realize method, browser and the terminal device of online programming
CN108958725A (en) * 2018-07-06 2018-12-07 广州慧通编程教育科技有限公司 Graphical mode programming platform generation method, device and computer equipment
CN110187875A (en) * 2019-05-28 2019-08-30 深圳市智慧郎数码科技有限公司 A kind of component visual melts forwarding method
CN110377280A (en) * 2019-07-29 2019-10-25 郑州幻视科技有限公司 A kind of visualization system for teaching programming
CN112114796A (en) * 2020-03-26 2020-12-22 广州白码科技有限公司 Non-text visual programming method
CN111813401A (en) * 2020-06-23 2020-10-23 积成电子股份有限公司 Graphic assembly method and system in drawing modeling tool based on B/S architecture
CN112181416A (en) * 2020-10-12 2021-01-05 上海赛可出行科技服务有限公司 Method and device for directly generating UI (user interface) codes from visual draft
CN112214218A (en) * 2020-10-12 2021-01-12 上海赛可出行科技服务有限公司 High-performance and high-efficiency Sketch component library generation and management scheme and system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778411A (en) * 2021-09-08 2021-12-10 石家庄瑞华科技有限公司 Graphical programming method and application equipment
CN113778411B (en) * 2021-09-08 2024-02-20 石家庄瑞华科技有限公司 Graphical programming method and application device
CN115243108A (en) * 2022-07-25 2022-10-25 深圳市腾客科技有限公司 Programmable multimedia file system
CN115243108B (en) * 2022-07-25 2023-04-11 深圳市腾客科技有限公司 Decoding playing method

Similar Documents

Publication Publication Date Title
CN105511873B (en) User interface control display method and device
CN108228287B (en) QT-based user interface control generation method and device
EP1435053B1 (en) Section extraction tool for pdf documents
US7739612B2 (en) Blended editing of literal and non-literal values
US5519818A (en) Object-oriented graphic picking system
CN113157265A (en) Data processing method and device, medium and equipment for visual programming
EP0612014B1 (en) Menu inquiry system
CN109933322A (en) A kind of page editing method, apparatus and computer readable storage medium
CN112035101A (en) Method, apparatus, medium, and device for creating command library by combining RPA and AI
CN112506500B (en) Visual control creating method and device
US5479589A (en) Object-oriented system for selecting a graphic image on a display
CN117311683B (en) Code auxiliary system, code auxiliary processing method and device and electronic equipment
CN111949312B (en) Packaging method and device for data module, computer equipment and storage medium
CN114449063B (en) Message processing method, device and equipment
EP0710909A1 (en) An application development environment system, and run-time execution engine
CN112732252A (en) Method and device for dynamically generating UI (user interface) and electronic equipment
CN111240676A (en) Method and device for generating code of skeleton screen
KR102385381B1 (en) Method and system for generating script forcamera effect
CN110968991A (en) Method and related device for editing characters
CN116757169B (en) Method, equipment and medium for generating highway maintenance metering payment report
CN117234391A (en) Image generation method and device and electronic equipment
EP1208426A2 (en) Hierarchically structured control information editor
CN117931169A (en) Vehicle code generation method and device, vehicle and electronic equipment
CN114546375A (en) Page configuration method, page configuration device and electronic equipment
CN113918145A (en) Business process building method and device

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