代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/450121/7490353
c luace.c
/**
* LuaCE
*
* Pedro Miller Rabinovitch,
* http://www.inf.puc-rio.br/~miller/luace
*
* A quick port of Lua for Windows CE.
**/
#ifdef UNDER_CE
#i
www.eeworm.com/read/238883/13316178
cpp pgestd.cpp
#include "pgestd.h"
lua_State* L_stat = NULL;
CPGEBase::CPGEBase()
{
m_dwClassID = PGE_UNDEFINE;
}
CPGEBase::~CPGEBase()
{
}
int itoa(WORD* caOut, DWORD dwNum)
{
char caBuff[50];
www.eeworm.com/read/402715/11528855
pde galaxy.pde
// Spiral Galaxy Simulation
// author : Philippe Guglielmetti (Dr. Goulu www.goulu.net)
// 2008.04.03 PhG : my first processing program !
// converted from my LUA/Demoniak 3D demo V 1
www.eeworm.com/read/492380/1175301
svn-base delete.cgi.svn-base
#!/usr/bin/haserl
# Copyright (C) 2009 OpenRB.com
content-type: text/html
(function(){
var result = ;
if ($type(result) == 'array') {
result.pu
www.eeworm.com/read/492380/1175309
cgi delete.cgi
#!/usr/bin/haserl
# Copyright (C) 2009 OpenRB.com
content-type: text/html
(function(){
var result = ;
if ($type(result) == 'array') {
result.pu
www.eeworm.com/read/236825/4637620
readme
This is tolua++-1.0
* What is tolua++?
tolua++ is an extension of toLua, a tool to integrate C/C++ code with
Lua. tolua++ includes new features oriented to c++, such as class
templates.
tolu
www.eeworm.com/read/236825/4637633
c toluabind.c
/*
** Lua binding: tolua
** Generated automatically by tolua++-1.0.92 on 05/19/06 04:08:08.
*/
#ifndef __cplusplus
#include "stdlib.h"
#endif
#include "string.h"
#include "tolua++.h"
/*
www.eeworm.com/read/192391/5157266
cpp lfunc.cpp
/*
** $Id: lfunc.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#include
#define
www.eeworm.com/read/192080/5160153
cpp lfunc.cpp
/*
** $Id: lfunc.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#include
#define
www.eeworm.com/read/298327/3867761
cpp transportunit.cpp
#include "StdAfx.h"
#include "TransportUnit.h"
#include "Lua/LuaCallInHandler.h"
#include "Rendering/UnitModels/3DOParser.h"
#include "Sim/MoveTypes/TAAirMoveType.h"
#include "Sim/MoveTypes/groun