-
SCSI数
硬盘的序列号获取。vb环境测试通过,scsi硬盘不能-scsi number
- 2022-12-24 12:10:03下载
- 积分:1
-
可以进行内码的转换
可以进行内码的转换-can change the code within
- 2022-07-26 07:40:49下载
- 积分:1
-
I changed allegttf font driver, it can show support for the Chinese.
我修改的allegttf字体驱动程序,可以使它支持中文显示。-I changed allegttf font driver, it can show support for the Chinese.
- 2023-06-11 02:10:03下载
- 积分:1
-
这个程序是我刚学的,昨晚才做了一半,还有麻烦请各位高手指教...
这个程序是我刚学的,昨晚才做了一半,还有麻烦请各位高手指教-This procedure is what I just learned last night only half done, there is trouble please expert advice
- 2022-05-26 14:32:51下载
- 积分:1
-
Some common examples of the binary code
一些常见的二进制编码举例,是常见的二进制位操作-Some common examples of the binary code
- 2022-05-30 10:39:37下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
Dreamweaver作业 制作严谨,欢迎使用
Dreamweaver作业 制作严谨,欢迎使用-Dreamweaver
- 2022-08-26 06:16:24下载
- 积分:1
-
Minesweeping game, using Visual c++ Debugging with C to prepare
扫雷游戏,用Visual c++调试,用C++编写-Minesweeping game, using Visual c++ Debugging with C to prepare
- 2022-01-27 19:33:28下载
- 积分:1
-
用c编写的密码程序DES
用c编写的密码程序DES-prepared using the password procedures DES
- 2023-01-07 22:00:03下载
- 积分:1
-
windows下的视频采集程序
功能:采集电脑上的摄像头数据(yuv原始数据),通过回调将数据回调给用户程序,同时可以同步显示摄像头视频
摄像头目前是使用的usb接口,可以是笔记本内置的,也可以是usb外接的
- 2022-06-11 22:43:31下载
- 积分:1