代码搜索:DVDPLAY
找到约 20 项符合「DVDPLAY」的源代码
代码结果 20
www.eeworm.com/read/196605/8072814
chm dvdplay.chm
www.eeworm.com/read/217476/4869011
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer},
ColorControl in 'ColorControl.pas' {ColorControlForm};
{$R *.RES}
begin
Application.Initialize;
Application.C
www.eeworm.com/read/217476/4869046
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormDVDPlayer, FormDVDPlayer);
Application.R
www.eeworm.com/read/217476/4869145
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormDVDPlayer, FormDVDPlayer);
Application.R
www.eeworm.com/read/360247/2964208
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer},
ColorControl in 'ColorControl.pas' {ColorControlForm};
{$R *.RES}
begin
Application.Initialize;
Application.C
www.eeworm.com/read/360247/2964243
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormDVDPlayer, FormDVDPlayer);
Application.R
www.eeworm.com/read/360247/2964342
dpr dvdplay.dpr
program DVDPlay;
uses
Forms,
Unit1 in 'Unit1.pas' {FormDVDPlayer};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormDVDPlayer, FormDVDPlayer);
Application.R
www.eeworm.com/read/135709/5881097
am modules.am
SOURCES_dvdplay = \
dvd.c \
dvd.h \
access.c \
access.h \
demux.c \
demux.h \
intf.c \
intf.h \
es.c \
es.h \
tools.c \
tools.h \
$(NULL)
www.eeworm.com/read/135709/5881096
h access.h
/*****************************************************************************
* access.h: send info to access plugin.
*****************************************************************************
www.eeworm.com/read/135709/5881094
h dvd.h
/*****************************************************************************
* dvd.h: structure of the dvdplay plugin
*****************************************************************************