-
sunplus rvke
sunplus rvke-new-
-sunplus rvke-new-
----------------------------
- 2022-07-26 22:14:01下载
- 积分:1
-
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
-
凌阳rvke VFD关键的最佳工具
sunplus rvke vfd key best tool
- 2023-08-17 17:05:04下载
- 积分:1
-
凌阳VFD的工具
sunplus vfd tool-sunplus vfd tool-------------------------
- 2022-01-22 00:32:34下载
- 积分: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
-
- 2022-03-06 03:28:39下载
- 积分:1
-
实现DVD MPG格式到AVI编码格式的转换。
实现DVD MPG格式到AVI编码格式的转换。-To realize DVD MPG format encoded AVI format conversion.
- 2022-01-23 10:19:03下载
- 积分:1
-
sunplus 方案DVD UART使用方法
sunplus 方案DVD UART使用方法-Sunplus DVD UART to use the program
- 2022-01-26 16:46:08下载
- 积分: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
-
期权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