-
DVD解码播放芯片mt1379部分示例源码
DVD解码播放芯片mt1379部分示例源码-DVD decoder chip to play some mt1379 sample source
- 2022-06-01 22:11:28下载
- 积分:1
-
DVD of the 8032 portion of code, can help beginners learn
DVD的8032的部分代码,可以帮初学者学习,-DVD of the 8032 portion of code, can help beginners learn
- 2022-04-18 10:06:58下载
- 积分:1
-
DVD Player Xoro SPHE Chipset
DVD Player Xoro SPHE Chipset
- 2022-03-05 18:54:30下载
- 积分:1
-
Sunplus8202D based on a complete description of the source code debugging. Dvd d...
完整的基于sunplus8202D的源程序调试说明。关于dvd解码器存储的用户界面修改很好的参考资料。开机画面如何更改等。-Sunplus8202D based on a complete description of the source code debugging. Dvd decoder stored on the user interface to amend a good reference. How do I change the boot screen and so on.
- 2022-05-05 07:12:52下载
- 积分:1
-
bdg
bdg
- 2023-07-19 04:40:03下载
- 积分: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
-
MPEG
MPEG-2解码器libmpeg2-MPEG-2 decoder libmpeg2
- 2022-12-16 08:25:04下载
- 积分:1
-
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢-8208D source of confidential information within the company, contribution to you and hope you like
- 2022-03-21 07:12:12下载
- 积分: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
-
DVD解码,包括avi、mpeg、DVD解码等代码
DVD解码,包括avi、mpeg、DVD解码等代码-DVD decoding, including code and so on avi, mpeg, DVD decoding
- 2022-07-27 09:38:29下载
- 积分:1