「高级语言」的拼音、意思和解释
高级语言是一个开头的词语,它的拼音是gāo jí yǔ yán,这篇文章为您提供了高级语言拼音,读音,怎么拼读,同时为了让您在线轻松学习高级语言,我们收录了汉语辞典中高级语言的意义和释义,近义词,反义词,高级语言的五笔怎么打。
在线字典为您在线查询高级语言的词典内容如下,包括高级语言的拼音,读音,拼读;高级语言的意思和详细释义,高级语言的近反义词,高级语言的英语翻译,用高级语言这个词语怎么造句等内容。
高级语言读音/繁体/五笔/英文翻译
拼音 | gāo jí yǔ yán | 读音 | 跟我读 |
---|---|---|---|
繁体 | 高級語言 | 类型 | 词语大全 |
五笔 | 此词无五笔连打 | 平音 | gaojiyuyan |
词性 | 中性 | 语法 | |
拼读 | 哥(ge1)凹(ao1),高(gao1)|鸡(ji1)姨(yi2),级(ji2)|雨(yu3)|衣(yi1)啽(an2),言(yan2) | ||
英语翻译 | high-level language |
高级语言是什么意思?
· 基本释义
· 网络释义
高级语言(High-level programming language)相对于机器语言(machine language,是一种指令集的体系。这种指令集,称机器码(machine code),是电脑的CPU可直接解读的数据)而言。是高度封装了的编程语言,与低级语言相对。它是以人类的日常语言为基础的一种编程语言,使用一般人易于接受的文字来表示(例如汉字、不规则英文或其他外语),从而使程序编写员编写更容易,亦有较高的可读性,以方便对电脑认知较浅的人亦可以大概明白其内容。由于早期电脑业的发展主要在美国,因此一般的高级语言都是以英语为蓝本。在1980年代,当东亚地区开始使用电脑时,在日本、台湾及中国大陆都曾尝试开发用各自地方语言编写的高级语言,当中主要都是改编BASIC或专用于数据库数据访问的语言,但是随着编程者的外语能力提升,现时的有关开发很少。由于汇编语言依赖于硬件体系,且助记符量大难记,于是人们又发明了更加易用的所谓高级语言。在这种语言下,其语法和结构更类似汉字或者普通英文,且由于远离对硬件的直接操作,使得一般人经过学习之后都可以编程。高级语言通常按其基本类型、代系、实现方式、应用范围等分类。
高级语言的近反义词?
高级语言近义词:抱歉,查无高级语言的近义词
高级语言反义词:抱歉,查无高级语言的反义词
高级语言词语接龙
(~高级语言~)在开头的接龙:言行,言论,言语,言辞,言重,言路,言词,言喻,言笑,言传,言欢,言败,言声,言官,言意,言色,言表,言心,言念,言志
(~高级语言~)在结尾的接龙:语言,名言,发言,格言,谣言,留言,绪言,断言,寓言,谗言,序言,预言,谎言,赠言,食言,感言,引言,诤言,前言,流言
暂时无法为您进行高级语言的词语顺序接龙!
用高级语言怎么造句?
您好,暂未查询到高级语言造句的内容。
否则,你不可能使用高级语言写出高效的代码。
You need to spend at least a semester getting close to the machine or you'll never be able to create efficient code in higher level languages.
并没有一个位于机器语言和高级语言之间的分水岭。
There's no dividing line with machine languages on one side and all the high-level languages on the other.
大多数用高级语言编写程序是处理器无关的。
Most programs that can be written in a high-level language are processor-independent.
最顶部是高级语言,开发人员使用该语言构建应用程序。
At the top is the high-level language, which developers use to construct applications.
汇编器生编译器,最后产生上万种高级语言。
The assembler gave birth to the compiler. Now there are ten thousand languages.
但是,高级语言能够完成哪些用机器码无法完成的任务呢?
But then, what do high-level languages do that you can't do in machine code?
平均起来,一行高级语言代码要转换成多行汇编语言代码。
On average, one line of high level language code translates into many lines of assembly language code.
“高级语言”这个技术词汇实际上没有表明任何确定的东西。
Technically the term "high-level language" doesn't mean anything very definite.
Perl的最新版本支持对象、封装和许多其他高级语言的概念。
The latest version of Perl supports objects, closures, and many other advanced language concepts.
它包括一个集成的高级语言,不过这种语言与c语言稍微有些区别。
It includes an integrated high-level language, but has some differences from c.
因此,使用高级语言编写的程序在运行之前必须经过处理。
Thus, programs written in a high-level language have to be processed before they can run.
因此,使用高级语言编写的程序不得不在运行之前进行转换。
Thus, programs written in a high-level language have to be translated before they can run.
然而,与大多数其它高级语言相比较,它处理能力是有限的。
However, its capabilities are limited compared to most other high-level languages.
但是,一旦你同意这一点,你也就同意了一个高级语言比另一个更强大。
But once you've admitted that, you've admitted that one high level language can be more powerful than another.
通过计算机所能达到的计算限度的扩展能力,你还能获得高级语言的简便性。
You get the simplicity of the high level language with the ability to extend it as far as computers can compute.
Jython是动态、面向对象(OO)高级语言python的一个实现。
Jython is an implementation of the high-level, dynamic, object-oriented (OO) language, Python.
当在高级语言上编程时,不需要考虑特定处理器的细节,只用关心算法和应用。
When programming in a high-level language, it is possible to concentrate on algorithms and applications without worrying about the details of a particular processor.
请使用轻量级高级语言绑定(例如Perl/Tk或 Tkinter)。
Stir in such lightweight high-level language bindings as Perl/Tk or Tkinter.
这个额外的处理将耗费一些时间,这也是高级语言的一个小小的缺点。
This extra processing takes some time, which is a small disadvantage of high-level languages.
我希望通过我上面提到的设计目标,以及高级语言,可以使到项目得到方便的移植。
I expect that the design goals mentioned above and the use of a high-level language to be the most easily transferable aspects of the project.
Scilab是世界上广泛存在的工程和科学应用程序所使用的一种解释器和高级语言。
Scilab is an interpreter and a high-level language for engineering and scientific applications that is in use around the world.
最后,Pig是一个包括适用于Hadoop编程的高级语言的大型数据库集分析的平台。
Finally, Pig is a platform for large data set analysis that includes a high-level language for Hadoop programming.
Fit和Cucumber都需要“胶合”代码,它处于高级语言和测试语言之间。
Both Fit and Cucumber needs "glue" code that sits between the high level language and the code under test.
而是,用高级语言或者汇编语言编写的程序被转换成机器语言,然后由计算机执行。
Rather, programs written in a high-level language or assembly language are converted to machine language, which is then executed by the computer.
了解SPU的汇编语言是如何工作的,也可以对使用高级语言来使用处理器提供帮助。
Knowing how the SPU's assembly language works will also aid you in exploiting the processor in higher-level languages.
CISC指复杂指令集:大指令集合,其中的一些执行可能是高级语言特有的复杂操作。
CISC means complex instruction set: a large collection of instructions, some of which perform sophisticated operations that might be typical of high-level language.
由于上述优势,几乎所有的程序都用高级语言编写。低级语言近用于一些特定应用之中。
Due to these advantages, almost all programs are written in high-level languages. Low-level languages are only used for a few special applications.
缺少了自动的转换,将我们的高级语言翻译成机器关心的零一编码的能力,我们的生产力将不会提高。
Without automated transformations, capable of translating our high-level language to the ones and zeros that the machine CARES about, our productivity will not improve.
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
上述为您在线提供的高级语言的相关内容全部来自在线汉语词典,希望对您学习高级语言这个词语有帮助。