网站首页  词典首页

请输入您要查询的英文单词:

 

单词 lua
释义

lua

  • 网络脚本语言;logical unit application;程序设计初步
1.
脚本语言
1.使用轻型脚本语言(Lua),扩展了中文支持,大量内置扩展函数库,降低游戏制作门槛.2.方便外接各种插件,支持纯中文易语言DLL, …
www.crsky.com
2.
logical unit application
Logical unit application (LUA) is an application programming interface (API) that allows you to write customized applicatio...
social.msdn.microsoft.com
3.
程序设计初步
LUA语言入门_百度知道 ... LUA 脚本语言入门(纯粹转帖,仅供参考) Lua 程序设计初步 II. Lua 编程 ...
www.360doc.com

例句

释义:
1.
The Lua language -- like its community -- is robust, inventive, and ready to help.
Lua语言及其社区非常健壮,具有创新精神,随时准备好提供帮助。
www.ibm.com
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。
www.ibm.com
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状态栈发生的。
www.ibm.com
4.
At the heart of the symbiotic relationship between Lua and its host language is a virtual stack.
Lua与宿主语言之间的这种共生关系的核心是宿主语言是一个虚拟堆栈。
www.ibm.com
5.
Before you create yet another configuration file or resource format (and yet another parser to accompany it), try Lua.
在创建另外一个配置文件或资源格式(以及相应的处理程序)之前,请尝试一下Lua。
www.ibm.com
6.
Actually, Lua goes to great lengths to make sure that implementation details do not surface to the user.
实际上,Lua诉诸于极大的长度来确保不会向用户显露实现细节。
blog.chinaunix.net
7.
As the Thai-Dai people settled in the rich river valley, they took over the control upon the Lua indigenous people.
傣泰人定居于肥沃的河谷低地以后,政治上控制了洛人原住民。
www.dictall.com
8.
Codify is built upon the Lua scripting language, a widely used scripting mechanism used in games.
Codify由Lua脚本语言构建,Lua是一个广泛应用于游戏的脚本。
www.infoq.com
9.
Implementing the core logic of a program in Lua, rather than in C, might well dramatically reduce development time.
用Lua而不是C来实现程序的核心逻辑可以大大减少开发时间。
www.ibm.com
10.
Virtually all the C application program interface (API) for Lua operations operate through the stack.
实际上在Lua中使用的所有的C应用程序编程接口(API)都是通过堆栈来进行操作的。
www.ibm.com
1.
When Lua needs to insert a new key into a table and the hash array is full, Lua does a rehash.
当需要向表中插入新键且散列数组是满的时候,Lua进行一次再散列。
blog.chinaunix.net
2.
But the reciprocal is true as well: The host language can simultaneously extend Lua.
但是这种融合是双赢的:宿主语言同时也可以对Lua进行扩充。
www.ibm.com
3.
Note that every C language call to or about Lua takes a Lua state as an argument; there is no default state.
注意,每个对Lua或关于Lua的C语言调用都带有一个Lua状态作为一个参数;没有缺省的状态。
www.ibm.com
4.
Indeed, tables are the only data structure in Lua.
实际上,表是Lua中惟一的数据结构。
www.ibm.com
5.
Vale da Lua (Moon Valley) is a water eroded rock formation with natural swimming pools, placed on a river in the brazilian cerrado forest.
月亮谷位于巴西cerrado森林内的一条河边,是由水腐蚀岩层而形成的天然游泳池。
www.elanso.com
6.
A metatable is a (normal) Lua table that maps standard operations to custom functions that you provide.
元表是一个(普通的)Lua表,它将标准操作映射成我们提供的函数。
www.ibm.com
7.
It's quite possible to bounce back and forth between Lua and C, as the Lua interpreter is reentrant.
Lua与C之间可以来回嵌套,因为Lua解释器是可重入的(reentrant)。
www.ibm.com
8.
Lua is probably the fastest of the three languages and usually uses the least amount of runtime memory.
Lua在这三种语言中是运行时速度最快而且占内在最少的。
blog.sina.com.cn
9.
It is easier to create objects and write code while logged on as a system administrator or database owner than it is using a LUA account.
以系统管理员或数据库所有者身份登录时,创建对象和编写代码要比使用LUA帐户登录更容易。
technet.microsoft.com
10.
Moreover, any Lua value -- including a function or another table -- can serve as a dictionary element key.
另外,任何Lua值——包括函数或其他表——都可以用作字典元素的键值。
www.ibm.com
1.
If your C program invokes the Lua interpreter on a script, which calls a C function, which then uses the Lua interpreter again, that's okay.
如果C程序在一个脚本上调用解释器,该脚本调用一个C函数,而这个C函数又再次使用Lua解释器,这是允许的。
www.ibm.com
2.
All Lua applications must be embedded in a host application.
所有的Lua应用程序必须要嵌入到宿主应用程序中。
www.ibm.com
3.
Usually, you do not need to know anything about how Lua implement tables to use them.
通常,你不需要为使用表而了解有关Lua如何实现它们的任何事。
blog.chinaunix.net
4.
Beware, however, that Lua can only shrink a table when rehashing it.
注意,无论如何,Lua只能在再散列时收缩表。
blog.chinaunix.net
5.
To explore tables, start the Lua interpreter and type the lines shown in bold in Listing 1.
要对表进行浏览,请启动Lua解释器,并输入清单1中的黑体显示的代码。
www.ibm.com
6.
Lua would be Wicca - A pantheistic language that can easily be adapted for different cultures and locations.
LUA是威卡教---一种泛神论语言,很容易被不同文化和地域的人群所接受。
www.bing.com
7.
The error handler, if one is provided, is the index on the stack of the Lua code to handle any errors that occur.
如果提供错误处理程序,那么它应该是用于处理任何发生的错误的Lua代码在栈上的索引。
www.ibm.com
8.
After you've installed Lua on your system, give the stand-alone Lua interpreter a try.
在系统上安装好Lua之后,我们可以首先来试用一下单独的Lua解释器。
www.ibm.com
9.
If a Lua function returns n values, the first value is at location -n in the stack, and the last value is at position -1.
如果Lua函数返回n个值,那么第一个值的位置在堆栈的-n处,最后一个值在堆栈中的位置是-1。
www.ibm.com
10.
Lua is distributed under the MIT license, and is completely free for any use, including commercial use.
Lua是在MIT许可下发布的,可完全免费用于任何用途,包括商业用途。
www.ibm.com
1.
A thread is a co-routine created by calling the built-in function coroutine. create(f), where f is a Lua function.
线程是通过调用内嵌函数coroutine.create(f)创建的一个协同例程(co-routine),其中f是一个Lua函数。
www.ibm.com
2.
In the Thai-Dai chronicle, it is believed that the Lua people are the indigenous people in the Kingdom of Thailand in Southeast Asia.
传统的傣泰编年史认为洛人是东南亚大陆傣泰王国的原住民。
www.ceps.com.tw
3.
A chunk can be stored in a file or in a string in a Lua program.
块可以保存到文件中,或者保存到Lua程序中的字符串中。
www.ibm.com
4.
If you want to start writing some top-level logic in Lua, though, it's very easy and efficient to do so.
如果您想开始用Lua编写某种顶层的逻辑,那很容易,并且非常有效。
www.ibm.com
5.
Balancing the need for high-performance code and high-level programming is the purview of Lua, an embeddable scripting language.
对高性能代码和高级编程的需要进行平衡是Lua(一种可嵌入式脚本语言)要解决的问题。
www.ibm.com
6.
If your operating system supports dynamic loading, Lua can load and call functions on demand.
如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。
www.ibm.com
7.
The third, and most flexible, is to mix and match these approaches, using Lua to script some actions, and code in C to manage others.
第三种方式,也是最灵活的方式,是混合上述两种方式,使用Lua脚本编写一些动作,而用C代码管理其他部分。
www.ibm.com
8.
The implementation of tables in Lua involves some clever algorithms.
Lua中表的实现涉及一些聪明的算法。
blog.chinaunix.net
9.
The second is to write a program primarily in C, then use embedded Lua as a way to store and report data and configuration.
第二种方法是主要用C编写一个程序,然后使用嵌入的Lua来存储和报告数据和配置。
www.ibm.com
10.
The Lua interpreter uses a stack interface to communicate with calling code.
Lua解释器使用一个栈接口来与调用代码通信。
www.ibm.com
1.
So, if your initial sizes are larger than needed, Lua may never correct your waste of space.
所以,如果你的初始尺寸比需要的大,Lua也许永不修正你浪费的空间。
blog.chinaunix.net
2.
All numbers in Lua are doubles (but you can easily build code to realize other numeric types).
Lua中所有的数字都是双精度的(不过我们可以非常简便地编写一些代码来实现其他数字类型)。
www.ibm.com
3.
The lightweight Lua language (developed at the Pontifical Catholic University of Rio de Janeiro in Brazil) includes a register-based VM.
轻量级Lua语言(在巴西里约热内卢天主教大学开发)包含一个基于寄存器的VM。
www.ibm.com
4.
There are eight fundamental types (of values) in Lua: nil, boolean, number, string, function, thread, table, and userdata.
Lua中的基本类型(值)有8种:nil,布尔型,数字,字符串,函数,线程,表以及用户数据。
www.ibm.com
5.
I am looking for an experienced LUA (which I believe is the current platform used) programmer to design a WOW ADD ON.
我正在寻找一位经验丰富的LUA(我认为这是当前平台使用)程序员设计一个WOW添加。
www.bing.com
6.
At the Lua-users wiki, browse a variety of pre-built, installable Lua binaries.
在Lua-userswiki上,浏览很多预先构建的、可安装的Lua二进制文件。
www.ibm.com
7.
Tables are the catch-all data structure in Lua.
在Lua中,表是用来保存所有数据的结构。
www.ibm.com
8.
If an error occurs during execution, a Lua string is pushed on the stack.
如果在执行时出现了错误,就向堆栈中压入一个Lua字符串。
www.ibm.com
9.
When a Lua program is executed, it is translated into bytecodes, and then executed in the VM.
当执行一个Lua程序时,将其翻译成bytecodes,然后在VM中执行。
www.ibm.com
10.
Addons are made up of LUA files, and XML files, both of which are also run by blizzard's interpreter.
插件是通过LUA和XML文件构成的,并且也是通过暴雪的编译机所解释和执行的。
word.hcbus.com
1.
And because the Lua scripts are separate from the compiled code, you readily and separately revise the scripts.
由于Lua脚本是与编译代码独立的,因此我们可以单独修改这些脚本。
www.ibm.com
2.
Lua has a mark-and-sweep garbage collector.
Lua具有一个标记-清理垃圾收集器。
www.ibm.com
3.
A chunk is any sequence of Lua statements.
块可以是任何Lua语句序列。
www.ibm.com
4.
In Lua, only values have a type, but variables are dynamically typed.
在Lua中,只有值具有类型,而变量的类型是动态决定的。
www.ibm.com
5.
With Lua, the development cycle is more akin to "Code, Build, Run, Script, Script, Script. . . " .
使用Lua,开发周期就非常类似于“编码、编译、运行、编写脚本、编写脚本、编写脚本…”
www.ibm.com
6.
The entire Lua 5. 0. 2 core, including the standard libraries and the Lua compiler, is less than 200KB in size.
完整的Lua5.0.2核心文件中包括了标准库和Lua编译器,不过只有200KB大小。
www.ibm.com
7.
Put the code into the Lua interpreter, and then type print(color[1], color[2], color[1]).
将这段代码放到Lua解释器中,然后输入print(color[1],color[2],color[1])。
www.ibm.com
8.
And in development, there are projects to support Perl and Lua.
在后续的开发中,将有相应的项目支持Perl和Lua语言。
www.infoq.com
9.
That is why currently Lua creates empty tables with no pre-allocated slots.
这就是为什么现在Lua创建不带预分配的存储槽的空表。
blog.chinaunix.net
10.
This is the same as Lua's behavior on multiple assignment operations.
(这与Lua在多个赋值操作上的行为是一样的)。
www.ibm.com
1.
As of Lua 5. 1, the garbage collector works incrementally.
在Lua5.1中,垃圾收集器是以增量方式工作的。
www.ibm.com
2.
It wouldn't matter; Lua is very flexible about how code gets called.
对于如何调用代码,Lua是非常灵活的。
www.ibm.com
3.
Lua is a scripting language popular among games such as World of Warcraft, Dawn of War, and Far Cry.
Lua是一个流行于很多游戏中的脚本语言,如魔兽世界、战争黎明和孤岛惊魂。
www.infoq.com
4.
Of course, because the userdata originates in C, there are no pre-defined operations for userdata in Lua.
当然,由于用户数据源自于C,因此在Lua中也没有对用户数据预定义操作。
www.ibm.com
5.
Building Lua is easy; you just run make ; you can fall back on posix or even ansi if you don't want to rely on platform-specific features.
构建Lua很容易;只需运行make;如果不想依赖特定于平台的特性,那么可以依靠posix,甚至是ansi。
www.ibm.com
6.
LUA VANG RUBBER PLASTIC COMPANY
胡志明金稻塑料橡胶公司
wenku.baidu.com
7.
If you use Debian Linux, you can install Lua 5. 0 quickly and easily by running this command
如果您使用的是DebianLinux,那么可以以超级用户的身份运行下面的命令来快速安装Lua5.0
www.ibm.com
8.
Lua allows multiple assignments, and expressions are evaluated first and are then assigned. For example, the statements
Lua允许使用多种赋值语句,可以先对表达式进行求值,然后再进行赋值。
www.ibm.com
9.
Table 1 Eva lua tion indexes and weight
表1评价指标及权重
zhidao.baidu.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 10:49:35