搜索资源列表
CNevc4+vs2003.lua-5.1.1
- 支持中文变量的lua,基于lua 5.1.1源码修改而成,包括pocket pc平台和pc平台
于 STM32 下编译 Lua 源码
- 教你于 STM32 下编译 Lua 源码,附 Keil 编译通过的工程代码.
使用 Keil MDK 编译 Lua 源码
- 使用 Keil MDK 编译 Lua 源码,内附上 Keil 工程文件,编译目标为 NXP 的 LPC-2148,亦可方便修改编译目标为其他的 MCU.
arm-lua-5.1.2
- lua scr ipt 解析库,可以在arm-linux上跑-Analysis of lua scr ipt library, you can arm-linux on the run
stm32_lua_LEDshow
- 基于stm32的简单工程,加入了嵌入型解释语言Lua,可以跑起来. 编译器是IAR.-Based on the stm32 simple engineering, Join the embedded interpreted language Lua can be up and running. IAR compiler.
luadec-0.6.tar
- 能反编译luac编译的版本,make linux 编译源代码生成luadec,到相应目录:luadec a.out > a.lua-Able to decompile luac compiled version, "make linux " compile the source code generated luadec, to the appropriate directory: luadec a.out > a.lua
luace
- wince下的Lua语言引擎。lua是最小的脚本引擎。-Lua language engine under wince. lua scr ipting engine is the smallest.
fastindex.tar
- fast lua plugin indexing module, can cache lua bytecode functions for c programs. useful for building plugin index trees
lua-support
- 對于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
LUA-and-CPP
- C++调用LUA脚本语言实现的编程Demo,适用于初学者-C++ called LUA scr ipting language programming Demo, suitable for beginners
lua
- OpenWrt路由配置界面中的LuCI界面中的lua文件夹,包含有实现界面的MVC架构的源码。-OpenWrt routing configuration interface LuCI interface lua folder contains the MVC architecture to achieve the source interface.
lua-5.3.1.tar
- Lua 是一个小巧的脚本语言。是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Roberto Ierusalimschy、Waldemar Celes 和 Luiz Henrique de Figueiredo所组成并于1993年开发。 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所
sht20(lua)
- 这是基于nodemcu单片机的检测和显示环境温湿度的LUA程序文件,采用SHT20检测温湿度,用HMI串口屏(型号:TJC4832T035)显示温湿度的值。display.lua为串口屏的驱动程序,sht20是SHT20传感器的驱动程序,它们都是模块化的程序文件,可以在init.lua中直接调用,很方便。-and humidity.The file of sht20.lua is for this.And i use HMI screen to interface with people.The
lua-5.3.3.tar
- LUA是一个很好的嵌入式脚本语言,希望对大家学习有一个帮助 This is Lua 5.3.3, released on 30 May 2016. For installation instructions, license details, and further information about Lua, see doc/readme.html.-This is Lua 5.3.3, released on 30 May 2016. For installation in
STEP-BY-STEP--LUA
- Lua脚本语方学习笔记,作为学习lua的参考-Lua scr ipting language learning notes, as a reference to learn Lua scr ipts
Lua-Source-code-appreciation
- Lua 源码赏析,学习Lua脚本语言的好资料-Lua source code appreciation, learning Lua scr ipting language good information
lua_stm32f4
- 在stm32f407开发板上移植lua脚本,实现一些基本功能(Porting Lua on the f407 development board)
lua扩展库V1.3.pdf
- lua的扩展库,包括常用的系统函数等,包括bit、cpu、i2c(Lua extension library)
Luat 脚本开发指南V2.7.pdf
- Lua开发指南,Lua 是一个小巧的脚本语言。脚本语言不需要事先编译,直接可以运行(其实是在运行的时候进行解释翻译)。该语言的设计目的是为了嵌入应用程序中,从而为应用程序 供灵活的扩展和定制功能。(Lua development guide, Lua is a small scr ipting language. scr ipting languages do not need to be compiled before they can be run directly (actually in