CN103186416B - Build the method for multi-task multi-branch process, state machine and the method for execution - Google Patents

Build the method for multi-task multi-branch process, state machine and the method for execution Download PDF

Info

Publication number
CN103186416B
CN103186416B CN201110452187.5A CN201110452187A CN103186416B CN 103186416 B CN103186416 B CN 103186416B CN 201110452187 A CN201110452187 A CN 201110452187A CN 103186416 B CN103186416 B CN 103186416B
Authority
CN
China
Prior art keywords
task
task node
node
output
dictionary
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
CN201110452187.5A
Other languages
Chinese (zh)
Other versions
CN103186416A (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.)
BYD Co Ltd
Original Assignee
BYD 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 BYD Co Ltd filed Critical BYD Co Ltd
Priority to CN201110452187.5A priority Critical patent/CN103186416B/en
Publication of CN103186416A publication Critical patent/CN103186416A/en
Application granted granted Critical
Publication of CN103186416B publication Critical patent/CN103186416B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses and a kind of build the method for multi-task multi-branch process, state machine and execution method thereof, wherein, the method for structure includes: create multiple task node;Configure task for each described task node and realize the calling interface of code;Creating task output dictionary for each described task node, wherein said task output dictionary is configured to store the output result of task node and the mapping relations of the task node corresponding with this output result;And creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task node, and exports the operation of the dictionary multiple described task nodes of control according to described output result and described task。By the invention it is possible to build multi-task multi-branch work process, and it is not necessary for building the flow process structure code writing repetition every time, reduces code complexity。

Description

Build the method for multi-task multi-branch process, state machine and the method for execution
Technical field
The present invention relates to field of software development, build the method for multi-task multi-branch process, state machine and execution method in particular it relates to a kind of。
Background technology
In order to realize the functional of software and multiformity, through the software flow frequently with multi-task multi-branch in software programming。In software, multiple task multiple-limb runnings call the control method of corresponding subsequent work task after then mainly realizing operating result and expected results between multiple software work task, mainly using the result of a upper task as the foundation selecting subsequent work task。
Fig. 1 is multi-task multi-branch work process example。For realizing multi-task multi-branch work process as shown in Figure 1, mainly through repeatedly using if-else branching selection statement (e.g., for C language) to realize in current software programming is developed。Fig. 2 uses the if-else method flow diagram writing multi-task multi-branch work process, as in figure 2 it is shown, use the flow process of specifically writing of if-else to include:
S1., based on if-else branching selection statement, input relation according to the output between task, set up basic task level branched structure by the if-else statement that nesting is multi-level;
S2., after setting up basic task level branched structure, each if-else branched structure statement block adds the task code of correspondence or the calling interface of task。
Such as, for the multi-task multi-branch work process shown in Fig. 1, it is possible to use if-else writes as follows:
It can be seen that present this implementation is primarily present following shortcoming:
Realize every time different multi-task multi-branch work process will again write the multi-level multinest structural code of if-else, reuse of code is low;
When task and branch are more many, if-else structure and nested meeting thereof are more many, and code structure is more complicated, so can be easily caused code and perform the probability increase that makes mistakes, and code complexity is high;
Task code combines with work process control routine and mixes realization and write, and adds the degree of coupling between code module, is unfavorable for adjustment or the amendment of work process and code structure, and the code degree of coupling is high, and the degree of modularity is low;
Complete after multi-task multi-branch Activity Processing Code writes, if code is checked analysis, it is necessary to check if-else structure and nested structure thereof from level to level, when task and branch are many, nested structure is many, and code analysis difficulty is high, is unfavorable for the analysis of code and the maintenance of code。
For the problems referred to above, there is no good solution at present。
Summary of the invention
It is an object of the invention to provide and a kind of build the method for multi-task multi-branch process, state machine and execution method, to solve for problems of the prior art。
To achieve these goals, according to an aspect of the present invention, it is provided that a kind of method building multi-task multi-branch process, the method includes: create multiple task node;Configure task for each described task node and realize the calling interface of code;Creating task output dictionary for each described task node, wherein said task output dictionary is configured to the mapping relations of output result and the task node corresponding with this output result storing task node;And creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task nodes, and exports the operation of the dictionary multiple described task nodes of control according to described output result and described task。
Further, the method also includes: arrange the task node title of each described task node;Further, the described task output dictionary created is configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。
Further, multiple described task nodes are stored in described task cooperative control object with the form of array。
Further, the method also includes revising the described mapping relations stored in described task output dictionary。
Further, the method also includes increasing and/or delete the described task node stored in described task cooperative control object。
Further, the described mapping relations stored in described task output dictionary are key-value pair, and wherein, key table shows the output result of task node, and value represents the task node corresponding with described output result。
According to another aspect of the present invention, it is provided that a kind of structure multi-task multi-branch status of processes machine, wherein, this state machine includes: Object Creation module, is used for creating multiple task node;Calling interface configuration module, realizes the calling interface of code for configuring task for each described task node;Task output dictionary creation module, for creating task output dictionary for each described task node, wherein said task output dictionary is configured to the mapping relations of output result and the task node corresponding with this output result storing task node;And task cooperative control object creation module, for creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task nodes, and exports the operation of the dictionary multiple described task nodes of control according to described output result and described task。
Further, described state machine also includes: task node title arranges module, for arranging the task node title of each described task node;Further, the described task output dictionary created is configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。
Further, multiple described task nodes are stored in described task cooperative control object with the form of array。
Further, described state machine also includes: task output dictionary editor module, for revising the described mapping relations stored in described task output dictionary。
Further, described state machine also includes: object editing module, for increasing and/or deleting the described task node stored in described task cooperative control object。
Further, the described mapping relations stored in described task output dictionary are key-value pair, and wherein, key table shows the output result of task node, and value represents the task node corresponding with described output result。
According to another aspect of the present invention, it is provided that a kind of method of multi-task multi-branch process performed constructed by above-mentioned structure multi-task multi-branch status of processes machine, the method includes: select a task node in task cooperative control object;Perform the calling interface of selected task node;Task at performed task node exports the task node that in dictionary, search is corresponding with the output result of performed task node;And select the task node searched。
Further, the step of a task node in described selection task cooperative control object includes: the task node title that input to perform;And according to the described task node title to perform search work task node in task Cooperation controlling object。
Further, after the step of the calling interface of the task node selected by described execution, the method also includes: the task node that described task cooperative control object record searches。
Further, the step of the task node that described search is corresponding with the output result of performed task node includes: the task at performed task node exports the task node title that in dictionary, search is corresponding with the output result of performed task node;The step of the task node that described selection searches includes: the task node name searched is referred to as the described task node title to perform。
Further, in the task node title performed described in described basis in task Cooperation controlling object after the step of search work task node, the method also includes: judges whether to search task node, wherein: if the determination result is YES, then continues;If judged result is no, then terminate。
Further, after the described step judging whether to search task node, the method also includes: whether the calling interface judging the task node searched is empty, wherein: if judged result is no, then continue;If the determination result is YES, then terminate。
Further, after the described task at performed task node exports the step searching for the task node title corresponding with the output result of performed task node in dictionary, the method also includes: judge whether to find described corresponding with the output result of performed task node task node title, wherein: if the determination result is YES, then continue;If judged result is no, then terminate。
Compared with realizing with tradition multi-task multi-branch, method and the state machine of multi-task multi-branch process is built by the present invention, multi-task multi-branch work process can be built, and it is not necessary for building the flow process writing repetition every time and builds code, the calling interface having only to realize task code is allocated to corresponding task node, reducing the size of code that work process is built, reuse of code is high;Task node has only to simply be stored in the array of task cooperative object, it is not necessary to too much code nested structure, reduces code complexity。
Method and the state machine of multi-task multi-branch process is built by the present invention, achieve work process control routine to be separated from each other with task code, improve the degree of independence between code module, have only to the mapping relations increasing or deleting in corresponding flow nodes or amendment task output dictionary and can be realized as the amendment to work process, work process amendment is convenient, and code coupling procedure is low, the degree of modularity is high;In addition, when the code that the method and state machine that build multi-task multi-branch process according to the present invention are built is analyzed, when having only to the process development, the relation in the task output dictionary of each task node enumerates out the relation between the relation and task action result and next task can put in order between task and task, improves the intelligibility of code and can safeguard degree。
Other features and advantages of the present invention will be described in detail in detailed description of the invention part subsequently。
Accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and constitutes the part of description, is used for explaining the present invention, but is not intended that limitation of the present invention together with detailed description below。In the accompanying drawings:
Fig. 1 is multi-task multi-branch work process example;
Fig. 2 uses the if-else method flow diagram writing multi-task multi-branch work process;
Fig. 3 is the method flow diagram of the structure multi-task multi-branch process according to embodiment of the present invention;
Fig. 4 is the method flow diagram building multi-task multi-branch process according to the preferred embodiment of the present invention;
Fig. 5 is the structure multi-task multi-branch status of processes machine schematic diagram according to embodiment of the present invention;
Fig. 6 is carried out the method flow diagram of the multi-task multi-branch process that the state machine according to embodiment of the present invention builds;And
Fig. 7 is carried out the preferred method flow diagram of the multi-task multi-branch process that the state machine according to embodiment of the present invention builds。
Detailed description of the invention
Below in conjunction with accompanying drawing, the specific embodiment of the present invention is described in detail。It should be appreciated that detailed description of the invention described herein is merely to illustrate and explains the present invention, it is not limited to the present invention。
Fig. 3 is the method flow diagram of the structure multi-task multi-branch process according to embodiment of the present invention。As it is shown on figure 3, a kind of method building multi-task multi-branch process, the method includes: create multiple task node (S32);Configure task for each described task node and realize the calling interface (S34) of code;Creating task output dictionary for each described task node, wherein said task output dictionary may be configured to the mapping relations (S36) of output result and the task node corresponding with this output result storing task node;And create task cooperative control object, wherein said task cooperative control object may be configured to store multiple described task nodes, and export the operation (S36) of the dictionary multiple described task nodes of control according to described output result and described task。
Compared with realizing with tradition multi-task multi-branch, by the method that the present invention builds multi-task multi-branch process, multi-task multi-branch work process can be built, and it is not necessary for building the flow process writing repetition every time and builds code, the calling interface having only to realize task code is allocated to corresponding task node, reducing the size of code that work process is built, reuse of code is high。Achieve work process control routine to be separated from each other with task code, improve the degree of independence between code module。
Wherein, the mapping relations in said method can be the mapping of certain attribute of the output result of task and the task node corresponding with this output result, for instance, task node position or first address etc. in memory。Preferably, the method also includes: arrange the task node title of each described task node;Further, the described task output dictionary created may be configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。Wherein, multiple described task nodes can be stored in described task cooperative control object with the form of array。Preferably, the described mapping relations stored in described task output dictionary can be that " key-value " is right, and wherein, " key " represents the output result of task node, and " value " represents the task node corresponding with described output result。
By the method that the present invention builds multi-task multi-branch process, task node has only to simply be stored in the array of task cooperative object, it is not necessary to too much code nested structure, reduces code complexity。When the code built by the method for the present invention is analyzed, when having only to the process development, the relation in the task output dictionary of each task node enumerates out the relation between the relation and task action result and next task can put in order between task and task, improves the intelligibility of code and can safeguard degree。
Preferably, the method of the structure multi-task multi-branch process according to the present invention, if needing the process to building to modify, the described mapping relations that can be modified in described task output dictionary storing realize, it is also possible to realize by increasing and/or deleting the described task node stored in described task cooperative control object。
Owing to work process control routine and task code are separated from each other, improve the degree of independence between code module, this just makes the amendment extremely convenient of work process。
Fig. 4 is the method flow diagram building multi-task multi-branch process according to the preferred embodiment of the present invention。As shown in Figure 4, in the preferred embodiment, include according to the method for the structure multi-task multi-branch process of the present invention: multi-task multi-branch process analysis, the cooperation relation (S40) between combing multitask;For one task node (S42) of each task initialization;The task node title (S44) of each task node is set;According to task cooperative relation, add task output dictionary " key-value " to (S46) for each task node;Each task node is added in the array of the storage task node in task cooperative control object (S48)。This completes the establishment of multi-task multi-branch process。
Fig. 5 is the structure multi-task multi-branch status of processes machine schematic diagram according to embodiment of the present invention。As it is shown in figure 5, the structure multi-task multi-branch status of processes machine according to embodiment of the present invention includes: Object Creation module 500, it is used for creating multiple task node;Calling interface configuration module 502, realizes the calling interface of code for configuring task for each described task node;Task output dictionary creation module 504, for creating task output dictionary for each described task node, wherein said task output dictionary is configured to the mapping relations of output result and the task node corresponding with this output result storing task node;And task cooperative control object creation module 510, for creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task nodes, and exports the operation of the dictionary multiple described task nodes of control according to described output result and described task。
Preferably, described state machine can also include: task node title arranges module 506, for arranging the task node title of each described task node;Further, the described task output dictionary created is configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。
Preferably, multiple described task nodes are stored in described task cooperative control object with the form of array。
Preferably, described state machine can also include: task output dictionary editor module 520, for revising the described mapping relations stored in described task output dictionary。Described state machine can also include: object editing module 530, for increasing and/or deleting the described task node stored in described task cooperative control object。
Preferably, the described mapping relations stored in described task output dictionary are that " key-value " is right, and wherein, " key " represents the output result of task node, and " value " represents the task node corresponding with described output result。
Two main modular are included: Object Creation module 500 and task cooperative control object creation module 510 at the structure multi-task multi-branch status of processes machine according to embodiment of the present invention。Wherein, Object Creation module 500 may be used for creating task node (TaskNode)。Task node may be used for storing task and realizes the calling interface of code, three attributes can be comprised, respectively task (node) title (TaskName), the calling interface (TaskInterface) of task and task output dictionary (ExportDic)。Task node title can be unique mark of task working node, for searching for or search its corresponding task node。The calling interface of task is for depositing the code of task call or program, when task cooperative control object needs to perform this task node, can pass through the corresponding code of this interface interchange or program to realize the function of task node。Task output dictionary can be by " key-value " to storage organization based on, " key " is for storing the output result of this task node, " value " is for storing the subsequent work task node title that perform when the output result of this task node is mated with its " key ", it is achieved to export the corresponding relation between result is foundation, work at present task node and subsequent work task node。Task cooperative control object creation module 510 may be used for creating task cooperative control object (FlowController), and wherein, task cooperative control object can coordinate the cooperating operation process controlling between each task。Task cooperative control object can comprise an array, is used for storing whole task node object。Use the present invention build multi-task multi-branch status of processes machine be operated process build time, it is only necessary to initialized task node is added in the array of task cooperative control object and can complete construction work。
Compared with realizing with tradition multi-task multi-branch, multi-task multi-branch status of processes machine is built by the present invention, multi-task multi-branch work process can be built, and it is not necessary for building the flow process writing repetition every time and builds code, the calling interface having only to realize task code is allocated to corresponding task node, reducing the size of code that work process is built, reuse of code is high;Task node has only to simply be stored in the array of task cooperative object, it is not necessary to too much code nested structure, reduces code complexity。Which achieves work process control routine to be separated from each other with task code, improve the degree of independence between code module, have only to the mapping relations increasing or deleting in corresponding flow nodes or amendment task output dictionary and can be realized as the amendment to work process, work process amendment is convenient, and code coupling procedure is low, the degree of modularity is high;In addition, when the code that the method and state machine that build multi-task multi-branch process according to the present invention are built is analyzed, when having only to the process development, the relation in the task output dictionary of each task node enumerates out the relation between the relation and task action result and next task can put in order between task and task, improves the intelligibility of code and can safeguard degree。
Fig. 6 is carried out the method flow diagram of the multi-task multi-branch process that the state machine according to embodiment of the present invention builds。As shown in Figure 6, it is possible to performing the multi-task multi-branch process constructed by above-mentioned structure multi-task multi-branch status of processes machine by the following method, the method includes: select a task node (S62) in task cooperative control object;Perform the calling interface (S64) of selected task node;Task at performed task node exports the task node (S66) that in dictionary, search is corresponding with the output result of performed task node;And select the task node (S68) searched。
Multi-task multi-branch process is performed by above-mentioned method, an arbitrary task node can be selected as required from task cooperative control object to start to perform process, and realized the function of this task node by the calling interface of selected working node。Utilize the output result of current task node and the task output dictionary of current task node, it is possible to find the task node that will be performed, make the execution of process have seriality, integrity。
Fig. 7 is carried out the preferred method flow diagram of the multi-task multi-branch process that the state machine according to embodiment of the present invention builds。Compared with the flow chart shown in Fig. 6, in the flow chart shown in Fig. 7, it is preferable that the step of a task node in described selection task cooperative control object may include that the task node title that input to perform;And according to the described task node title to perform search work task node in task Cooperation controlling object。Task node title can identify as the unique of task node, by using task node title, it is possible to select task node exactly in task Cooperation controlling object。
Additionally, the step of the described search task node corresponding with the output result of performed task node may include that the task at performed task node exports the task node title that in dictionary, search is corresponding with the output result of performed task node;The step of the task node that described selection searches includes: the task node name searched is referred to as the described task node title to perform。Preferably, after the step of the calling interface of the task node selected by described execution, the method can also include: the task node that described task cooperative control object record searches。
Additionally, compared with the flow chart shown in Fig. 6, also add three and judge to select node in the flow chart shown in Fig. 7, these three judges to select node respectively: judges whether to search task node, wherein: if the determination result is YES, then continues;If judged result is no, then terminate;Whether the calling interface of the task node searched described in judgement is empty, wherein: if judged result is no, then continue;If the determination result is YES, then terminate。Judge whether to find described corresponding with the output result of performed task node task node title, wherein: if the determination result is YES, then continue;If judged result is no, then terminate。
By judging it can be avoided that work process deadlock occurs in performing, it is ensured that the smooth execution of work process。
Preferably, task cooperative control execution process steps can be such that
Input starts first task node title performing task node of the whole workflow performed, so that task node name search task cooperative control object to store the array of task node, find the task node corresponding with this task node title;Whether the calling interface attribute of inspection task node is empty, if being sky, does not perform task, if not being empty, then performs this calling interface;The task node that task cooperative control object record is currently executing;After the task of a task node has performed, export it and perform result to task cooperative control object, task cooperative control object with currently perform task output result for search condition, the task output dictionary of search work at present task node, " key " that output result exports in dictionary with task is compared, if finding this " key " and " value " that match with this " key ", then by " value " title as next task node, returning and performing first step。If searching " value " less than coupling, then terminate work at present task process。
The preferred embodiment of the present invention is described in detail above in association with accompanying drawing; but; the present invention is not limited to the detail in above-mentioned embodiment; in the technology concept of the present invention; technical scheme can being carried out multiple simple variant, these simple variant belong to protection scope of the present invention。
It is further to note that, each concrete technical characteristic described in above-mentioned detailed description of the invention, in reconcilable situation, it is possible to be combined by any suitable mode, in order to avoid unnecessary repetition, various possible compound modes are no longer illustrated by the present invention separately。

Claims (17)

1. the method building multi-task multi-branch process, the method includes:
Create multiple task node;
Configure task for each described task node and realize the calling interface of code;
Creating task output dictionary for each described task node, wherein said task output dictionary is configured to store the output result of task node and the mapping relations of the task node corresponding with this output result;And
Creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task node and the operation according to described output result and the described task output dictionary multiple described task nodes of control,
Wherein, the described mapping relations stored in described task output dictionary are key-value pair, and wherein, key table shows the output result of task node, and value represents the task node corresponding with described output result。
2. method according to claim 1, wherein, the method also includes:
The task node title of each described task node is set;
Further, the described task output dictionary created is configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。
3. method according to claim 1, wherein, multiple described task nodes are stored in described task cooperative control object with the form of array。
4. method according to claim 1, wherein, the method also includes revising the described mapping relations stored in described task output dictionary。
5. method according to claim 1, wherein, the method also includes increasing and/or delete the described task node of storage in described task cooperative control object。
6. building a device for multi-task multi-branch process, wherein, this device includes:
Object Creation module, is used for creating multiple task node;
Calling interface configuration module, realizes the calling interface of code for configuring task for each described task node;
Task output dictionary creation module, for creating task output dictionary for each described task node, wherein said task output dictionary is configured to the mapping relations of output result and the task node corresponding with this output result storing task node;And
Task cooperative control object creation module, for creating task cooperative control object, wherein said task cooperative control object is configured to store multiple described task nodes, and exports the operation of the dictionary multiple described task nodes of control according to described output result and described task
Wherein, the described mapping relations stored in described task output dictionary are key-value pair, and wherein, key table shows the output result of task node, and value represents the task node corresponding with described output result。
7. device according to claim 6, wherein, described device also includes:
Task node title arranges module, for arranging the task node title of each described task node;
Further, the described task output dictionary created is configured to store the output result of described task and the mapping relations of the task node title of the task node corresponding with this output result。
8. device according to claim 6, wherein, multiple described task nodes are stored in described task cooperative control object with the form of array。
9. device according to claim 6, wherein, described device also includes:
Task output dictionary editor module, for revising the described mapping relations stored in described task output dictionary。
10. device according to claim 6, wherein, described device also includes:
Object editing module, for increasing and/or deleting the described task node stored in described task cooperative control object。
11. a method for the multi-task multi-branch process constructed by device of the structure multi-task multi-branch process that execution is described in claim any one of claim 6-10, the method includes:
Select a task node in task cooperative control object;
Perform the calling interface of selected task node;
Task at performed task node exports the task node that in dictionary, search is corresponding with the output result of performed task node;And
Select the task node searched。
12. method according to claim 11, wherein, the step of a task node in described selection task cooperative control object includes:
The task node title that input to perform;And
According to the described task node title to perform search work task node in task Cooperation controlling object。
13. method according to claim 11, wherein, after the step of the calling interface of the task node selected by described execution, the method also includes:
The task node that described task cooperative control object record searches。
14. method according to claim 12, wherein,
The step of the task node that described search is corresponding with the output result of performed task node includes: the task at performed task node exports the task node title that in dictionary, search is corresponding with the output result of performed task node;
The step of the task node that described selection searches includes: the task node name searched is referred to as the described task node title to perform。
15. method according to claim 12, wherein, in the task node title performed described in described basis in task Cooperation controlling object after the step of search work task node, the method also includes:
Judge whether to search task node, wherein: if the determination result is YES, then continue;If judged result is no, then terminate。
16. method according to claim 15, wherein, after the described step judging whether to search task node, the method also includes:
Whether the calling interface of the task node that judgement searches is empty, wherein: if judged result is no, then continue;If the determination result is YES, then terminate。
17. method according to claim 14, wherein, the described task at performed task node exports in dictionary after the step of the task node title that search is corresponding with the output result of performed task node, and the method also includes:
Judge whether to find described corresponding with the output result of performed task node task node title, wherein:
If the determination result is YES, then continue;If judged result is no, then terminate。
CN201110452187.5A 2011-12-29 2011-12-29 Build the method for multi-task multi-branch process, state machine and the method for execution Active CN103186416B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110452187.5A CN103186416B (en) 2011-12-29 2011-12-29 Build the method for multi-task multi-branch process, state machine and the method for execution

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110452187.5A CN103186416B (en) 2011-12-29 2011-12-29 Build the method for multi-task multi-branch process, state machine and the method for execution

Publications (2)

Publication Number Publication Date
CN103186416A CN103186416A (en) 2013-07-03
CN103186416B true CN103186416B (en) 2016-06-22

Family

ID=48677594

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110452187.5A Active CN103186416B (en) 2011-12-29 2011-12-29 Build the method for multi-task multi-branch process, state machine and the method for execution

Country Status (1)

Country Link
CN (1) CN103186416B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222510A (en) * 2008-01-25 2008-07-16 北京工业大学 Method for implementing CANopen main station
CN101739281A (en) * 2008-11-07 2010-06-16 埃森哲环球服务有限公司 Infrastructure for parallel programming of clusters of machines
CN101854300A (en) * 2010-06-02 2010-10-06 北京工业大学 Method for realizing CANopen slave station
WO2011134875A1 (en) * 2010-04-30 2011-11-03 International Business Machines Corporation Data center operation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222510A (en) * 2008-01-25 2008-07-16 北京工业大学 Method for implementing CANopen main station
CN101739281A (en) * 2008-11-07 2010-06-16 埃森哲环球服务有限公司 Infrastructure for parallel programming of clusters of machines
WO2011134875A1 (en) * 2010-04-30 2011-11-03 International Business Machines Corporation Data center operation
CN102236581A (en) * 2010-04-30 2011-11-09 国际商业机器公司 Mapping reduction method and system thereof for data center
CN101854300A (en) * 2010-06-02 2010-10-06 北京工业大学 Method for realizing CANopen slave station

Also Published As

Publication number Publication date
CN103186416A (en) 2013-07-03

Similar Documents

Publication Publication Date Title
CN101667134B (en) Method for constructing compiling system and compiling system constructing device
CN110007902A (en) The method and device of business processing flow configuration
JPH02264329A (en) Automatic program generating device
CN103765381B (en) Parallel work-flow to B+ tree
CN109189374A (en) Object formation code generating method and system based on object reference chain
CN109189469A (en) Android application micro services method and system based on reflection
CN1983172A (en) Design pattern and method of transformation of an object model
CN105677306A (en) Automation script compiling method and device
CN101593294A (en) The method and system of dynamic-configuration workflow
CN110673844A (en) Image processing software development method and system
US20040111711A1 (en) System and method for constructing computer application flows with specializations for targets
CN100346315C (en) Three dimension mode construction software automatic testing method based on script
CN109086038B (en) Spark-based big data development method and device, and terminal
CN103186416B (en) Build the method for multi-task multi-branch process, state machine and the method for execution
CN104866297B (en) A kind of method and apparatus for optimizing kernel function
CN105302551B (en) A kind of method and system of the Orthogonal Decomposition construction and optimization of big data processing system
CN112487092A (en) Intelligent contract calling method and device based on block chain
CN109542494B (en) Extension control method and terminal for VR software peripheral
Murray Specifying agent behaviors with UML statecharts and StatEdit
CN116301826A (en) Method for calling software command to conduct data batch processing in CAA development
Wang et al. Java software for Petri-net-based approaches to discrete event systems
CN112148271B (en) Method for automatically generating and injecting assembly process codes
CN105930162B (en) A kind of characteristic positioning method based on subgraph search
CN101399705B (en) Method for implementing multi-functional single board software based on binding task and binding class
CN110928253A (en) Dynamic weighting heuristic scheduling method of automatic manufacturing system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant