代码搜索:Level
找到约 10,000 项符合「Level」的源代码
代码结果 10,000
www.eeworm.com/read/447813/1694398
a level1.a
# intro mission (2x factory + 3x tanks)
# NOTES
# There must be at least one target (flags == 1)
short 7 # number of mission data shorts
short 20 # timer
short 0 -160 0 # player start (x
www.eeworm.com/read/447813/1694399
a level3.a
# small island (zeppelin hunt)
# NOTES
# There must be at least one target (flags == 1)
short 7 # number of mission data shorts
short 20 # timer
short 175 -68 0 # player start (x, y, ang
www.eeworm.com/read/447813/1694406
a level4.a
# high island (submarine hunt)
# NOTES
# There must be at least one target (flags == 1)
short 7 # number of mission data shorts
short 20 # timer
short 90 -150 0 # player start (x, y, ang
www.eeworm.com/read/447813/1694407
a level2.a
# Clean the island mission
# NOTES
# There must be at least one target (flags == 1)
short 7 # number of shorts
short 35 # timer
short 0 -90 0 # player start (x, y, angle)
short 600 -7
www.eeworm.com/read/445625/1720105
java level.java
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/438059/1827626
java level.java
package com.gisinfo.common.log;
import java.io.Serializable;
/**
* User: Ken
* Date: 2008-5-20
* Time: 16:18:15
*/
public class Level implements Serializable {
private String info
www.eeworm.com/read/436674/1846601
java level.java
package main.cn.edu.nju.software.sd.cll;
/**
* logger 的level类,定义了logger的六种level
* @author ohai
* */
public class Level {
public int intlevel;
public String strlevel;
public static final
www.eeworm.com/read/436674/1846615
java level.java
package main.cn.edu.nju.software.sd.cll;
/**
* logger 的level类,定义了logger的六种level
* @author ohai
* */
public class Level {
public int intlevel;
public String strlevel;
public static final
www.eeworm.com/read/428246/1961795
java level.java
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/426051/1996257
java level.java
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been in