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次
tongxiaojun 在 2007-10-08 14:03:52 上传
说明:走近Lua lua ppt Lua是一种脚本编程语言,于1994年,由巴西里约热内卢天主教大学的研究人员设计开发,“Lua”这个名字是葡萄牙语单词 “月亮”。 与一般脚本语言如 PHP、Perl、JavaScript 等不同,Lua被称为是一种嵌入式 脚本语言,Lua最著名的应用是在暴雪公司的网络游戏 魔兽世界 中。 Lua最引人注目的特点: 以极小 的体积和简单 的语法提供相对全面的功能。 以简洁 的API实现与宿主语言最方便 的接口。
开发平台:MultiPlatform | 大小:137KB | 下载139次
lizzie001 在 2007-09-25 07:44:58 上传
说明:lua语言windows开发环境,lua语言现在应用很广,找到这个类给大家学习,希望有所帮助!
开发平台:Visual C++ | 大小:57KB | 下载25次
jerohands 在 2007-09-20 00:40:55 上传
说明:這是一個利用 Lua Wrapper - LuaPus 的實作範例,主要用於讀取 Lua Script。
开发平台:Visual C++ | 大小:131KB | 下载46次
考拉的大鸡腿 在 2007-09-13 17:57:21 上传
说明:支持中文变量的lua,基于lua 5.1.1源码修改而成,包括pocket pc平台和pc平台
开发平台:MultiPlatform | 大小:898KB | 下载75次
ws07 在 2007-08-28 17:47:02 上传
说明:Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集)
开发平台:Others | 大小:60KB | 下载5次
pc8288 在 2007-08-27 09:10:09 上传
说明:CSA(石器)的整套源码...部分功能需要自行开放,源码完整可编译...一直珍藏的东西..希望大家拿去多多学习
开发平台:Unix_Linux | 大小:1222KB | 下载296次
jiaozhuliu 在 2007-08-04 17:49:43 上传
说明:tolua++是一个对lua进行封装调用的工具,可以自动绑定C++类和函数,代码很值得研究
开发平台:Visual C++ | 大小:442KB | 下载55次
leafsax 在 2007-07-24 15:20:49 上传
说明:LUA语言源代码,配合LuaBind或者LuaWrapper可以在游戏引擎中加入脚本,使开发更加灵活
开发平台:MultiPlatform | 大小:150KB | 下载225次
gary12900451 在 2007-07-15 16:45:58 上传
说明:LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!
开发平台:Visual C++ | 大小:521KB | 下载10次
superyu28 在 2007-06-04 22:04:32 上传
说明:基于lua的图像处理代码An image processing application based on a scripting language: now LUA (LIP subproject). Some native function are built-in, and some use other projects (FreeImage and FreeType). Planned binding for Python.
开发平台:MultiPlatform | 大小:78KB | 下载29次
abcway123 在 2007-04-02 16:40:03 上传
说明:LuaBind代码可以帮助学习编程腹股沟计划分光镜河南
开发平台:Visual C++ | 大小:3990KB | 下载190次
klinjun 在 2007-03-22 10:10:42 上传
说明:一个信息平台(有数据库)ASP.NET 2003
开发平台:ASP | 大小:847KB | 下载11次
JonKen Mao 在 2007-02-12 11:47:14 上传
说明:Programming_In_Lua中文版. 由Luachina翻译校对,本人制作为pdf格式发布.用于脚本语言Lua的入门学习.
开发平台:Others | 大小:1031KB | 下载51次
terlanks 在 2006-08-01 12:11:42 上传
说明:ZFXC是一款比较出名的3D游戏引擎。使用lua为脚本语言。图形模块用OpenGL和Direct3D开发实现跨平台。总之这个引擎很不错值得研究。
开发平台:Visual C++ | 大小:1087KB | 下载217次