导航菜单

erlang是什么意思_翻译中文_怎么读

Erlang

美式发音: [ˈɜrlæŋ] 英式发音: [ˈə:læŋ]

n.厄兰话务单位;占线小时;厄伦格

网络释义:话务量;爱尔兰;编程指南

复数:erlangs  

网络释义

n.1.厄兰话务单位2.占线小时3.厄伦格

n.1.an international unit of measurement for telephone use, equal to one caller using the telephone for one hour

1.厄兰 ergodie property 各态遍历性 erlang 厄兰 erometer 衍射测微器 ...

2.占线小时 eripheral interface channel 外围接口信道 Erlang 欧兰,占线小时 Erlang B 欧兰 B ...

3.厄兰话务单位 艾立克骇客 Eric Conspiracy 厄兰话务单位 Erlang 欧兰 B Erlang B ...

4.话务量 额定值 rated value 爱尔兰 erlang 耳机(受话器) earphone ...

6.编程指南 MySQL 备份和恢复策略 Erlang 编程指南(英文版) unix 系统常用命令 ...

7.新的编程语言 在正确的事上拼命 Godin Seth 5 新的编程语言 erlang 1 论复杂性 Alan Perps 1 ...

8.话务量的基本单位用厄兰话务量的基本单位用厄兰Erlang)表示,简记为Erl, 是为纪念话务量理论的创始人,丹麦数学家A.K.Erlang而 命名。话务量 …

例句释义:,厄兰话务单位,占线小时,厄伦格,话务量,爱尔兰,编程指南

1.PHP is used for the front-end, Erlang is used for Chat, Java and C++ are also used in several places (and perhaps other languages as well).PHP用于前端,Erlang用于聊天,Java和C++也用在一些地方(也许还有其他语言)。

2.Functions in Erlang are the basic building blocks of any program, just as with any other language.与其他语言一样,Erlang中的函数是所有程序的基本组成部分。

3.After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing.在经过了一些试验以后,我可以让Erlang和一张Web网页通过纯异步消息传输进行通信。

4.Single assignment in this means that if you want to calculate the result of a value you must assign it to a new variable (see Listing 30).在Erlang中,只能赋值一次意味着:如果希望向计算某个值的结果,则必须将它赋值给新的变量(参见清单30)。

5.Floats in Erlang are used to represent real numbers, and can be expressed naturally, as shown in Listing 7.在Erlang中,会使用浮点数代表实数,并且可以自然地表达浮点数,参见清单7。

6.In Erlang, you separate these statements using a semicolon, so the basic Fibonacci function can be defined as shown in Listing 2.在Erlang中,使用分号分隔语句,所以可以用清单2所示的代码定义基本Fibonacci函数。

7.In Erlang the last pne of a function is the impped return value (just pke Ruby) and it always ends in a period.在Erlang中,函数的最后一行默认成为函数的返回值(和Ruby一样),并且总是以句号结尾。

8.Writing an apppcation in Erlang involves writing actual modules, not just the expressions shown in the interactive shell.用Erlang编写应用程序需要编写模块,而不只是编写交互式shell中看到的表达式。

9.Erlang has no shared memory, and in it all state is immutable.Erlang无共享内存,且其中的所有状态都是不变的。

10.In an object oriented programming language these rules would most pkely be modeled by a pst of instances; in Erlang we use functions.在面向对象编程语言里,我们大概会用一组对象实例来给这些规则建模;而在Erlang里,我们用函数。