美[kəmˈpaɪlər] 英[kəmˈpaɪlə(r)] n.编译器;编译程序;编纂者;汇编者 网络编译程式;电脑少女;编辑者 复数:compilers 权威英汉双解 英汉 英英 网络释义 compiler n. 1. 编纂者;汇编者;编著者a person who compiles sth ...
compiler 英[kəmˈpaɪlə(r)]美[kəmˈpaɪlɚ] 释义 常用 牛津词典 n. 汇编者;编辑者;编纂者;(电脑的)编译程序; 复数:compilers 双语例句 全部 编辑者 编译程序 1. ...the compilers of dictionaries and grammars. 词典和语法书的编纂者 来自柯林斯高阶英语词典 2. The standard JIT...
compiler 基本解释 n. 编辑者 [计] 编译程序 compiler 网络释义 n. 编译器;[计] 编译程序;编辑者,汇编者 compiler 词性变化 名词复数形式:compilers 词组短语 1、ADAcompiler[计] ADA编译程序 2、algebraiccompiler[计] 代数编译程序 3、ALGOLcompiler[计] ALGOL编译程序 ...
compiler (kəmˈpaɪlə) n 1.a person who collects or compiles something 2.(Computer Science) a computer program by which a high-level programming language, such as COBOL or FORTRAN, is converted into machine language that can be acted upon by a computer. Compareassembler ...
编译器(Compiler) 无我 没什么特点 3 人赞同了该文章 目录 收起 概念 编译器特点 编译器类型 编译器任务 编译器6阶段 概念 编译器是一种计算机程序,旨在将高级语言(C/C++/Java等)转换成汇编语言,并且不改变代码的含义,针对执行时间和内存空间进行了优化。 High Level Language ->Low Level Language 编...
templateuicompiler UpdatedMay 1, 2025 JavaScript A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescr...
compiler [kəm'pailə] n. 编译器;编译程序;编辑者,汇编者 参考例子 1.If we do not define the copy constructor, thecompilersynthesizes one for us. 如果没有定义复制构造函数,编译器就为我们合成一个。 2.As with other conversions, thecompilerwill apply this conversion automatically. ...
•Theoptimizedcompilerhas a blendedmodeoptionforapplicationsthat will run on 80486 and Pentiumboxesas well as a Pentium-only mode.•This includes operating systems,compilers, systemlibrariesetc.•Thedirectiverequires, interalia, thatcompilersofpersonaldata require theconsentof the datasubjectforinclusion...
compiler 编译器(Compiler),是一種電腦程式,它會將用某種程式語言寫成的原始碼(原始語言),轉換成另一種程式語言(目標語言)。 它主要的目的是將便于人编写,阅读,维护的高级计算机语言所寫作的原始碼程式,翻译为计算机能解读、运行的低阶机器语言的程序,也就是執行檔。编译器将原始程序(Source program)作为输入,翻译...
import * as compiler from "@marko/compiler"; const asyncResult = await compiler.compile( "Hello!</>", "./src/index.marko", { modules: "cjs" }, ); const syncResult = compiler.compileSync("Hello!</>", "./src/index.marko", { modules: "cjs", }); Options The...