Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Lua
Search - Lua - List
OtherLua-5
DL : 0
Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序被称作 embedding program 或简称为 host 。宿主程序可以通过调用函数执行一小段 Lua 代码,可以读写 Lua 变量,可以注入 C 函数让 Lua 代码调用。这些扩展的 C 函数,可以大大的扩展了 Lua 可以处理事务的领域,这样就可以订制出各种语言,而它们共享一个统一的句法格式的框架。 Lua 的官方发布版就包含了一个叫做 lua 的简单的宿主程序,它用 Lua 库提供了一个保证独立的 Lua 解释器。 Lua 是一个自由软件,它的使用许可决定了对它的使用过程一般没有任何保证。这份手册中描述的东西的实现,可以在 Lua 的官方网站 www.lua.org 找到 -err
Update : 2024-05-07 Size : 108544 Publisher : yunjianzhang

DL : 0
Lua 5_1 参考手册,说的比较详细-Lua 5_1 reference manual, saying that the more detailed
Update : 2024-05-07 Size : 61440 Publisher : 匿名用户

OtherLua
DL : 0
Lua程序设计 Lua程序设计-Lua Programming Lua Programming Lua Programming
Update : 2024-05-07 Size : 448512 Publisher : cy

DL : 0
lua解释器早期1.0版本,希望想了解代码的人有所帮助-lua interpreter earlier 1.0 version, hope that those who would like to know the code help
Update : 2024-05-07 Size : 32768 Publisher : yun_xy

DL : 0
lua解释器早期3.0版本,希望想了解其实现的人有所帮助-lua interpreter early 3.0 version they want to understand the people who help to achieve
Update : 2024-05-07 Size : 100352 Publisher : yun_xy

Otherlua
DL : 1
c调用lua语言....脚本-c call lua scripting language ....
Update : 2024-05-07 Size : 837632 Publisher : 啊K

DL : 1
Lua for Windows CE from sourceforge. lua 5.1.2-Lua for Windows CE from sourceforge. Lua 5.1.2
Update : 2024-05-07 Size : 267264 Publisher : huhu

lua的速查中文手册,由c程序员开发的,和c结合最紧密的教本。参见www.lua.org-lua s Info Chinese manual, developed by the c programmers, and c combined with the most closely textbooks. See www.lua.org
Update : 2024-05-07 Size : 199680 Publisher : linxi

lua script 解析库,可以在arm-linux上跑-Analysis of lua script library, you can arm-linux on the run
Update : 2024-05-07 Size : 894976 Publisher : zhangwang

DL : 0
著名的LUA脚本语言的解释器源码,该源码为5.1.2版本,详情参看其中的src-Well-known scripting language LUA interpreter source, the source code for the 5.1.2 version, the details of which see src
Update : 2024-05-07 Size : 855040 Publisher : lide

通过例子学LUA,介绍lua的语法!是一个很好lua学习资料-Through examples of learning LUA, introduced lua syntax! Lua is a very good learning materials
Update : 2024-05-07 Size : 28672 Publisher : expter

DL : 0
魔兽使用的脚本引擎,lua脚本解析器,可以做为应用程序脚本驱动-Warcraft use scripting engine, lua script parser, can be used as a script-driven applications
Update : 2024-05-07 Size : 238592 Publisher : 吴参林

DL : 0
脚本语言lua-5.1的源代码, 非常的经典!
Update : 2024-05-07 Size : 137216 Publisher : wang

DL : 0
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. -Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, and even in other scripting languages, such as Perl and Ruby.
Update : 2024-05-07 Size : 1725440 Publisher : xuyong

DL : 0
游戏脚本至尊lua的程序设计教程,十分有用,中文版-Extreme Games lua script programming tutorial, very useful, and the Chinese version
Update : 2024-05-07 Size : 268288 Publisher : raomiao

这是快速高效的脚本语言 LUA 的 win 移植到 ce 的版本. 这是 5.12的修改版-This is fast and efficient scripting language LUA transplanted to win the ce version.
Update : 2024-05-07 Size : 168960 Publisher : 化石

DL : 0
本代码演示了将Lua嵌入到自己程序中的方法 -The Lua code will be embedded in a presentation to their own method of procedure
Update : 2024-05-07 Size : 571392 Publisher : 李翔

Otherlua
DL : 0
learning lua script s good book
Update : 2024-05-07 Size : 1334272 Publisher : mike

Otherlua
DL : 0
lua学习资料,此资料是ppt格式,看起来比较方便,希望对你有用。-lua learning materials, this information is ppt format, seems more convenient, I hope useful for you.
Update : 2024-05-07 Size : 140288 Publisher : 王力宏

LUA 5.1.4 scripting language source code. Compiler written in VC.
Update : 2024-05-07 Size : 200704 Publisher : DOX
« 1 23 4 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.