-
托盘图标设计程序
用VC设计托盘图标程序-VC tray icon design procedures
- 2022-12-14 16:05:03下载
- 积分:1
-
(车位视频监控示例)
这是一个演示的停车视频监控。代码语言是 visual c + + 中。编码环境是 visual studio 2010。它集成 opencv 2.4.3.It 是 SDI ribbon 工具栏。我可以玩视频的 avi 格式。
- 2022-04-01 13:51:53下载
- 积分:1
-
介绍一个有Toolbar功能的可重用类 CPopupText
介绍一个有Toolbar功能的可重用类 CPopupText-Toolbar introduced a function of reusable type CPopupText
- 2022-06-21 09:09:29下载
- 积分:1
-
基于Qt的实时动态曲线绘制
基于Qt的实时动态曲线绘制,演示了QPainter QTimerEvent的使用。-Qt based real-time dynamic curve drawing, demonstrates the use of QPainter QTimerEvent.
- 2022-04-28 21:21:48下载
- 积分:1
-
vc Motion tab Programming
vc中运动tab的编程实现-vc Motion tab Programming
- 2022-07-24 11:26:28下载
- 积分:1
-
Table TabStrip control the use of examples of the use of simple control example...
TabStrip表控件使用实例,简单的TAB控件使用范例-Table TabStrip control the use of examples of the use of simple control example TAB
- 2022-02-26 09:03:30下载
- 积分:1
-
establish greater than the virtual screen form
建立大于屏幕的虚拟表单-establish greater than the virtual screen form
- 2022-04-08 06:51:57下载
- 积分:1
-
小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。...
小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。 -wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problems. You are welcome to these proposals.
- 2022-07-08 13:04:03下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页...
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页-VC ODBC database application source Elaborates on Serial Communication in Win32 attributes page
- 2022-08-15 22:21:07下载
- 积分:1