Welcome![Sign In][Sign Up]
Location:
Search - lua-5.1.1.tar.

Search list

[Other resourceLuaCoco-1.1.3.tar

Description: 真正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
Platform: | Size: 19287 | Author: lilin | Hits:

[ELanguagelua-5.0.2.tar

Description: Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be good east
Platform: | Size: 190464 | Author: 周大塖 | Hits:

[Game Enginelua5_1_2_Sources.tar

Description: LUA语言源代码,配合LuaBind或者LuaWrapper可以在游戏引擎中加入脚本,使开发更加灵活-LUA language source code, with or LuaBind game engine LuaWrapper can add script to the development of more flexible
Platform: | Size: 153600 | Author: Haichao Yu | Hits:

[Bookslua-5.1.2.tar

Description: 小型脚本语言开发包,使用于嵌入式开发,比较热门.-Small scripting language development kit, for use in embedded development, more popular.
Platform: | Size: 214016 | Author: jack | Hits:

[Game EngineLuaCoco-1.1.3.tar

Description: 真正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-C to achieve a genuine process of LUA Association coroutineCoco- 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.htmlCoco is Copyright (C) 2005-2007 Mike Pall. Coco is free software, released under the MIT/X license .--------------------------------- Full documentation including installation instructions is availablein HTML format. Please point your favourite browser to: cocodoc/coco.html
Platform: | Size: 19456 | Author: lilin | Hits:

[ELanguagetolua-5.1b.tar

Description: 脚本编程语言,Tolua编译器核心。是lua脚本语言的派生-Script programming language, Tolua compiler core. Lua scripting language is a derivative
Platform: | Size: 69632 | Author: heronic | Hits:

[ELanguagelua-5.1.3.tar

Description: 动态lua语言源代码,学学这个代码对提供C语言的能力还是挺好的。-Dynamic lua language source code, learn the code on the provision of C language is still quite good.
Platform: | Size: 216064 | Author: wangjinquan | Hits:

[GDI-Bitmaplua-5.1.4.tar

Description: lua源代码。 可应用于游戏脚本的开发和其它方面的应用-lua source code. Scripts can be applied to game development and other aspects of the application
Platform: | Size: 217088 | Author: | Hits:

[ELanguagelua-5.1.3.tar

Description: Lua5.1.3脚本语言源代码,该语言在游戏中经常使用,可使游戏开发更灵活。-Lua scripting language source code. the language is frequently used in game development. It will make game development more flexible.
Platform: | Size: 216064 | Author: yj | Hits:

[Web Serverlighttpd-1.4.25.tar

Description: * mod_magnet:修复对()正常表和字符串(修复#1307) * mod_magnet:添加打印lua错误回溯 * mod_rewrite:如果不编译pcre,修正编译错误, *禁用警告“CLOSE-read”(修复#2091) * mod_rrdtool:如果不存在则创建文件的修复(#1788) *在connection_reset重置tlsext_server_name - 修正了随机主机名$HTTP["host"]条件 *输出一些SSL_CLIENT_ *变量客户端证书验证(修复#1288,thx presbrey) *mod_fastcgi:修复的mod_fastcgi包解析 *mod_fastcgi:connect()成功后不要重新连接(修复#2096) *修正configure.ac允许autoreconf,还可以使V = 0-- 1.4.25- * mod_magnet: fix pairs() for normal tables and strings (fixes#1307) * mod_magnet: add traceback for printing lua errors * mod_rewrite: fix compile error if compiled without pcre * disable warning "CLOSE-read" (fixes#2091) * mod_rrdtool: fix creating file if it doesn t exist (#1788) * reset tlsext_server_name in connection_reset- fixes random hostnames in the $HTTP["host"] conditional * export some SSL_CLIENT_* vars for client cert validation (fixes#1288, thx presbrey) * mod_fastcgi: fix mod_fastcgi packet parsing * mod_fastcgi: Don t reconnect after connect() succeeded (fixes#2096) * Fix configure.ac to allow autoreconf, also enables make V=0
Platform: | Size: 780288 | Author: yarx | Hits:

[ELanguagelua-5.2.0.tar

Description: Lua 是一个小巧的脚本语言。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。-ua is a small scripting language. By Lua standard C write and become, in almost all operating system on the peace can be compiled, operation.
Platform: | Size: 246784 | Author: lishifeng | Hits:

[Consolelua-5.2.1.tar

Description: lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 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 是一个自由软件,它的使用许可决定了对它的使用过程一般没有任何保证。-lua5.2.1 latest source (2012-06-08). It is an extended-style programming language, is designed to support general procedural programming, and related data description facilities. Lua is also object-oriented programming, functional programming, data-driven programming to provide good support. It can serve as a powerful, lightweight scripting language for any program that needs to use. Lua written in a clean C library in the form provided. (The so-called the Clean C, ANSI C and C refers to the Chinese Communists through a sub-set) as an extension language, Lua no concept of the "main" program: it can only be embedded in a host program, the host program is called embedding program referred to as the host. The host program can be executed by calling the function with a short Lua code, can read and write Lua variables, can be injected into a C function to Lua code calls. These extensions of the C function, you can greatly extend Lua can handle the affairs of the field, so that you can subsc
Platform: | Size: 249856 | Author: 盐大鸟 | Hits:

[MiddleWarelua-5.2.0-tests.tar

Description: Lua是一个强大、快速、轻量级的、可嵌入的脚本语言。 Lua结合简单程序的语法与强大的数据描述构造基于关联数组和可扩展的语义。Lua是动态类型,通过解释字节码的运行一个基于寄存器的虚拟机,自动内存管理和增量垃圾收集,这使得它非常适合配置、脚本、和快速原型。 -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.
Platform: | Size: 74752 | Author: sternz | Hits:

[Otherlua-5.2.0-alpha.tar

Description: Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。-Lua is written in standard C, in almost all operating systems and platforms can be compiled and run.
Platform: | Size: 233472 | Author: blank | Hits:

[Internet-Networklua-5.1.5.tar

Description: Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能-Lua is a small scripting language. The author is Brazilian. The language is designed to provide flexible expansion and customization features embedded in the application, for the application
Platform: | Size: 221184 | Author: 方法 | Hits:

[Windows Developlua-5.2.3.tar

Description: lua open source libary
Platform: | Size: 250880 | Author: lucypark | Hits:

[Embeded Linuxlua-5.3.1.tar

Description: Lua 是一个小巧的脚本语言。是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Roberto Ierusalimschy、Waldemar Celes 和 Luiz Henrique de Figueiredo所组成并于1993年开发。 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言。Lua 有一个同时进行的JIT项目,提供在特定平台上的即时编译功能。
Platform: | Size: 282624 | Author: 姜文明 | Hits:

[Embeded Linuxlua-5.3.2.tar

Description: 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 description 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 scripting 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
Platform: | Size: 287744 | Author: quanxiao | Hits:

[ELanguagexmake-2.0.5.tar

Description: 一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Templates 支持平台 Windows (x86, x64, amd64, x86_amd64) Macosx (i386, x86_64) Linux (i386, x86_64, cross-toolchains …) Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) iPhoneOS (armv7, armv7s, arm64, i386, x86_64) WatchOS (armv7k, i386) Mingw (i386, x86_64) 支持语言 C/C++ Objc/Objc++ Swift Assembly 内置插件 宏记录脚本和回放插件 加载自定义lua脚本插件 生成IDE工程文件插件(makefile, vs2002 - vs2015, …) 生成doxygen文档插件 iOS app2ipa插件-A make-like build utility based on Lua Simple description target( console ) set_kind( binary ) add_files( src .c ) Build project $ xmake Run target $ xmake run console Debug target $ xmake run-d console Support features Tasks Macros Actions Options Plugins Templates Support platforms Windows (x86, x64, amd64, x86_amd64) Macosx (i386, x86_64) Linux (i386, x86_64, cross-toolchains …) Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) iPhoneOS (armv7, armv7s, arm64, i386, x86_64) WatchOS (armv7k, i386) Mingw (i386, x86_64) Support Languages C/C++ Objc/Objc++ Swift Assembly Builtin Plugins Macros script plugin Run the custom lua script plugin Generate IDE project file plugin(makefile, vs2002- vs2015 .. ) Generate doxygen document plugin Convert .app to .ipa plugin
Platform: | Size: 2666496 | Author: 王润清 | Hits:

[ELanguagelua-5.3.0.tar

Description: Lua的5.3.0版本源码,完全符合C标准,适合学习(Lua's 5.3 version source code .Suitable for learning)
Platform: | Size: 277504 | Author: GXMing | Hits:
« 12 »

CodeBus www.codebus.net