Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Lua
Search - Lua - List
DL : 1
对刚接触LUA的人很有帮助,讲解的都是Lua基础东西。-Helpful to explain the are Lua basis, something new to LUA.
Update : 2024-05-19 Size : 942080 Publisher : 班巧生

redis-lua是一个纯lua的客户端库,用来访问Redis高级key-value数据库-redis-lua is a pure Lua client library for the Redis advanced key-value database.
Update : 2024-05-19 Size : 211968 Publisher : 钟浩涛

DL : 0
Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言-Written in Lua by the standard C, almost all operating systems and platforms can be compiled and run. Lua does not provide a strong library, which is determined by its position. Lua is not suitable for a standalone application as the development of language
Update : 2024-05-19 Size : 1306624 Publisher : 刘雯

Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。-Lua is an extension of the style programming language, it 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.
Update : 2024-05-19 Size : 199680 Publisher : quseking

DL : 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 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
Update : 2024-05-19 Size : 249856 Publisher : 盐大鸟

lua程序设计 第二版 英文原版 lua是一门强力的脚本语言,在语言排名上达到第十。-programming in lua
Update : 2024-05-19 Size : 1191936 Publisher : 蟋蟀

DL : 0
Lua 脚本语言静态库,VS静态编译 -Lua scripting language static libraries, VS statically compiled
Update : 2024-05-19 Size : 143360 Publisher : doudou

OtherLua
DL : 0
lua程序设计帮助 里面讲解了lua的基本语法和程序设计!-Lua help
Update : 2024-05-19 Size : 448512 Publisher : 段玉平

OtherLUA
DL : 0
适合新手的lua入门教程,包含基本语法,应用实例,通过实例介绍lua的语法,适合新手学习。-Lua entry tutorial for novice, contains the basic syntax, application examples, Lua' s syntax is introduced through examples, suitable for novice learning.
Update : 2024-05-19 Size : 104448 Publisher : 何伟

lua程序设计是一本知道初学者入门学习lua基本编程基础知识的一本资料,可以引导初学者轻松入门-The lua programming is a know a lua beginner to learn basic programming basics, you can guide beginners easy entry
Update : 2024-05-19 Size : 268288 Publisher : chenguoyin

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.
Update : 2024-05-19 Size : 74752 Publisher : sternz

Lua语言参考手册。 本文介绍了Lua语言的使用环境,编程语法及应用编程接口-The Lua Language Reference Manual. This article describes the use Lua language environment, programming syntax and application programming interface
Update : 2024-05-19 Size : 68608 Publisher : sternz

LUA程序设计,现在大部分游戏服务端用的脚本语言-The LUA programming and scripting language for most of the game server
Update : 2024-05-19 Size : 29568000 Publisher : slitaz

DL : 0
C++工程中使用LUA作为外部接口编程的的非常精简的例子-C++ project using LUA as an external interface programming very concise example
Update : 2024-05-19 Size : 363520 Publisher : 李龙生

Otherlua
DL : 0
本书是LUA学习手册,主要讲解LUA脚本语言的开发使用。内容比较详细!-This book is LUA study guide, covers the development of LUA scripting language use. Content is detailed!
Update : 2024-05-19 Size : 319488 Publisher : tom

DL : 0
lua源码 带VS解决方案 支持下啊 -the lua source with VS solution
Update : 2024-05-19 Size : 264192 Publisher : 杨林远

對于windows系統,將 lua-support.zip\plugin\lua-support.vim 放到Vim\vimfiles\plugin 中,重啟Vim, lua就會顯示在“窗口”與“幫助”菜單之間-Copy the zip archive lua-support.zip to $HOME/.vim/ or $VIM/vimfiles (on the Windows platforms) and run unzip lua-support.zip
Update : 2024-05-19 Size : 65536 Publisher : Vi

lua脚本语言可以嵌入到c语言中帮助嵌入式系统高效的完成任务-Lua scripting language can be embedded in c language help embedded system and efficient to complete the task
Update : 2024-05-19 Size : 1348608 Publisher : jingang

DL : 0
Lua程序设计 讲解lua如何运用与熟悉.是一个非常有用的 随身可带的chm命令查看器.-Lua programming,. Chm explain lua how to use and familiar. Chm command is a very useful player with the viewer.
Update : 2024-05-19 Size : 268288 Publisher : 柯永淇

Lua 本身是以简单优雅为本,着眼于处理那些C 不擅长的任务。借助C/C++为其扩展,Lua 可闪现无穷魅力。Lua 本身完全遵循ANSI C 而写成,只要有C 编译器的地方,Lua 便可发挥她的力量。Lua 不需要追求Python 那样的大而全的库,太多的累赘,反而会破坏她的优美。 语言的优美,来自于使用者自己的感悟。Lua 的优雅,也只有使用后才会明白。 -Product Description: Lua is becoming the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset. Programming in Lua is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5.0---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. Programming in Lua is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages.
Update : 2024-05-19 Size : 1335296 Publisher : JavaLearner
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.