搜索资源列表
luainterface
- LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!
tolua++
- tolua++是一个对lua进行封装调用的工具,可以自动绑定C++类和函数,代码很值得研究
lua-5.1.3.tar
- 动态lua语言源代码,学学这个代码对提供C语言的能力还是挺好的。
luatinker_plus
- lua tinker 增强版本,自己修改过。 1.实现LuaTinker的跨平台(Linux与Windows)2.增强LuaTinker对C/C++函数的导出功能,包括可以将函数导出到嵌套的表中 可以导出函数参数中带const关键字的函数 可以导出const类成员函数
Lua-5
- Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 \"main\" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序被称作 embedding pr
lua(vc版)效率最高的c虚拟机
- lua windows vc 工程加源代码,学习虚拟机很好的源代码
lua-5.1manual(chinese)
- lua的速查中文手册,由c程序员开发的,和c结合最紧密的教本。参见www.lua.org-lua s Info Chinese manual, developed by the c programmers, and c combined with the most closely textbooks. See www.lua.org
lua-5.1.2CE
- Lua is a powerful, fast, lightweight, embeddable scr ipting language. Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
ScriptEngine.tar
- 针对LUA脚本语言的C++封装,大量使用了模板技术-LUA scr ipting language for the C++ package and substantial use of template technology
lua5_1_3_Sources
- LUA programming language implementation (source code)
chaiscript-1.3-win
- C++格式,嵌入式脚本语言源代码 是游戏开发的利器 绝对优于lua-C++ formats, embedded scr ipting language source code.Its a good tool for game development which is absolutely superior to lua
luapi3
- lua 调用c 函数例子 ,lua 调用windows 函数例子-lua call the c function is an example, lua call the windows function is an example
lua-5.1.4
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能,纯C开发,跨平台性非常好-Lua is a small scr ipting language. The author is Brazilian. The language is designed for embedded applications, so as to provide a flexible application extension and customiza
LuaPlusStudy
- LuaPlus是Lua的C++增强,也就是说,LuaPlus本身就是在Lua的源码上进行增强得来的。用它与C++进行合作,是比较好的一个选择。-LuaPlus is Lua' s C++ enhancement, that is, LuaPlus itself is the source on the Lua enhancement comes from. Use it to cooperate with the C++ is a better choice.
Lua-C
- 1. Lua运行环境配置,Lua解释器、Lua编译器的配置与生成; 2. Lua语法用例 3. Lua与C互相调用方法例子 4. Lua中正则表达式使用。 -use Lua and C , lua call c, c call lua
lua-5.2.0.tar
- Lua 是一个小巧的脚本语言。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。-ua is a small scr ipting language. By Lua standard C write and become, in almost all operating system on the peace can be compiled, operation.
lua
- 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 po
lua-5.1.4
- 修改过的lua C源码,支持中文变量,压缩包里包括修改位置说明,和源码的编译,并提供一份易语言调用的模块源码,一封装lua类和table类-Lua C source code, modified to support the Chinese variables, compression bag to modify the location and source code compile and provide an easy language to call the module source
Lua-guid-for-C-or-CPP-Programer
- 适合C或C++程序员的Lua快速入门书籍-Lua guid for C or C++ Programer
lua-5.3.0.tar
- Lua的5.3.0版本源码,完全符合C标准,适合学习(Lua's 5.3 version source code .Suitable for learning)