-
WINDOWSCE下的SBC2410V6BSP_nec3.5源码
WINDOWSCE下的SBC2410V6BSP_nec3.5源码-WINDOWSCE under SBC2410V6BSP_nec3.5 source
- 2023-07-20 11:35:04下载
- 积分: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
-
CRC procedures can view the document and check that the document itself calibrat...
该程序是CRC校验程序,可以查看文件的校验和,这对文件本身进行校验,也可用在其它程序中检难数据正确与否-CRC procedures can view the document and check that the document itself calibration, but also can be used in other programs Frederick hard data are correct or not
- 2022-03-23 11:06:08下载
- 积分:1
-
查看当前进程调用的动态链接库信息,并能终止进程运行。
查看当前进程调用的动态链接库信息,并能终止进程运行。-View current process called dynamic link library information, and to terminate the process running.
- 2022-11-02 16:05:03下载
- 积分:1
-
A good source so that we can reference ah I hope we all exchange our ideas ah
一个很好的源码,让大家参考一下啊,希望大家也交流一下思想啊-A good source so that we can reference ah I hope we all exchange our ideas ah
- 2022-03-21 13:07:14下载
- 积分:1
-
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!...
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
- 2022-08-09 21:35:18下载
- 积分:1
-
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化....
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化.-characters on a beating characters to the ups and downs by the time interval followed by beating uniform, increase with a change in color.
- 2022-08-26 00:04:19下载
- 积分:1
-
Windows上的挖地雷游戏,有源代码,希望对大家有帮助
Windows上的挖地雷游戏,有源代码,希望对大家有帮助-Windows digging mines on the game, the active code, we hope to help
- 2023-05-27 10:40:03下载
- 积分:1
-
通过evc编程实现wince下led灯中断控制,
通过evc编程实现wince下led灯中断控制,-through evc Programming wince under lights led interruption control,
- 2022-02-06 10:04:49下载
- 积分:1
-
基于图的图像分割算法C++实现
输入为RGB三通道图像,输出有分割彩色图,分割灰度图,分割结果与原图叠加的效果,进行形态学闭操作的分割结果。基于图的图像分割,Windows10 系统下VS2015平台opencv3.2.0。
- 2022-03-24 11:59:52下载
- 积分:1