代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/299748/7835566
java player.java
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.Properties;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStre
www.eeworm.com/read/399492/7857536
png player.png
www.eeworm.com/read/299153/7884093
java player.java
package com.javapatterns.chainofresp.flowerpassingthread;
abstract class Player
{
abstract public void handle();
/**
* @link aggregation
*/
private Player successor;
www.eeworm.com/read/299153/7884118
java player.java
package com.javapatterns.chainofresp.flowerpassing;
abstract class Player
{
abstract public void handle(int i);
/**
* @link aggregation
*/
private Player successor;
p
www.eeworm.com/read/398937/7907982
h player.h
//--------------------------------------------------
// Desc: 主角
// Date: 2007.3.20 /update
// Author: artsylee
//
// Copyright (C) 2007 artsylee
//
//--------------------------------------
www.eeworm.com/read/398937/7908231
cpp player.cpp
//--------------------------------------------------
// Desc: 主角
// Author: artsylee/2007.3.20
//--------------------------------------------------
#include "Common.h"
#include "Player.h"
#i
www.eeworm.com/read/398810/7919816
c player.c
/*
Glurp - A GTK+ client for Music Player Daemon
Copyright (C) 2004, 2005 Andrej Kacian
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/398810/7919836
h player.h
/*
Glurp - A GTK+ client for Music Player Daemon
Copyright (C) 2004, 2005 Andrej Kacian
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/198261/7945566
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/198261/7945623
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;