-
FOXPRO do with a performance management system. Fully functional, we are learnin...
用FOXPRO做的一个成绩管理系统.功能齐全, 既适合正在学习开发的学生借鉴,也适合市场-FOXPRO do with a performance management system. Fully functional, we are learning for students from the development, is also suitable for market
- 2022-01-26 01:51:08下载
- 积分:1
-
MFC可视化程序设计
模态对话框 非模态对话框 查找文件(如何查找多个文件) 问卷 计算器(减法,乘法,除法扩展) 外观(缺省) 响应 调整对话框颜色(颜色,笔刷) 多选(如何完成多选功能) 菜单切换 工具栏快捷键&快捷键
- 2022-11-21 00:00:09下载
- 积分:1
-
C# 简单的串口
用C#在VS2008下编写了一个串口用于接收数据,带所有代码,可以供C#初学者一个简单地实践,作为一个参考
- 2023-08-16 23:40:03下载
- 积分:1
-
编译原理tiny语言的扩充
资源描述
这是一个对于编译原理tiny语言的扩充代码
将其编译原理的的文法扩充了很多
很实用
可以产生一个小的tiny语言的程序界面
- 2023-08-07 18:00:04下载
- 积分:1
-
This is a series of trays with VC alarm clock, realize the main functions, and h...
这是用VC编的托盘闹钟,主要功能都实现了,有助于在继续扩充-This is a series of trays with VC alarm clock, realize the main functions, and help continue to expand
- 2022-01-22 07:34:38下载
- 积分:1
-
c++日志功能
这是一个关于程序运行和调试时记录程序运行情况的日志功能,不仅对于平时的调试有很大的作用,而且对于以后交付程序后,进行维护和管理,也是很关键的东西。是用c++编写的一个很完善的日志功能,日志分3个级别,支持多线程调用,优先级使用等,
- 2022-02-04 21:48:53下载
- 积分:1
-
Background: I use a derived class CListBox realize the host (owner
背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本...
-Background: I use a derived class CListBox realize the host (owner-draw) list box, the list box the width of the project exceeds the width of the list box itself, so when the mouse pointer point to large width of the list box, I would like to show a similar Toolbar prompt window, the window to display the complete text of the list box item ...
- 2023-06-26 08:10:03下载
- 积分:1
-
an excellent split Window Class
一个极好的拆分窗体的类-an excellent split Window Class
- 2022-12-13 19:35: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
-
给对话框增加工具条
给对话框增加工具条
给对话框增加工具条
给对话框增加工具条-Increase the tool bar to the dialog box to increase the tool bar to the dialog box dialog box to increase Toolbar
- 2022-03-03 01:57:46下载
- 积分:1