Welcome![Sign In][Sign Up]
Location:
Search - lua i

Search list

[OtherLua5.0.2-Win32

Description: LUA代码,希望对学习者有用!!! 这是被逼的,必须上传,汗啊,其实这样的代码随处可见!!!见谅-LUA code, and I hope to learners useful! ! ! It was forced to, to be uploaded, Khan ah, the code can be seen everywhere! ! ! Sorry ...
Platform: | Size: 758879 | Author: 坑坑 | Hits:

[Other resourceProgramming_In_Lua

Description: Programming_In_Lua中文版. 由Luachina翻译校对,本人制作为pdf格式发布.用于脚本语言Lua的入门学习.-Programming_In_Lua the Chinese version. Translation by Luachina proofreading, I produced for the release pdf format. Lua scripting language for beginners learning.
Platform: | Size: 1056152 | Author: Mao | Hits:

[Other resourceChunkSpy-0.9.8

Description: 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.
Platform: | Size: 67844 | Author: lilin | Hits:

[OtherLua5.0.2-Win32

Description: LUA代码,希望对学习者有用!!! 这是被逼的,必须上传,汗啊,其实这样的代码随处可见!!!见谅-LUA code, and I hope to learners useful! ! ! It was forced to, to be uploaded, Khan ah, the code can be seen everywhere! ! ! Sorry ...
Platform: | Size: 758784 | Author: 坑坑 | Hits:

[OtherProgramming_In_Lua

Description: Programming_In_Lua中文版. 由Luachina翻译校对,本人制作为pdf格式发布.用于脚本语言Lua的入门学习.-Programming_In_Lua the Chinese version. Translation by Luachina proofreading, I produced for the release pdf format. Lua scripting language for beginners learning.
Platform: | Size: 1055744 | Author: Mao | Hits:

[Game EngineChunkSpy-0.9.8

Description: 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.-LUA decompile dynamic script code (the direct use of LUA script written) ChunkSpy is a tool to disassemble a Lua binary chunk into a verboselisting that can then be studied. Its output bears a resemblance to theoutput listing of assemblers. Nick Trout s vmmerge5.lua was the toolthat prompted me to write ChunkSpy, because I wanted something that cantell me in great detail what goes on inside a Lua binary chunk file, notjust the instructions. It is intended to be a tool for learning Luainternals as well.
Platform: | Size: 67584 | Author: lilin | Hits:

[Otherlua_Editor_1.0

Description: 很好的LUA编辑器~使用方便~但不过是英文界面的。希望大家喜欢-Editor LUA good ~ ~ but it is easy to use interface in English. I hope everyone likes
Platform: | Size: 97280 | Author: 陈翔飞 | Hits:

[OtherLua5.1

Description: lua参考资料,学习lua之必备,希望对有需要的人有多帮助。-Reference lua, lua is necessary to learn, I hope those who are in need of more help.
Platform: | Size: 110592 | Author: 王力宏 | Hits:

[ELanguageprogramming_in_lu

Description: lua参考资料,学习lua之必备,希望对有需要的人有多帮助。-Reference lua, lua is necessary to learn, I hope those who are in need of more help.
Platform: | Size: 320512 | Author: 王力宏 | Hits:

[Otherlua

Description: lua学习资料,此资料是ppt格式,看起来比较方便,希望对你有用。-lua learning materials, this information is ppt format, seems more convenient, I hope useful for you.
Platform: | Size: 140288 | Author: 王力宏 | Hits:

[ELanguageLuaForWindows_v5.1.4-28

Description: lua 源代码,5.1的源代码,包括一个IDE,欢迎下载-lua source code, source code 5.1, including an IDE, welcome to download
Platform: | Size: 16166912 | Author: wangshuai | Hits:

[Windows Developlua.lib

Description: 用vc6.0生成lua.lib文件及源码。 相信刚学lua的人需要。-With vc6.0 documents and source code generation lua.lib. I believe people just need to learn lua.
Platform: | Size: 482304 | Author: dongdong | Hits:

[Game Programm

Description: 这个是用LUA 写的美女快餐厅游戏代码,由于在开发环境里没有对应选项,所以我只好选择C/C++了,希望对学习LUA的朋友有帮助-This is a beautiful fast-food restaurant LUA to write the game code, as in the development environment and have no equivalent option, so I had to select C/C++, and want to help a friend learn LUA
Platform: | Size: 11264 | Author: 刘璐 | Hits:

[Windows Develop2008623131208

Description: lua 一种小型的 解释性虚拟机,可以作中间件使用,占用空间小lua是一种动态类型语言, 不用特别声明变量以及指定类型, 首次赋值即为声明. 说到此点, 我觉得动态语言的这种特点与汇编倒是蛮象的: 不管你是什么类型, 对于底层而言, 它代表的就是一内存地址, 而操作符代表的就是对这些地址及存在于这些地址里的量进行操作而已-A small explanatory lua virtual machine, can be used as middleware to use, small footprint, lua is a dynamically typed language, no special declaration of variables, and specify the type of statement is the first assignment. Having said this, I think the dynamic language features and compilation of this seems quite like this: no matter what your type, the bottom is concerned, it is a memory address of the representative, the representative of the operator is present in these addresses and the amount of these addresses in the operation only
Platform: | Size: 427008 | Author: l | Hits:

[ELanguage200704241154530

Description: 我实现了一个用C++实现的脚本解释器。 该脚本只支持函数式编程,也就是说该脚本只能有function组成。支持数组,支持list文法(参考自LUA)。 -I implemented a C++, using a script interpreter. The script only supports functional programming, a function that is composed of the script only. Array support, support for list Grammar (Reference from LUA).
Platform: | Size: 95232 | Author: tao | Hits:

[Game EnginePROJECTILE

Description: LUA脚本示范,我学习的时候用的,好多游戏里面都用到的-LUA script demonstration, I used the time to learn, a lot of games which are used
Platform: | Size: 46080 | Author: freckle | Hits:

[OtherLua-rumenjiaocheng

Description: Lua 是一个小巧的脚本语言,几乎所以平台都可以用。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。我学来做(手机)游戏脚本的。-Lua is a small scripting language, so the platform can be used practically. Lua C prepared by the standard in almost all operating systems and platforms can be compiled and run. I learned to do (mobile) game script.
Platform: | Size: 143360 | Author: 徐龙龙 | Hits:

[Other Embeded programsht20(lua)

Description: 这是基于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 file of display.lua is for this.
Platform: | Size: 2048 | Author: 静文 | Hits:

[ELanguagelua也很强

Description: 很限要求看了一下不懂得要要厅厅畸困惑是中蝇是我民世西餐厅睚上卡西欧(I want to solve in the dry side by side morning Hall)
Platform: | Size: 1803264 | Author: 售票员 | Hits:

[OtherNpc00700

Description: 梦幻古龙游戏中npc技能学习写法 对新手学习游戏脚本比较有意义 参考各游戏配套lua.i(Npc Skills Learning and Writing in Dream Gulong Games)
Platform: | Size: 2048 | Author: 鲨鱼辣椒749 | Hits:
« 12 »

CodeBus www.codebus.net