CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程

文件名称:lua-5.2.1.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    244.03kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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 descr iption facilities. Lua is also object-oriented programming, functional programming, data-driven programming to provide good support. It can serve as a powerful, lightweight scr ipting 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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

lua-5.2.1/
lua-5.2.1/src/
lua-5.2.1/src/liolib.c
lua-5.2.1/src/lctype.h
lua-5.2.1/src/ltm.h
lua-5.2.1/src/ldump.c
lua-5.2.1/src/lobject.h
lua-5.2.1/src/lopcodes.h
lua-5.2.1/src/luac.c
lua-5.2.1/src/lbitlib.c
lua-5.2.1/src/llimits.h
lua-5.2.1/src/luaconf.h
lua-5.2.1/src/lgc.h
lua-5.2.1/src/lauxlib.c
lua-5.2.1/src/lstate.h
lua-5.2.1/src/llex.c
lua-5.2.1/src/ldblib.c
lua-5.2.1/src/lcode.h
lua-5.2.1/src/lstate.c
lua-5.2.1/src/lua.c
lua-5.2.1/src/lzio.c
lua-5.2.1/src/lcode.c
lua-5.2.1/src/llex.h
lua-5.2.1/src/lparser.c
lua-5.2.1/src/linit.c
lua-5.2.1/src/ldebug.h
lua-5.2.1/src/lcorolib.c
lua-5.2.1/src/lbaselib.c
lua-5.2.1/src/ldebug.c
lua-5.2.1/src/lapi.c
lua-5.2.1/src/lua.h
lua-5.2.1/src/lauxlib.h
lua-5.2.1/src/lobject.c
lua-5.2.1/src/lstrlib.c
lua-5.2.1/src/ltm.c
lua-5.2.1/src/ltablib.c
lua-5.2.1/src/lualib.h
lua-5.2.1/src/lfunc.h
lua-5.2.1/src/ldo.c
lua-5.2.1/src/lfunc.c
lua-5.2.1/src/lctype.c
lua-5.2.1/src/lvm.c
lua-5.2.1/src/loadlib.c
lua-5.2.1/src/ltable.h
lua-5.2.1/src/lstring.h
lua-5.2.1/src/ltable.c
lua-5.2.1/src/lua.hpp
lua-5.2.1/src/lopcodes.c
lua-5.2.1/src/lapi.h
lua-5.2.1/src/lparser.h
lua-5.2.1/src/Makefile
lua-5.2.1/src/lundump.c
lua-5.2.1/src/lmem.h
lua-5.2.1/src/lundump.h
lua-5.2.1/src/lstring.c
lua-5.2.1/src/lmathlib.c
lua-5.2.1/src/lvm.h
lua-5.2.1/src/lgc.c
lua-5.2.1/src/ldo.h
lua-5.2.1/src/lzio.h
lua-5.2.1/src/loslib.c
lua-5.2.1/src/lmem.c
lua-5.2.1/README
lua-5.2.1/doc/
lua-5.2.1/doc/luac.1
lua-5.2.1/doc/osi-certified-72x60.png
lua-5.2.1/doc/manual.css
lua-5.2.1/doc/readme.html
lua-5.2.1/doc/logo.gif
lua-5.2.1/doc/contents.html
lua-5.2.1/doc/manual.html
lua-5.2.1/doc/lua.1
lua-5.2.1/doc/lua.css
lua-5.2.1/Makefile

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com