文件名称:luaincpp_src
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 127kb
- 下载次数:
- 0次
- 提 供 者:
- xuy***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Ever wanted to tweak a value or two without having to compile the whole code section over again? Then maybe an embedded scr ipt is your answer. This is where Lua comes in handy. Lua is an embeddable scr ipt interpreter that is lightweight and fast. You can learn more on the Lua site.-Lua is a powerful light-weight, small footprint programming language designed for extending applications. Along with this Lua provides its own memory management through garbage collection [which can be specialized for your application]. Lua is also fully re-entrant code with no global variables.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LuaArticle.dsp
LuaArticle.dsw
LuaDebugger.cpp
LuaDebugger.h
LuaLib
......\lapi.c
......\lapi.h
......\lauxlib.c
......\lauxlib.h
......\lbaselib.c
......\lcode.c
......\lcode.h
......\ldblib.c
......\ldebug.c
......\ldebug.h
......\ldo.c
......\ldo.h
......\ldump.c
......\lfunc.c
......\lfunc.h
......\lgc.c
......\lgc.h
......\liolib.c
......\llex.c
......\llex.h
......\llimits.h
......\lmathlib.c
......\lmem.c
......\lmem.h
......\loadlib.c
......\lobject.c
......\lobject.h
......\lopcodes.c
......\lopcodes.h
......\lparser.c
......\lparser.h
......\lstate.c
......\lstate.h
......\lstring.c
......\lstring.h
......\lstrlib.c
......\ltable.c
......\ltable.h
......\ltablib.c
......\ltests.c
......\ltm.c
......\ltm.h
......\lua.h
......\luainc.h
......\LuaLib.dsp
......\lualib.h
......\lundump.c
......\lundump.h
......\lvm.c
......\lvm.h
......\lzio.c
......\lzio.h
LuaRestoreStack.h
LuaScript.cpp
LuaScript.h
LuaThis.h
LuaVirtualMachine.cpp
LuaVirtualMachine.h
test.lua
test2.lua
testmain.cpp
LuaArticle.dsw
LuaDebugger.cpp
LuaDebugger.h
LuaLib
......\lapi.c
......\lapi.h
......\lauxlib.c
......\lauxlib.h
......\lbaselib.c
......\lcode.c
......\lcode.h
......\ldblib.c
......\ldebug.c
......\ldebug.h
......\ldo.c
......\ldo.h
......\ldump.c
......\lfunc.c
......\lfunc.h
......\lgc.c
......\lgc.h
......\liolib.c
......\llex.c
......\llex.h
......\llimits.h
......\lmathlib.c
......\lmem.c
......\lmem.h
......\loadlib.c
......\lobject.c
......\lobject.h
......\lopcodes.c
......\lopcodes.h
......\lparser.c
......\lparser.h
......\lstate.c
......\lstate.h
......\lstring.c
......\lstring.h
......\lstrlib.c
......\ltable.c
......\ltable.h
......\ltablib.c
......\ltests.c
......\ltm.c
......\ltm.h
......\lua.h
......\luainc.h
......\LuaLib.dsp
......\lualib.h
......\lundump.c
......\lundump.h
......\lvm.c
......\lvm.h
......\lzio.c
......\lzio.h
LuaRestoreStack.h
LuaScript.cpp
LuaScript.h
LuaThis.h
LuaVirtualMachine.cpp
LuaVirtualMachine.h
test.lua
test2.lua
testmain.cpp