代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/438126/6322375
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/438126/6322399
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/483606/6327616
opt player.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/483606/6327641
lnp player.lnp
".\Output\main.obj",
".\Output\scheduler.obj",
".\Output\variable.obj",
".\Output\STARTUP.obj",
".\Output\delay.obj",
".\Output\kbd_task.obj",
".\Output\disp_task.obj",
".\Output\dts_task.obj",
www.eeworm.com/read/483606/6327667
hex player.hex
:0B0B13007F64120ACA1209A4020B1E24
:1009A400120AA412088F1205BC7F96120A23120A97
:0A09B400B7120644120B510209BEEF
:0B0B1E001205101208B112000A80F549
:100AA400438901758AF0758CD843A882D28CD2A967
:030AB4
www.eeworm.com/read/483606/6327669
plg player.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Bluewater\桌面\PLL Control TEMP0804\player.uv2
Project File Date: 08/04/2006
Output:
Build
www.eeworm.com/read/285945/6342124
bmp player.bmp
www.eeworm.com/read/385534/6353479
js player.js
Type.registerNamespace('ExtendedPlayer');
ExtendedPlayer.Player = function(domElement)
{ExtendedPlayer.Player.initializeBase(this, [domElement]);};
ExtendedPlayer.Player.registerClass('ExtendedPlay
www.eeworm.com/read/223932/6357810