-
List numbers in decending order using Linked List
List numbers in decending order using Linked List
- 2022-07-08 16:29:07下载
- 积分:1
-
vb开发!实现flash和vb相结合,做出来vb美化窗口!以及flash和vb结合的小程序应用!...
vb开发!实现flash和vb相结合,做出来vb美化窗口!以及flash和vb结合的小程序应用!-vb developers! Achieve the combination of flash and vb, vb landscaping done out of the window! As well as the combination of flash and vb application of a small program!
- 2023-05-01 07:15:03下载
- 积分:1
-
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。...
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。-lotto machine program,high speed,total random
- 2022-03-05 18:07:02下载
- 积分:1
-
vc6调用系统控制面板的各种选项对话框,如声音,字体,打印机等,适合初学者学习...
vc6调用系统控制面板的各种选项对话框,如声音,字体,打印机等,适合初学者学习-vc6 called the System control panel options dialog box, such as voice, fonts, printers, etc., for beginners to learn
- 2022-04-19 19:37:49下载
- 积分:1
-
应用WinAPI函数修饰程序窗体实例
应用WinAPI函数修饰程序窗体实例 -The instance of applying the WinAPI function to decorate the program windows.
- 2022-05-27 14:10:02下载
- 积分:1
-
多个js做的前台特效,暴多弹出消息框,消息提示
多个js做的前台特效,暴多弹出消息框,消息提示-Js to do more than the future of special effects, multiple sharp pop-up message box, message prompts, etc.
- 2023-09-02 13:15:03下载
- 积分:1
-
一组asp环境下进行语音聊天的程旭,有asp代码和数据库文件组成...
一组asp环境下进行语音聊天的程旭,有asp代码和数据库文件组成-a group asp environment for voice chat Cheng Xu, asp code and database files
- 2022-12-26 13:30:05下载
- 积分:1
-
地图Shp文件的显示
地图Shp文件的显示 包括图层的添加 放大缩小 移动 以及图层管理是一个很好的shp文件加载显示的源代码程序 一个有用的程序框架
vc6.0 环境下编译通过
- 2022-03-14 16:37:01下载
- 积分: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
-
DELPHI do with the flash interface source
DELPHI+用flash做的介面源程序-DELPHI do with the flash interface source
- 2022-07-19 08:17:38下载
- 积分:1