CN102207884A - File compiling method and device - Google Patents

File compiling method and device Download PDF

Info

Publication number
CN102207884A
CN102207884A CN2011101475748A CN201110147574A CN102207884A CN 102207884 A CN102207884 A CN 102207884A CN 2011101475748 A CN2011101475748 A CN 2011101475748A CN 201110147574 A CN201110147574 A CN 201110147574A CN 102207884 A CN102207884 A CN 102207884A
Authority
CN
China
Prior art keywords
file
data
data file
assembling
compilation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2011101475748A
Other languages
Chinese (zh)
Inventor
朱吕亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Ipanel TV Inc
Original Assignee
Shenzhen Ipanel TV Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Ipanel TV Inc filed Critical Shenzhen Ipanel TV Inc
Priority to CN2011101475748A priority Critical patent/CN102207884A/en
Publication of CN102207884A publication Critical patent/CN102207884A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a file compiling method and device. The method comprises the following steps: splitting a source file to be compiled into a data file and a logic file; directly assembling and transforming the data file according to a preset assembling rule to generate an intermediate data file; compiling the logic file to generate an intermediate logic file; and combining the intermediate data file with the intermediate logic file to obtain a target file. According to the embodiment of the invention, the file compiling method can improve the target file generation speed because the data file can be directly transformed according to the preset assembling rule rather than directly compiling the data file, thereby saving the time as well as the system resources consumed by compiling the large amount of data files.

Description

A kind of file Compilation Method and device
Technical field
The application relates to field of computer technology, particularly relates to a kind of file Compilation Method and device.
Background technology
Compiling (compilation) is the process that higher level lanquage is become the discernible binary language of computing machine, just by program compiler source file is converted to the process of file destination.Usually source file refers to the file by high level language, and for example, higher level lanquage can comprise Pascal, C, C++, Java etc., and file destination is the file for writing by low-level languages such as assembly language or machine languages then.By the compilation process of compiler realization from the source file to the file destination, the result data of compiling generation is an executable file usually in the prior art, and the content of executable file can be interpreted as the program of direct operation by machine solution.Under Windows operating system, write in the process of source file, if the support of file system is arranged, for example, when adopting the C language codes to write source file, the support of the file system under the Windows can be arranged, promptly when writing source file, can use interfaces such as fopen, fread, fclose directly to call file in the file system, these files are by calling in the direct linked to source file, can reduce the size of source file by the mode of chained file, improve compilation speed.
But the inventor finds in the research process to prior art, the source file of under embedded environment, writing, it is difficult to obtain the support of file system usually, be that the interface that calls file resource is not provided under the embedded environment, if therefore source file need use heap file as resource, then can only directly file data be written in the program code of source file, thereby cause source file to be compiled bigger, plenty of time need be spent during compiling, not only reduced compilation speed, and compilation process also will expend a large amount of system resources.
Summary of the invention
The application provides a kind of file Compilation Method and device, and is longer to compile the source program code compilation time that comprises the clear data text in the solution prior art under embedded environment, expends the problem of system resource.
In order to solve the problems of the technologies described above, the embodiment of the present application discloses following technical scheme:
A kind of file Compilation Method, described method comprises:
Source file to be compiled is divided into data file and logical file;
To the conversion of directly collecting of described data file, generate intermediate data file according to the compilation rule that sets in advance;
Described logical file is compiled generation intermediate logic file;
Described intermediate data file and intermediate logic file are merged, generate file destination.
Also comprise:
Preserve the script file of writing according to the compilation rule of data file in advance, described script file is used for the conversion of collecting of described data file.
Described script file is the script file by the Perl language compilation.
Data in the described data file are according to the hexadecimal data after the array syntax conversion.
The compilation rule that described basis sets in advance directly collects to change to described data file and comprises:
Analyze described data file, obtain the length of raw data in the described data file;
Export the beginning part of assembling file according to the content of described data file;
Export data division in the described data file according to the form of assembling file;
Export the latter end of assembling file according to the content of described data file;
Export the length of described raw data according to the form of assembling file, the length of described beginning part, data division, latter end and described raw data is formed assembling file;
By assembly routine described assembling file is changed, generated described intermediate data file, that described data file is compiled the file that the back generates is consistent with directly calling compiler directive for described intermediate data file.
Described method is applied in the embedded OS.
A kind of file compilation device, described device comprises:
Cutting unit is used for source file to be compiled is divided into data file and logical file;
Converting unit is used for according to the compilation rule that sets in advance the conversion of directly collecting of described data file, generation intermediate data file;
Compilation unit is used for described logical file is compiled generation intermediate logic file;
Merge cells is used for described intermediate data file and intermediate logic file are merged, and generates file destination.
Also comprise:
Preserve the unit, be used for preserving in advance the script file of writing according to the compilation rule of data file, described script file is used for the conversion of collecting of described data file.
Described converting unit comprises:
The file analysis subelement is used to analyze described data file, obtains the length of raw data in the described data file;
The beginning part is exported subelement, is used for the beginning part according to the content output assembling file of described data file;
Data division is exported subelement, is used for exporting according to the form of assembling file the data division of described data file;
Latter end output subelement is used for the latter end according to the content output assembling file of described data file;
Data length is exported subelement, is used for exporting according to the form of assembling file the length of described raw data, and the length of described beginning part, data division, latter end and described raw data is formed assembling file;
Assembling file conversion subelement is used for by assembly routine described assembling file being changed, and generates described intermediate data file, and described intermediate data file is with directly to call compiler directive consistent to the file that described data file compiles the back generation.
Described device is applied in the embedded OS.
As can be seen from the above-described embodiment, source file that will be to be compiled in the embodiment of the present application is divided into data file and logical file, according to the compilation rule that sets in advance to the conversion of directly collecting of data file, generate intermediate data file, logical file is compiled generation intermediate logic file, intermediate data file and intermediate logic file are merged, generate file destination.Use the embodiment of the present application, owing to need not the data file is carried out direct compilation, but the data file is directly changed by the compilation rule is set, therefore improved the speed of compiling generation file destination, saved the data file has been compiled the spent time, and the spent system resource of compiling mass data file.
Description of drawings
In order to be illustrated more clearly in the embodiment of the present application or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the first embodiment process flow diagram of present specification Compilation Method;
Fig. 2 is the second embodiment process flow diagram of present specification Compilation Method;
Fig. 3 is the first embodiment block diagram of present specification compilation device;
Fig. 4 is the second embodiment block diagram of present specification compilation device;
Fig. 5 is the embodiment block diagram of converting unit among Fig. 4.
Embodiment
The following embodiment of the present invention provides a kind of file Compilation Method and device, and the embodiment of the present application is provided with the compilation rule to the conversion of directly collecting of data file, reduces the file compilation time thus, the raising compilation speed.
In order to make those skilled in the art person understand technical scheme in the embodiment of the invention better, and the above-mentioned purpose of the embodiment of the invention, feature and advantage can be become apparent more, below in conjunction with accompanying drawing technical scheme in the embodiment of the invention is described in further detail.
Referring to Fig. 1, be the first embodiment process flow diagram of present specification Compilation Method:
Step 101: source file that will be to be compiled is divided into data file and logical file.
When present embodiment is applied in embedded system following time, the data in this data file are according to the hexadecimal data after the array syntax conversion.
Step 102: to the conversion of directly collecting of data file, generate intermediate data file according to the compilation rule that sets in advance.
Wherein, this compilation rule can be preserved by the script file of writing in advance, for example passes through the script file of Perl language compilation.
Concrete, analyze data file, obtain the length of raw data in the data file, export the beginning part of assembling file according to the content of data file, according to the data division in the form output data file of assembling file, export the latter end of assembling file according to the content of data file, export the length of raw data according to the form of assembling file, wherein begin part, data division, the length of latter end and raw data is formed assembling file, by assembly routine assembling file is changed, generate intermediate data file, the intermediate data file in the present embodiment is with directly to call compiler directive consistent to the file that the data file compiles the back generation.
Step 103: logical file is compiled generation intermediate logic file.
Step 104: intermediate data file and intermediate logic file are merged, generate file destination.
Describe in detail at second embodiment before the file compilation process of the embodiment of the present application by the file Compilation Method, at first file compilation process of the prior art is described, and in conjunction with the process of obtaining the compilation rule of data file in this description explanation the embodiment of the present application.
With the C language is example, the file operation function is provided in the C language standard storehouse, supposing needs in this source file in the data.txt file of loaded data in java standard library by the file file.c by name of the source file of C language compilation, and the content among the data.txt is character string " test data ".In the prior art,, then can realize by carrying out following program if above-mentioned source file file.c is compiled:
Figure BDA0000065953330000051
By above-mentioned compiling content as seen, wherein can be by the file operation function f ile.c in the fopen interface interchange operating system file storehouse.Under the gcc compiler, generate executable file destination file.exe by operation compiler directive " gcc file.c-o file.exe ".
In the embodiment of the present application, under embedded environment, owing to adopt the C language source code can not use interface such as fopen directly to call file operation function in the storehouse.Therefore, in writing the source program process, need to use data file, for example during a pictures, the content of data file need be directly embedded in the source code.Still be example with the content that need in source file, embed among the data.txt, then needing the data content among the data.txt is hexadecimal data according to the array syntax conversion of C language, other exists in the C language header file, suppose that this header file name is called data.h, then its data content is as follows:
0x74,
0x65,
0x73,
0x74,
0x20,
0x64,
0x61,
0x74,
0x61
Suppose that the source filename of generation is called data.c based on above-mentioned header file data.h, then header file data.h be embedded in the source file that the code content of the source file of generation is as follows:
Figure BDA0000065953330000061
Figure BDA0000065953330000071
Need to prove, content among the above-mentioned header file data.h only is an example, in the actual application, data content in this header file may be very huge, and needed all pictures, webpage, character library, configuration file etc. when it may comprise program run are example with the data file of a 2152KB size, size is 12907KB after it is converted to the data.h file, if directly above-mentioned data file is compiled according to prior art, then need 18s, the compilation time that expends is longer.
Defective based on above-mentioned prior art, the embodiment of the present application is in the process of research compilation rule, the file data.c separated into two parts that at first will comprise clear data file data.h, a part is a data file, data address, length and data content have been comprised in this data file, another part is a logical file, has comprised the logic content that data are handled in this logical file.
Wherein, data file is expressed as follows:
Wherein, logical file is expressed as follows:
Figure BDA0000065953330000073
Figure BDA0000065953330000081
Can move compiler directive respectively to above-mentioned data file and logical file, the tentation data representation of file is data.c, and logical file is designated main.c, and then compilation process is as follows:
gcc-c?data.c-o?data.o
gcc-c?main.c-o?main.o
It is as follows that the generation of two parts content link after the above-mentioned compiling can be carried out file destination:
ld?data.o?main.o-o?data.exe-lc
By finding that wherein the compilation time of data file is longer in the process that above-mentioned data file and logical file are compiled respectively, its compilation time is subjected to the influence of the data content number change in the data file, and the compilation time of logical file is constant.According to the comparison of above-mentioned compilation time, the compilation process to the data file can be divided into the execution of two steps, the first step generates assembling file data.s with the data.c file earlier, and second step was converted to data.s intermediate file data.o again.
Wherein,, be respectively data1.c and data2.c, wherein comprise following data content among the data1.c in order to find that the compilation rule in the data.c file generation assembling file data.s process can be got two groups of data files:
0x74,
0x65,
0x73,
0x74,
0x20,
0x64,
0x61,
0x74,
0x61
And comprise following data content among the data2.c:
0x74,
0x65,
0x73,
0x74
As follows to the collect assembling file data1.s that generates of data1.c:
Figure BDA0000065953330000091
As follows to the collect assembling file data2.s that generates of data2.c:
Figure BDA0000065953330000092
Figure BDA0000065953330000101
Relatively data1.s and data2.s are as can be known, both except data content with data length is different, remainder is all identical, hence one can see that, for different data files, its compilation rule that converts assembling file to comprises: analyze the content of data file, obtain the length of raw data, order is exported beginning part, data content part, latter end and the data length of assembling file, and above-mentioned four parts are formed assembling file according to the form of assembling file.
Above-mentioned compilation rule can be programmed in the script file, and when the compilation conversion of carrying out data file, directly the invoke script file realizes that conversion gets final product.One thes contents are as follows by the portable script file of Perl language:
In carrying out the process of file compiling, can directly adopt the conversion of collecting of above-mentioned script file to the data file part, thereby reduce compilation time, the raising compilation speed.
Referring to Fig. 2, be the second embodiment process flow diagram of present specification Compilation Method, this embodiment shows in detail compilation rule that application of aforementioned generates to directly the collect process of conversion of data file:
Step 201: preserve the script file of writing according to the compilation rule of data file in advance.
The script file of being preserved in this step is the previously described script file that data file directly can be converted to assembling file.
Step 202: source file that will be to be compiled is divided into data file and logical file.
In the embodiment of the present application, at first source file is divided into two files, wherein, the clear data content by in the data.c preservation source file comprises data address, data length and data content, by the logic content in the main.c preservation original.
Step 203: analyze data file, obtain the length of raw data in the data file.
Step 204: the beginning part of exporting assembling file according to the content of data file.
Step 205: according to the data division in the form output data file of assembling file.
Step 206: the latter end of exporting assembling file according to the content of data file.
Step 207:, wherein begin the length composition assembling file of part, data division, latter end and raw data according to the length of the form of assembling file output raw data.
Above-mentioned steps 203 to step 207 is the process that the data file is collected according to the compilation rule according to script file.Wherein, suppose that script file is expressed as convert.pl, then collecting when conversion, fill order convert.pl>data.s, the assembling file after can directly being changed.
Step 208: by assembly routine assembling file is changed, generated intermediate data file.
Wherein, that described data file is compiled the file that the back generates is consistent with directly calling compiler directive for intermediate data file.For the assembling file data.s that obtains in the step 207, can obtain intermediate data file data.o by assembly routine to its as data.s-o data.o that carries out as issue orders.
Step 209: logical file is compiled generation intermediate logic file.
In the present embodiment, consistent to the compilation process of logical file main.c with prior art, carry out compiler directive gcc-c main.c-o main.o, can obtain intermediate logic file main.o.
Step 210: intermediate data file and intermediate logic file are merged, generate file destination.
For intermediate data file data.o that obtains respectively and intermediate logic file main.o, it is carried out chained command id data.o main.o-o data.exe-lc, can obtain file destination, this file destination is an executable program.
Corresponding with the embodiment of present specification Compilation Method, the application also provides the embodiment of file compilation device.
Referring to Fig. 3, be the first embodiment block diagram of present specification compilation device:
This document compilation device comprises: cutting unit 310, converting unit 320, compilation unit 330 and merge cells 340.
Wherein, cutting unit 310 is used for source file to be compiled is divided into data file and logical file;
Converting unit 320 is used for according to the compilation rule that sets in advance the conversion of directly collecting of described data file, generation intermediate data file;
Compilation unit 330 is used for described logical file is compiled generation intermediate logic file;
Merge cells 340 is used for described intermediate data file and intermediate logic file are merged, and generates file destination.
Referring to Fig. 4, be the second embodiment block diagram of present specification compilation device:
This document compilation device comprises: preserve unit 410, cutting unit 420, converting unit 430, compilation unit 440 and merge cells 450.
Wherein, preserve unit 410, be used for preserving in advance the script file of writing according to the compilation rule of data file, described script file is used for the conversion of collecting of described data file;
Cutting unit 420 is used for source file to be compiled is divided into data file and logical file;
Converting unit 430 is used for according to the compilation rule that sets in advance the conversion of directly collecting of described data file, generation intermediate data file;
Compilation unit 440 is used for described logical file is compiled generation intermediate logic file;
Merge cells 450 is used for described intermediate data file and intermediate logic file are merged, and generates file destination.
Script file in the above-mentioned file compilation device can pass through the Perl language compilation, and when this device was applied in the embedded OS, the data in the data file can be for according to the hexadecimal data after the array syntax conversion.
Referring to Fig. 5, be the embodiment block diagram of converting unit among Fig. 4:
This converting unit 430 can comprise: file analysis subelement 431, beginning part are exported subelement 432, data division output subelement 433, latter end output subelement 434, data length output subelement 435, assembling file conversion subelement 436.
Wherein, file analysis subelement 431 is used to analyze described data file, obtains the length of raw data in the described data file;
The beginning part is exported subelement 432, is used for the beginning part according to the content output assembling file of described data file;
Data division is exported subelement 433, is used for exporting according to the form of assembling file the data division of described data file;
Latter end output subelement 434 is used for the latter end according to the content output assembling file of described data file;
Data length is exported subelement 435, is used for exporting according to the form of assembling file the length of described raw data, and the length of described beginning part, data division, latter end and described raw data is formed assembling file;
Assembling file conversion subelement 436 is used for by assembly routine described assembling file being changed, and generates described intermediate data file, and described intermediate data file is with directly to call compiler directive consistent to the file that described data file compiles the back generation.
By as can be known to the description of above embodiment, source file that will be to be compiled in the embodiment of the present application is divided into data file and logical file, according to the compilation rule that sets in advance to the conversion of directly collecting of data file, generate intermediate data file, logical file is compiled generation intermediate logic file, intermediate data file and intermediate logic file are merged, generate file destination.Use the embodiment of the present application, owing to need not the data file is carried out direct compilation, but the data file is directly changed by the compilation rule is set, therefore improved the speed of compiling generation file destination, saved the data file has been compiled the spent time, and the spent system resource of compiling mass data file.
The technology that those skilled in the art can be well understood in the embodiment of the invention can realize by the mode that software adds essential general hardware platform.Based on such understanding, the part that technical scheme in the embodiment of the invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product can be stored in the storage medium, as ROM/RAM, magnetic disc, CD etc., comprise that some instructions are with so that a computer equipment (can be a personal computer, server, the perhaps network equipment etc.) carry out the described method of some part of each embodiment of the present invention or embodiment.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and identical similar part is mutually referring to getting final product between each embodiment, and each embodiment stresses all is difference with other embodiment.Especially, for system embodiment, because it is substantially similar in appearance to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
Above-described embodiment of the present invention does not constitute the qualification to protection domain of the present invention.Any modification of being done within the spirit and principles in the present invention, be equal to and replace and improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a file Compilation Method is characterized in that, described method comprises:
Source file to be compiled is divided into data file and logical file;
To the conversion of directly collecting of described data file, generate intermediate data file according to the compilation rule that sets in advance;
Described logical file is compiled generation intermediate logic file;
Described intermediate data file and intermediate logic file are merged, generate file destination.
2. method according to claim 1 is characterized in that, also comprises:
Preserve the script file of writing according to the compilation rule of data file in advance, described script file is used for the conversion of collecting of described data file.
3. method according to claim 2 is characterized in that, described script file is the script file by the Perl language compilation.
4. method according to claim 1 is characterized in that, the data in the described data file are according to the hexadecimal data after the array syntax conversion.
5. method according to claim 1 is characterized in that, the compilation rule that described basis sets in advance directly collects to change to described data file and comprises:
Analyze described data file, obtain the length of raw data in the described data file;
Export the beginning part of assembling file according to the content of described data file;
Export data division in the described data file according to the form of assembling file;
Export the latter end of assembling file according to the content of described data file;
Export the length of described raw data according to the form of assembling file, the length of described beginning part, data division, latter end and described raw data is formed assembling file;
By assembly routine described assembling file is changed, generated described intermediate data file, that described data file is compiled the file that the back generates is consistent with directly calling compiler directive for described intermediate data file.
6. method according to claim 1 is characterized in that described method is applied in the embedded OS.
7. a file compilation device is characterized in that, described device comprises:
Cutting unit is used for source file to be compiled is divided into data file and logical file;
Converting unit is used for according to the compilation rule that sets in advance the conversion of directly collecting of described data file, generation intermediate data file;
Compilation unit is used for described logical file is compiled generation intermediate logic file;
Merge cells is used for described intermediate data file and intermediate logic file are merged, and generates file destination.
8. device according to claim 7 is characterized in that, also comprises:
Preserve the unit, be used for preserving in advance the script file of writing according to the compilation rule of data file, described script file is used for the conversion of collecting of described data file.
9. device according to claim 7 is characterized in that, described converting unit comprises:
The file analysis subelement is used to analyze described data file, obtains the length of raw data in the described data file;
The beginning part is exported subelement, is used for the beginning part according to the content output assembling file of described data file;
Data division is exported subelement, is used for exporting according to the form of assembling file the data division of described data file;
Latter end output subelement is used for the latter end according to the content output assembling file of described data file;
Data length is exported subelement, is used for exporting according to the form of assembling file the length of described raw data, and the length of described beginning part, data division, latter end and described raw data is formed assembling file;
Assembling file conversion subelement is used for by assembly routine described assembling file being changed, and generates described intermediate data file, and described intermediate data file is with directly to call compiler directive consistent to the file that described data file compiles the back generation.
10. device according to claim 7 is characterized in that described device is applied in the embedded OS.
CN2011101475748A 2011-06-02 2011-06-02 File compiling method and device Pending CN102207884A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011101475748A CN102207884A (en) 2011-06-02 2011-06-02 File compiling method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011101475748A CN102207884A (en) 2011-06-02 2011-06-02 File compiling method and device

Publications (1)

Publication Number Publication Date
CN102207884A true CN102207884A (en) 2011-10-05

Family

ID=44696732

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011101475748A Pending CN102207884A (en) 2011-06-02 2011-06-02 File compiling method and device

Country Status (1)

Country Link
CN (1) CN102207884A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402452A (en) * 2011-12-12 2012-04-04 深圳市共进电子股份有限公司 Compiling method and device
CN103500295A (en) * 2013-10-10 2014-01-08 上海理工大学 Method preventing copying of source codes by identifying ID dynamically
CN103902346A (en) * 2012-12-27 2014-07-02 上海鼎为电子科技(集团)有限公司 Method and device for realizing simulative macro control in pre-compiling
CN108897547A (en) * 2018-06-27 2018-11-27 北京神州泰岳软件股份有限公司 A kind of software automatic deployment and device
CN110119274A (en) * 2018-02-05 2019-08-13 北京智明星通科技股份有限公司 A kind of method, apparatus and electric terminal, computer readable storage medium of data compilation
CN111025127A (en) * 2019-12-05 2020-04-17 上海御渡半导体科技有限公司 Method for static compiling and linking of Pattern
CN111142848A (en) * 2018-11-05 2020-05-12 深圳Tcl新技术有限公司 Software program compiling method, software program executing method and software program compiling device
CN113640655A (en) * 2021-10-13 2021-11-12 常州欣盛半导体技术股份有限公司 Arbitrary waveform generator verification platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834922A (en) * 2005-03-16 2006-09-20 松下电器产业株式会社 Program translation method and program translation apparatus
CN101751280A (en) * 2008-11-28 2010-06-23 上海芯豪微电子有限公司 After-compiling system aiming at multi-core/many-core processor program devision
CN101826014A (en) * 2010-04-20 2010-09-08 北京邮电大学 Dividing method of source code in software engineering
CN101887410A (en) * 2009-05-11 2010-11-17 日本电气株式会社 File conversion device, document conversion method and file converter

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834922A (en) * 2005-03-16 2006-09-20 松下电器产业株式会社 Program translation method and program translation apparatus
CN101751280A (en) * 2008-11-28 2010-06-23 上海芯豪微电子有限公司 After-compiling system aiming at multi-core/many-core processor program devision
CN101887410A (en) * 2009-05-11 2010-11-17 日本电气株式会社 File conversion device, document conversion method and file converter
CN101826014A (en) * 2010-04-20 2010-09-08 北京邮电大学 Dividing method of source code in software engineering

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402452A (en) * 2011-12-12 2012-04-04 深圳市共进电子股份有限公司 Compiling method and device
CN102402452B (en) * 2011-12-12 2014-04-09 深圳市共进电子股份有限公司 Compiling method and device
CN103902346A (en) * 2012-12-27 2014-07-02 上海鼎为电子科技(集团)有限公司 Method and device for realizing simulative macro control in pre-compiling
CN103902346B (en) * 2012-12-27 2017-09-29 上海鼎为电子科技(集团)有限公司 The implementation method and device of grand control are simulated in precompile
CN103500295A (en) * 2013-10-10 2014-01-08 上海理工大学 Method preventing copying of source codes by identifying ID dynamically
CN110119274A (en) * 2018-02-05 2019-08-13 北京智明星通科技股份有限公司 A kind of method, apparatus and electric terminal, computer readable storage medium of data compilation
US11231916B2 (en) 2018-02-05 2022-01-25 Beijing Elex Technology Co., Ltd. Method and apparatus for data compilation using intermediate class files, electronic device and non-transitory computer readable storage medium
CN108897547A (en) * 2018-06-27 2018-11-27 北京神州泰岳软件股份有限公司 A kind of software automatic deployment and device
CN108897547B (en) * 2018-06-27 2022-04-05 鼎富智能科技有限公司 Software automation deployment method and device
CN111142848A (en) * 2018-11-05 2020-05-12 深圳Tcl新技术有限公司 Software program compiling method, software program executing method and software program compiling device
CN111142848B (en) * 2018-11-05 2023-09-19 深圳Tcl新技术有限公司 Software program compiling method, executing method and device
CN111025127A (en) * 2019-12-05 2020-04-17 上海御渡半导体科技有限公司 Method for static compiling and linking of Pattern
WO2021109717A1 (en) * 2019-12-05 2021-06-10 上海御渡半导体科技有限公司 Method for static compilation and linking by means of pattern
CN113640655A (en) * 2021-10-13 2021-11-12 常州欣盛半导体技术股份有限公司 Arbitrary waveform generator verification platform
CN113640655B (en) * 2021-10-13 2021-12-31 常州欣盛半导体技术股份有限公司 Arbitrary waveform generator verification platform

Similar Documents

Publication Publication Date Title
CN102207884A (en) File compiling method and device
JP6122493B2 (en) Adaptively portable library
US11354159B2 (en) Method, a device, and a computer program product for determining a resource required for executing a code segment
US8972960B2 (en) Optimization of an application to reduce local memory usage
US6934940B2 (en) Source code transformation-temporary object reduction
US10380329B2 (en) Method and apparatus for preventing application from being deciphered
CN102289378A (en) Method for automatically generating APP (Application)
CN104298534B (en) Programmed method and device based on Lua language
CN101553779B (en) Migration apparatus which convert application program of mainframe system into application program of open system and method for thereof
CN104714788A (en) Method and device for automatically generating software installation package
CN111209001A (en) Method, system, equipment and medium for batch generation of APKs of android channels
CN102298518B (en) Conversion from the administration order of technology the unknown to multiple management agreement
CN106202158A (en) The using method of a kind of graphics file format and device
CN103077038B (en) The method of dynamic generation and compiling .NET project
CN103226510B (en) Resolve the method and apparatus of vmcore file
CN111045686B (en) Method for improving decompilation speed of application, intelligent terminal and storage medium
US11036527B2 (en) Class splitting in object-oriented environments
CN107402885A (en) A kind of program debugging method and device
CN101059758A (en) Screen transition program generating method and device
CN101553800B (en) Migration apparatus which convert SAM/VSAM files of mainframe system into SAM/VSAM files of open system and method for thereof
CN110032595B (en) Data processing method, system, equipment and storage medium
US9720660B2 (en) Binary interface instrumentation
KR101154380B1 (en) Contents running environment setting method capable of running contents produced by the same script language at the different embeded device
CN108763275A (en) A kind of method and system that Excel data sources are dumped to big data platform
KR20130063757A (en) Method for transforming intermediate language, system and computer-readable recording medium with program therefor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1161760

Country of ref document: HK

RJ01 Rejection of invention patent application after publication

Application publication date: 20111005

RJ01 Rejection of invention patent application after publication
REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1161760

Country of ref document: HK