erlang

美 [ˈɜrlæŋ]英 [ˈə:læŋ]
  • n.厄兰话务单位;占线小时;厄伦格
  • 网络话务量;爱尔兰;编程指南

复数:erlangs

erlangerlang

erlang

厄兰

光电词汇港台地区译法(E) - 飞达光学网 ... ergodie property 各态遍历性 erlang 厄兰 erometer 衍射测微器 ...

占线小时

eol_百度百科 ... eripheral interface channel 外围接口信道 Erlang 欧兰,占线小时 Erlang B 欧兰 B ...

厄兰话务单位

larry's blog ... 艾立克骇客 Eric Conspiracy 厄兰话务单位 Erlang 欧兰 B Erlang B ...

话务量

它包括忙时话务量erlang)、服务等级、其他的业务参数。然后就可以从 双频应用技术 ESTS-G05 V1.0 第 20 页 东方通信 E…

爱尔兰

通信英语词汇中英翻译 ... 额定值 rated value 爱尔兰 erlang 耳机(受话器) earphone ...

编程指南

Linux学习基础 - 下载频道 - CSDN.NET ... MySQL 备份和恢复策略 Erlang 编程指南(英文版) unix 系统常用命令 ...

新的编程语言

他们说 | Reduci.net ... 在正确的事上拼命 Godin Seth 5 新的编程语言 erlang 1 论复杂性 Alan Perlis 1 ...

话务量的基本单位用厄兰

话务量的基本单位用厄兰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 line of a function is the implied return value (just like Ruby) and it always ends in a period. 在Erlang中,函数的最后一行默认成为函数的返回值(和Ruby一样),并且总是以句号结尾。
8
Writing an application 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 likely be modeled by a list of instances; in Erlang we use functions. 在面向对象编程语言里,我们大概会用一组对象实例来给这些规则建模;而在Erlang里,我们用函数。
11
In particular Erlang is thought to be a natural programming language for multicore processors. 特别是人们把Erlang看作是多核处理器下的一种自然编程语言。
12
Erlang does not support the idea of a string directly, although you can use a double quoted value to create a string value (see Listing 18). Erlang不直接支持字符串的概念,但是可以使用带双引号的值创建字符串值(参见清单18)。
13
Erlang is now available as an open source system that runs on most computing platforms. 现在Erlang是运行在大部分计算平台上的开源系统。
14
In Erlang there is no need for loops because tail recursive functions are transparently optimized to run in constant space. 而在Erlang中不需要使用循环,因为尾递归函数会被自动优化在固定的空间中运行。
15
The increase of large scale production systems written in Erlang is bound to grow dramatically in coming years. 在今后几年,使用Erlang编写的大型生产系统会急剧增加。
16
To set the name when using Erlang from the command line you can use the sname command line option (see Listing 3). 为了在使用Erlang时通过命令行设置名称,您可以使用sname命令行选项(请参见清单3)。
17
Our DSL exists in an Erlang module called "dsl" , consisting of a single file called dsl. erl. 我们的DSL放在一个名为“dsl”的Erlang模块中,模块只有一个文件dsl.erl。
18
If you now start up another instance of the Erlang shell, you can set a different a different name, as shown in Listing 4. 如果启动Erlangshell的另外一个实例,可设置另外一个不同的名称,如清单4所示。
19
This control structure is an 'if' statement represented by a concrete list of plain Erlang terms. 这个控制结构是由一系列具体限制条件组成的一个“if”语句。
20
An Erlang developer is not tasked with the responsibility of manual memory management with keywords like "for" or "while" or "do" . Erlang开发者不需要承担手工管理内存的责职,可以远离“for”、“while”、“do”这些关键字。
21
In Erlang, things are different, and it happens to be different in exactly the right way for the computing challenges of today. 在Erlang中,处理问题的方式不一样,这恰恰可以解决当今的计算难题。
22
We aren't going to go into detail about the many interesting properties of an Erlang process. 我们不打算深入讲解Erlang的众多有趣特性。
23
The authors note that Erlang is well suited to implementing the system, and that it comprises around 20, 000 lines of code. 作者们指出Erlang非常适合用来实现这个系统,它包括了大概2万行代码。
24
Erlang takes the approach that all programs are concurrent, and that components (functions and modules) never share data. Erlang采用了使所有程序保持并行的方法,而且组件(函数和模块)均不共享数据。
25
Erlang also gives us programmatic access to the tokenized, parsed and abstract forms of an expression. Erlang还允许我们编程访问经过词法分析(tokenized)、语法分析之后、抽象形式的表达式。
26
Note how the final statement (and all statements in Erlang) is terminated by a period. 注意,最后一个语句(和Erlang中的所有语句)以句号结尾。
27
Processes in Erlang are assumed to be small in memory, fast to start, and fast to context-switch. Erlang中的进程内存较小,可快速启动和进行上下文切换。
28
One of its interesting features is the actor-based concurrency support that is modeled after the Erlang programming language. 其中一个有趣特性就是基于actor的并发性支持,这一点模拟了Erlang编程语言。
29
Chapter 17 describes Mnesia, a database management system that supports replicated databases and is built into Erlang. 第17章介绍了Mnesia,它是支持复制型数据库且内嵌入Erlang的数据库管理系统。
30
This model is based on message passing, and is somewhat similar to the actor model used in Erlang and Scala. 这个模型建立在消息传递的基础上,并且与Erlang和Scala中的actor模型有点类似。