erl
美
英 
- n.環境研究試驗室
- 網絡回波損耗(echo return loss);話務量
英漢解釋
例句
Only six of 11 teams were able to accomplish this, and another ERL vehicle, a Volkswagen Passat named "Junior" , came in second.
11支車隊中只有6支能夠做到這一點,另外一輛電子研究實驗室車,名為“Junior”的大眾帕薩特排在第二位。
Our DSL exists in an Erlang module called "dsl" , consisting of a single file called dsl. erl.
我們的DSL放在一個名為“dsl”的Erlang模塊中,模塊只有一個文件dsl.erl。
From Service-Oriented Architecture: Concepts, Technology, and Design by Thomas Erl.
摘自ThomasErl編寫的《面向服務的架構:概念、技術和設計》。
It's being developed by VW's Electronics Research Laboratory (ERL), and it features some truly interesting ideas.
這是正在開發的大眾汽車的電子研究實驗室(ERL),它具有一些真正有趣的想法。
When you type in "erl" , you will drop into the interactive prompt, where you can type commands.
輸入“erl”時,會進入交互式提示,可以在這里輸入命令。
The expression is finally executed with the built in erl_eval: exprs library function.
最后由內建的erl_eval:exprs庫函數執行構建好的表達式。
The first command in our erl session compiles and loads this module with the built in c function.
在erl代碼中,第一條命令是用內建的c函數編譯并加載dsl模塊。
[Thomas Erl's principles] is a terrible set of principles because they are overlapping concerns.
ThomasErl的原則是一組糟糕的原則,因為它們把關注點混攪起來了。
Once Erlang is installed, you will find "erl" in your path.
安裝Erlang之后,會在路徑中找到“erl”。
For example, Listing 34 shows the file fib. erl, which contains the definition of our fib module.
例如,清單34給出了文件fib.erl,其中包含fib模塊的定義。
The Regional Express Line envisaged in Railway Development Strategy 2000 now becomes the Hong Kong section of the ERL.
鐵路發展策略2000中所建議的區域快線現已成為廣深港高速鐵路香港段。
erl # start the Erlang emulator (similar to irb or beanshell)
$erl#啟動Erlang仿真器(類似于irb或者beanshell)
To compile this interactively, and run it, run erl again
要想以交互方式編譯模塊代碼并運行它,則應該再次運行erl