网站首页  英汉词典

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

 

单词 recompile
释义

recompile /rikəm'pail/

英汉-汉英词典
vt. 再编译
词组 | 习惯用语
您要查找的是不是:
  • compile vt. 编译;编辑;汇编;编制
  • recompense vt. 赔偿;酬谢 vi. 赔偿
  • compiler n. 编辑者,汇编者;编译器;编译程序
  • recompute v. 再计算,验算
recompile v. 重新编译

网络短语:
incrementally recompiling 增量编译
We Need To Recompile 我们需要重新编译
recompiling the old story 故事新编
原声例句
CS50

I'm going to recompile it with make buggy0.

我要用makebuggy0重编译它。

CS50

And in fact, now I'll go ahead and recompile this, make buggy0.

事实上,现在我将继续重新编译这个,生成buggy0。

CS50

So now let me recompile scores.

现在让我重新编译分数。

CS50

Let me recompile the code with make uppercase.

让我用make uppercase重新编译代码。

CS50

So now if I recompile my code, make uppercase, so far so good.

所以现在如果我重新编译我的代码,使大写,到目前为止还不错。

CS50

And to recompile my code, that's not such a big deal.

为了重新编译我的代码,这没什么大不了的。

CS50

I can just recompile it, and it will keep getting changed and changed.

我可以重新编译它,它会不断地改变。

CS50

Why do you have to keep recompiling the code?

为什么要不断地重新编译代码?

CS50

And let me go ahead and recompile this.

让我继续重新编译这个。

CS50

Let me go ahead and recompile meow by make meow.

让我继续用makemeow重新编译meow。

中文百科

编译器 Compiler

(重定向自Recompile)

编译器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 编译器

(重定向自Recompile)
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/21 12:40:57