-
ESS is on the DVD program source code, need to look at a friend can download! Yo...
这是关于ESS方案的DVD源代码,有需要的朋友可以下载看一看!希望对你们有帮助!-ESS is on the DVD program source code, need to look at a friend can download! You want to help! Ha ha
- 2022-08-13 21:27:18下载
- 积分:1
-
samsung dvd source code part1
samsung dvd source code part1
- 2022-11-11 10:00:03下载
- 积分:1
-
凌阳VFD的工具
sunplus vfd tool-sunplus vfd tool-------------------------
- 2022-01-22 00:32:34下载
- 积分:1
-
卓然的DVD部分源代码
zoran dvd source code part1
- 2023-02-18 23:25:06下载
- 积分:1
-
- 2022-03-06 03:28:39下载
- 积分: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
-
KDVDCreator.0.3.1.tar
一个开源的cd,DVD制作工具,可以制作菜单,刻录视频光盘等。(An open-source cd, DVD authoring tools, can create the menu, such as recordable CD-ROM video.)
- 2008-07-04 14:45:17下载
- 积分:1
-
es4xx8天鹅es60x8颤音
ES4xx8 SWAN ES60x8 Vibrato
Single-Chip DVD System Firmware Customization Notes-ES4xx8 SWAN ES60x8 Vibrato
Single-Chip DVD System Firmware Customization Notes
- 2022-02-26 04:12:48下载
- 积分:1
-
FWES6425_V3.3.4.0_a.b
ES4xx8 SWAN ES60x8 Vibrato
Single-Chip DVD System Firmware Customization Notes
- 2009-10-18 22:20:53下载
- 积分: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