lua信息详情

lua发音

意思翻译

abbr.人寿保险商协会(LifeUnderwritersAssociation);最低用户权限(LeastUserAccess)

n.(Lua)人名;(东南亚国家华语)赖;(泰)洛;(西)卢阿

相似词语短语

frail synonym───脆弱同义词

ass pillow───屁股枕头

fructose metabolism───果糖代谢

only for u───只为你

substantively legal───实质上合法的

glide into───渐变为

give a bill───付账单

traitorous lord───叛徒领主

waittinthe well───小心点

cove molding───油画外框的一种(边呈凹圆状)

双语使用场景

You've embedded Lua.───您已经嵌入了Lua。

Line 9 creates a Lua state.───第9行创建了一个Lua状态。

Lua is a small scripting language.───Lua是一种小型脚本语言。

The Lua language -- like its community -- is robust, inventive, and ready to help.───Lua语言及其社区非常健壮,具有创新精神,随时准备好提供帮助。

In operating systems where static loading is a necessity, extending the Lua engine to call a C function requires you to rebuild Lua.───在必须使用静态加载的操作系统中,可以对Lua引擎进行扩充,此时调用C函数时需要重新编译Lua。

The function is called with a Lua state argument; once again, all interaction between C and Lua occurs through the stack of the Lua state.───该函数是借助一个Lua状态参数来调用的;同样,C与Lua之间的所有交互都是通过Lua状态栈发生的。

At the heart of the symbiotic relationship between Lua and its host language is a virtual stack.───Lua与宿主语言之间的这种共生关系的核心是宿主语言是一个虚拟堆栈。

Before you create yet another configuration file or resource format (and yet another parser to accompany it), try Lua.───在创建另外一个配置文件或资源格式(以及相应的处理程序)之前,请尝试一下Lua。

Actually, Lua goes to great lengths to make sure that implementation details do not surface to the user.───实际上,Lua诉诸于极大的长度来确保不会向用户显露实现细节。

英语使用场景

Lua would be Wicca - A pantheistic language that can easily be adapted for different cultures and locations.

Code written in Lua always strictly obeys the stack model; C code, however, can poke around on the rest of the stack, or even insert values in the stack.

Two Lives Left have released Codify, a platform that allows game development using the Lua scripting language, which runs directly on an Apple iPad.

For example, Lua separates core platform code and auxiliary code by placing them into different libraries.

Codify is built upon the Lua scripting language, a widely used scripting mechanism used in games.

This is viable because Lua does not perform type checking because all variables are untyped.

A thread is a co-routine created by calling the built-in function coroutine.create(f), where f is a Lua function.

The lightweight Lua language (developed at the Pontifical Catholic University of Rio de Janeiro in Brazil) includes a register-based VM.

The Lua parser uses only one - pass to maximize performance.