-
vc++数据库编程ADOData.rar
vc++数据库编程ADOData.rar-vc ADOData.rar Database Programming
- 2023-07-20 06:55:03下载
- 积分: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编写的异型窗口
一个用VC编写的异型窗口-a VC prepared by the special-shaped window
- 2023-08-06 09:00:03下载
- 积分: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
-
VFP报时小程序,小例子,大家看看,可能会有帮助,好了
VFP报时小程序,小例子,大家看看,可能会有帮助,好了-VFP timekeeping small programs, small examples, we see that may be helpful, a good
- 2023-04-08 04:35:04下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-08-19 01:42:39下载
- 积分:1
-
调整鼠标速度的源代码
调节鼠标速度的源代码
- 2022-05-29 13:25:15下载
- 积分:1
-
钢筋工程量计算程序(含执行程序)
钢筋工程量计算程序(含执行程序)...
钢筋工程量计算程序(含执行程序)
钢筋工程量计算程序(含执行程序) -Reinforced engineering calculation procedures (including enforcement procedures) reinforced engineering calculation procedures (including enforcement procedures)
- 2022-01-27 22:23:10下载
- 积分:1
-
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作...
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作-The operation of the registry, ini file for the operation, from the dialog box to read the contents of the documents within the operation of
- 2023-04-20 02:45:03下载
- 积分:1
-
显示两幅图像并利用颜色直方图法计算其帧间差。
显示两幅图像并利用颜色直方图法计算其帧间差。-show two images and the use of color histogram method to calculate the difference between frames.
- 2022-06-22 04:04:11下载
- 积分:1