网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Parallelizing compiler
释义

Parallelizing compiler

中文百科

编译器 Compiler

(重定向自Parallelizing compiler)

编译器Compiler),是一种电脑程序,它会将用某种编程语言写成的源代码(原始语言),转换成另一种编程语言(目标语言)。

它主要的目的是将便于人编写,阅读,维护的高级计算机语言所写作的源代码程序,翻译为计算机能解读、运行的低阶机器语言的进程,也就是运行档。编译器将原始进程(Source program)作为输入,翻译产生使用目标语言(Target language)的等价进程。源代码一般为高阶语言(High-level language),如Pascal、C、C++、C# 、Java等,而目标语言则是汇编语言或目标机器的目标代码(Object code),有时也称作机器代码(Machine code)。 一个现代编译器的主要工作流程如下: 源代码(source code)→ 预处理器(preprocessor)→ 编译器(compiler)→ 汇编进程(assembler)→ 目标代码(object code)→ 链接器(Linker)→ 运行档(executables), 最后打包好的文件就可以给电脑去判读运行了。

英语百科

Compiler 编译器

(重定向自Parallelizing compiler)
A diagram of the operation of a typical multi-language, multi-target compiler
Lexer and parser example for C. Starting from the sequence of characters

A compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language), with the latter often having a binary form known as object code. The most common reason for converting source code is to create an executable program.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 8:53:18