-
剪贴板数据处理类。
剪贴板数据处理类COleDataSourceEx-the class of clipboard data processing.
- 2022-03-05 16:41:45下载
- 积分:1
-
读写注册表程序,非常好的一个程序,可以读写注册表
读写注册表程序,非常好的一个程序,可以读写注册表-Read and write registry program, a very good program
- 2023-06-25 15:35:04下载
- 积分:1
-
时间管理方面,用于自助定义机器的时间,关机时间
时间管理方面,用于自助定义机器的时间,关机时间-time management, for self-definition of the machines, shutdown time
- 2022-03-24 22:09:47下载
- 积分:1
-
C++实现单片后方交会
用VC++6.0写的windows applictiaon程序,实现了单片后方交会的算法,程序的输入输出都是用的文件
- 2022-07-19 05:21:44下载
- 积分:1
-
日期查询在SQL中
日期查询在SQL中-date for the SQL
- 2023-04-04 03:05: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
-
静态链表.与上一个基本相似,所不同的是用的静态数组编写的静态链表,实现了基本的赋值,插入,删除等功能。...
静态链表.与上一个基本相似,所不同的是用的静态数组编写的静态链表,实现了基本的赋值,插入,删除等功能。-static List. And on a basic similarity, difference is the use of static arrays prepared by the static chain and the realization of basic assignment, insert, delete capabilities.
- 2022-10-18 14:25:03下载
- 积分:1
-
GDI打字游戏原型MFC
一个打字游戏的原型,虽然没做完但是,已经有一点意思了。
- 2022-09-06 16:20:03下载
- 积分:1
-
操作系统课程设计,用VC开发可直接下载使用,包含消息机制,共享内存和管道通信...
操作系统课程设计,用VC开发可直接下载使用,包含消息机制,共享内存和管道通信-Operating system, curriculum design, developed with the VC can directly download that contains message mechanism, shared memory, and communication channels
- 2022-01-26 01:03:11下载
- 积分:1
-
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者...
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者-This is a display of Artifical Neural Network Algorithm.It is suitable for beginners.
- 2022-02-07 04:25:02下载
- 积分:1