-
用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
-
samsung dvd source code part1
samsung dvd source code part1
- 2022-11-11 10:00:03下载
- 积分:1
-
This an executable file.
This an executable file.
- 2023-09-05 03:05:03下载
- 积分:1
-
一个很好的媒体播放器的程序,是多媒体编程很好的参考程序...
一个很好的媒体播放器的程序,是多媒体编程很好的参考程序-A very good media player of the procedure is a good reference multimedia programming procedures
- 2022-03-12 04:51:07下载
- 积分:1
-
DVD解码播放芯片mt1379部分示例源码
DVD解码播放芯片mt1379部分示例源码-DVD decoder chip to play some mt1379 sample source
- 2022-06-01 22:11:28下载
- 积分:1
-
显示图像尺寸的DVD固件库ESS芯片组
Show Image size on dvd firmware base ESS chipset
- 2022-07-03 13:34:32下载
- 积分:1
-
libdvdread提供阅读DVD视频盘简单的基础。它提供了…
libdvdread provides a simple foundation for reading DVD video disks. It provides the functionality that is required to access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling.
- 2022-05-19 18:16:42下载
- 积分:1
-
凌阳rvke VFD关键的最佳工具
sunplus rvke vfd key best tool
- 2023-08-17 17:05:04下载
- 积分: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
-
In the use of Magic CD/DVD Burner Controls generate write a guide to start the I...
在使用Magic CD/DVD Burner控件写个生成可引导启动的ISO时,碰到引导功能不正常,为了解决该控件的BUG,首先要解决引导文件在ISO的位置与读取方式,特此写了以下代码,方解决Magic CD/DVD Burner的问题。
-In the use of Magic CD/DVD Burner Controls generate write a guide to start the ISO encountered unusual guide features, in order to solve the control of the BUG, first of all to solve the guidance document in the ISO read mode and the location, and would like to write the following code, to solve the Magic CD/DVD Burner problem.
- 2022-11-06 12:40:04下载
- 积分:1