代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/146877/5734356
prj player.prj
RIDE Project File
File Version=3
[Ref]
Ref=0
[Environment]
Begin Group CompEdit
Promptrebuild=0
DebugMessage=1000
Promptdirtyoptions=0
Prompttoreloadfiles=0
Promptsucsorfail=0
Promptenddebu
www.eeworm.com/read/146877/5734403
hex player.hex
:0300000002833543
:1083350078FFE4F6D8FD9000007F007E08E4F0A306
:10834500DFFCDEFA78007F00E4F208DFFC75817F50
:038355000283930D
:0F9FCF00129EF7D2AF438F01129F0D129F4622B1
:1092CA0047656E6572696320534E
www.eeworm.com/read/146413/5738330
java player.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/144900/5748291
java player.java
import java.io.*;
class Player
{
public String username;
public InputStream is;
public OutputStream os;
public int posx=0;
public int posy=0;
public int dir=0;
}
www.eeworm.com/read/142444/5765534
cpp player.cpp
/* /////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/142444/5765536
h player.h
/* /////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/139571/5798200
java player.java
/*
* 11/19/04 1.0 moved to LGPL.
* 29/01/00 Initial version. mdm@techie.com
*-----------------------------------------------------------------------
* This program is free software; you ca
www.eeworm.com/read/139083/5811102
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/136849/5842533
h player.h
/*=====================================================================
Copyright (c) 2001-2002 MobileSoft Corporation
All Rights Reserved.
$Logfile: player.h
$Revision:
www.eeworm.com/read/136828/5845079
java player.java
package com.javapatterns.chainofresp.flowerpassingthread;
abstract class Player
{
abstract public void handle();
/**
* @link aggregation
*/
private Player successor;