代码搜索:levels
找到约 2,017 项符合「levels」的源代码
代码结果 2,017
www.eeworm.com/read/349364/10833543
cpp levels.cpp
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p
www.eeworm.com/read/470492/6911999
dat levels.dat
---
1
8
14
50
25
5000000
5
96
30.0
0.05
18
23.0
60.0
0.08
48.0
0.08
00000000
00000000
00011000
00100100
01000010
10000001
00000000
00000000
09999900
09000090
99070099
00000000
33333333
00000000
---
2
www.eeworm.com/read/114193/7067922
h levels.h
#ifndef __LEVELS__
#define __LEVELS__
// Level 1: -----------------------------------------------
LEVEL Level1 =
{
"Level1: The Spy",
0, -5,
1000, 1000, 1000, 1000, 1000,
0.001f, 0.0f
www.eeworm.com/read/457711/7318983
m levels.m
function levels(n)
% Level n of the Coordinates Game (n=1,2,3,or 4)
% Two person game if n=5
% Modified by Emily Moore
% If n=5, two person game entry boxes appear
% If n=6, two person ga
www.eeworm.com/read/457711/7319055
m levels.m
% ATLAST65中向量合成竞赛程序cogame的分级子程序levels
%
function levels(n)
% Level n of the Coordinates Game (n=1,2,3,or 4)
% Two person game if n=5
% Modified by Emily Moore
% If n=5, two person game entr
www.eeworm.com/read/449610/7499512
c levels.c
/****************************************************************
L E V E L S . C
This module deals with calculating the tank levels.
Copyright 1999 by Addison
www.eeworm.com/read/449504/7502552
m levels.m
function f = levels(nlevels,nreps,length)
% PURPOSE: produces a variable vector of factor levels
%---------------------------------------------------
% USAGE: vfact = levels(nlevels,nreps,length
www.eeworm.com/read/441613/7668196
java levels.java
public class levels{
private wall[] Wall;
private Steelwall[] SteelWall;
private river[] River;
private grass[] Grass;
private int LevelNo;
private int EnemyNo;
public levels(int level
www.eeworm.com/read/441613/7668220
class levels.class
www.eeworm.com/read/198545/7929196
m levels.m
function f = levels(nlevels,nreps,length)
%LEVELS Generate factor levels. LEVELS(nlevels,nreps,length) is
% kron( 1:nlevels, ones(nreps,1) ) repeated to make a vector
% of len