-
The personnel management system
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-09 18:57:06下载
- 积分:1
-
PB通用使用框架,最主要的是直接能够使用,进行编程.不用考虑那么多的繁琐过程...
PB通用使用框架,最主要的是直接能够使用,进行编程.不用考虑那么多的繁琐过程-PB common use frameworks, the most important thing is to directly use for the programming. Without considering so many tedious process
- 2022-08-05 16:20:02下载
- 积分:1
-
CPU与内存波形检测器
实时获取CPU和内存的使用率,在VC6下使用双缓存将波形图实时的绘制出来,并从右向左移动,从而达到监控CPU和内存使用率的效果。程序运行完整有效,值得借鉴。
- 2022-02-09 15:51:20下载
- 积分:1
-
终极窗口媒体播放器
应用背景最终的窗口媒体播放器是一个功能齐全的一般媒体播放器,可以播放音乐/视频在你自己的媒体播放器;关键技术最终的窗口媒体播放器是在视觉+ +使用窗口窗体应用程序和窗口媒体播放器控制创建。水平和,滚动条和,是与同步的,与媒体播放器,允许用户滚动通过视频。该卷和,跟踪栏和允许用户控制音量。
- 2022-01-21 18:08:02下载
- 积分:1
-
在对话框里的打印功能,由于对话框里打印没有那么明显,就放上来了...
在对话框里的打印功能,由于对话框里打印没有那么明显,就放上来了-Lane in the Print dialog function, Lane Print dialog box is not as obvious on the Fangshanglai
- 2022-01-25 19:35:57下载
- 积分:1
-
一个skin风格的进度条,推荐下载
一个skin风格的进度条,推荐下载--A progress bar with skin styles,recommend!
- 2023-09-06 12:30:03下载
- 积分:1
-
This a net chatting tool, written by me, shiingore, using Sockets.
This a net chatting tool,written by me,shiingore,using Sockets,-This a net chatting tool, written by me, shiingore, using Sockets.
- 2022-04-02 04:21:54下载
- 积分:1
-
C# menustrip toolstrip iamgelist trackbar 等控件的简单使用说明
C# menustrip toolstrip iamgelist trackbar 等控件的简单使用说明,可以快速掌握一些简单控件的使用
- 2022-06-12 04:16:52下载
- 积分: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
-
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would u...
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would use the skin images instead ofsimple colors and just could not find that. And I struggled quit a lot to make it but ..:( anywayso found out another solution that is 3D pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments/-3D pie IntroductionHi all! ! Well I have been looking for a pie that would control the use images instead ofsimple skin colors and just could not find that. And I struggled quit a lot to make it but .. : (anywayso found out another 3D solution that is pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments /
- 2022-08-02 18:11:26下载
- 积分:1