代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/125638/14481450
java player.java
package istarion.core;
import java.util.*;
import istarion.frontend.Toolkit;
public class Player extends Mobile
{
public static final int LOC_HELMET = 0;
public static final int LOC_RING
www.eeworm.com/read/125515/14489206
gif player.gif
www.eeworm.com/read/225347/14544521
h player.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/225347/14544560
conf player.conf
player_conf_thr:0.85
player_high_conf_thr:0.94
ball_conf_thr:0.90
player_dist_tolerance:10.0
player_when_to_turn:7.0
player_when_to_kick:0.90
player_when_to_intercept:40
clear_ball_dist:5.0
clear_ball
www.eeworm.com/read/225347/14544582
cpp player.cpp
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/124761/14545327
bmp player.bmp
www.eeworm.com/read/224472/14589374
h player.h
#ifndef PLAYER_H
#define PLAYER_H
#include "Sprite.h"
// 定义玩家战机
class Player:public FighterPlane
{
double speed;
void Fire();
public:
int KillEnermy, Score;
enum ACTION { GO_LEFT, GO
www.eeworm.com/read/224472/14589419
cpp player.cpp
#include "stdafx.h"
// 构造函数
Player::Player(GameWorld *pgw, int x_value, int y_value)
:FighterPlane(pgw, x_value, y_value)
{
sx=0;
sy=0;
w=29;
h=33;
cx=6;
cy=11;
cw=17;
ch=19;
www.eeworm.com/read/123159/14644756
class player.class
www.eeworm.com/read/123159/14644785
java player.java
import java.awt.*;
public class player{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int speed;
private int direction;
private Rectangle Player;