当前位置:网站首页>其他代码,,vt,,,k
其他代码,,vt,,,k
2022-06-26 00:26:00 【ooolmf】
void Cmy3DScanMFCDlg::showCamDlg()
{
getClientRect();
cam.showCam();
}
static UINT ChildThread1(LPVOID Param)//开线程
{
Cmy3DScanMFCDlg* pChildThread1 = (Cmy3DScanMFCDlg*)Param;
pChildThread1->showCamDlg();
return 0;
}
void Cmy3DScanMFCDlg::OnBnClickedButtonCam()//连接相机
{
AfxBeginThread(ChildThread1, (LPVOID)this);//开线程
}
static UINT ChildThread2(LPVOID Param)//开线程
{
Cmy3DScanMFCDlg* pChildThread2 = (Cmy3DScanMFCDlg*)Param;
pChildThread2->dlpConnected();
return 0;
}
边栏推荐
- UN make (6) conditional execution of makefile
- PTA class a simulated 8th bomb: 1164-1167
- 前置++,后置++与前置--与后置--(++a,a++与--a,a--)
- 宁要一个完成,不要千万个开始(转载自豆瓣)
- 缓冲
- shell学习记录(一)
- 阳光男孩陈颢天 受邀担任第六季完美童模全球总决赛代言人
- CYCA少儿形体礼仪 乐清市培训成果考核圆满落幕
- 17.11 std:: atomic continuation, std:: async in-depth discussion
- How to set achievable medium - and long-term goals?
猜你喜欢
随机推荐
recvmsg & sendmsg
shell学习记录(一)
PTA class a simulated fifth bomb: 1148-1151
Computer shortcut keys commonly used by experts
元气少女王钰洁 受邀担任第六季完美童模全球总决赛代言人
Xiaomi tablet 5 Pro unlock bootloader
shell学习记录(四)
17.11 std::atomic续谈、std::async深入谈
接口测试用例设计
shell curl 执行脚本,带传参数,自定义参数
宁要一个完成,不要千万个开始(转载自豆瓣)
Tcp网络通信中各个状态的含义
Show spirit chenzitong was invited to be the chief experience officer of the global finals of the sixth season perfect children's model
求n的乘阶
What happens from entering a web address in the browser's input box to seeing the contents of the web page?
shell学习记录(三)
影响个人成长的三个因素
xargs 的作用详解
前置++,后置++与前置--与后置--(++a,a++与--a,a--)
PTA class a simulated sixth bomb: 1156-1159








