代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/341227/12097885
c player.c
//++
//player.c - system startup, POST, and initialization
//
// Copyright (C) 2005 by Spare Time Gizmos. All rights reserved.
//
// This file is part of the Spare Time Gizmos' MP3 Player firmwa
www.eeworm.com/read/341227/12097898
lnk player.lnk
-z
-m
-x
-u
-i
-y
-Y
-a 0x0100
-v 0x0800
-w 0x8000
-b CSEG = 0x0000
-b ISEG = 0x0080
-b BSEG = 0x0000
-k C:\SDCC\lib\small
-l mcs51
-l libsdcc
-l libint
-l liblong
player.rel
timer.
www.eeworm.com/read/341227/12097961
h player.h
//++
//player.h
//
// Copyright (C) 2005 by Spare Time Gizmos. All rights reserved.
//
// This file is part of the Spare Time Gizmos' MP3 Player firmware.
//
// This firmware is free software;
www.eeworm.com/read/341217/12100229
java player.java
package com.javapatterns.chainofresp.flowerpassingthread;
abstract class Player
{
abstract public void handle();
/**
* @link aggregation
*/
private Player successor;
www.eeworm.com/read/341217/12100246
java player.java
package com.javapatterns.chainofresp.flowerpassing;
abstract class Player
{
abstract public void handle(int i);
/**
* @link aggregation
*/
private Player successor;
p
www.eeworm.com/read/340749/12136592
h player.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136626
cpp player.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/254262/12151222
ico player.ico
www.eeworm.com/read/253505/12218550
png player.png
www.eeworm.com/read/338923/12271561
java player.java
import java.util.*;
import java.awt.*;
import javax.swing.*;
public class Player
{
private String name;
private int no, money, deposit_money, location;
private ArrayList territory = new Ar