-
打雷的DELPHI版,在操作上高度模拟WINODWS游戏里的打雷,处理各种事件。...
打雷的DELPHI版,在操作上高度模拟WINODWS游戏里的打雷,处理各种事件。-Thunder of the DELPHI version of a high degree of simulation in the operation of the thunder WINODWS game to deal with events.
- 2022-01-22 17:54:32下载
- 积分:1
-
dxf读取导入,可以将dxf读入并显示,还可以放大缩小,平移
dxf读取导入,可以将dxf读入并显示,还可以放大缩小,平移-read dxf import, dxf can be read into and displayed, you can zoom, pan
- 2022-12-01 16:05:03下载
- 积分:1
-
医院门诊管理系统 现在热门,赚钱的行当。
VB 医院门诊管理系统 齐全的代码
清华大学出版的,VB 1200例中,最精华的两个例中。
已经商用的两个完整代码。
绝对的物超所值。
学习VB采购的必经之路。
前面还有一个同等级的文件:采购管理系统
- 2023-05-06 02:55:03下载
- 积分:1
-
C++实现模拟操作系统的进程控制与状态转换
使用C++模拟操作系统的进程之间的状态转换。包括进程之间对临界资源的使用以及进程同步的调度。
- 2022-05-14 21:12:51下载
- 积分: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
-
用vc调用matlab7.0编写的小程序,可以实现简单的控制系统…
用vc调用matlab7.0写的小程序,可以实现简单的控制系统仿真演示-with vc call matlab7.0 write small programs, can achieve a simple control system simulation demo
- 2022-09-03 08:15:03下载
- 积分:1
-
dll 的例子,很典型的例子,大家可以看看啦,看了不后悔,
dll 的例子,很典型的例子,大家可以看看啦,看了不后悔,-dll example, a typical example, we can a look, saw no regrets.
- 2022-06-26 14:45:32下载
- 积分:1
-
全局勾子的简单使用实例
上传前,亲测,保证可用,点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应) 简单的全局钩子使用示例,包含一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中),还包含一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。
- 2023-03-28 15:50:04下载
- 积分:1
-
程序完成功能是VC++6.0多线程技术在端口扫描程序中的应用。运行环境为WinXP/Win2000,Visual C++ 6.0...
程序完成功能是VC++6.0多线程技术在端口扫描程序中的应用。运行环境为WinXP/Win2000,Visual C++ 6.0-Process is complete function is VC 6.0 multi-threading technology in the process of port scanning applications. Runtime environment for WinXP/Win2000, Visual C++ 6.0
- 2023-08-31 13:05:04下载
- 积分:1
-
C standard library code
C++标准程序库code-C standard library code
- 2022-09-04 17:45:02下载
- 积分:1