-
索尼的CD播放器的源cxd3068
SONY CXD3068 CD player source
- 2023-04-14 00:30:04下载
- 积分:1
-
将DVD转换为VCD2.0,SCVD1.0或AVI
将DVD转换为VCD2.0,SCVD1.0或AVI-DVD will be converted to VCD2.0, SCVD1.0 or AVI
- 2022-07-24 01:46:37下载
- 积分: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,卡拉ok点唱系统risc部分代码
歌霸dvd,卡拉ok点唱系统risc部分代码-Song Pa dvd, karaoke singing ok point system RISC part of the code
- 2022-01-26 06:35:21下载
- 积分:1
-
A concise Vob decoding program
简短的Vob解码程序-A concise Vob decoding program
- 2022-03-05 02:40:42下载
- 积分:1
-
您拥有了这个可以自己更该界面等,简单的软件更该操作
您拥有了这个可以自己更该界面等,简单的软件更该操作-You have more of this can be their own, such as the interface, the software simple to operate
- 2022-01-26 08:10:41下载
- 积分:1
-
sunplus8202R, DVD reference design program
sunplus8202R,DVD方案的参考设计-sunplus8202R, DVD reference design program
- 2022-02-04 16:08:55下载
- 积分:1
-
vdr-1.6.0.tar
DVB数字电视源码,包括TS流的解析,SUBTITLE的解码,很精简的程序(DVB digital television source, including the TS stream analysis, SUBTITLE decoder, it is streamlined procedures)
- 2008-05-28 09:09:23下载
- 积分: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
-
期权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