代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/132069/5922320
def amrn.def
DESCRIPTION 'Symbian Helix Player'
HEAPSIZE 1024
EXPORTS
GetSymbolOrdinal @1 NONAME
RACreateDecoderInstance @2 NONAME
www.eeworm.com/read/131315/5946161
tags
Mfish fish.c /^main(argc, argv)$/
OTHER fish.c /^#define OTHER(a) (1 - (a))$/
PRC fish.c /^#define PRC(card) (void)printf(" %s", cards[card])/
chkwinner fish.c /^chkwinner(player, hand)$/
compmove fis
www.eeworm.com/read/131315/5946293
c gamesupport.c
/*
* gamesupport.c - auxiliary routines for support of Phantasia
*/
#include "include.h"
/************************************************************************
/
/ FUNCTION NAME: changestats()
www.eeworm.com/read/131315/5946296
h oldplayer.h
/*
* oldplayer.h - old player structure
*/
struct oldplayer /* player statistics */
{
char o_name[21]; /* name */
char o_password[9]; /* password */
char o_login[10]; /* login
www.eeworm.com/read/131315/5946300
c fight.c
/*
* fight.c Phantasia monster fighting routines
*/
#include "include.h"
/************************************************************************
/
/ FUNCTION NAME: encounter()
/
/ FUNCTION: mo
www.eeworm.com/read/131315/5946303
h phantstruct.h
/*
* phantstruct.h - structure definitions for Phantasia
*/
struct player /* player statistics */
{
double p_experience; /* experience */
double p_level; /* level */
double
www.eeworm.com/read/130517/5953475
java gamescreen.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class GameScreen extends GameCanvas implements Runnable, CommandListener {
private static
www.eeworm.com/read/130122/5964535
java netgame.java
package com.croftsoft.apps.mars.net;
import java.awt.*;
import java.io.*;
import java.util.*;
import com.croftsoft.core.animation.clock.HiResClock;
import com.croftsoft
www.eeworm.com/read/129751/5970667
java playerscreen.java
/**
游戏玩家显示类
**/
package game.multiplayer;
import java.io.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
public class PlayerScreen
extends Canvas
imple
www.eeworm.com/read/127386/6006476
java gamescreen.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class GameScreen extends GameCanvas implements Runnable, CommandListener {
private static