403487 在 2008-08-30 13:59:56 上传
说明:lua源代码。 可应用于游戏脚本的开发和其它方面的应用
开发平台:Others | 大小:212KB | 下载188次
r0c 在 2008-08-09 19:24:48 上传
说明:不好找的lua编程圣经,中文版! Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。Lua最著名的应用是在暴雪公司的网络游戏WOW中。lua不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,ini等文件格式,并且更容易理解和维护。
开发平台:C/C++ | 大小:1418KB | 下载203次
elanroad 在 2008-07-10 16:08:59 上传
说明:delphi+excel报表管理程序,可以作为学习的参考
开发平台:Delphi | 大小:1547KB | 下载279次
xsh525 在 2008-06-27 12:55:05 上传
说明:脚本语言开发游戏的经典-采用LUA,Python和Ruby
开发平台:Python | 大小:2749KB | 下载54次
xsh525 在 2008-06-27 12:50:02 上传
说明:采用C语言写的Lua的解释器的代码!Lua不用介绍了吧,著名的嵌入式脚本语言
开发平台:C/C++ | 大小:418KB | 下载33次
hellohuan 在 2008-06-22 17:12:44 上传
说明:Lua游戏脚本,现在很多的公司都用着一种,这里仅是简单的说明lua与c++的使用
开发平台:Visual C++ | 大小:55KB | 下载234次
magiclhd 在 2008-06-08 23:15:31 上传
说明:魔兽世界使用的脚本语言,很不错,中文版
开发平台:MultiPlatform | 大小:1303KB | 下载94次
tjs52000 在 2008-06-05 03:58:36 上传
说明:LUA 学习的很好的书,喜欢的可以下载看看!中文完全翻译,WORD版本!非常好!
开发平台:WORD | 大小:303KB | 下载274次
yuklin 在 2008-06-04 16:06:53 上传
说明:用Python,Lua和Ruby语言设计游戏...真的可以行的通吗?
开发平台:Others | 大小:2738KB | 下载25次
liulang123 在 2008-06-02 23:05:22 上传
说明:这是一个完整可以运行的lua脚本代码,已经包含了所需要的lua库文件和头文件。
开发平台:Visual C++ | 大小:145KB | 下载120次
gl474c 在 2008-05-10 01:25:55 上传
说明:lua的java实现..动态嵌入式脚本解析
开发平台:Java | 大小:125KB | 下载27次
bonjor 在 2008-05-07 15:03:01 上传
说明:LUA 中文手册,很很好用的手册,喊盖LUA的脚本语法,原理
开发平台:Visual C++ | 大小:1421KB | 下载132次
jieyuan8288 在 2008-04-17 15:03:06 上传
说明:经典的游戏脚本源代码,大话西游就有用这个工具制作
开发平台:C/C++ | 大小:134KB | 下载62次
zgledu 在 2008-02-24 04:15:04 上传
说明:torque游戏引擎绑定的LUA脚本系统源代码,对开发网络游戏时使用LUA脚本有很好的参考价值.
开发平台:Visual C++ | 大小:187KB | 下载124次
zgledu 在 2008-02-24 03:53:39 上传
说明:在OGRE引擎中绑下Lua脚本语言,对开发网络游戏的朋友同时想使用LUA作为开发脚本时非常有用.
开发平台:Visual C++ | 大小:479KB | 下载82次
1001378 在 2008-02-20 11:56:12 上传
说明:cgi for lua, you can build your personal web site by lua
开发平台:Others | 大小:87KB | 下载104次
mixwind 在 2008-01-31 20:47:35 上传
说明:lua的简单使用示例,编译时需要添加lua.lib到项目中
开发平台:C/C++ | 大小:1KB | 下载169次
hzlinus 在 2008-01-31 15:52:53 上传
说明:LUA脚本扩展实现源码,LuaWapper 使用实例
开发平台:Visual C++ | 大小:57KB | 下载89次
szkongkong 在 2008-01-21 10:36:03 上传
说明:LUA,自己写的脚本读取、分析程序。风格不是太好。
开发平台:Visual C++ | 大小:18KB | 下载222次
awolfd_2 在 2008-01-17 22:27:06 上传
说明:LUA 书籍 LUA多数用于游戏中的脚本开发 很受欢迎
开发平台:MultiPlatform | 大小:840KB | 下载77次
cyanogen 在 2008-01-12 23:40:00 上传
说明:这是一款用纯C写的Windows界面控件框架,采用了经典的消息回调机制,提供c,c++,lua等语言接口,开发windows窗口程序非常方便
开发平台:C/C++ | 大小:1407KB | 下载156次
sanikoyes 在 2007-12-20 13:00:58 上传
说明:LUA脚本动态反编译代码(直接用LUA脚本写的) ChunkSpy is a tool to disassemble a Lua binary chunk into a verbose listing that can then be studied. Its output bears a resemblance to the output listing of assemblers. Nick Trout s vmmerge5.lua was the tool that prompted me to write ChunkSpy, because I wanted something that can tell me in great detail what goes on inside a Lua binary chunk file, not just the instructions. It is intended to be a tool for learning Lua internals as well.
开发平台:Visual C++ | 大小:66KB | 下载135次
sanikoyes 在 2007-12-20 12:59:13 上传
说明:真正C实现的LUA协程coroutine Coco -- True C coroutines for Lua --- --- --- --- --- --- Coco is a small extension to get True C Coroutine semantics for Lua 5.1. Homepage: http://luajit.org/coco.html Coco is Copyright (C) 2005-2007 Mike Pall. Coco is free software, released under the MIT/X license. --------------------------------- Full documentation including installation instructions is available in HTML format. Please point your favourite browser to: cocodoc/coco.html
开发平台:Visual C++ | 大小:19KB | 下载34次
useronce 在 2007-12-02 17:39:39 上传
说明:invoke .so, .dll from lua.
开发平台:Visual C++ | 大小:76KB | 下载5次
useronce 在 2007-12-02 17:37:26 上传
说明:lua graphic support. plateform independent.
开发平台:Visual C++ | 大小:1187KB | 下载8次
蛋定哥 在 2007-11-17 03:57:09 上传
说明:一种小型的脚本开发语言Lua,Lua参考手册,中文的资料.
开发平台:Others | 大小:374KB | 下载457次
蛋定哥 在 2007-11-17 03:41:38 上传
说明:小型脚本语言开发包,使用于嵌入式开发,比较热门.
开发平台:MultiPlatform | 大小:209KB | 下载104次
zz69 在 2007-11-05 01:46:59 上传
说明:lua 应用 worldofwarcraft 邮件
开发平台:Others | 大小:32KB | 下载5次
ws07 在 2007-10-12 15:16:28 上传
说明:Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
开发平台:Others | 大小:444KB | 下载2次