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.