-
PC Win32 Timer
一个适用于Windows的计时器应用程序,您可以在其中启动和停止向上/向下计数计时器。计数器在屏幕上显示大字符,允许从大约15英尺的距离读取。
- 2022-03-01 08:41:13下载
- 积分:1
-
Simulation of the bank s savings system, C++ Courses encoding, part of less comp...
模拟银行储蓄系统,C++课程编码,其中一部分,不太完整-Simulation of the bank s savings system, C++ Courses encoding, part of less complete
- 2022-03-14 03:40:48下载
- 积分:1
-
封锁键盘鼠标的源程序
封锁键盘鼠标的源程序-blockade of the source keyboard and mouse
- 2022-09-01 04:20:04下载
- 积分:1
-
Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1...
Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed May.11 基本完成,除了改变窗口大小。 May.12 全部完成,可以将窗口设为两种大小,并可保存最后的改变。 May.20 更正成绩保存代码,以及状态栏异常////////////////Classes: Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的 挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的 完全管理. -Sameball /// /// //// History Apr.30 DirectDraw completed initialization, in the Release Edition normal work May.1 completed a major data categories SameBallMap May.2 corrected the error, completed the interface . May.2 SameBallMap again corrected the erroneous May.8 added DirectSound, the major source cited in Eugene Olafsen (US) waiting for MFC Programming with Visual C 6 May.11 basically completed 119,000, in addition to changing the size of the window. May.12 completed, the window c
- 2022-03-19 21:09:39下载
- 积分:1
-
基于ERDASIMAGINE_CToolkit的二次开发
对初学者有帮助
基于ERDASIMAGINE_CToolkit的二次开发
对初学者有帮助-Based on the secondary development of ERDASIMAGINE_CToolkit helpful for beginners
- 2023-02-02 01:30:05下载
- 积分:1
-
the realization of a simple calculator, with amendments, float calculation funct...
简单计算器的实现,具有修改、浮点数计算功能等,用语C语言学习。-the realization of a simple calculator, with amendments, float calculation functions, terminology C language learning.
- 2022-07-14 10:13:18下载
- 积分:1
-
CString的Unicode字符wchar_t
常用字符类型转换 多字符转unicode Cstring转 char 等-Cstring Unicode char wchar_t
- 2023-07-10 04:40:03下载
- 积分:1
-
windows下小游戏扫雪的源代码,大家快来分享.
windows下小游戏扫雪的源代码,大家快来分享.-small snow game"s source code, we hurry to share.
- 2022-08-10 12:02:03下载
- 积分:1
-
Wince4.2 based operating systems, development environments evc4.0 drawing functi...
基于Wince4.2操作系统,evc4.0开发环境下画图函数使用的例程源码-Wince4.2 based operating systems, development environments evc4.0 drawing function of the routine use of FOSS
- 2022-09-22 02:50: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