代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/120449/14803149
c player.c
/*
Copyright (c) 2000-2002, 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 f
www.eeworm.com/read/119103/14839142
txt player.txt
Tigers 11 COLOR11 COLOR02 COLOR01 COLOR01 COLOR01 COLOR01 COLOR01 COLOR01 COLOR01 0 0 0 0 0 0 0 0 0 0 40 55
Tigers 22 COLOR11 COLOR03 COLOR03 COLOR01 COLOR01 COLOR01 C
www.eeworm.com/read/116911/14949479
class player.class
www.eeworm.com/read/115958/14994534
jpg player.jpg
www.eeworm.com/read/114763/15039068
bmp player.bmp
www.eeworm.com/read/215424/15061427
c player.c
#include "player.h"
#include "ff.h"
#include "diskio.h"
#include "vs1003.h"
#include "ch375.h"
#define BUF_SIZE (512)
/* FatFs structures */
FATFS fatSD; /* FatFs structure for SD *
www.eeworm.com/read/215424/15061430
h player.h
#ifndef _PLAYER_H_
#define _PLAYER_H_
#define DRV_SD 0
#define DRV_USB 1
void Player_Init(void);
void Player_play_file(const char *file);
#endif
www.eeworm.com/read/114156/15074837
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
www.eeworm.com/read/214732/15090511
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/214732/15090560
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;