-
C language source code commonly used algorithm is very practical, with documenta...
C语言常用算法源代码,非常实用,内有说明文档。-C language source code commonly used algorithm is very practical, with documentation.
- 2022-08-11 02:39:48下载
- 积分: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
-
VB实现计算器程序
VB实现计算器程序-VB calculator program
- 2022-02-14 18:18:51下载
- 积分:1
-
Wrote it myself a very simple serial debugging tools, it is suitable for beginne...
自己写的非常简单的串口调试工具,很适于初学者学习。-Wrote it myself a very simple serial debugging tools, it is suitable for beginners to learn.
- 2022-04-28 01:14:08下载
- 积分:1
-
MVC模式的实现
MVC Model realization
- 2022-03-16 13:20:24下载
- 积分:1
-
abc
真正的物资管理三层源代码...废话不多说..个人感觉OK-abc
- 2022-07-20 01:47:19下载
- 积分:1
-
基于SCOOT交通信号灯处理
利用java仿真交通信号灯
输入每条道路的流量数据
即可仿真出最优的时间周期
- 2022-02-07 09:02:42下载
- 积分:1
-
DX This is the most primitive of the basic procedures for the design of the fram...
这是DX程序最原始的基本设计框架,希望对初学者能有帮助,让他们更好的入门-DX This is the most primitive of the basic procedures for the design of the framework, in the hope that can help beginners to enable them to better entry
- 2022-02-07 18:21:23下载
- 积分:1
-
mouse_movement
应用背景伟大的软件用PASCAL跟踪鼠标移动关键技术这个程序是模拟鼠标移动,它的真的有很大的方式来做它
- 2022-01-25 18:35:10下载
- 积分:1
-
WiMAX
WiMAX-2004协议套件,使用C++开发,完成UMAC和LMAC功能-WiMAX-2004 protocol suite, using C++ developers to complete the function of UMAC and LMAC
- 2022-02-15 11:25:50下载
- 积分:1