代码搜索:Level
找到约 10,000 项符合「Level」的源代码
代码结果 10,000
www.eeworm.com/read/475669/1383691
java level.java
/*
Copyright (C) 2001, 2006 United States Government
as represented by the Administrator of the
National Aeronautics and Space Administration.
All Rights Reserved.
*/
package gov.nasa.worldwind.util;
www.eeworm.com/read/470582/1469529
java level.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/466242/1513359
java level.java
package org.gamecollege.j2me.rpg;
import java.util.Hashtable;
/**
* 游戏关卡 一个游戏存在多个关卡,一个关卡包含多个地图 每个关卡对应一个关卡文件。关卡文件的命名规则是:level[关卡号].lev
* 例如level0.lev代表编号为0的关卡文件。
*/
public class Level {
www.eeworm.com/read/462865/1542129
cpp level.cpp
#include "stdafx.h"
#include
#include "level.h"
CLevel::CLevel()
{
level=0;
room=NULL;
}
CLevel::~CLevel()
{
if(level!=0) DELETE_ARRAY(room);
}
bool CLevel::LoadFile(cha
www.eeworm.com/read/462865/1542130
h level.h
#ifndef _LEVEL_H_
#define _LEVEL_H_
#include "stdafx.h"
#include "room.h"
class CLevel
{
private:
int level;
CRoom *room;
public:
CLevel();
~CLevel();
bool LoadFile(char *name);
www.eeworm.com/read/462865/1542132
fok level.fok
14
16 16
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/461555/1552375
java level.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/461555/1552452
java level.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/455015/1626222
h level.h
/***************************************************************************
level.h - headers for the corresponding cpp file
-------------------
cop