-
City to the National Defense University were some people in the distance when th...
中国防大学要城区人有的人的要在圾遥和一枯夸大辰琦在霜在历遥在劝要不得一经在一塌胡涂-City to the National Defense University were some people in the distance when thousands of blight and an exaggerated e-kay cream in the calendar distance advised by an undesirable in a mess
- 2022-02-14 01:22:11下载
- 积分:1
-
Avionics Instruements Demo
The code is re-coded by myself for modifying the mathematics rotatioin and translation portion of the orginal source from code.google.com with GDI+ matrix operations. The demo program shows how to use these avionics instruments, but lacking of remark/descriptions in the source code due to rush work. Another points for the modifications are: the unit of rotation has been changed to degree, not radian; properties of each customized control are added for using in design phase.
- 2022-04-27 23:58:20下载
- 积分:1
-
vb achieve xp style, make your interface stylish vb
vb实现xp风格,使你的vb界面美观大方-vb achieve xp style, make your interface stylish vb
- 2022-01-25 14:43:51下载
- 积分:1
-
编写一个程序,在窗口中显示“VC中显示字体与背景”,字体颜色为红色,背景色为黄色,字体为宋体,字高40。...
编写一个程序,在窗口中显示“VC中显示字体与背景”,字体颜色为红色,背景色为黄色,字体为宋体,字高40。-Write a program displayed in the window " VC to display fonts and background" , font color is red, a yellow background color, font to Arial, the words high 40.
- 2022-05-28 23:19:43下载
- 积分:1
-
界面程序,Visual Studio2005开发,Windows平台。
界面程序,Visual Studio2005开发,Windows平台。-Visual Studio2005,Windows
- 2023-05-29 12:55: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
-
宾果游戏
宾果游戏 is a 游戏的机会玩过哪些球员反对 5 x 5 矩阵已经预先印制的数字相匹配的随机绘制数字。
- 2022-07-10 13:55:06下载
- 积分:1
-
用VB实现的漂亮的窗体界面,对设计多媒体程序界面非常有用 。...
用VB实现的漂亮的窗体界面,对设计多媒体程序界面非常有用 。-VB forms of the beautiful interface, the design of multimedia programming interfaces very useful.
- 2022-04-24 18:16:21下载
- 积分:1
-
android 翻书效果实现
在android上实现页面翻书特效,可以用于商用软件,真实体验感超强,吐血共享
翻页特效加增强的纸张透视和书脊阴影特效,完全真实再现纸质书翻页体验
已经在商用软件中应用,吐血推荐
- 2022-03-23 15:33:53下载
- 积分:1
-
vc6.0开发的各种不规则窗口的实现,非常实用,好看
vc6.0开发的各种不规则窗口的实现,非常实用,好看
- 2022-01-31 06:54:10下载
- 积分:1