-
常用算法设计方法 非常好的东西 推荐每个人都要读一读
常用算法设计方法 非常好的东西 推荐每个人都要读一读
-Common algorithm design method is very good things recommend everyone to read the
- 2022-01-25 19:56:58下载
- 积分:1
-
按姓名查找 按姓名查找找 按姓名查找
按姓名查找 按姓名查找找 按姓名查找-quary by namequary by namequary by namequary by name
- 2022-08-04 09:30:28下载
- 积分:1
-
简单的桌面宠物实现..可学到的技术:不规则窗体,MFC下动画显示..鼠标事件等...
简单的桌面宠物实现..可学到的技术:不规则窗体,MFC下动画显示..鼠标事件等-Easy implementation of desktop pet .. can learn the techniques: Irregular Forms, MFC mouse under the animation show case and so on ..
- 2023-06-16 14:45:03下载
- 积分:1
-
wince程序自动运行的一段代码,可以参考一下
wince程序自动运行的一段代码,可以参考一下-wince automatic operation of a code can reference
- 2023-02-04 09:20:04下载
- 积分:1
-
这是一个GB18030和UNICODE转换的程序,采用查表法。其中GB18030有两字节和四字节部分。两字节的好显示,而四字节的需要特殊处理。...
这是一个GB18030和UNICODE转换的程序,采用查表法。其中GB18030有两字节和四字节部分。两字节的好显示,而四字节的需要特殊处理。-This is a UNICODE conversion GB18030 and procedures, the use of look-up table method. GB18030 which there are two-byte and four-byte part. Two bytes of a good show, and four bytes of the need for special treatment.
- 2022-11-30 10:40:04下载
- 积分:1
-
一个HOOK的例子,大家可以试试,多提点意见
一个HOOK的例子,大家可以试试,多提点意见-1 HOOK example, we can try more Tidianyixian
- 2022-03-30 14:09:57下载
- 积分: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
-
windows xp设备驱动程序开发,经典例子
windows xp设备驱动程序开发,经典例子-windows 2000/xp device driver program development
- 2022-07-14 18:45:27下载
- 积分:1
-
微分进化算法的一套实用程序,适合学习微分进化算法的朋友研究...
微分进化算法的一套实用程序,适合学习微分进化算法的朋友研究-A set of differential evolution algorithm utility for the study of differential evolution algorithm research friend
- 2023-05-18 23:10:04下载
- 积分:1
-
实时测试按键的键盘码和鼠标的位置
实时测试按键的键盘码和鼠标的位置-real-time testing the keyboard keys and mouse code position
- 2022-06-20 01:05:00下载
- 积分:1