-
用ESS方案的DVD 播放方案,可播放DVD/VCD/SVCD/JPG/MP3,等,
用ESS方案的DVD 播放方案,可播放DVD/VCD/SVCD/JPG/MP3,等,-A playing scheme using ESS, which can play DVD/VCD/SVCD/JPG/MP3 etc.
- 2022-02-14 23:43:53下载
- 积分:1
-
View .mpg file, for DVD player
View .mpg file, for DVD player
- 2022-04-09 21:48:18下载
- 积分:1
-
卓然的DVD部分源代码
zoran dvd source code part1
- 2023-02-18 23:25:06下载
- 积分:1
-
dvd info 解析的CC++源代码,通过软件解析dvd的秘密。帮助开发dvd菜单...
dvd info 解析的CC++源代码,通过软件解析dvd的秘密。帮助开发dvd菜单-dvd info parsed CC++ source code analysis software dvd secret. Help develop the dvd menu
- 2022-01-28 03:07:33下载
- 积分:1
-
本人新作的媒体播放器,支持一般的媒体播放格式.
本人新作的媒体播放器,支持一般的媒体播放格式.-This is a new media player made by me, which supports all general kinds of media formats.
- 2022-04-13 03:02:40下载
- 积分:1
-
Support for DVD data disc burning, after careful testing, very useful
支持DVD数据光盘刻录,经过细心测试,非常实用-Support for DVD data disc burning, after careful testing, very useful
- 2022-03-15 12:27:25下载
- 积分:1
-
实现DVD MPG格式到AVI编码格式的转换。
实现DVD MPG格式到AVI编码格式的转换。-To realize DVD MPG format encoded AVI format conversion.
- 2022-01-23 10:19:03下载
- 积分:1
-
全功能DVDB播放器,最大化支持弹出式菜单,并拥有漂亮的软件界面,整个看上去十分的专业....
全功能DVDB播放器,最大化支持弹出式菜单,并拥有漂亮的软件界面,整个看上去十分的专业.-DVDB full-featured player, to maximize support for pop-up menu, and have beautiful software interface, the whole looks very professional.
- 2023-05-02 16:30:03下载
- 积分:1
-
LCDTV 源程序,集成图文、CC、VCHIP,支持全球平台
LCDTV 源程序,集成图文、CC、VCHIP,支持全球平台
- 2022-02-03 12:23:22下载
- 积分:1
-
期权explicitprivate宣布cddoor库函数
Option Explicit
Private Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA" _
(ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Dim state1 As Boolean
Private Sub Command1_Click()
打开光驱
state1 = True
Call CDdoor("set CDAudio door open", 0, 0, 0)
End Sub
Private Sub Command2_Click()
关闭光驱
state1 = False
Call CDdoor("set CDAudio door closed", 0, 0, 0)
End Sub
Private Sub Command3_Click()
End
End Sub-Option ExplicitPrivate Declare Function CDdoor Lib
- 2022-02-13 01:18:34下载
- 积分:1