CN102063324A - Method and system for implementing automatic programming - Google Patents

Method and system for implementing automatic programming Download PDF

Info

Publication number
CN102063324A
CN102063324A CN2010106185357A CN201010618535A CN102063324A CN 102063324 A CN102063324 A CN 102063324A CN 2010106185357 A CN2010106185357 A CN 2010106185357A CN 201010618535 A CN201010618535 A CN 201010618535A CN 102063324 A CN102063324 A CN 102063324A
Authority
CN
China
Prior art keywords
data structure
description document
service interface
service
compiler
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
CN2010106185357A
Other languages
Chinese (zh)
Other versions
CN102063324B (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.)
GUANGZHOU ECI TELECOMMUNICATION CO Ltd
Original Assignee
GUANGZHOU ECI TELECOMMUNICATION 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 GUANGZHOU ECI TELECOMMUNICATION CO Ltd filed Critical GUANGZHOU ECI TELECOMMUNICATION CO Ltd
Priority to CN201010618535.7A priority Critical patent/CN102063324B/en
Publication of CN102063324A publication Critical patent/CN102063324A/en
Application granted granted Critical
Publication of CN102063324B publication Critical patent/CN102063324B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a method and system for implementing automatic programming. The system comprises a data structure and service interface compiler, a service logic compiler, a data structure and service interface description file, a service logic description file, a foundation library and a platform related compiler. The method comprises the following steps of: 1, defining the syntax of the data structure and service interface description file; 2, defining the syntax of the service logic description file; 3, writing the data structure and service interface compiler; 4, writing the service logic compiler; 5, writing the data structure and service interface description file; 6, compiling the data structure and service interface description file; 7, writing the service logic description file; 8, compiling the service logic description file; and 9, performing platform related compiling link, and compiling a project source program file to generate a platform related executable file by using the platform related compiler. The invention has the advantages of reducing the programming training cost, programming errors and time required for debugging and reducing the time costs for writing, debugging and modifying programs.

Description

A kind of method and system that realize automatic programming
Technical field
The present invention relates to the software development technique field, more particularly, relate to a kind of method and system that realize automatic programming.
Background technology
In field of software development, the still more traditional development approach that usually adopts, program source code is write the main developer of leaning on and is write line by line, though fully from the beginning most projects can not write, the developer also can reduce writing of code by methods such as existing similar source code, class libraries, framework or assemblies as far as possible, but what inherited shared use often all is some bottom common base codes, and it is also smaller that this part code accounts for project total code amount ratio; And the operation layer code that accounts for project total code amount maximum ratio often is only the emphasis of project, because the operation layer code is the core key of project, usually all be complicated and changeable, old demand code is revised in interpolation new demand code that the developer need not stop and maintenance, and concerning different projects, the operation layer code also is to be difficult to be shared, and therefore only depends on to inherit existing source code, class libraries, the development approach of framework or assembly are difficult to the various variations of response fast; So, reduce the exploitation mistake, reduce just seem especially important of development and maintenance cost by improving existing development technique and a kind of new development approach of development improves development efficiency; Particularly in the face of complicated large scale business software systems.
Summary of the invention
The objective of the invention is to solve problem set forth above, a kind of system that realizes automatic programming is provided, this system can finish programming, debugging, maintenance fast, and compiling procedure is correctly efficient; For this reason, the present invention also provides a kind of method that realizes automatic programming.
System of the present invention adopts following technical scheme:
A kind of system that realizes automatic programming comprises:
Data structure and service interface compiler are used to compile data structure and service interface description document, output data structure and the interface related source files of program of service;
The service logic compiler is used to compile the service logic description document, the source files of program that the outgoing traffic logical process is relevant;
Data structure and service interface description document;
The service logic description document;
Base library is the encapsulation to some underlying basis functional modules, is used for the support to software systems;
Platform dependent compilation device is used for the whole source codes of composing software system, and the link base library, output stage related software system executable program;
As preferably, described data structure and service interface definitional language can adopt existing language syntax form.
As preferably, described service logic definitional language can adopt existing language syntax form.
As preferably, described base library has encapsulated the general basic function module of software systems.
As preferably, described platform dependent compilation device is meant and the concrete relevant compiler of operation system platform that compiler compiles the executable program that whole software systems source codes output platform specifics are correlated with;
A kind of method that realizes automatic programming, step is as follows:
Step 1, definition data structure and service interface description document grammer;
Step 2, definition service logic description document grammer;
Step 3, write data structure and service interface compiler;
Step 4, write the service logic compiler;
Step 5, write data structure and service interface description document;
Step 6, compiling data structure and service interface description document;
Step 7, write the service logic description document;
Step 8, compiling service logic description document;
Step 9, the link of platform dependent compilation, usage platform dependent compilation device compiling project source files of program produces the relevant executable file of platform;
Wherein, the order of step 1, step 2 can be exchanged, and the order of step 3, step 4 can be exchanged.
As preferably, described definition data structure and service interface description document grammer adopt existing language syntax form.
As preferably, described definition service logic description document grammer adopts existing language syntax form.
As preferably, described compiling data structure and service interface description document are by compile option on data structure and the service interface compiler band data structure and service interface description document to be compiled.
As preferably, can check at first whether the syntax format that comprises in the description document is legal in described compiling data structure and the service interface description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise prompting failure cause.
As preferably, described compiling service logic description document is by compile option on the service logic compiler band service logic description document to be compiled.
As preferably, can check at first whether the syntax format that comprises in the description document is legal in the described compiling service logic description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise prompting failure cause.
Beneficial effect of the present invention is as follows:
1, can effectively reduce the cost of programming training;
2, can effectively reduce the time cost of coding;
3, can effectively reduce the time cost of debugged program;
4, can effectively reduce the maintenance cost of update routine;
5, reduce misprogrammed and debugging the needed time;
6, create a kind of format program of structure unanimity, this form can reflect various data structures clearly, service interface and service logic, and this method has further improved development efficiency, has reduced the exploitation mistake, has reduced maintenance difficulties;
Description of drawings
Fig. 1 is the system architecture synoptic diagram of one embodiment of the invention;
Fig. 2 is the steps flow chart synoptic diagram of one embodiment of the invention;
Embodiment
Below in conjunction with accompanying drawing embodiments of the invention are further elaborated.
As shown in Figure 1, the invention provides a kind of system that realizes automatic programming, it is introduced compiler technologies and realizes automatic programming, and native system comprises:
Data structure and service interface compiler are used to compile data structure and service interface description document, output data structure and the interface related source files of program of service;
The service logic compiler is used to compile the service logic description document, the source files of program that the outgoing traffic logical process is relevant;
Data structure and service interface definitional language are used for definition data structure and service interface description document;
The service logic definitional language is used to define the service logic description document;
Base library is the encapsulation to some underlying basis functional modules, is used for the support to software systems;
Platform dependent compilation device is used for the whole source codes of composing software system, and the link base library, output stage related software system executable program.
Described data structure and service interface compiler are a kind of self-defined compilers, have compiler lexical analysis and grammatical analysis function, when compiling data structure, can the self-verifying description document whether meet relevant morphology and syntactic definition rule, can export concrete miscue if description document is wrong with the service interface description document; Data structure has defined relevant compiling parameter with the service interface compiler simultaneously according to the actual requirements in order to strengthen its extendability, such as the syntax format of input description document; Output source type of code (C/C++/Java/C#); Code spice etc.
Described service logic compiler is a kind of self-defined compiler, have compiler lexical analysis and grammatical analysis function, when compiling service logic description document, can the self-verifying description document whether meet relevant morphology and syntactic definition rule, can export concrete miscue if description document is wrong; The service logic compiler has defined relevant compiling parameter simultaneously according to the actual requirements in order to strengthen its extendability, such as the syntax format of input description document; Output source type of code (C/C++/Java/C#); Code spice; Professional special processing etc.
Described data structure and service interface definitional language can adopt existing language syntax form, as C, C++ etc., also can adopt self-defined syntax format, and be self-defined etc. as the XML style.
Described service logic definitional language can adopt existing language syntax form, as VBScript, JavaScript, Lua, Python etc., also can adopt self-defined syntax format.
Described base library has encapsulated the general basic function module of software systems, and such as time processing function, character string is handled function, communication process function etc.
Described platform dependent compilation device is meant and the concrete relevant compiler of operation system platform that compiler compiles the relevant executable program of whole software systems source code output platform specifics.
The present invention also provides a kind of method that realizes automatic programming, and as shown in Figure 2, it realizes that process step is as follows:
Step 1, definition data structure and service interface description document grammer;
Step 2, definition service logic description document grammer;
Step 3, write data structure and service interface compiler;
Step 4, write the service logic compiler;
Step 5, write data structure and service interface description document;
Step 6, write the service logic description document;
Step 7, compiling data structure and service interface description document;
Step 8, compiling service logic description document;
Step 9, the link of platform dependent compilation, usage platform dependent compilation device compiling project source files of program produces the relevant executable file of platform;
Wherein, the order of step 1, step 2 can be exchanged; The order of step 3, step 4 can be exchanged.
Described definition data structure and service interface description document grammer be according to concrete actual demand select a kind of can the data of description structure and the language of service interface, concrete syntax format can adopt existing language syntax form, as C, C++ etc., also can adopt self-defined syntax format, self-defined etc. as the XML style.
When the language of data structure and service interface adopted self-defined syntax format, concrete syntax format was not limit, and anyly realized that in order to be used to the self-defined syntax format of automatic programming all should be included in protection scope of the present invention.
Described definition service logic description document grammer is to select a kind of language that can describe service logic according to concrete actual demand, concrete syntax format can adopt existing language syntax form, as VBScript, JavaScript, Lua, Python etc., also can adopt self-defined syntax format.
When the language of service logic adopted self-defined syntax format, concrete syntax format was not limit, and anyly realized that in order to be used to the self-defined syntax format of automatic programming all should be included in protection scope of the present invention.
Describedly write data structure and the service interface compiler is according to data structure and service interface description document grammer, choose suitable compiler development technology,, develop the compiler of concrete practicality at the corresponding software system demand.
The described service logic compiler of writing is according to service logic description document grammer, chooses suitable compiler development technology, at the corresponding software system demand, develops the compiler of concrete practicality.
Describedly write data structure and the service interface description document is according to data structure and service interface description document grammer,, write out the data structure and the service interface description document of concrete practicality at the corresponding software system demand.
The described service logic description document of writing is a service logic description document grammer, at the corresponding software system demand, writes out the service logic description document of concrete practicality.
Described compiling data structure and service interface description document are by compile option on data structure and the service interface compiler band data structure and service interface description document to be compiled.
Can check at first whether the syntax format that comprises in the description document is legal in described compiling data structure and the service interface description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise the prompting failure cause is write data structure and service interface description document again, and is qualified up to grammer.
Described compiling service logic description document is by compile option on the service logic compiler band service logic description document to be compiled.
Can check at first whether the syntax format that comprises in the description document is legal in the described compiling service logic description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise the prompting failure cause is write the service logic description document again, and is qualified up to grammer.
The object of the present invention is to provide a kind of system and method for realizing automatic programming, this system and method can effectively reduce the cost of programming training, the time cost of coding, the time cost of debugged program, and the maintenance cost of update routine.By a kind of close friend programming structure and style, reduce misprogrammed and debug the needed time.
Another object of the present invention is to create a kind of format program of structure unanimity, this form can reflect various data structures clearly, service interface and service logic, and this method has further improved development efficiency, reduce the exploitation mistake, reduced maintenance difficulties.
Automatic programming of the present invention is the system framework with software systems, data structure, service interface separates with service logic, and each several part can independently be handled, by compiler technologies each several part effectively is glued together the final production executable application programs then.
In order to solve above-mentioned purpose, system of the present invention adopts following technical scheme, comprising:
(1) data structure and service interface description document
The service interface that mutual data structure and each software module can provide between each software module of this file description.
(2) business logic processing description document
The business processing logic of this each business function module of file description.
(3) data structure and service interface and service logic compiler
Compiler produces required program source code automatically by reading parse data structures and service interface description document and business logic processing description document, realizes automatic programming.
By in programming process, having introduced compiler technologies, to need the manual most of programmed tasks finished of developer to allow self-defined compiler generate automatically, really the developer is freed from the loaded down with trivial details duplication of labour, concentrate on deal with data and service logic; This process has improved development efficiency, and less exploitation mistake has reduced the development and maintenance cost, make the project increase in demand and the change of customer in response rapidly, and the code spice of so automatic generation is unified, the quality height, and error rate is low, safeguards simple.
Embodiment
As shown in Figure 2, utilization automatic programming method is carried out system development, the comprising of required step:
Step 1, definition data structure and service interface description document grammer;
Step 2, definition service logic description document grammer;
Step 3, write data structure and service interface compiler;
Step 4, write the service logic compiler;
Step 5, write data structure and service interface description document;
Step 6, compiling data structure and service interface description document are if data structure and service interface description document have just been write in failure again; If success then generates source code;
Step 7, write the service logic description document;
Step 8, compiling service logic description document are if the service logic description document has just been write in failure again; If success then generates source code;
Step 9, the link of platform dependent compilation, usage platform dependent compilation device compiling project source files of program, and link base library produce the relevant executable file of platform;
Present embodiment describes as an example with C Plus Plus and Visual C++2005 development environment, but the present invention is not limited only to only support C Plus Plus and Visual C++2005 development environment, actually can select developer required any development language and development environment.
Data structure and service interface and service logic compiler have determined the form of description document grammer, and the concrete syntax source code file that finally can support output, such as C, C++, JAVA, C# etc., and the coding style of output source code, code quality, source code file institutional framework etc. are all directly relevant with compiler.
Data structure and service interface and service logic compiler are a kind of compilers, and the development technique of compiler is very ripe now, and the front end of compiler comprises processes such as lexical analysis, grammatical analysis, intermediate code generation; The rear end is then relevant with target machine, comprises that the target machine code generates with relevant optimization etc.
The realization of compiler mainly contains three kinds of modes:
(1) directly writes out program compiler with certain program language;
(2) construct automatically by instruments such as Lex, Yacc;
(3) by existing compiler is transformed.
The function of compiler is the source code that reads in description document analysis output designated program language, need not produce the objectives machine code, and the fore-end function that therefore only needs to realize compiler gets final product.
Here only combine with Yacc to realize compiling and carry out the simple examples explanation with Lex.Lex is a kind of lexical analyzer, is used to finish the lexical analysis work of compiler front-end; Yacc is a kind of syntax analyzer, is used to finish the grammatical analysis work of compiler front-end.Lex combines generation script compiler concrete steps with Yacc as follows:
(1) writes the relevant motion file of pattern of a .lex;
(2) operation Lex generates the scanner code on the .lex file;
(3) write the grammar file of a .y;
(4) operation Yacc generates a resolver code on the .y grammar file;
(5) scanner code, resolver code and other source codes are linked as compiler.
Description document is write and is comprised data structure and service interface description document and business logic processing description document two parts:
1, the data structure of data structure and service interface description document definition software systems, and the software systems service interface that can provide, the grammer of data structure and service interface description document can adopt existing language syntax form commonly used, as the C/C++ language syntax, be easily understood like this, more general, only use and the developer is carried out simple training get final product; Can adopt self-defined syntax format, self-defined such as the XML style, concrete syntax format is not limit yet, and anyly realizes that in order to be used to the self-defined syntax format of automatic programming all should be included in the protection domain of these invention claims.
In the present embodiment, utilization self-defined syntax format definition data structure of XML style and service interface description document, specific as follows:
XML style self-defining data structure and service interface definition grammer specification mainly comprise reserved keyword, naming rule, and the note rule, data structure definition, the service interface definition, reserved keyword:
char,uchar,string,short,ushort,int,uint,longlong,ulonglong,float,double,struct,name,field,interface,in,out
Naming rule:
All structure titles, structure member's title and service interface name nominating can only be made up of letter, underscore, numeral, and title must be by beginning of letter.
The note rule:
All all think comment line with the row that # begins
Data structure definition:
Grammer:
<struct name=" the structure title "
<field name=" member Name " type=" member type [: * | N] "/
......
</struct>
Illustrate:
(1) data structure can comprise several structure members;
(2) member type [: * | N] both can be a basic data type, also can be the type of data structure that had defined; The basic data type of supporting has cha r, ucha r, string, short, ushort, int, uint, longlong, ulonglong, float, double at present; Wherein [: * | N] be optional part, * identification data structure member is a random length array, and N (N 〉=1) identification data member is a fixed length array, and array dimension is N, gives tacit consent to optional part expression N=1 need not be set;
The service interface definition:
Grammer:
<interface name=" service interface title " 〉
<in name=" data structure title "/〉
......
<out name=" data structure title "/〉
......
</interface>
Illustrate:
(1) service interface can comprise several inputs (in) parameter and several output (out) parameter
(2) data structure that input (in), output (out) parameter are quoted must be that the front partly defined in data structure definition
Example:
Be to obtain network element device basic attribute data structure and service interface definition below:
## network element attribute request ##
<struct?name=″NEInfo″>
<field?name=″NEID″type=″int″/>
<field?name=″NEIP″type=″string″/>
<field?name=″NEType″type=″int″/>
</struct>
The ## network element attribute is replied ##
<struct?name=″NEAttribute”>
<field?name=″NEUserLabel″type=″string″/>
<field?name=″NELocation″type=″string″/>
<field?name=″NEVersion″type=″string″/>
</struct>
## obtains network element attribute ##
<interface?name=″GetNEAttribute″>
<in?name=″NEInfo″/>
<out?name=″NEAttribute″/>
</interface>
2, the business logic processing description document can optionally be described the existing script grammer of complexity selection of service logic, and as VBScript, JavaScript, Lua, Python etc., these scripts are ripe relatively, universal, are simple and easy to use; Can adopt self-defined syntax format, concrete syntax format is not limit yet, and anyly realizes that in order to be used to the self-defined syntax format of automatic programming all should be included in the protection domain of these invention claims.
The description document compiling is by suitable compile option on the corresponding compiler band description document to be compiled, can check at first in the compilation process whether the syntax format that comprises in the description document is legal, if source code file correct then the corresponding development language that the output software system is required, otherwise prompting failure cause.
The link of platform dependent compilation is the demand according to the software systems operation platform, the source code file of selecting suitable platform dependent compilation device such as Visual C++, GNU etc. that the script compile device is exported writes source code file certainly with the developer and relevant support base library is carried out compiling link, and the platform of final output software system is relevant can executive routine.
Above-described only is preferred implementation of the present invention; should be pointed out that the those of ordinary skill in the art, under the prerequisite that does not break away from core technology feature of the present invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (12)

1. system that realizes automatic programming is characterized in that system comprises:
Data structure and service interface compiler are used to compile data structure and service interface description document, output data structure and the interface related source files of program of service;
The service logic compiler is used to compile the service logic description document, the source files of program that the outgoing traffic logical process is relevant;
Data structure and service interface description document use data structure and service interface definitional language to define; The service logic description document uses the service logic definitional language to define;
Base library is the encapsulation to some underlying basis functional modules, is used for the support to software systems;
Platform dependent compilation device is used for the whole source codes of composing software system, and the link base library, output stage related software system executable program.
2. the system of realization automatic programming according to claim 1 is characterized in that, described data structure and service interface definitional language can adopt existing language syntax form.
3. the system of realization automatic programming according to claim 1 is characterized in that, described service logic definitional language can adopt existing language syntax form.
4. the system of realization automatic programming according to claim 1 is characterized in that, described base library has encapsulated the general basic function module of software systems.
5. the system of realization automatic programming according to claim 1, it is characterized in that, described platform dependent compilation device is meant and the concrete relevant compiler of operation system platform that compiler compiles the relevant executable program of whole software systems source code output platform specifics.
6. method that realizes automatic programming is characterized in that step is as follows:
Step 1, definition data structure and service interface description document grammer;
Step 2, definition service logic description document grammer;
Step 3, write data structure and service interface compiler;
Step 4, write the service logic compiler;
Step 5, write data structure and service interface description document;
Step 6, compiling data structure and service interface description document;
Step 7, write the service logic description document;
Step 8, compiling service logic description document;
Step 9, the link of platform dependent compilation, usage platform dependent compilation device compiling project source files of program produces the relevant executable file of platform;
Wherein, the order of step 1, step 2 can be exchanged, and the order of step 3, step 4 can be exchanged.
7. the method for realization automatic programming according to claim 6 is characterized in that, described definition data structure and service interface description document grammer adopt existing language syntax form.
8. the method for realization automatic programming according to claim 6 is characterized in that, described definition service logic description document grammer adopts existing language syntax form.
9. the method for realization automatic programming according to claim 6, it is characterized in that described compiling data structure and service interface description document are by compile option on data structure and the service interface compiler band data structure and service interface description document to be compiled.
10. the method for realization automatic programming according to claim 9, it is characterized in that, can check at first whether the syntax format that comprises in the description document is legal in described compiling data structure and the service interface description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise prompting failure cause.
11. the method for realization automatic programming according to claim 6 is characterized in that, described compiling service logic description document is by compile option on the service logic compiler band service logic description document to be compiled.
12. the method for realization automatic programming according to claim 11, it is characterized in that, can check at first whether the syntax format that comprises in the description document is legal in the described compiling service logic description document process, if legal, the source code file of the required corresponding development language of output software system then; Otherwise prompting failure cause.
CN201010618535.7A 2010-12-31 2010-12-31 Method and system for implementing automatic programming Active CN102063324B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010618535.7A CN102063324B (en) 2010-12-31 2010-12-31 Method and system for implementing automatic programming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010618535.7A CN102063324B (en) 2010-12-31 2010-12-31 Method and system for implementing automatic programming

Publications (2)

Publication Number Publication Date
CN102063324A true CN102063324A (en) 2011-05-18
CN102063324B CN102063324B (en) 2014-04-02

Family

ID=43998610

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010618535.7A Active CN102063324B (en) 2010-12-31 2010-12-31 Method and system for implementing automatic programming

Country Status (1)

Country Link
CN (1) CN102063324B (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323891A (en) * 2011-10-31 2012-01-18 易立 Programming method
CN105700934A (en) * 2016-02-19 2016-06-22 陕西瑞亚智能技术有限公司 Intelligent compiling method and intelligent compiling system
CN107168706A (en) * 2017-05-12 2017-09-15 北京理工大学 A kind of Windows Shellcode method for auto constructing
CN107608677A (en) * 2017-09-05 2018-01-19 腾讯科技(深圳)有限公司 A kind of process of compilation method, apparatus and electronic equipment
CN108228173A (en) * 2018-01-16 2018-06-29 北明软件有限公司 A kind of visual data-interface development system and method
CN108304194A (en) * 2017-09-01 2018-07-20 潍柴动力股份有限公司 A kind of generation method of program, device and electronic equipment
CN109086039A (en) * 2018-08-02 2018-12-25 济南安软天健科技有限公司 A kind of automatic write method of code
CN109298865A (en) * 2018-09-13 2019-02-01 天津龙拳风暴科技有限公司 Realize the method and device of game skill programmable
CN110377289A (en) * 2019-07-01 2019-10-25 北京字节跳动网络技术有限公司 A kind of data analysis method, device, medium and electronic equipment
CN110489103A (en) * 2019-08-08 2019-11-22 中腾信金融信息服务(上海)有限公司 A kind of air control rule editor interactive device and method
CN110597501A (en) * 2019-08-09 2019-12-20 苏宁金融科技(南京)有限公司 Natural language programming method and device based on strong static scripting language
CN111190585A (en) * 2019-12-12 2020-05-22 杭州安恒信息技术股份有限公司 Method for realizing JAVA mode matching characteristic based on bytecode enhancement technology
CN111309298A (en) * 2019-12-05 2020-06-19 上海维宏电子科技股份有限公司 System for realizing processing tool path compilation based on custom format file in numerical control system and processing method thereof
CN111736844A (en) * 2020-06-05 2020-10-02 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN111831288A (en) * 2020-06-30 2020-10-27 厦门亿联网络技术股份有限公司 Method and system for automatically generating Thrift IDL data structure and automatic transfer function
CN112114789A (en) * 2019-06-20 2020-12-22 腾讯科技(深圳)有限公司 Service development method and equipment
CN112256567A (en) * 2020-09-29 2021-01-22 航天科工广信智能技术有限公司 Remote calling simulation and test system
CN112286510A (en) * 2019-07-24 2021-01-29 深圳市应该科技有限公司 Method and device for realizing automatic programming based on API (application program interface)
CN112445488A (en) * 2019-09-04 2021-03-05 无锡江南计算技术研究所 Compiling processing method and device for width asymmetric vector compatibility under heterogeneous platform
CN113703732A (en) * 2021-11-01 2021-11-26 深圳易帆互动科技有限公司 Method for realizing multi-language development of game back end
CN113805882A (en) * 2021-09-18 2021-12-17 上海波顿诺华智能科技有限公司 Method and device for developing application program, electronic equipment and storage medium
CN114153463A (en) * 2022-02-09 2022-03-08 厚普智慧物联科技有限公司 Management system service function creating method and system based on script compiler
CN116391172A (en) * 2020-11-09 2023-07-04 “工艺系统”有限责任公司 System and method for creating and executing highly extended cloud applications

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1519716A (en) * 2003-01-22 2004-08-11 北京科泰世纪科技有限公司 Method for generating C++ program based on component definition language
US20050246681A1 (en) * 2000-10-04 2005-11-03 Bea Systems, Inc. System and method for computing code generation
CN101604241A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of code generating method of embedded system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246681A1 (en) * 2000-10-04 2005-11-03 Bea Systems, Inc. System and method for computing code generation
CN1519716A (en) * 2003-01-22 2004-08-11 北京科泰世纪科技有限公司 Method for generating C++ program based on component definition language
CN101604241A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of code generating method of embedded system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高玉兰,等: "对语法分析程序自动生成器YACC的改进", 《吉林大学自然科学学报》 *

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323891A (en) * 2011-10-31 2012-01-18 易立 Programming method
CN105700934A (en) * 2016-02-19 2016-06-22 陕西瑞亚智能技术有限公司 Intelligent compiling method and intelligent compiling system
CN107168706A (en) * 2017-05-12 2017-09-15 北京理工大学 A kind of Windows Shellcode method for auto constructing
CN108304194A (en) * 2017-09-01 2018-07-20 潍柴动力股份有限公司 A kind of generation method of program, device and electronic equipment
CN107608677B (en) * 2017-09-05 2020-11-03 腾讯科技(深圳)有限公司 Compiling processing method and device and electronic equipment
CN107608677A (en) * 2017-09-05 2018-01-19 腾讯科技(深圳)有限公司 A kind of process of compilation method, apparatus and electronic equipment
CN108228173A (en) * 2018-01-16 2018-06-29 北明软件有限公司 A kind of visual data-interface development system and method
CN108228173B (en) * 2018-01-16 2021-08-31 北明软件有限公司 Visual data interface development system and method
CN109086039A (en) * 2018-08-02 2018-12-25 济南安软天健科技有限公司 A kind of automatic write method of code
CN109298865A (en) * 2018-09-13 2019-02-01 天津龙拳风暴科技有限公司 Realize the method and device of game skill programmable
CN112114789B (en) * 2019-06-20 2024-02-06 腾讯科技(深圳)有限公司 Service development method and equipment
CN112114789A (en) * 2019-06-20 2020-12-22 腾讯科技(深圳)有限公司 Service development method and equipment
CN110377289A (en) * 2019-07-01 2019-10-25 北京字节跳动网络技术有限公司 A kind of data analysis method, device, medium and electronic equipment
CN112286510A (en) * 2019-07-24 2021-01-29 深圳市应该科技有限公司 Method and device for realizing automatic programming based on API (application program interface)
CN110489103A (en) * 2019-08-08 2019-11-22 中腾信金融信息服务(上海)有限公司 A kind of air control rule editor interactive device and method
CN110597501B (en) * 2019-08-09 2022-10-18 苏宁金融科技(南京)有限公司 Natural language programming method and device based on strong static scripting language
CN110597501A (en) * 2019-08-09 2019-12-20 苏宁金融科技(南京)有限公司 Natural language programming method and device based on strong static scripting language
CN112445488B (en) * 2019-09-04 2022-11-15 无锡江南计算技术研究所 Compiling processing method and device for width asymmetric vector compatibility under heterogeneous platform
CN112445488A (en) * 2019-09-04 2021-03-05 无锡江南计算技术研究所 Compiling processing method and device for width asymmetric vector compatibility under heterogeneous platform
CN111309298B (en) * 2019-12-05 2023-11-21 上海维宏电子科技股份有限公司 System for realizing processing tool path programming based on custom format file in numerical control system and processing method thereof
CN111309298A (en) * 2019-12-05 2020-06-19 上海维宏电子科技股份有限公司 System for realizing processing tool path compilation based on custom format file in numerical control system and processing method thereof
CN111190585A (en) * 2019-12-12 2020-05-22 杭州安恒信息技术股份有限公司 Method for realizing JAVA mode matching characteristic based on bytecode enhancement technology
CN111190585B (en) * 2019-12-12 2023-05-02 杭州安恒信息技术股份有限公司 Method for realizing JAVA mode matching characteristic based on byte code enhancement technology
CN111736844B (en) * 2020-06-05 2022-09-09 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN111736844A (en) * 2020-06-05 2020-10-02 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN111831288A (en) * 2020-06-30 2020-10-27 厦门亿联网络技术股份有限公司 Method and system for automatically generating Thrift IDL data structure and automatic transfer function
CN111831288B (en) * 2020-06-30 2022-06-07 厦门亿联网络技术股份有限公司 Method and system for automatically generating Thrift IDL data structure and automatic transfer function
CN112256567A (en) * 2020-09-29 2021-01-22 航天科工广信智能技术有限公司 Remote calling simulation and test system
CN116391172A (en) * 2020-11-09 2023-07-04 “工艺系统”有限责任公司 System and method for creating and executing highly extended cloud applications
CN113805882A (en) * 2021-09-18 2021-12-17 上海波顿诺华智能科技有限公司 Method and device for developing application program, electronic equipment and storage medium
CN113703732A (en) * 2021-11-01 2021-11-26 深圳易帆互动科技有限公司 Method for realizing multi-language development of game back end
CN114153463B (en) * 2022-02-09 2022-04-12 厚普智慧物联科技有限公司 Management system service function creating method and system based on script compiler
CN114153463A (en) * 2022-02-09 2022-03-08 厚普智慧物联科技有限公司 Management system service function creating method and system based on script compiler

Also Published As

Publication number Publication date
CN102063324B (en) 2014-04-02

Similar Documents

Publication Publication Date Title
CN102063324B (en) Method and system for implementing automatic programming
CN102819492B (en) Keyword driven automatic testing frame on basis of Android
CN100485636C (en) Debugging method and device for telecommunication service development based on model drive
CN101667134B (en) Method for constructing compiling system and compiling system constructing device
US20070044066A1 (en) Embedded multi-language programming
Yu et al. Maintaining invariant traceability through bidirectional transformations
CN102246150B (en) Transforming user script code for debugging
CN101482817B (en) Large-particle Java component assembly method based on black box
CN101408849A (en) Method and system for compiling and executing TTCN-3 language
CN1928816A (en) Model drive for embedded system software and component development method
CN102622470A (en) General car code conversion method
CN109976760A (en) A kind of the cross compile method and cross-compiler of graphic language
CN102929680A (en) Method, device and system for converting a testing and test control notation version 3 (TTCN-3) script into a Java source code
CN101458633B (en) Method for accessing host program by script program, and system and apparatus thereof
CN115639980A (en) Draggable front-end logic arrangement method and device for low-code platform
CN107291522A (en) A kind of compiling optimization method and system towards custom rule file
CN105591779A (en) Method and device for inspecting network element
CN102981882A (en) Analytic method and analytic device
CN110209389A (en) A kind of data generating tool development system based on XML
Sotnik et al. Modern Integrated Software Development Environments
US20090064092A1 (en) Visual programming language optimization
CN101055521B (en) Mapping rule visualized generation method and system
CN104731707A (en) Transplanting method for iSCSI consistency testing software IscsiSim between platforms
Silva et al. On the symbiosis of aspect-oriented requirements and architectural descriptions
Fritzson et al. Formal semantics based translator generation and tool development in practice

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