代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/456575/7344497
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile C:\DATA\MP3\Player\Code\main.c
.dbfunc e main _main fV
.even
_main::
.dbline 0 ; func end
ret
.dbend
.area data(ram, con, rel)
.dbf
www.eeworm.com/read/456575/7344501
src mp3.src
[Files]
vs1001.h
ata.c
ata.h
fat.c
fat.h
generic.c
generic.h
MP3Player.c
MP3Player.h
remote.c
remote.h
usb.c
usb.h
vs1001.c
[Headers]
[Documents]
www.eeworm.com/read/454272/7395373
txt readme.txt
在盒子上down了很多东东,今天终于上传一个。
找了很久关于动态菜单创建和在线电视的问题,没有找到相关例子,费了好大劲在baidu找了一些资料,自己做了一个,程序很简单,实现了动态创建菜单(菜单是从数据库读入的)。能播放一些电视台节目,电视频道可以自己添加。程序使用了OBXPBarMenu,盒子上有,不想用的可以去掉,不影响程序使用。现在只能播放Windows Media Player格式的电视 ...
www.eeworm.com/read/453468/7419437
h gamelog.h
#pragma once
#include "BaseLog.h"
#include "Player.h"
#include "SCItemSlot.h"
//牢镁飘矫 荤侩 焊籍沥焊
struct COMPOSITEMATERIAL
{
int nMaterialCode;
WORD wCntMaterial;
};
//酒捞袍芭贰矫 荤侩登绰 酒捞袍 沥焊
www.eeworm.com/read/453468/7419456
cpp handler_cg_trade.cpp
#include "stdafx.h"
#include ".\Handler_CG_TRADE.h"
#include ".\TradeManager.h"
#include ".\Player.h"
#include ".\PlayerManager.h"
#include ".\TradeSlotContainer.h"
#include "GameServer.h"
www.eeworm.com/read/453468/7419499
h gamevillage.h
#pragma once
#include "gamezone.h"
class GameVillage : public GameZone
{
public:
GameVillage(void);
virtual ~GameVillage(void);
VOID Init( KEYTYPE Key, CODETYPE MapCode, const TCHAR *
www.eeworm.com/read/453468/7419505
h village.h
#pragma once
#include "room.h"
class Village : public Zone
{
friend class ZoneManager;
public:
Village(void);
virtual ~Village(void);
BOOL Init( KEYTYPE Key );
virtual BOOL ready
www.eeworm.com/read/453440/7420657
java ai.java
/**
* @author Bengi Mizrahi
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type c
www.eeworm.com/read/450451/7483914
cs game.cs
/* Author: Diane Corney
* Date: September, 2007
*/
using System;
using System.Collections.Generic;
using System.Text;
namespace Yahtzee {
public enum ScoreType {
CountOne
www.eeworm.com/read/449950/7493407
java playermidlet.java
/*
* PlayerMIDlet.java
*
* Created on 26 listopad 2008, 19:25
*/
package videoplayer;
import javax.microedition.lcdui.*;
import javax.microedition.media.*;
import javax.microedition.medi