-
基于485串口通信的VB控制变频器源码
应用背景RS-485串行通讯能够保证快速、稳定、远间隔地传输数据,已经越来越多地应用于产业控制。与PC机串行通讯的硬件特性、通讯协议及软件实现。实验表明:该通讯性能稳定、实用效果良好。关键技术vb源码控制电机的速度变化,包括通讯设置和控制编程。
- 2022-03-19 20:11:03下载
- 积分:1
-
a demonstration of the procedure, including the standing wave, interference, dif...
一个演示波特性的程序,包括驻波、干涉、衍射、反射等。无解压密码。-a demonstration of the procedure, including the standing wave, interference, diffraction, reflexes. Without extracting passwords.
- 2022-05-27 23:49:27下载
- 积分:1
-
a good simulation of the Windows software included in the progress of the small...
一个不错的模拟Windows软件载入进度条的小程序-a good simulation of the Windows software included in the progress of the small programs
- 2023-04-22 18:25:03下载
- 积分:1
-
一个制作圆形按钮的例子
一个制作圆形按钮的例子-An example of the production of radio button
- 2022-01-20 23:20:29下载
- 积分:1
-
ssk格式的文件转换为jx4,基于c++开发的
ssk格式的文件转换为jx4,基于c++开发的
- 2022-01-25 21:17:55下载
- 积分: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
-
创建InterBase数据库
创建InterBase数据库-flash演示-created InterBase database-flash demo
- 2022-07-06 13:30:24下载
- 积分:1
-
带图形或文字的超级联接控件
带图形或文字的超级联接控件-Supper attach control which can display picture or text
- 2022-09-07 07:00:03下载
- 积分:1
-
opengl 范例
学习OPENGL的例子,我开始接触OPENGL, 是从这个范例中找到的乐趣适合初学者,好东西,大家一起分享 。
- 2022-04-15 22:29:35下载
- 积分:1
-
学生管理
源数据库的SQL服务器 ;学生管理。EXT型图像
- 2022-01-31 15:41:50下载
- 积分:1