代码搜索:Player 开发教程
找到约 10,000 项符合「Player 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/177731/9435398
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Player
========================================================================
www.eeworm.com/read/176251/9510578
bas tictac.bas
#!/usr/local/bin/sbrun -g
'
' TIC-TAC-TOE
'
' SmallBASIC 0.5.6 example
'
DIM MAT(9), PW(8), ST(3)
LABEL RESTART
FOR I=1 TO 9
MAT(I)=0
NEXT
cls
? cat(1);"Tic-Tac-Toe";cat(0)
? chr$(27)+"[92m"
? "A
www.eeworm.com/read/176251/9510617
bas tz.bas
#!/usr/local/bin/sbrun -g
#sec:Main
'
' TIC-TAC-TOE
'
' SmallBASIC 0.6.0 example
'
declare sub display
declare sub user
declare sub computer
declare func check
DIM MAT(9), PW(8), ST(3)
LABEL RESTART
www.eeworm.com/read/175813/9529995
h gui.h
/* $Header: /home/jcb/newmj/RCS/gui.h,v 11.29 2003/04/16 22:28:58 jcb Rel $
* gui.h
* type defns and forward declarations for the gui module.
*/
/****************** COPYRIGHT STATEMENT ************
www.eeworm.com/read/371324/9556242
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Player
========================================================================
www.eeworm.com/read/174996/9564934
makefile
all:
$(MAKE) -C src/
$(MAKE) -C player/
install:
$(MAKE) -C src/ install
$(MAKE) -C player/ install
uninstall:
$(MAKE) -C src/ uninstall
$(MAKE) -C player/ uninstall
clean:
$(MAKE) -C src/ c
www.eeworm.com/read/366563/9809128
mht construction details.mht
From:
Subject: Homemade USB 2 Harddrive MP3 Player Construction Details
Date: Wed, 6 Oct 2004 12:35:16 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
www.eeworm.com/read/366563/9809136
mht latest news.mht
From:
Subject: Homemade USB 2 Harddrive MP3 Player Latest News
Date: Wed, 6 Oct 2004 12:36:43 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
bounda
www.eeworm.com/read/170223/9814308
install
These are the instructions for compiling mpeg_play, the software MPEG
decoder and player.
1) Untar the file mpeg_play.tar.gz. This is best done by creating a new
directory for the files involved, mov
www.eeworm.com/read/357365/10211392
makefile
all:
$(MAKE) -C src/
$(MAKE) -C player/
install:
$(MAKE) -C src/ install
$(MAKE) -C player/ install
uninstall:
$(MAKE) -C src/ uninstall
$(MAKE) -C player/ uninstall
clean:
$(MAKE) -C src/ c