-
Through the code to implement database backup and recovery. System to adapt to w...
通过代码实现数据库的备份和恢复。系统适应windows98/2000/NT操作简单
- 2022-03-23 08:55:12下载
- 积分:1
-
基于Qt的城市天气查询
点击查询按钮,从中国天气网获取当前天气的详细描述并提取显示在界面上。天气网api的返回格式为xml,需要输入城市代码,城市代码和名称写在配置文件weather.ini中,用户可更改查询其他城市。api的详细解析方法见 中国天气网API.mht文件。
- 2022-08-15 04:32:32下载
- 积分: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
-
一个自绘按钮的实现例子
一个自绘按钮的实现例子-painted a button from the realization example
- 2022-08-02 23:57:07下载
- 积分:1
-
redraw the window this is a very good redraw window
redraw the window this is a very good redraw window
- 2022-03-23 02:17:50下载
- 积分:1
-
V1.2 更新:
* 默认对原OEM信息进行备份;
* 修正windows 98下部分品牌无法使用的错误;
* 增加windows 98下安装...
V1.2 更新:
* 默认对原OEM信息进行备份;
* 修正windows 98下部分品牌无法使用的错误;
* 增加windows 98下安装序列号的显示;
* 修正选择自定义信息后无法再选择内置信息的错误;
* 文件选择对话框去掉预览功能,以支持快捷方式的文件联接。
V1.1 更新:
* 增加对windows 98的支持;
* 增加显示产品序列号。
V1.0 更新:
* 增加新联想OEM信息和11种主流CPU信息;
* 改正高级选项里的一个BUG。
V0.99 发布,内置15种品牌OEM信息,可自定义OEM信息。-V1.2 Update :* OEM default on the original information backup;* Amendments to the lower part of windows 98 brands can not use error;* Installation of windows 98 of the sequence shows;* Amendments to select the custom message can no longer choose the wrong message embedded;* Documentation election Optional box removed preview capabilities to support efficient way connected to the paper. V1.1 Update :* increase support for Windows 98;* The increasing product serial number. V1.0 Update :* The new Lenovo OEM information and 11 CPU;* High corrective options"s a BUG. V0.99 released, built-in 15 brands OEM information, OEM-defined information.
- 2022-03-02 04:43:51下载
- 积分:1
-
Internet Explorer 4 style UI IE4.0风格的界面效果(29KB)
Internet Explorer 4 style UI IE4.0风格的界面效果(29KB)-style UI Batteries style interface effects (Take)
- 2023-03-14 14:40:03下载
- 积分:1
-
histogram equalization, vc image processing plants useful to beginners
直方图均衡化,vc图像处理初学者分厂有用-histogram equalization, vc image processing plants useful to beginners
- 2023-02-23 16:30:03下载
- 积分:1
-
vc_control
vc_control
- 2022-09-30 14:40:03下载
- 积分:1
-
混合项目链表
mix project link list in c-mix project link list in c
- 2022-08-13 21:35:51下载
- 积分:1