CN110795075A - Data processing method and device for software programming - Google Patents

Data processing method and device for software programming Download PDF

Info

Publication number
CN110795075A
CN110795075A CN201810879544.8A CN201810879544A CN110795075A CN 110795075 A CN110795075 A CN 110795075A CN 201810879544 A CN201810879544 A CN 201810879544A CN 110795075 A CN110795075 A CN 110795075A
Authority
CN
China
Prior art keywords
logic
algorithm
basic
data processing
parameter
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.)
Granted
Application number
CN201810879544.8A
Other languages
Chinese (zh)
Other versions
CN110795075B (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.)
Shanghai Xiaoyu Data Technology Co Ltd
Original Assignee
Shanghai Xiaoyu Data 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 Shanghai Xiaoyu Data Technology Co Ltd filed Critical Shanghai Xiaoyu Data Technology Co Ltd
Priority to CN201810879544.8A priority Critical patent/CN110795075B/en
Publication of CN110795075A publication Critical patent/CN110795075A/en
Application granted granted Critical
Publication of CN110795075B publication Critical patent/CN110795075B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

Disclosed are a data processing method for software programming and a data processing apparatus for software programming, which simplify software programming and improve data processing efficiency, the data processing method for software programming, the method including: determining a base logic algorithm based on the data processing logic; outputting the parameter classification corresponding to the basic logic algorithm; determining a selected parameter in response to selection of a parameter in the parameter classification; and creating a calculation instance based on the selected parameters and the basic logic algorithm to obtain an output result of the software programming. By separating the algorithm layer and the application development layer in the program development process, developers without any programming foundation can use the basic logic algorithm of the algorithm layer, so that the threshold of the computer programming for processing big data and the programming cost are reduced, and the working efficiency is improved.

Description

Data processing method and device for software programming
Technical Field
The present invention relates to the field of computer software programming, and in particular, to a data processing method and a data processing apparatus for software programming.
Background
With the rapid development of IT technology, computer applications are gradually related to various fields, and there is an increasing demand for computer programming technology, and as a programming method in the computer field, computer programming is usually used to write english codes, such as C language, JAVA, Python, and the like. This creates a technical threshold for the learner and user of the programming software, as this programming method requires the programmer to have at least a certain english base and to have access to the underlying grammar of the programming language itself.
In some specific cases, for the purpose of simplifying the use and operation of the programming software, easy-to-use and easy-to-master graphical programming software is specially developed, which is typically Scratch graphical programming software developed by the university of massachusetts, and code programming is a programming language commonly known by us, such as C language, C + +, jva, and the like. For example, in a factory, the programming control of a production line is a graphical dragging method, and for example, in the existing adolescent robot and programming education, a graphical programming mode is also used for programming. The graphical programming is to modularize common programming sentences, and in the process of operating software by an operator or a student, the programming can be realized only by dragging a corresponding programming module on a computer by using a mouse and adjusting parameters. Therefore, such graphical programming is relatively easy to master and master, is widely popular in situations where programming requirements are not very high, but loses much flexibility with respect to code programming and can only be limited to specific fields, such as design of production lines and learning of students, and is not adequate in terms of logic processing and big data processing.
In addition, the logic algorithm layer and the application layer are not completely separated by any programming method, and in the field of processing big data, the conventional software programming method and the imaging programming method cannot solve the problems of complexity, high threshold of entry, low working efficiency and overhigh programming cost of the conventional computer programming method.
The information disclosed in this background section is only for enhancement of understanding of the general background of the application and should not be taken as an acknowledgement or any form of suggestion that this information forms the prior art already known to a person skilled in the art.
Disclosure of Invention
In order to solve the above problems, it is a primary object of the present application to provide a data processing method that simplifies software programming and improves data processing efficiency.
In order to solve the above problem, the present application relates to a data processing method for software programming, the method comprising: determining a base logic algorithm based on the data processing logic; outputting the parameter classification corresponding to the basic logic algorithm; determining a selected parameter in response to selection of a parameter in the parameter classification; and creating a calculation instance based on the selected parameters and the basic logic algorithm to obtain an output result of the software programming.
Further, the basic logic algorithm may be a plurality of basic logic algorithms; after determining the base logic algorithm, the method further comprises: establishing an incidence relation between the basic logic algorithms to form a basic algorithm logic chain; said creating a compute instance based on said selected parameters and said underlying logical algorithm comprises: and assigning the selected parameters to corresponding basic logic algorithms in the basic algorithm logic chain, and compiling the basic algorithm logic chain to create the calculation example.
Further, the outputting the parameter classification corresponding to the basic logic algorithm may include: loading and analyzing a script or library file corresponding to the basic logic algorithm; and displaying the parameter classification contained in the script or library file.
Further, the determining a base logic algorithm based on data processing logic may include: dividing the data processing logic into a plurality of basic logics according to the logic nodes; a base logic algorithm corresponding to each of the base logics is looked up in a base logic algorithm library to determine each base logic algorithm.
Further, if the basic logic algorithm corresponding to the basic logic is not found in the basic logic algorithm library, an instruction of the development requirement of the basic logic algorithm may be issued to the first user.
Further, the script or library file may include: the system comprises a basic logic algorithm module, a dependency relationship module and a data processing module; wherein the base logic algorithm module comprises logic code for implementing a base logic algorithm; the dependency relationship module comprises an open parameter set and/or an unopened parameter set; the data processing module is used for judging the legality of the input parameters, executing preprocessing operation and sending out abnormal messages.
Further, before creating a compute instance based on the selected parameters and the underlying logical algorithm, the method may further comprise: detecting the legality of the selected parameters; and assigning the qualified parameter of the validity detection to a script or a library file corresponding to the basic logic algorithm.
Further, after creating the compute instance, the method may further include: and running the calculation example according to the running rule and outputting the calculated data set.
The application also relates to a data processing method device for software programming, which can comprise the following steps: a logic algorithm determination module for determining a plurality of basic logic algorithms based on the data processing logic; the logic chain creation module is used for establishing the incidence relation among the basic logic algorithms to form a basic algorithm logic chain; the loading and analyzing module is used for loading and analyzing the script or library file corresponding to the basic logic algorithm; the parameter output module is used for outputting the parameter classification contained in the script or library file corresponding to the basic logic algorithm; the assignment module is used for responding to the parameter selection in the parameter classification and assigning the selected parameters to scripts or library files corresponding to each basic logic algorithm; and the calculation module is used for assigning the selected parameters to the corresponding basic logic algorithm in the basic algorithm logic chain so as to create a calculation example.
The present application further relates to a computer-readable storage medium, in which a computer program is stored which, when being executed in a computer processor, carries out any one of the steps of the method described above.
The beneficial effect of this application is: by separating the algorithm layer and the application development layer in the program development process, a developer without any programming base can realize the development of a software program without programming according to the development logic by means of the basic logic algorithm of the algorithm layer, so that the entry threshold and the programming cost of computer programming for processing big data are reduced, and the working efficiency is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
fig. 1 is a flowchart of a data processing method for software programming according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Furthermore, the terms "mounted," "disposed," "provided," "connected," and "configured" are to be construed broadly. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be a mechanical connection, or an electrical connection; may be directly connected, or indirectly connected through intervening media, or may be in internal communication between two devices, elements or components. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
As shown in fig. 1, a data processing method for software programming according to the present application, wherein the data processing includes big data processing, includes the following steps: step S1, determining at least one basic logic algorithm based on the data processing logic of the customer, specifically, the customer first conceiving and collating the data processing logic which has been planned to be implemented, finding each logic node in the data processing logic, and dividing the data processing logic into at least one basic logic according to each logic node. The system software of the present application may then search the base logic algorithm library for the base logic algorithm corresponding to the base logic, or the customer may select the base logic algorithm already implemented in the base logic algorithm library of the present invention to determine each base logic algorithm corresponding to a logical node. The logical node may be a node divided according to a specific service function.
In step S1, if the basic logic algorithm corresponding to the basic logic is not found in the basic logic algorithm library, which indicates that the basic logic algorithm corresponding to the basic logic does not exist in the basic logic algorithm library, the system software automatically sends a notification to the first user to notify that the first user needs to develop a new basic logic algorithm for the basic logic, and then the developed basic logic algorithm may be added to the basic logic algorithm library. The first user may be a software manager or a software programmer. The logic involved in the basic logic algorithm may be directed cyclic logic or directed acyclic logic.
Next, at step S2, the present application creates a basic algorithm logical chain in which basic logical algorithms are associated with each other according to the basic logical algorithms, that is, the present application converts data processing logic into an algorithm logical chain based on logical relationships and sets of transfer parameters and constructed by association relationships between the basic logical algorithms, where the association relationships may be inter-association relationships determined according to input and output parameters, and the basic algorithm logical chain is a link that is concatenated according to association relationships between the basic logical algorithms and integrates an existing logical order. In step S3, a script or library file corresponding to the basic logic algorithm is loaded and parsed. In the present application, the script may be a script file formed by a script language (such as python, matlab, etc.), or may be a library file formed by a compiling language (such as C, JAVA, etc.). Here, the script or library file implements classes or function sets implemented according to specifications, and the classes or function sets at least include: the system comprises a basic logic algorithm module, a dependency relationship module and a data processing module. The basic logic algorithm module may include logic code for implementing a basic logic algorithm, the dependency relationship module may include an open (shared) parameter set and/or a non-open (private) parameter set, and the data processing module may be configured to determine validity of an input parameter, issue an exception message, and perform necessary preprocessing operations.
Next, in step S4, the application presents the parameter classifications corresponding to each basic logic algorithm to the client for selection, where the parameter classifications are distinguished by parameter categories, and the specific implementation form may be embodied as a parameter list, a parameter table, or a parameter set. Thereafter, at step S5, the present application responds to the customer' S selection of parameters in the parameter classification corresponding to each underlying logic algorithm and determines the selected parameters.
Next, at step S6, the present application creates a computation instance based on the selected parameters and the underlying logical algorithm in the underlying logical chain of algorithms. Specifically, the selected parameters are firstly detected for validity, then the selected parameters are assigned to corresponding basic logic algorithms in the basic algorithm logic chain, and the basic algorithm logic chain is compiled to create the calculation examples. Preferably, the context management module can be used for managing each script or library file, so that each script or library file forms the same class module during the operation, thereby being not influenced by emergencies such as interruption or power failure of the program during the operation, and being capable of processing the new data based on the processed historical data.
Finally, in step S7, the present application constructs an operation rule between basic logic algorithms according to the input parameters and the call relationship specified by the dependency relationship module of the algorithm, and runs the calculation examples according to the operation rule and outputs the calculated data set, that is, runs all the calculation examples one by one from the logic start point according to the dependency relationship of the algorithm logic chain until the last calculation example completes the calculation and outputs the update. Because different calculation examples have the dependency relationship of data input and output on the algorithm logic chain, the method drives the current calculation example to run after detecting that all data depended by the current calculation example are calculated and output and updated or all data are updated, and finally, the client obtains the service data output required by the data processing logic corresponding to the algorithm logic chain.
The application also relates to a data processing device for software programming, which device may comprise: a logic algorithm determination module for determining a plurality of base logic algorithms based on the data processing logic; the logic chain creation module is used for establishing an incidence relation between the basic logic algorithms so as to form a basic algorithm logic chain; the loading and analyzing module is used for loading and analyzing the script or library file corresponding to the basic logic algorithm; the parameter output module is used for outputting the parameter classification contained in the script or library file corresponding to the basic logic algorithm; the assignment module is used for responding to the parameter selection in the parameter classification and assigning the selected parameters to scripts or library files corresponding to each basic logic algorithm; and a computation module for assigning the selected parameters to corresponding base logical algorithms in the base logical algorithm chain to create computation instances.
Furthermore, the present application relates to a computer-readable storage medium, which stores a computer program that, when executed in a computer processor, implements any one of the steps of the data processing method for software programming as described above. The computer-readable storage medium may include: any physical device capable of carrying computer program code, virtual device, flash disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only computer Memory (ROM), Random Access computer Memory (RAM), electrical carrier wave signal, telecommunications signal, and other software distribution media, and the like.
By separating the algorithm layer and the application development layer in the program development process, a developer without any programming base can realize the development of a software program without programming according to the development logic by means of the basic logic algorithm of the algorithm layer, so that the entry threshold and the programming cost of computer programming for processing data, particularly big data are reduced, and the working efficiency is improved. The algorithm layer of the method is formed by sharing basic logic algorithms based on basic logic, data input and output among all algorithms conform to a data structure standard, automatic maintenance is provided for a standard data structure through software, and therefore developers without any programming basis can select input data conforming to the data structure standard and achieve logic calculation of the input data through the sharing basic logic algorithms based on the basic logic.
Examples
The data processing method for software programming of the present application is further described below with reference to specific embodiments.
For a data processing logic, a series of logical nodes formed based on the data processing logic are: and the node 1: removing partial data from all data in a data set X according to basic logic a; and (3) the node 2: dividing the residual data into N groups according to the basic logic b; and (3) the node: combining N (1) -N (k) in the whole group into a 1 st group, combining N (k +1) -N (l) into a 2 nd group according to basic logic c, … …, and finally recombining the whole N groups into an M group; and the node 4: in the ith grouping, selecting data meeting the conditions from the grouping class data according to the basic logic di; and node 5: and merging the selected data in all the groups into a new data set Xi, and outputting the data set Xi.
In the above embodiments, the present application will search or write the basic algorithm corresponding to the basic logic a, b, c, di: a reject algorithm for culling specified data, a group algorithm for grouping data, a sort algorithm for sorting data, and a label algorithm for picking specified data. Wherein M, N, i and K are all natural numbers.
Based on the above-mentioned implemented algorithms, a client (e.g., a software user without a programming base) will call the following algorithms to implement the complete data processing logic, respectively: 1. in the reject algorithm, X is the input data set and the underlying logic a is optional logic. Outputting a data set X1 which is the data set X after the basic logic a is removed; 2. in the group algorithm, the output data set X1 of the reject algorithm is the input data set, and the base logic b is the optional logic. Output data set X2 after grouping logic b of data set X1; 3. in the sort algorithm, the output data set X2 of the group algorithm is the input data set, and the base logic c is the optional logic. Outputting a data set X3 which is the merged basic logic c of the data set X2; 4. in the label algorithm, the output data set X3 of the sort algorithm is the input data set, and the logic di is the optional logic. Outputting the data set Xi after the merging logic di of the data set X3; 5. the data set Xi is the output data set of the data processing logic instruction.
If the application does not implement one of the algorithms, a first user (e.g., a software manager) will abstract the computational requirements of the underlying logic from the data processing logic, requiring another portion of the first user (e.g., a programmer) to implement the underlying logic algorithm until the underlying logic algorithm implementing the entire underlying logic is available.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application are included in the protection scope of the present application.

Claims (10)

1. A data processing method for software programming, comprising:
determining a base logic algorithm based on the data processing logic;
outputting the parameter classification corresponding to the basic logic algorithm;
determining a selected parameter in response to selection of a parameter in the parameter classification; and
creating a computing instance based on the selected parameters and the underlying logic algorithm to obtain an output result of the software programming.
2. The data processing method for software programming according to claim 1, wherein the base logic algorithm is a plurality of base logic algorithms;
after determining the base logic algorithm, the method further comprises: establishing an incidence relation between the basic logic algorithms to form a basic algorithm logic chain;
said creating a compute instance based on said selected parameters and said underlying logical algorithm comprises: and assigning the selected parameters to corresponding basic logic algorithms in the basic algorithm logic chain, and compiling the basic algorithm logic chain to create the calculation example.
3. The data processing method for software programming according to claim 2, wherein said outputting the parameter classification corresponding to the basic logic algorithm comprises:
loading and analyzing a script or library file corresponding to the basic logic algorithm;
and displaying the parameter classification contained in the script or library file.
4. A data processing method for software programming according to claim 2 or 3, wherein the determining a base logic algorithm based on data processing logic comprises:
dividing the data processing logic into a plurality of basic logics according to the logic nodes;
a base logic algorithm corresponding to each of the base logics is looked up in a base logic algorithm library to determine each base logic algorithm.
5. The data processing method for software programming according to claim 4, wherein if the base logic algorithm corresponding to the base logic is not found in the base logic algorithm library, an instruction of a development requirement of the base logic algorithm is issued to the first user.
6. A data processing method for software programming according to claim 3, wherein said script or library file comprises: the system comprises a basic logic algorithm module, a dependency relationship module and a data processing module;
the basic logic algorithm module comprises logic code for implementing a basic logic algorithm;
the dependency relationship module comprises an open parameter set and/or an unopened parameter set;
the data processing module is used for judging the legality of the input parameters, executing preprocessing operation and sending out abnormal messages.
7. The data processing method for software programming according to claim 3, wherein prior to creating a compute instance based on the selected parameters and the underlying logic algorithm, the method further comprises:
detecting the legality of the selected parameters;
and assigning the qualified parameter of the validity detection to a script or a library file corresponding to the basic logic algorithm.
8. A data processing method for software programming according to claim 2 or 3, characterized in that after creating a calculation instance, the method further comprises: and running the calculation example according to the running rule and outputting the calculated data set.
9. A data processing method apparatus for software programming, comprising:
a logic algorithm determination module for determining a plurality of basic logic algorithms based on the data processing logic;
the logic chain creation module is used for establishing the incidence relation among the basic logic algorithms to form a basic algorithm logic chain;
the loading and analyzing module is used for loading and analyzing the script or library file corresponding to the basic logic algorithm;
the parameter output module is used for outputting the parameter classification contained in the script or library file corresponding to the basic logic algorithm;
the assignment module is used for responding to the parameter selection in the parameter classification and assigning the selected parameters to scripts or library files corresponding to each basic logic algorithm; and
and the calculation module is used for assigning the selected parameters to the corresponding basic logic algorithm in the basic algorithm logic chain so as to create a calculation example.
10. A computer-readable storage medium, in which a computer program is stored which, when executed in a computer processor, carries out the steps of the method according to any one of claims 1 to 8.
CN201810879544.8A 2018-08-03 2018-08-03 Data processing method and device for software programming Active CN110795075B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810879544.8A CN110795075B (en) 2018-08-03 2018-08-03 Data processing method and device for software programming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810879544.8A CN110795075B (en) 2018-08-03 2018-08-03 Data processing method and device for software programming

Publications (2)

Publication Number Publication Date
CN110795075A true CN110795075A (en) 2020-02-14
CN110795075B CN110795075B (en) 2023-08-11

Family

ID=69425281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810879544.8A Active CN110795075B (en) 2018-08-03 2018-08-03 Data processing method and device for software programming

Country Status (1)

Country Link
CN (1) CN110795075B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527682A (en) * 2020-12-24 2021-03-19 四川享宇金信金融科技有限公司 Model development method for fusing product functionality and user harmony

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130007722A1 (en) * 2011-06-28 2013-01-03 International Business Machines Corporation Method, system and program storage device that provide for automatic programming language grammar partitioning
CN106886411A (en) * 2017-02-17 2017-06-23 南京国电南自电网自动化有限公司 A kind of protective relaying device logic figure collocation method based on QT
US20170357880A1 (en) * 2016-06-08 2017-12-14 Gopro, Inc. Combining Independent Solutions to an Image or Video Processing Task

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130007722A1 (en) * 2011-06-28 2013-01-03 International Business Machines Corporation Method, system and program storage device that provide for automatic programming language grammar partitioning
US20170357880A1 (en) * 2016-06-08 2017-12-14 Gopro, Inc. Combining Independent Solutions to an Image or Video Processing Task
CN106886411A (en) * 2017-02-17 2017-06-23 南京国电南自电网自动化有限公司 A kind of protective relaying device logic figure collocation method based on QT

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
隋永朋;: "基于数学算法的计算机编程优化策略" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527682A (en) * 2020-12-24 2021-03-19 四川享宇金信金融科技有限公司 Model development method for fusing product functionality and user harmony
CN112527682B (en) * 2020-12-24 2023-10-27 四川享宇金信金融科技有限公司 Model development method for fusing product functionality and user coordination

Also Published As

Publication number Publication date
CN110795075B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
CN108595157B (en) Block chain data processing method, device, equipment and storage medium
WO2021114530A1 (en) Hardware platform specific operator fusion in machine learning
US10754709B2 (en) Scalable task scheduling systems and methods for cyclic interdependent tasks using semantic analysis
US9251466B2 (en) Driving an interactive decision service from a forward-chaining rule engine
CN106909543B (en) Pattern matching method and device of rule engine
US20150355891A1 (en) Computer-based distribution of large sets of regular expressions to a fixed number of state machine engines for products and services
US11507419B2 (en) Method,electronic device and computer program product for scheduling computer resources in a task processing environment
US20100275186A1 (en) Segmentation for static analysis
US20210125082A1 (en) Operative enterprise application recommendation generated by cognitive services from unstructured requirements
US20210304073A1 (en) Method and system for developing a machine learning model
EP2962186A1 (en) Providing code change job sets of different sizes to validators
US11531948B2 (en) Artificial intelligence based system and method for dynamic goal planning
US20200104742A1 (en) Method and apparatus for generating training data for vqa system, and medium
CN115964639A (en) Data identification method, device and equipment for adapting new data to model
CN115993991A (en) Service decision method, device and equipment
CN110795075B (en) Data processing method and device for software programming
CN111951112A (en) Intelligent contract execution method based on block chain, terminal equipment and storage medium
US8645296B2 (en) Knowledgebase partitioning
CN110489124A (en) Source code executes method, apparatus, storage medium and computer equipment
CN115809684A (en) Network model heterogeneous deployment method, device, equipment and storage medium
CN113254200B (en) Resource arrangement method and intelligent agent
JP7424373B2 (en) Analytical equipment, analytical methods and analytical programs
CN114327856A (en) Data processing method and device, electronic equipment and storage medium
JP2018018197A (en) Source code evaluation program
CN107247621B (en) Scheduling method and device for batch processing tasks

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