代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/282670/9076559
h mirus.h
/* 'mrABO.h' */
/* Mirus base types header */
#include "mrDatatypes.h"
/* Mirus timer header */
#include "mrTimer.h"
/* Mirus error definitions header */
#include "mrError.h"
/* Mirus
www.eeworm.com/read/282669/9076684
cpp 01 main.cpp
#include
#include
#include "mrListGP.h"
void AddLife( mrListGP& list, mrInt life )
{
for( list.StartIterator(); list.IsIteratorValid(); list.MoveForward() )
www.eeworm.com/read/282668/9076760
h mirus.h
/* 'mrABO.h' */
/* Mirus base types header */
#include "mrDatatypes.h"
/* Mirus timer header */
#include "mrTimer.h"
/* Mirus error definitions header */
#include "mrError.h"
/* Mirus
www.eeworm.com/read/282668/9076845
h mirus.h
/* 'mrABO.h' */
/* Mirus base types header */
#include "mrDatatypes.h"
/* Mirus timer header */
#include "mrTimer.h"
/* Mirus error definitions header */
#include "mrError.h"
/* Mirus
www.eeworm.com/read/183892/9133708
c filter.c
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/183892/9133751
c madplay.c
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/183805/9137771
c players.c
/* GNU Chess 5.0 - player.c - database on players
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian and G
www.eeworm.com/read/281718/9138003
note
This is a modified version of Mp4 decoder in Core Media Player.
To obtain official source code for TCPMP, visit tcpmp.corecodec.org.
www.eeworm.com/read/281718/9138010
txt license.txt
Core Mp4 Codec License
This software is distributed under terms of GNU GPL license.
Source code for this library originates from The Core Media Player (tcpmp.corecodec.org).
www.eeworm.com/read/281673/9142446
cpp abstractfactory.cpp
//: C09:AbstractFactory.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A gaming environment
#i