导航菜单

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

LUA

网络释义:脚本语言;logical unit apppcation;程序设计初步

网络释义

1.脚本语言

3.程序设计初步 LUA 脚本语言入门(纯粹转帖,仅供参考) Lua 程序设计初步 II. Lua 编程 ...

例句释义:,脚本语言,程序设计初步

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

2.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。

3.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状态栈发生的。

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

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

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

7.As the Thai-Dai people settled in the rich river valley, they took over the control upon the Lua indigenous people.傣泰人定居于肥沃的河谷低地以后,政治上控制了洛人原住民。

8.Codify is built upon the Lua scripting language, a widely used scripting mechanism used in games.Codify由Lua脚本语言构建,Lua是一个广泛应用于游戏的脚本。

9.Implementing the core logic of a program in Lua, rather than in C, might well dramatically reduce development time.用Lua而不是C来实现程序的核心逻辑可以大大减少开发时间。

10.Virtually all the C apppcation program interface (API) for Lua operations operate through the stack.实际上在Lua中使用的所有的C应用程序编程接口(API)都是通过堆栈来进行操作的。