-
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化....
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化.-characters on a beating characters to the ups and downs by the time interval followed by beating uniform, increase with a change in color.
- 2022-08-26 00:04:19下载
- 积分:1
-
Windows环境下32位汇编语言程序设计,十分全面
Windows环境下32位汇编语言程序设计,十分全面-Windows Environment 32-bit assembly language programming, a very comprehensive
- 2022-11-03 12:05:03下载
- 积分:1
-
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题-VC through multi-language DLL example, can be used in international settlement procedures of the problem
- 2022-03-02 07:21:52下载
- 积分:1
-
更新时间的软件
应用背景电脑上的时间有时会不正确,有时也想知道自己开机多长时间了。那么这个软件可以帮助你实现这一切。更新时间,并显示开机多久的软件,它可以开多个线程去多个时间服务器上查找合适的服务器更新时间,并显示开机多久的软件,它可以开多个线程去多个时间服务器上查找合适的服务器更新时间,并显示开机多久的软件,它可以开多个线程去多个时间服务器上查找合适的服务器关键技术多线程,时间服务器,更新时间,mfc更新时间,并显示它可以开多个线程去多个时间服务器上查找合适的服务器
- 2022-03-01 08:08:35下载
- 积分:1
-
基于中兴的消息平台的短信息网关程序,有线程管理和数据记录功能...
基于中兴的消息平台的短信息网关程序,有线程管理和数据记录功能-based ZTE"s messaging platform in the short message gateway procedures, thread management and data recording function
- 2022-02-15 18:01:02下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
源代码样本章2,4,6,和8都包含在evenchap…
The source code samples for chapter 2, 4, 6, and 8 are contained in the EvenChapters project. Those chapters all reference various aspects of this single project. The source code for the BullsEye control (chapter 10 example) is in the BullEyeCtl project. The source samples for the other chapters are provided in the Chapter XX sub-directories.
- 2022-02-01 15:30:58下载
- 积分: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,MFC中显示图像,如GIF,JPEG等格式
在VC,MFC中显示图像,如GIF,JPEG等格式-in VC, MFC showed images such as GIF, JPEG format, etc.
- 2022-07-13 00:45:24下载
- 积分:1
-
仿OUTLOOK
仿OUTLOOK-imitation OUTLOOK
- 2022-08-08 18:24:10下载
- 积分:1