搜索资源列表
lua
- vs2008下用C制作lua环境的源代码-visual studio 2008 and lua s source code
ProgrammingInLua
- lua 现在用于游戏开发的一个强大语言 特别是在手机游戏的开发上应用很多,他强大的粘合性可以调用多种语言。作为脚本语言,Lua以其简洁优雅著称,对ANSI C标准的遵循令其具有很好的可移植性,并能高效地运行于各操作系统平台-Lua now used for game development of a strong language especially in the development of mobile games on the application of many, he powerf
Lua-datasheet
- lua脚本语言可以嵌入到c语言中帮助嵌入式系统高效的完成任务-Lua scr ipting language can be embedded in c language help embedded system and efficient to complete the task
Random_Testing_of_C_Calling_Conventions
- In a C compiler, function calls are difficult to implement correctly because they must respect a platform-specific calling convention. But they are governed by a simple invariant: parameters passed to a function must be received unaltered. A
Lua-language
- Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。-Lua scr ipts can easily the C/C++ code calls can also turn calls the C/C++ function, which makes Lua can be widely used in the application. N
C_LUA
- 学习手册LUA,C和C 程序员的Lua快速入门,就这些了-learning book
programming-game-AI-by-example
- 游戏AI入门必备。讲述如何使游戏中的角色具有智能的技术。给出了不同的例子,用C++和Lua语言进行了说明。-Introduction to the game A. About how to make the role of the game with intelligent technology. Gives a different example using C++ and Lua language .