文件名称:lua-5.3.2.tar
-
所属分类:
- 标签属性:
- 上传时间:2016-03-17
-
文件大小:281.48kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。
Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。
Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。
一个完整的Lua解释器不过200k,在目前所有脚本引擎中,Lua的速度是最快的。这一切都决定了Lua是作为嵌入式脚本的最佳选择。-Lua is an extension programming language designed to support general procedural programming with data descr iption facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, lightweight, embeddable scr ipting language for any program that needs one. Lua is implemented as a library, written in clean C, the common subset of Standard C and C++.
Being an extension language, Lua has no notion of a main program: it only works embedded in a host client, called the embedding program or simply the host. The host program can invoke functions to a piece of Lua code, can write and read Lua variables, and can register C functions to be called by Lua code. Through the use of C functions, Lua can be augmented to cope with a wide range of different domains, thus creating customized programming languages sharing a syntactical framework. The Lua distribution includes a sample host program ca
Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。
Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。
一个完整的Lua解释器不过200k,在目前所有脚本引擎中,Lua的速度是最快的。这一切都决定了Lua是作为嵌入式脚本的最佳选择。-Lua is an extension programming language designed to support general procedural programming with data descr iption facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, lightweight, embeddable scr ipting language for any program that needs one. Lua is implemented as a library, written in clean C, the common subset of Standard C and C++.
Being an extension language, Lua has no notion of a main program: it only works embedded in a host client, called the embedding program or simply the host. The host program can invoke functions to a piece of Lua code, can write and read Lua variables, and can register C functions to be called by Lua code. Through the use of C functions, Lua can be augmented to cope with a wide range of different domains, thus creating customized programming languages sharing a syntactical framework. The Lua distribution includes a sample host program ca
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lua-5.3.2/
lua-5.3.2/src/
lua-5.3.2/src/liolib.c
lua-5.3.2/src/lctype.h
lua-5.3.2/src/ltm.h
lua-5.3.2/src/ldump.c
lua-5.3.2/src/lobject.h
lua-5.3.2/src/lopcodes.h
lua-5.3.2/src/luac.c
lua-5.3.2/src/lbitlib.c
lua-5.3.2/src/llimits.h
lua-5.3.2/src/luaconf.h
lua-5.3.2/src/lgc.h
lua-5.3.2/src/lauxlib.c
lua-5.3.2/src/lstate.h
lua-5.3.2/src/llex.c
lua-5.3.2/src/ldblib.c
lua-5.3.2/src/lcode.h
lua-5.3.2/src/lstate.c
lua-5.3.2/src/lua.c
lua-5.3.2/src/lzio.c
lua-5.3.2/src/lcode.c
lua-5.3.2/src/llex.h
lua-5.3.2/src/lparser.c
lua-5.3.2/src/linit.c
lua-5.3.2/src/ldebug.h
lua-5.3.2/src/lcorolib.c
lua-5.3.2/src/lbaselib.c
lua-5.3.2/src/ldebug.c
lua-5.3.2/src/lutf8lib.c
lua-5.3.2/src/lapi.c
lua-5.3.2/src/lua.h
lua-5.3.2/src/lauxlib.h
lua-5.3.2/src/lobject.c
lua-5.3.2/src/lstrlib.c
lua-5.3.2/src/ltm.c
lua-5.3.2/src/ltablib.c
lua-5.3.2/src/lualib.h
lua-5.3.2/src/lfunc.h
lua-5.3.2/src/ldo.c
lua-5.3.2/src/lfunc.c
lua-5.3.2/src/lctype.c
lua-5.3.2/src/lvm.c
lua-5.3.2/src/loadlib.c
lua-5.3.2/src/ltable.h
lua-5.3.2/src/lstring.h
lua-5.3.2/src/ltable.c
lua-5.3.2/src/lua.hpp
lua-5.3.2/src/lopcodes.c
lua-5.3.2/src/lapi.h
lua-5.3.2/src/lparser.h
lua-5.3.2/src/Makefile
lua-5.3.2/src/lundump.c
lua-5.3.2/src/lmem.h
lua-5.3.2/src/lundump.h
lua-5.3.2/src/lprefix.h
lua-5.3.2/src/lstring.c
lua-5.3.2/src/lmathlib.c
lua-5.3.2/src/lvm.h
lua-5.3.2/src/lgc.c
lua-5.3.2/src/ldo.h
lua-5.3.2/src/lzio.h
lua-5.3.2/src/loslib.c
lua-5.3.2/src/lmem.c
lua-5.3.2/README
lua-5.3.2/doc/
lua-5.3.2/doc/luac.1
lua-5.3.2/doc/osi-certified-72x60.png
lua-5.3.2/doc/manual.css
lua-5.3.2/doc/readme.html
lua-5.3.2/doc/logo.gif
lua-5.3.2/doc/index.css
lua-5.3.2/doc/contents.html
lua-5.3.2/doc/manual.html
lua-5.3.2/doc/lua.1
lua-5.3.2/doc/lua.css
lua-5.3.2/Makefile
lua-5.3.2/src/
lua-5.3.2/src/liolib.c
lua-5.3.2/src/lctype.h
lua-5.3.2/src/ltm.h
lua-5.3.2/src/ldump.c
lua-5.3.2/src/lobject.h
lua-5.3.2/src/lopcodes.h
lua-5.3.2/src/luac.c
lua-5.3.2/src/lbitlib.c
lua-5.3.2/src/llimits.h
lua-5.3.2/src/luaconf.h
lua-5.3.2/src/lgc.h
lua-5.3.2/src/lauxlib.c
lua-5.3.2/src/lstate.h
lua-5.3.2/src/llex.c
lua-5.3.2/src/ldblib.c
lua-5.3.2/src/lcode.h
lua-5.3.2/src/lstate.c
lua-5.3.2/src/lua.c
lua-5.3.2/src/lzio.c
lua-5.3.2/src/lcode.c
lua-5.3.2/src/llex.h
lua-5.3.2/src/lparser.c
lua-5.3.2/src/linit.c
lua-5.3.2/src/ldebug.h
lua-5.3.2/src/lcorolib.c
lua-5.3.2/src/lbaselib.c
lua-5.3.2/src/ldebug.c
lua-5.3.2/src/lutf8lib.c
lua-5.3.2/src/lapi.c
lua-5.3.2/src/lua.h
lua-5.3.2/src/lauxlib.h
lua-5.3.2/src/lobject.c
lua-5.3.2/src/lstrlib.c
lua-5.3.2/src/ltm.c
lua-5.3.2/src/ltablib.c
lua-5.3.2/src/lualib.h
lua-5.3.2/src/lfunc.h
lua-5.3.2/src/ldo.c
lua-5.3.2/src/lfunc.c
lua-5.3.2/src/lctype.c
lua-5.3.2/src/lvm.c
lua-5.3.2/src/loadlib.c
lua-5.3.2/src/ltable.h
lua-5.3.2/src/lstring.h
lua-5.3.2/src/ltable.c
lua-5.3.2/src/lua.hpp
lua-5.3.2/src/lopcodes.c
lua-5.3.2/src/lapi.h
lua-5.3.2/src/lparser.h
lua-5.3.2/src/Makefile
lua-5.3.2/src/lundump.c
lua-5.3.2/src/lmem.h
lua-5.3.2/src/lundump.h
lua-5.3.2/src/lprefix.h
lua-5.3.2/src/lstring.c
lua-5.3.2/src/lmathlib.c
lua-5.3.2/src/lvm.h
lua-5.3.2/src/lgc.c
lua-5.3.2/src/ldo.h
lua-5.3.2/src/lzio.h
lua-5.3.2/src/loslib.c
lua-5.3.2/src/lmem.c
lua-5.3.2/README
lua-5.3.2/doc/
lua-5.3.2/doc/luac.1
lua-5.3.2/doc/osi-certified-72x60.png
lua-5.3.2/doc/manual.css
lua-5.3.2/doc/readme.html
lua-5.3.2/doc/logo.gif
lua-5.3.2/doc/index.css
lua-5.3.2/doc/contents.html
lua-5.3.2/doc/manual.html
lua-5.3.2/doc/lua.1
lua-5.3.2/doc/lua.css
lua-5.3.2/Makefile
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.