代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/145477/12721485
bmp player.bmp
www.eeworm.com/read/145432/12724546
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/145432/12724616
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/332740/12732423
bmp player.bmp
www.eeworm.com/read/144896/12763900
frx player.frx
www.eeworm.com/read/144896/12763911
frm player.frm
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form PlayerForm
Caption
www.eeworm.com/read/144313/12802852
java player.java
package com.mot.j2me.midlets.jbombman;
import java.util.*;
public class Player {
private Board oBoard;
private BoardView oBoardView;
private Enemy oEnemy;
private Bomb oBomb;
private R
www.eeworm.com/read/144148/12811585
class player.class
www.eeworm.com/read/143891/12831697