-
DVD RECEIVER的收音头控制程序
DVD RECEIVER的收音头控制程序-DVD RECEIVER the first radio control program
- 2022-06-12 04:18:34下载
- 积分:1
-
Copy-of-ONIDA-5967-OR
DVD PLAYER ONIDA 5967 BIN FILE
- 2015-08-24 19:48:14下载
- 积分:1
-
本程序代码是在MSSG MPEG2Decode的基础上开发的,添加了如下功能
GUI界面,VFAPI支持,MMX优化等功能...
本程序代码是在MSSG MPEG2Decode的基础上开发的,添加了如下功能
GUI界面,VFAPI支持,MMX优化等功能-This procedure code is the basis of MSSG MPEG2Decode development, add the following functional GUI interface, VFAPI support, MMX optimized functions
- 2022-02-05 02:04:58下载
- 积分:1
-
aic
基于AT91M40800的AIC.C文件,用于DVD系统(Based on the AIC.C document AT91M40800 for the DVD system)
- 2020-10-05 08:47:39下载
- 积分:1
-
dvd source to develop the necessary procedures, rare! Zoron program source progr...
dvd 源码 开发必要程序 ,难得!
zoron方案的源码程序-dvd source to develop the necessary procedures, rare! Zoron program source programs
- 2023-06-09 15:30:03下载
- 积分:1
-
flash代码
Flash code
- 2022-01-25 16:13:35下载
- 积分: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
-
DirectShow开发WebDVD播放器
directShow开发的webdvd播放器-DirectShow development webdvd player
- 2022-08-16 16:57:58下载
- 积分: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
-
Support for DVD data disc burning, after careful testing, very useful
支持DVD数据光盘刻录,经过细心测试,非常实用-Support for DVD data disc burning, after careful testing, very useful
- 2022-03-15 12:27:25下载
- 积分:1