-
man
人机界面开发的 C 语言程序库This help windowis very skinnybecause the helpwindow is automagicallysized to fitthe longesthelp line.~multipage_helpThis help screen will spill over to a 2nd page-man-machine interface development of C language program library This help windowis very skinnybecause the helpwindow is automagicallysized to fitthe longesthelp line. ~ Multipage_helpThis help screen will spill over to a 2nd page
- 2022-01-30 12:49:14下载
- 积分:1
-
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢...
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢- Stationmaster when 95 years wants to write simulation Delphi a
contact surface production C language contact surface procedure, the
name is called CBuilder, at that time C Builder not to have
- 2023-04-29 04:30:03下载
- 积分:1
-
基于VC++6.0的对话框的编程,完成一个计算机的功能,适合初学者学习,中学生借鉴...
基于VC++6.0的对话框的编程,完成一个计算机的功能,适合初学者学习,中学生借鉴-Based on VC++6.0 dialog programming, the completion of a computer" s functionality, suitable for beginners to learn, students learn
- 2023-08-23 12:15:03下载
- 积分:1
-
虚拟键盘鼠标驱动及调用源码,过HP、NP等保护
资源描述虚拟键盘鼠标驱动及调用源码,过HP、NP等保护
- 2022-06-02 10:16:16下载
- 积分:1
-
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。-a VC 6.0 forms prepared by the control, similar to the Excel tables controls.
- 2023-08-13 14:55:03下载
- 积分:1
-
MixColor_LED颜色识别
通过颜色传感器,把数据通过串口传到PC并在电脑屏上显示识别出来的颜色
主要特色: 串口
颜色识别很好
- 2022-06-28 18:44:19下载
- 积分:1
-
Design a Pizza shop Application using swing Component.
这是一个基本的GUI应用程序代码,描述了比萨饼店应用程序的设计。
- 2022-08-17 19:21:37下载
- 积分:1
-
简单的xp风格软件,没有解压密码,谢谢大家支持!
简单的xp风格软件,没有解压密码,谢谢大家支持!-simple xp style software, not extracting passwords and your support!
- 2022-02-13 10:16:34下载
- 积分: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
-
MFC listcontrol做的资源管理器
用MFC的listcontrol控件做的类似于windows资源管理器的界面,有返回上级文件夹的功能,并且可以对文件夹中文件在列表显示中排序,可根据名字,大小,创建时间进行排序。内有完整工程,可直接编译运行。
- 2022-07-03 23:28:37下载
- 积分:1