CN101295263A - Multimedia engineering, system and method for compiling third-party library files - Google Patents

Multimedia engineering, system and method for compiling third-party library files Download PDF

Info

Publication number
CN101295263A
CN101295263A CNA2008101154073A CN200810115407A CN101295263A CN 101295263 A CN101295263 A CN 101295263A CN A2008101154073 A CNA2008101154073 A CN A2008101154073A CN 200810115407 A CN200810115407 A CN 200810115407A CN 101295263 A CN101295263 A CN 101295263A
Authority
CN
China
Prior art keywords
library file
party
file
ffmpeg
compiling
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
CNA2008101154073A
Other languages
Chinese (zh)
Other versions
CN101295263B (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.)
JIANGSU DAHAI INTELLIGENT SYSTEM CO Ltd
Original Assignee
Vimicro Corp
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 Vimicro Corp filed Critical Vimicro Corp
Priority to CN2008101154073A priority Critical patent/CN101295263B/en
Publication of CN101295263A publication Critical patent/CN101295263A/en
Application granted granted Critical
Publication of CN101295263B publication Critical patent/CN101295263B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an encoding system of a multimedia engineering, comprising a third-party library file encoding module used for encoding the third-party library file and generating a third-party dynamic link library file; a link module used for linking an FFmpeg library file to the third-party dynamic link library file and generating an information library file; a graphic encoding platform module used for encoding the FFmpeg library file information in the FFmpeg source file and the generated information library file as executable files, extending the third-party dynamic link library file information in the executable file and the information library file so as to obtain the source codes before encoding corresponding to the FFmpeg source file, the FFmpeg library file and the third-party dynamic link library file. The invention also discloses a corresponding encoding method, and a system and a method, which are used for carrying out the encoding of the third-party library file. The encoding system of the invention realizes the graphic encoding of the FFmpeg and solves the problem that encoding with full command lines is difficult to handle.

Description

Multimedia engineering and the system and method that the third party library file is compiled
Technical field
The present invention relates to multimedia technology field, relate in particular to a kind of compiling system and method for FFmpeg engineering, and a kind of system and method that the third party library file is compiled.
Background technology
FFmpeg is a Free Service of developing under Linux of increasing income, it provides and has recorded, the total solution of conversion and fluidisation sound, video, support the multimedia file formats that the overwhelming majority is common, for example support common DIVX file or Xvid file or the like with mpeg, the encapsulation of AVI form.Because FFmpeg is based on the Linux exploitation, the C/C++ compiler that modal Visual Studio provides under its source code and the Windows is also incompatible, therefore want to use FFmpeg, the problem that will solve is exactly the translation and compiling environment of a similar Linux of configuration under Windows at first.In the prior art, this translation and compiling environment adopts the MSys+MinGW system to realize that wherein the full name of MSys is Minimalist GNUSystem on Windows, is classic GNU environment under the Windows; And the full name of MinGW is Minimalist GNU for Windows, is a kind of GCC (GNUCompiler C) compiler that operates on the windows platform, and the MSys+MinGW system just is meant and utilizes scrambler MinGW to compile under translation and compiling environment MSys.
The configuration of MSys+MinGW system can and be integrated by the installation under Windows and realize, and if use FFmpeg in this system, also needs FFmpeg is compiled, and regenerates the FFmpeg engineering.
The generation of FFmpeg engineering realizes by integrating FFmpeg source file, the library file of FFmpeg own and third party library file.Wherein the FFmpeg source file comprises FFmpeg source code and some control routines; The library file of FFmpeg own comprises coded system part, form part and control section, and these three parts are compiled into three storehouses by correspondence, and these three storehouses can be called when regenerating the FFmpeg engineering; And the third party library file can be a library file of supporting FFmpeg arbitrarily, can be that the static library file also can be a dynamic library file, when link third party library file and the library file of FFmpeg own, for fear of the source code of revising among the FFmpeg, usually all can compile, generate third party's dynamic link library file the third party library file.
The process that regenerates the FFmpeg engineering can be shown as shown in Figure 1 by simple table: at first dispose translation and compiling environment (step 10); Then the third party library file is compiled into third party's dynamic link library file (step 20); Link the own library file of third party's dynamic link library file and FFmpeg again, generate information bank file Library1 (step 30); Last integrate information library file Library1 and FFmpeg source file generate FFmpeg engineering (step 40).
In said process, because the FFmpeg source code in the FFmpeg source file is the version control system (SVN that leaves free a, open source code in, Subversion), therefore, can only adopt the operation of order line that the FFmpeg source file is conducted interviews, and the mode of operation of order line is comparatively complicated, and these personnel that make custom work down in Integrated Development Environment (IDE, Integrated Development Environment) are difficult to left-hand seat; In addition, in this process, because the third party library file has just been carried out simple compiling, and the method for debugging proposed, therefore having caused integrating the third party library file can't realize debugging fully and compiling in interior FFmpeg engineering, thereby operating personnel can only understand the principle of work of engineering from the source code of FFmpeg engineering magnanimity, and can not realize the real-time follow-up to the FFmpeg source code.
Summary of the invention
The invention provides a kind of compiling system and method for FFmpeg engineering, in order to solve that compilation scheme in the prior art adopts full command line mode and the problem that is difficult to left-hand seat.
The invention provides a kind of system and method that the third party library file is compiled, can only compile the third party library file in order to solve in the prior art, and can't be to its problem of debugging.
For this reason, the present invention adopts following scheme:
A kind of compiling system of FFmpeg engineering comprises: third party library file collector, be used under the translation and compiling environment of supporting FFmpeg, the third party library file being compiled, and generate corresponding third party's dynamic link library file; Link module is used for the third party's dynamic link library file link with library file of FFmpeg own and the generation of third party library file collector, generates the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own; Graphical compiling console module is used under default graphical translation and compiling environment, and the own library file information of FFmpeg in the information bank file of FFmpeg source file and link module generation is compiled into executable file; Third party's dynamic link library file information in the information bank file that executable file that compiling is generated and link module generate is launched, and obtains source code before FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Wherein said compiling system also comprises: the Debugging message receiver module, be used for before the third party library file is compiled, and receive the Debugging message that is used to debug the third party library file of user's input; Debugging message adds module, is used for the Debugging message that Debugging message receiver module being used to of receiving debugged the third party library file is joined third party library file before the compiling.
A kind of Compilation Method of FFmpeg engineering comprises: under the translation and compiling environment of supporting FFmpeg, with third party library file compiling becoming third party's dynamic link library file; Link third party's dynamic link library file and the library file of FFmpeg own generate the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own; Under default graphical translation and compiling environment, the library file information of the FFmpeg in FFmpeg source file and the information bank file own is compiled into executable file; Executable file and the third party's dynamic link library file information in the information bank file that compiling generates are launched, obtained the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Wherein said before the compiling of third party library file is become third party's dynamic link library file, also comprise step: the Debugging message that is used to debug the third party library file that receives user's input; The Debugging message of being used for of receiving being debugged the third party library file joins the third party library file.
A kind of system that the third party library file is compiled comprises: the Debugging message receiver module is used to receive the Debugging message that is used to debug the third party library file that the user imports; Debugging message adds module, and the Debugging message that is used for Debugging message receiver module being used to of receiving debugged the third party library file joins the third party library file.
A kind of method that the third party library file is compiled comprises: the Debugging message that is used to debug the third party library file that receives user's input; The Debugging message of being used for of receiving being debugged the third party library file joins the third party library file.
The present invention adopts under patterned translation and compiling environment the compilation scheme of FFmpeg engineering, the FFmpeg engineering is compiled, thereby can avoid in the prior art compiling of FFmpeg engineering adopted full command line mode and be difficult to the drawback of left-hand seat, make the compiling of FFmpeg engineering is simplified greatly, be easy to left-hand seat.
The scheme that the present invention compiles the third party library file passes through to add the method for Debugging message in the third party library file, make the third party library file realize and to debug, thereby make operating personnel in the process that the FFmpeg engineering is rebuild, can realize the real-time follow-up of source code.
Description of drawings
Fig. 1 is the process flow diagram that generates the FFmpeg engineering in the prior art;
Fig. 2 forms structural representation for a kind of FFmpeg engineering compiling system that provides among the present invention program;
The composition structural representation of the graphical compiling console module that provides among the present invention program is provided Fig. 3;
A kind of FFmpeg engineering compiling method flow diagram of Fig. 4 for providing among the present invention program;
Fig. 5 forms structural representation for another the FFmpeg engineering compiling system that provides among the present invention program;
Fig. 6 another FFmpeg engineering compiling method flow diagram for providing among the present invention program.
Embodiment
The embodiment of the invention at first proposes a kind of compilation scheme of FFmpeg engineering, can realize the graphical compiling to the FFmpeg engineering, thereby solves in the prior art that compilation scheme to the FFmpeg engineering adopts full command line mode and the problem that is difficult to left-hand seat.
As shown in Figure 2, the composition structural representation of a kind of FFmpeg engineering compiling system that proposes for the embodiment of the invention.This system comprises three modules: third party library file collector 100, link module 200 and graphically compile console module 300.Wherein the concrete effect of each ingredient is as follows:
Third party library file collector 100 is used under the translation and compiling environment of default support FFmpeg the third party library file being compiled, and generates corresponding third party's dynamic link library file;
Link module 200, be used for the library file of FFmpeg own and third party's dynamic link library file of being generated by third party library file collector 100 are linked, generate the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own;
Graphical compiling console module 300, be used under default graphical translation and compiling environment, be compiled into executable file with the FFmpeg source file with by the own library file information of FFmpeg in the information bank file of link module 200 generations, and will compile the executable file of generation and, obtain the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file by the expansion of the third party's dynamic link library file information in the information bank file of link module 200 generations.
Based on the concrete principle of work of graphical compiling console module 300, the concrete composition structure of the graphical compiling console module 300 that the embodiment of the invention proposes comprises as shown in Figure 3:
Compiling submodule 301 is used under default graphical translation and compiling environment, is compiled into executable file with the FFmpeg source file with by the own library file information of FFmpeg in the information bank file of link module 200 generations;
Launch submodule 302, be used for to compile submodule 301 and compile third party's dynamic link library file information expansion that the executable file that generates reaches the information bank file that is generated by link module 200, obtain the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Accordingly, the embodiment of the invention has also proposed a kind of FFmpeg engineering compiling method, its specific implementation flow process as shown in Figure 4, the specific implementation process of this method is as follows:
Step 41 under the translation and compiling environment of default support FFmpeg, compiles the third party library file, generates corresponding third party's dynamic link library file;
Step 42 links the third party's dynamic link library file and the library file of FFmpeg own of above-mentioned generation, generates the information bank file Library2 that includes third party's dynamic link library file information and the library file information of FFmpeg own;
Step 43 under default graphical translation and compiling environment, is compiled into executable file with the own library file information of FFmpeg among the information bank file Library2 of FFmpeg source file and above-mentioned generation;
Step 44, executable file and the third party's dynamic link library file information among the information bank file Library2 that above-mentioned compiling generates are launched, obtained the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Once more, the embodiment of the invention has proposed the compilation scheme of another kind of FFmpeg engineering, not only can realize the graphical compiling to the FFmpeg engineering, also can realize simultaneously the debugging to the FFmpeg engineering.
As shown in Figure 5, the composition structural representation of another the FFmpeg engineering compiling system that proposes for the embodiment of the invention.This system comprises: Debugging message receiver module 1000, Debugging message add module 2000, third party library file collector 3000, link module 4000 and graphically compile console module 5000.Wherein the concrete effect of each ingredient is as follows:
Debugging message receiver module 1000 is used to receive the Debugging message that is used to debug the third party library file that the user imports;
Debugging message adds module 2000, be used under the translation and compiling environment of default support FFmpeg, the Debugging message of Debugging message receiver module being used for of receiving being debugged the third party library file joins the third party library file, but generates the third party library file that has Debugging message;
Third party library file collector 3000, but be used for the third party library file that has Debugging message that Debugging message adding module 2000 generates is compiled, generate corresponding third party's dynamic link library file;
Link module 4000, be used for third party's dynamic link library file that third party library file collector 3000 generates is linked with the library file of FFmpeg own, generate the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own;
Graphical compiling console module 5000, be used under default graphical translation and compiling environment, be compiled into executable file with the FFmpeg source file with by the own library file information of FFmpeg in the information bank file of link module 4000 generations, and will compile the executable file of generation and, obtain the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file by the expansion of the third party's dynamic link library file information in the information bank file of link module 4000 generations.
Wherein, Debugging message adds the mode that Debugging message that module 2000 will be used for debugging the third party library file joins the third party library file, the Debugging message that will be used for debugging the third party library file is written to the third party library file, and, the mode that the Debugging message that will be used for debugging the third party library file is written to the third party library file include but not limited to into:
The mode that write order is capable;
Write the mode of script.
Based on the concrete principle of work of graphical compiling console module 5000, the concrete composition structure of the graphical compiling console module 5000 that the embodiment of the invention proposes specifically comprises:
The compiling submodule is used under default graphical translation and compiling environment, is compiled into executable file with the FFmpeg source file with by the own library file information of FFmpeg in the information bank file of link module 4000 generations;
Launch submodule, third party's dynamic link library file information of the information bank file that is used for executable file that compiling submodule compiling is generated and is generated by link module 4000 is launched, and obtains source code before FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Accordingly, the embodiment of the invention has also proposed another kind of FFmpeg engineering compiling method, as shown in Figure 6, is another FFmpeg engineering compiling method flow diagram of embodiment of the invention proposition.The specific implementation process of this method is as follows:
Step 601 receives the Debugging message that is used to debug the third party library file that the user imports;
Step 602, under the translation and compiling environment of default support FFmpeg, the Debugging message of being used for of receiving being debugged the third party library file joins the third party library file;
Step 603 will add third party library file compiling becoming third party's dynamic link library file of Debugging message;
Step 604 links the third party's dynamic link library file and the library file of FFmpeg own of above-mentioned generation, generates information bank file Library3;
Step 605 under default graphical translation and compiling environment, is compiled into executable file with the own library file information of FFmpeg among FFmpeg source file and the information bank file Library3;
Step 606, executable file and the third party's dynamic link library file information among the information bank file Library3 that above-mentioned compiling generates are launched, obtained the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
Wherein, the mode that Debugging message is joined in the third party library file is that Debugging message is written in the third party library file, and with Debugging message be written to mode in the third party library file include but not limited to into:
The mode that write order is capable;
Write the mode of script.
The embodiment of the invention has also proposed a kind of Compilation Method of third party library file, by add Debugging message in the third party library file, realizes debugging of third party library file.
The method that the third party library file is compiled that the embodiment of the invention proposes comprises step:
Receive the Debugging message that is used to debug the third party library file of user's input;
The Debugging message of being used for of receiving being debugged the third party library file joins the third party library file.
Wherein, the mode that the Debugging message that being used for of receiving debugged the third party library file joins the third party library file is: the Debugging message that being used for of will receiving debugged the third party library file is written to the third party library file, and being used for of will receiving the Debugging message of debugging the third party library file mode that is written to the third party library file include but not limited to into:
The mode that write order is capable;
Write the mode of script.
Accordingly, the embodiment of the invention has also proposed a kind of system that the third party library file is compiled, and comprising:
The Debugging message receiver module is used to receive the Debugging message that is used to debug the third party library file that the user imports;
Debugging message adds module, and the Debugging message that is used for Debugging message receiver module being used to of receiving debugged the third party library file joins the third party library file.
Wherein, the mode that the Debugging message that will be used for debugging the third party library file joins the third party library file is: the Debugging message that will be used for debugging the third party library file is written to the third party library file, and the Debugging message that will be used for debugging the third party library file mode that is written to the third party library file include but not limited to into:
The mode that write order is capable;
Write the mode of script.
The above; only for the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, and anyly is familiar with those skilled in the art in the technical scope that the present invention discloses; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claims.

Claims (11)

1, a kind of compiling system of FFmpeg engineering is characterized in that, comprising:
Third party library file collector is used under the translation and compiling environment of supporting FFmpeg the third party library file being compiled, and generates corresponding third party's dynamic link library file;
Link module is used for the third party's dynamic link library file link with library file of FFmpeg own and the generation of third party library file collector, generates the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own;
Graphical compiling console module is used under default graphical translation and compiling environment, and the own library file information of FFmpeg in the information bank file of FFmpeg source file and link module generation is compiled into executable file; Third party's dynamic link library file information in the information bank file that executable file that compiling is generated and link module generate is launched, and obtains source code before FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
2, the system as claimed in claim 1 is characterized in that, also comprises:
The Debugging message receiver module is used for before the third party library file is compiled, and receives the Debugging message that is used to debug the third party library file of user's input;
Debugging message adds module, is used for the Debugging message that Debugging message receiver module being used to of receiving debugged the third party library file is joined third party library file before the compiling.
3, the system as claimed in claim 1 is characterized in that, described graphical compiling console module specifically comprises:
The compiling submodule is used under default graphical translation and compiling environment, and the own library file information of FFmpeg in the information bank file of FFmpeg source file and link module generation is compiled into executable file;
Launch submodule, be used for launching, obtain the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file compiling the executable file of submodule compiling generation and third party's dynamic link library file information of the information bank file that link module generates.
4, system as claimed in claim 2 is characterized in that, described Debugging message adds module and joins the third party library file by the write order line mode or by writing the Debugging message that script mode will be used for debugging the third party library file.
5, a kind of Compilation Method of FFmpeg engineering is characterized in that, comprising:
Under the translation and compiling environment of supporting FFmpeg, with third party library file compiling becoming third party's dynamic link library file;
Link third party's dynamic link library file and the library file of FFmpeg own generate the information bank file that includes third party's dynamic link library file information and the library file information of FFmpeg own;
Under default graphical translation and compiling environment, the library file information of the FFmpeg in FFmpeg source file and the information bank file own is compiled into executable file;
Executable file and the third party's dynamic link library file information in the information bank file that compiling generates are launched, obtained the preceding source code of FFmpeg source file, the library file of FFmpeg own and each the self-corresponding compiling of third party's dynamic link library file.
6, method as claimed in claim 5 is characterized in that, before the compiling of third party library file is become third party's dynamic link library file, also comprises step:
Receive the Debugging message that is used to debug the third party library file of user's input;
The Debugging message of being used for of receiving being debugged the third party library file joins the third party library file.
7, method as claimed in claim 6 is characterized in that, by the write order line mode or being used for of writing that script mode will receive the Debugging message of debugging the third party library file join the third party library file.
8, a kind of system that the third party library file is compiled is characterized in that, comprising:
The Debugging message receiver module is used to receive the Debugging message that is used to debug the third party library file that the user imports;
Debugging message adds module, and the Debugging message that is used for Debugging message receiver module being used to of receiving debugged the third party library file joins the third party library file.
9, system as claimed in claim 8 is characterized in that, described Debugging message adds module and joins the third party library file by the write order line mode or by writing the Debugging message that script mode will be used for debugging the third party library file.
10, a kind of method that the third party library file is compiled is characterized in that, comprising:
Receive the Debugging message that is used to debug the third party library file of user's input;
The Debugging message of being used for of receiving being debugged the third party library file joins the third party library file.
11, method as claimed in claim 10 is characterized in that, by the write order line mode or being used for of writing that script mode will receive the Debugging message of debugging the third party library file join the third party library file.
CN2008101154073A 2008-06-23 2008-06-23 Multimedia engineering, system and method for compiling third-party library files Active CN101295263B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101154073A CN101295263B (en) 2008-06-23 2008-06-23 Multimedia engineering, system and method for compiling third-party library files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101154073A CN101295263B (en) 2008-06-23 2008-06-23 Multimedia engineering, system and method for compiling third-party library files

Publications (2)

Publication Number Publication Date
CN101295263A true CN101295263A (en) 2008-10-29
CN101295263B CN101295263B (en) 2011-04-06

Family

ID=40065562

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101154073A Active CN101295263B (en) 2008-06-23 2008-06-23 Multimedia engineering, system and method for compiling third-party library files

Country Status (1)

Country Link
CN (1) CN101295263B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102098513A (en) * 2010-12-20 2011-06-15 北京交通大学 Real-time transmission method of wireless video
CN103853660A (en) * 2013-12-30 2014-06-11 中山大学深圳研究院 Component-oriented model-based software construction and verification method
CN104572231A (en) * 2013-10-23 2015-04-29 航天信息股份有限公司 Device and method for project migration among different operating platforms
CN105430392A (en) * 2015-11-11 2016-03-23 上海熙菱信息技术有限公司 Image output method with automatic identification of format based on FFMPEG
CN105912377A (en) * 2015-12-13 2016-08-31 乐视网信息技术(北京)股份有限公司 Method for coding mp3 and device for coding mp3
CN109799971A (en) * 2018-12-07 2019-05-24 陕西法士特齿轮有限责任公司 A kind of file creating apparatus and method
CN110535949A (en) * 2019-08-30 2019-12-03 四川长虹网络科技有限责任公司 A kind of web function realizing method being compatible with a variety of embedded products
CN111488140A (en) * 2019-01-29 2020-08-04 杭州海康威视数字技术股份有限公司 Method and device for supporting multiple programming languages and multiple programming libraries and computer equipment

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102098513A (en) * 2010-12-20 2011-06-15 北京交通大学 Real-time transmission method of wireless video
CN104572231A (en) * 2013-10-23 2015-04-29 航天信息股份有限公司 Device and method for project migration among different operating platforms
CN104572231B (en) * 2013-10-23 2018-09-18 航天信息股份有限公司 Engineering transplantation method between different operation platform and device
CN103853660A (en) * 2013-12-30 2014-06-11 中山大学深圳研究院 Component-oriented model-based software construction and verification method
CN105430392A (en) * 2015-11-11 2016-03-23 上海熙菱信息技术有限公司 Image output method with automatic identification of format based on FFMPEG
CN105912377A (en) * 2015-12-13 2016-08-31 乐视网信息技术(北京)股份有限公司 Method for coding mp3 and device for coding mp3
CN109799971A (en) * 2018-12-07 2019-05-24 陕西法士特齿轮有限责任公司 A kind of file creating apparatus and method
CN109799971B (en) * 2018-12-07 2022-04-15 陕西法士特齿轮有限责任公司 File generation device and method
CN111488140A (en) * 2019-01-29 2020-08-04 杭州海康威视数字技术股份有限公司 Method and device for supporting multiple programming languages and multiple programming libraries and computer equipment
CN111488140B (en) * 2019-01-29 2023-10-27 杭州海康威视数字技术股份有限公司 Method, device and computer equipment for supporting multiple programming libraries in multiple programming languages
CN110535949A (en) * 2019-08-30 2019-12-03 四川长虹网络科技有限责任公司 A kind of web function realizing method being compatible with a variety of embedded products

Also Published As

Publication number Publication date
CN101295263B (en) 2011-04-06

Similar Documents

Publication Publication Date Title
CN101295263B (en) Multimedia engineering, system and method for compiling third-party library files
CN101122866A (en) Programme code translating and compiling method in integrated development environment
Bjerkander et al. Architecting systems with UML 2.0
CN101697125B (en) Method and device for development environment conversion
CA2539433A1 (en) Systems and methods for dynamically linking application software into a running operating system kernel
CN109799971B (en) File generation device and method
CN101667134A (en) Method for constructing compiling system, compiling system and constructing device thereof
Pettyjohn et al. Continuations from generalized stack inspection
Systa Dynamic reverse engineering of java software
CN102207884A (en) File compiling method and device
CN104572231A (en) Device and method for project migration among different operating platforms
Sentilles et al. Save-ide-a tool for design, analysis and implementation of component-based embedded systems
CN114281347A (en) Method for converting Taro small program code into APP
CN104881396A (en) Graphical-program compile file forming method
CN104657136A (en) Integrated system of Simulink assemblies
CN107402885A (en) A kind of program debugging method and device
CN101571801A (en) Service expansion system and method
CN107479920B (en) Method for realizing multi-operating-system loading of single ELF file
CN102508445B (en) Intelligent algorithm processing system and method
CN105260224A (en) LUA script expansion system and operation method thereof
CN103049300A (en) Method for supporting running of FLASH on WEB platform by C and C++ codes
Damyanov et al. Domain specific languages in practice
CN103488519A (en) Implement method of interactive scripting language interpreter
CN108107872B (en) A kind of network-based DSP application on-line debugging system and adjustment method
Wang et al. Fauck!! hybridizing the faust and chuck audio programming languages

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: WUXI VIMICRO ELECTRONIC CO., LTD.

Free format text: FORMER OWNER: BEIJING ZHONGXING MICROELECTRONICS CO., LTD.

Effective date: 20110127

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100083 15/F, SHINING BUILDING, NO.35, XUEYUAN ROAD, HAIDIAN DISTRICT, BEIJING TO: 214028 NATIONAL INTEGRATED CIRCUIT DESIGN PARK (CHUANGYUAN BUILDING), NO.21-1, CHANGJIANG ROAD, NEW DISTRICT, WUXI CITY, JIANGSU PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20110127

Address after: 214028 national integrated circuit design Park, Changjiang Road, New District, Jiangsu,, Wuxi

Applicant after: Wuxi Vimicro Co., Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Applicant before: Beijing Vimicro Corporation

C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: JIANGSU DAHAI INTELLIGENT SYSTEM CO., LTD.

Free format text: FORMER OWNER: WUXI VIMICRO CO., LTD.

Effective date: 20141120

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 214028 WUXI, JIANGSU PROVINCE TO: 226300 NANTONG, JIANGSU PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20141120

Address after: 226300 Tongzhou District, Nantong, Century Avenue, No. 6, layer 999, No.

Patentee after: Jiangsu Dahai Intelligent System Co., Ltd.

Address before: 214028 national integrated circuit design Park, Changjiang Road, New District, Jiangsu,, Wuxi

Patentee before: Wuxi Vimicro Co., Ltd.