代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/390868/8436481
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;
www.eeworm.com/read/188572/8527357
class player.class
www.eeworm.com/read/288534/8623898
class player.class
www.eeworm.com/read/288534/8623933
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;
www.eeworm.com/read/388243/8625536
cpp player.cpp
#include "stdafx.h"
#include "player.h"
#include "world.h"
void CPlayer::FireWeapon()
{
// use camera->lookAt vector and multiply
// this lookAt vector by the ammo's speed
// to get the
www.eeworm.com/read/388243/8625613
h player.h
#ifndef __PLAYER_H
#define __PLAYER_H
/*
PLAYER.H
The CPlayer class
OpenGL Game Programming
Author: Kevin Hawkins
Date: 3/30/2001
Description:
*/
#include
cla
www.eeworm.com/read/388080/8636847
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/388080/8637012
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/388080/8637060
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/431680/8661509