代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/305009/13780286
clw player.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CPlayerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Player.
www.eeworm.com/read/305009/13780288
aps player.aps
www.eeworm.com/read/305009/13780290
cpp player.cpp
// Player.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Player.h"
#include "PlayerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/305009/13780293
dsw player.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/304014/13804805
swf player.swf
www.eeworm.com/read/301498/13858091
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/301498/13858115
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/301457/13858899
mbm player.mbm
www.eeworm.com/read/151700/5679800
java player.java
package concurrency.golf;
class Player extends Thread {
GolfClub gc;
String name;
int nballs;
Player(GolfClub g, int n, String s) {
gc = g;
name = s;
www.eeworm.com/read/150892/5687902
java player.java
package staticdata;
/**
* Title: Reader.java
* Description: read and convert xml file
* Copyright: Gameloft 2004
* Company: Gameloft Shanghai
* @author Yi Wen