CN113792247B - Method, apparatus, device and medium for generating functional flow chart based on code characteristics - Google Patents

Method, apparatus, device and medium for generating functional flow chart based on code characteristics Download PDF

Info

Publication number
CN113792247B
CN113792247B CN202111337389.5A CN202111337389A CN113792247B CN 113792247 B CN113792247 B CN 113792247B CN 202111337389 A CN202111337389 A CN 202111337389A CN 113792247 B CN113792247 B CN 113792247B
Authority
CN
China
Prior art keywords
page
flow chart
code
page code
judgment result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111337389.5A
Other languages
Chinese (zh)
Other versions
CN113792247A (en
Inventor
高鑫
赵维五
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AVIC INTERNATIONAL E-BUSINESS Inc
Original Assignee
AVIC INTERNATIONAL E-BUSINESS Inc
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 AVIC INTERNATIONAL E-BUSINESS Inc filed Critical AVIC INTERNATIONAL E-BUSINESS Inc
Priority to CN202111337389.5A priority Critical patent/CN113792247B/en
Publication of CN113792247A publication Critical patent/CN113792247A/en
Application granted granted Critical
Publication of CN113792247B publication Critical patent/CN113792247B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • 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

Abstract

The invention discloses a method, a device, equipment and a medium for generating a function flow chart based on code characteristics, wherein the method comprises the following steps: responding to a flow chart generation instruction of the page code, and acquiring an incidence relation between page identification nodes in the page code; carrying out logic identification on the page code by using the keywords to obtain a logic judgment result; and generating a flow chart corresponding to the page code according to the association relation and the logic judgment result. When a flow chart generation instruction of a page code is received, the incidence relation between page identification nodes in the page code is obtained, the page code is logically identified by using keywords, and the flow chart corresponding to the page code is generated according to the incidence relation and the logical judgment result, so that the purpose of constructing the functional flow chart according to the code is achieved, the corresponding functional flow chart can be constructed aiming at a project in the research and development process, the research and development progress and research and development general situation of the project are determined, the project progress communication of a project team is facilitated, and the research and development efficiency of the project is improved.

Description

Method, apparatus, device and medium for generating functional flow chart based on code characteristics
Technical Field
The present invention relates to the field of electrical digital data processing technologies, and in particular, to a method, an apparatus, a device, and a medium for generating a functional flowchart based on code characteristics.
Background
In the process of project development, a user usually provides a requirement document, and project developers write a functional flow chart of a project based on the requirement document of the user so as to clarify the direction of the project development.
However, in actual project development, there may be a case where there is no functional flowchart. In the process of project development, if the functional flowchart cannot be obtained, it is difficult to know the development profile of the project, which is not favorable for the development progress of the project.
Disclosure of Invention
By providing the method, the device, the equipment and the medium for generating the function flow chart based on the code characteristics, the technical problem that the function flow chart cannot be acquired through the code data in the project in the prior art is solved, and the technical effect of acquiring the function flow chart through the code data is achieved.
In a first aspect, the present application provides a method for generating a functional flowchart based on code features, the method comprising:
responding to a flow chart generation instruction of the page code, and acquiring an incidence relation between page identification nodes in the page code;
carrying out logic identification on the page code by using the keywords to obtain a logic judgment result;
and generating a flow chart corresponding to the page code according to the association relation and the logic judgment result.
Further, acquiring an association relationship between page identification nodes in the page code, including:
identifying a recursive path of the page code;
and determining the association relation between the page identification nodes in the page code according to the recursive path.
Further, according to the association relationship and the logic judgment result, generating a flow chart corresponding to the page code, including:
determining the shape of the preset flow chart according to the incidence relation and the logic judgment result;
and generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart.
Further, generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart, wherein the flow chart comprises:
and filling page identification nodes in the preset flow chart according to the incidence relation and the logic judgment result to generate the flow chart corresponding to the page code.
In a second aspect, the present application provides an apparatus for generating a functional flowchart based on code features, the apparatus comprising:
the acquisition module is used for responding to a flow chart generation instruction of the page code and acquiring the incidence relation between the page identification nodes in the page code;
the identification module is used for carrying out logic identification on the page code by utilizing the keywords to obtain a logic judgment result;
and the generating module is used for generating a flow chart corresponding to the page code according to the association relation and the logic judgment result.
Further, the obtaining module specifically includes:
the identification submodule is used for identifying a recursion path of the page code;
and the determining submodule is used for determining the incidence relation between the page identification nodes in the page code according to the recursive path.
Further, the generating module specifically includes:
the determining submodule is used for determining the shape of the preset flow chart according to the incidence relation and the logic judgment result;
and the generation submodule is used for generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart.
And further, the generation submodule is used for filling the page identification nodes in the preset flow chart according to the association relation and the logic judgment result, and generating the flow chart corresponding to the page code.
In a third aspect, the present application provides an electronic device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to execute to implement a method of generating a functional flowchart based on code characteristics.
In a fourth aspect, the present application provides a non-transitory computer-readable storage medium, wherein instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform a method for implementing a functional flowchart generation based on code features.
One or more technical solutions provided in the embodiments of the present application have at least the following technical effects or advantages:
when a flow chart generation instruction of a page code is received, the incidence relation between page identification nodes in the page code is acquired, the page code is logically identified by utilizing keywords to obtain a logical judgment result, and then the flow chart corresponding to the page code is generated according to the incidence relation and the logical judgment result, so that the purpose of constructing a functional flow chart according to the code is realized, and then the corresponding functional flow chart can be constructed aiming at a project in the research and development process, so that the research and development progress and research and development general view of the project are determined, the project progress communication of a project research and development team is facilitated, and the research and development efficiency of the project is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram of a method for generating a functional flow chart diagram based on code features provided herein;
fig. 2 and fig. 3 are schematic structural diagrams of examples of flowcharts provided in the present application, respectively;
FIG. 4 is a flow chart illustrating another method for generating a functional flow chart based on code characteristics provided herein;
FIG. 5 is a schematic structural diagram of an apparatus for generating a functional flowchart based on code features provided in the present application;
fig. 6 is a schematic structural diagram of an electronic device provided in the present application.
Detailed Description
By providing the method for generating the function flow chart based on the code characteristics, the embodiment of the application solves the technical problem that the function flow chart cannot be acquired through code data in a project in the prior art.
In order to solve the technical problems, the general idea of the embodiment of the application is as follows:
a method for generating a functional flow chart based on code characteristics, the method comprising: responding to a flow chart generation instruction of the page code, and acquiring an incidence relation between page identification nodes in the page code; carrying out logic identification on the page code by using the keywords to obtain a logic judgment result; and generating a flow chart corresponding to the page code according to the association relation and the logic judgment result.
When a flow chart generation instruction of a page code is received, not only is an incidence relation between page identification nodes in the page code obtained, but also a keyword is utilized to carry out logic identification on the page code to obtain a logic judgment result, and then a flow chart corresponding to the page code is generated according to the incidence relation and the logic judgment result, so that the purpose of constructing a functional flow chart according to the code is achieved, and a corresponding functional flow chart can be constructed aiming at a project in a research and development process to determine the research and development progress and research and development overview of the project, so that the project progress communication of a project research and development team is facilitated, and the research and development efficiency of the project is improved.
In order to better understand the technical solution, the technical solution will be described in detail with reference to the drawings and the specific embodiments.
First, it is stated that the term "and/or" appearing herein is merely one type of associative relationship that describes an associated object, meaning that three types of relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
In the related art, the functional flow chart is mainly compiled based on the requirement document of the user, and then project research and development are carried out. That is, the functional flowchart can only be determined based on the user's requirements profile. However, in the actual development process, there is also project development without requirement documents, which results in difficulty in acquiring the functional flowchart.
In order to solve the above problem, the present embodiment provides a method for generating a function flowchart based on code features as shown in fig. 1, where the method includes steps S11-S13.
Step S11, responding to the flow chart generation instruction of the page code, and acquiring the incidence relation between the page identification nodes in the page code;
step S12, carrying out logic identification on the page code by using the keyword to obtain a logic judgment result;
and step S13, generating a flow chart corresponding to the page code according to the incidence relation and the logic judgment result.
The interfaces of the software are mainly associated through page identification. The page identification may be a link address. And acquiring the incidence relation among the page identification nodes in the page code, and determining the relation between the upper page and the lower page among the page identification nodes. Specifically, by identifying a recursive path of the page code, and determining an association relationship between page identification nodes in the page code according to the recursive path.
For example, as shown in fig. 2, the page code includes 3 page identifier nodes, which are respectively a page identifier node No. 1, a page identifier node No. 2, and a page identifier node No. 3, and the page identifier node No. 2 or the page identifier node No. 3 can be reached through the page identifier node No. 1. The association relationship is a link relationship between the page identifier node 1 and the page identifier node 2 or the page identifier node 3.
The plurality of page identification nodes have a sequential or parallel relationship, so that in actual operation, a root node in the plurality of page identification nodes can be determined first, and child nodes related to the root node are determined by taking the root node as a starting point.
In a page, there is typically a logical decision, such as a subsequent node selection using an if statement. In this embodiment, the logical judgment in the page code is identified according to the keyword, and the logical judgment result of each node is obtained.
The sequence of each page identification node can be determined according to the association relationship, and a flow chart corresponding to the page code can be generated by combining the logic judgment result.
When the flow chart corresponding to the page code is generated according to the association relation and the logic judgment result, the following steps can be adopted:
determining the shape of the preset flow chart according to the incidence relation and the logic judgment result;
and generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart.
According to the type of the association relationship and the logic judgment result, the shape of each flow frame in the preset flow chart can be determined. For example, as shown in fig. 3, when the page code includes 5 page identifier nodes, which are respectively the page identifier node 1, the page identifier node 2, the page identifier node 3, the page identifier node 4, and the page identifier node 5, where the page identifier node 1 is a start node, a flow frame with a rounded rectangle may be used, and the page identifier node 3 is a logic judgment node, which may be represented by a diamond, and the page identifier node 2, the page identifier node 4, and the page identifier node 5 all represent a common flow, and thus a common rectangle may be used.
And according to the incidence relation and the logic judgment result, filling the page identification nodes in the preset flow chart to generate the flow chart corresponding to the page code.
Fig. 4 is a flowchart of an embodiment of the present application.
And identifying a recursion path of the page code, and acquiring a recursion incidence relation between page identification nodes. Meanwhile, the logic judgment in the page code can be identified by the keywords, and a logic judgment result is obtained. And setting the shape of a preset flow chart according to the recursion association relation and the logic judgment result between the page identification nodes, generating the flow chart associated with the recursion path, and adding the logic judgment result to further generate the flow chart of the page code.
In summary, when the flow chart generation instruction of the page code is received, the embodiment not only obtains the association relationship between the page identifier nodes in the page code, but also performs logical identification on the page code by using the keyword to obtain a logical judgment result, and then generates the flow chart corresponding to the page code according to the association relationship and the logical judgment result, thereby achieving the purpose of constructing the functional flow chart according to the code, and further constructing the corresponding functional flow chart for the project in the research and development process to determine the research and development progress and research and development profile of the project, facilitating project progress communication of a project research and development team, and improving the research and development efficiency of the project.
Based on the same inventive concept, the present embodiment provides an apparatus for generating a functional flowchart based on code features as shown in fig. 5, the apparatus comprising:
an obtaining module 51, configured to respond to a flowchart generation instruction for the page code, and obtain an association relationship between page identifier nodes in the page code;
the identification module 52 is configured to perform logic identification on the page code by using the keyword to obtain a logic judgment result;
and the generating module 53 is configured to generate a flowchart corresponding to the page code according to the association relationship and the logic determination result.
The obtaining module 51 specifically includes:
the identification submodule is used for identifying a recursion path of the page code;
and the determining submodule is used for determining the incidence relation between the page identification nodes in the page code according to the recursive path.
The generating module 53 specifically includes:
the determining submodule is used for determining the shape of the preset flow chart according to the incidence relation and the logic judgment result;
and the generation submodule is used for generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart. Specifically, the method and the device are used for filling the page identifier nodes in the preset flow chart according to the association relation and the logic judgment result, and generating the flow chart corresponding to the page code.
The interfaces of the software are mainly associated through page identification. The page identification may be a link address. And acquiring the incidence relation among the page identification nodes in the page code, and determining the relation between the upper page and the lower page among the page identification nodes. Specifically, by identifying a recursion path of the page code, and according to the recursion path, determining an association relationship between page identification nodes in the page code.
For example, as shown in fig. 2, the page code includes 3 page identifier nodes, which are respectively the page identifier node No. 1, the page identifier node No. 2, and the page identifier node No. 3, and the page identifier node No. 2 or the page identifier node No. 3 can be reached through the page identifier node No. 1. The association relationship is a link relationship between the page identifier node 1 and the page identifier node 2 or the page identifier node 3.
The plurality of page identification nodes have a sequential or parallel relationship, so that in actual operation, a root node in the plurality of page identification nodes can be determined first, and child nodes related to the root node are determined by taking the root node as a starting point.
In a page, there is typically a logical decision, such as a subsequent node selection using an if statement. In this embodiment, the logical judgment in the page code is identified according to the keyword, and the logical judgment result of each node is obtained.
The sequence of each page identification node can be determined according to the association relationship, and a flow chart corresponding to the page code can be generated by combining the logic judgment result.
When the flow chart corresponding to the page code is generated according to the association relation and the logic judgment result, the following steps can be adopted:
determining the shape of the preset flow chart according to the incidence relation and the logic judgment result;
and generating a flow chart corresponding to the page code according to the association relation, the logic judgment result and the preset flow chart.
According to the type of the association relationship and the logic judgment result, the shape of each flow frame in the preset flow chart can be determined. For example, when the page code includes 5 page identifier nodes, which are respectively the page identifier node No. 1, the page identifier node No. 2, the page identifier node No. 3, the page identifier node No. 4, and the page identifier node No. 5, where the page identifier node No. 1 is a start node, a flow frame with a rounded rectangle may be used, and the page identifier node No. 3 is a logic judgment node, which may be represented by a diamond, and the page identifier node No. 2, the page identifier node No. 4, and the page identifier node No. 5 all represent a common flow, and thus a common rectangle may be used.
And according to the incidence relation and the logic judgment result, filling the page identification nodes in the preset flow chart to generate the flow chart corresponding to the page code.
The embodiment provides a specific implementation method as follows:
and identifying a recursion path of the page code, and acquiring a recursion incidence relation between page identification nodes. Meanwhile, the logic judgment in the page code can be identified by the keywords, and a logic judgment result is obtained. And setting the shape of a preset flow chart according to the recursion association relation and the logic judgment result between the page identification nodes, generating the flow chart associated with the recursion path, and adding the logic judgment result to further generate the flow chart of the page code.
In summary, when the flow chart generation instruction of the page code is received, the embodiment not only obtains the association relationship between the page identifier nodes in the page code, but also performs logical identification on the page code by using the keyword to obtain a logical judgment result, and then generates the flow chart corresponding to the page code according to the association relationship and the logical judgment result, thereby achieving the purpose of constructing the functional flow chart according to the code, and further constructing the corresponding functional flow chart for the project in the research and development process to determine the research and development progress and research and development profile of the project, facilitating project progress communication of a project research and development team, and improving the research and development efficiency of the project.
Based on the same inventive concept, the present embodiment provides an electronic device as shown in fig. 6, including:
a processor 61;
a memory 62 for storing instructions executable by the processor 61;
wherein the processor 61 is configured to execute to implement a method of generating a functional flowchart based on code characteristics.
Based on the same inventive concept, the present embodiment provides a non-transitory computer-readable storage medium, wherein when instructions in the storage medium are executed by a processor 61 of an electronic device, the electronic device is enabled to execute a method for generating a functional flowchart based on code features.
Since the electronic device described in this embodiment is an electronic device used for implementing the method for processing information in the embodiment of the present application, a person skilled in the art can understand the specific implementation of the electronic device of this embodiment and various modifications thereof based on the method for processing information described in this embodiment of the present application, and therefore, how to implement the method in the embodiment of the present application by the electronic device is not described in detail herein. Electronic devices used by those skilled in the art to implement the method for processing information in the embodiments of the present application are all within the scope of the present application.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (7)

1. A method for generating a functional flowchart based on code features, the method comprising:
in the process of developing the page code of the project, responding to a flow chart generation instruction of the page code, and acquiring the incidence relation between the page identification nodes in the page code so as to identify the recursion path of the page code and determine the relation between an upper page and a lower page corresponding to each page identification node; the page identification node comprises a link address contained in the page code;
carrying out logic identification on the page code by using the keywords to obtain a logic judgment result; the keywords refer to keywords contained in the page code;
generating a flow chart corresponding to the page code according to the incidence relation and the logic judgment result so as to determine the research and development progress and the research and development profile of the project in the research and development process;
generating a flow chart corresponding to the page code according to the incidence relation and the logic judgment result, wherein the flow chart comprises the following steps:
determining the shape of a preset flow chart according to the incidence relation and the logic judgment result;
and generating a flow chart corresponding to the page code according to the incidence relation, the logic judgment result and the preset flow chart.
2. The method of claim 1, wherein the generating a flow chart corresponding to the page code according to the association relationship, the logic determination result, and the preset flow chart comprises:
and filling the page identification nodes in the preset flow chart according to the incidence relation and the logic judgment result to generate the flow chart corresponding to the page code.
3. An apparatus for generating a functional flowchart based on code features, the apparatus comprising:
the acquisition module is used for responding to a flow chart generation instruction of the page code in the process of developing the page code of the project, acquiring the association relationship between the page identification nodes in the page code so as to identify the recursion path of the page code and determine the relationship between an upper page and a lower page corresponding to each page identification node; the page identification node comprises a link address contained in the page code;
the identification module is used for carrying out logic identification on the page code by utilizing the keywords to obtain a logic judgment result; the keywords refer to keywords contained in the page code;
the generating module is used for generating a flow chart corresponding to the page code according to the incidence relation and the logic judgment result so as to determine the research and development progress and the research and development outline of the project in the research and development process;
the generating module specifically includes:
the determining submodule is used for determining the shape of a preset flow chart according to the incidence relation and the logic judgment result;
and the generation submodule is used for generating a flow chart corresponding to the page code according to the incidence relation, the logic judgment result and the preset flow chart.
4. The apparatus of claim 3, wherein the obtaining module specifically comprises:
the identification submodule is used for identifying a recursion path of the page code;
and the determining submodule is used for determining the incidence relation between the page identification nodes in the page code according to the recursive path.
5. The apparatus according to claim 3, wherein the generating sub-module is configured to perform, according to the association relationship and the logic determination result, the filling of the page identifier node in the preset flowchart, and generate the flowchart corresponding to the page code.
6. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute to implement the method of generating a functional flowchart based on code features of any of claims 1 to 2.
7. A non-transitory computer readable storage medium, wherein instructions that, when executed by a processor of an electronic device, enable the electronic device to perform a method of implementing a code feature based generation functional flowchart of any of claims 1-2.
CN202111337389.5A 2021-11-12 2021-11-12 Method, apparatus, device and medium for generating functional flow chart based on code characteristics Active CN113792247B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111337389.5A CN113792247B (en) 2021-11-12 2021-11-12 Method, apparatus, device and medium for generating functional flow chart based on code characteristics

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111337389.5A CN113792247B (en) 2021-11-12 2021-11-12 Method, apparatus, device and medium for generating functional flow chart based on code characteristics

Publications (2)

Publication Number Publication Date
CN113792247A CN113792247A (en) 2021-12-14
CN113792247B true CN113792247B (en) 2022-06-21

Family

ID=78955254

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111337389.5A Active CN113792247B (en) 2021-11-12 2021-11-12 Method, apparatus, device and medium for generating functional flow chart based on code characteristics

Country Status (1)

Country Link
CN (1) CN113792247B (en)

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030159128A1 (en) * 2002-02-20 2003-08-21 Thomas Kunzler Generating instructions for drawing a flowchart
US20070124506A1 (en) * 2005-10-27 2007-05-31 Brown Douglas S Systems, methods, and media for dynamically generating a portal site map
CN102646111A (en) * 2012-02-16 2012-08-22 中国测绘科学研究院 Knowledge base-based fast construction method of common correlation information query tree
US10073827B2 (en) * 2012-06-07 2018-09-11 Robert Kevin Houston Method and system to generate a process flow diagram
CN110297718B (en) * 2018-03-22 2023-05-26 阿里巴巴集团控股有限公司 Interface element linkage processing method, device and equipment
CN110032597B (en) * 2018-11-30 2023-04-11 创新先进技术有限公司 Visual processing method and device for operation behaviors of application program
CN111580803B (en) * 2019-02-15 2022-09-06 广汽埃安新能源汽车有限公司 Method and system for generating flow chart with suspension prompt, electronic device and medium
US11307828B2 (en) * 2020-02-05 2022-04-19 Hatha Systems, LLC System and method for creating a process flow diagram which incorporates knowledge of business rules
CN111538649B (en) * 2020-03-19 2022-09-23 南京邮电大学 Automatic testing method for web application system based on selenium testing tool
CN113205304B (en) * 2021-04-23 2023-06-23 平安科技(深圳)有限公司 Business process configuration method, device, equipment and storage medium
CN113538626A (en) * 2021-08-04 2021-10-22 商盟商务服务有限公司 Workflow generation method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Markdown代码生成程序流程图技巧;赵轲等;《电子制作》;20200415(第08期);全文 *
一种程序源代码的标准化流程图转化方法;宋倩等;《计算机与数字工程》;20190420(第04期);第878-883页 *

Also Published As

Publication number Publication date
CN113792247A (en) 2021-12-14

Similar Documents

Publication Publication Date Title
EP3433732B1 (en) Converting visual diagrams into code
JP6198939B2 (en) Method for loading driver and embedded device
CN111414166B (en) Code generation method, device, equipment and storage medium
CN106557307B (en) Service data processing method and system
CN111078573A (en) Test message generation method and device
CN110619204A (en) Invitation code generation method and device, terminal equipment and storage medium
CN111984666A (en) Database access method and device, computer readable storage medium and computer equipment
CN111640012A (en) Block chain transaction tracing method and device
CN113792247B (en) Method, apparatus, device and medium for generating functional flow chart based on code characteristics
CN105740260B (en) The method and apparatus for extracting template file data structure
CN111475511A (en) Data storage method, data access method, data storage device, data access device and data access equipment based on tree structure
CN112947907A (en) Method for creating code branch
CN110989999A (en) Code generation method and device, electronic equipment and medium
CN114449063B (en) Message processing method, device and equipment
CN113204706B (en) Data screening and extracting method and system based on MapReduce
CN113051778B (en) Garment design method, device, electronic equipment and storage medium
CN113495723B (en) Method, device and storage medium for calling functional component
CN114417069A (en) Page data interaction method and device and electronic equipment
CN111459474B (en) Templated data processing method and device
CN113537392A (en) Similar image identification method and device, computing equipment and computer storage medium
CN112579275A (en) Task execution method, device, equipment and storage medium
CN112433710A (en) Block chain intelligent contract generation method, equipment and storage medium
CN112035094B (en) Shuttle frame implementation method and device based on Vuetify frame
CN112000414B (en) Configurable display method and device for parameter information
CN117891461A (en) Back end code outputting method, device, equipment, medium and product

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
GR01 Patent grant
GR01 Patent grant