-
基于UCOSII操作系统的UCGUI实验
CGUI是一种嵌入式应用中的图形支持系统。它设计用于为任何使用LCD图形显示的应用提供高效的独立于处理器及LCD控制器的图形用户接口,它适用单任务或是多任务系统环境,并适用于任意LCD控制器和CPU下任何尺寸的真实显示或虚拟显示。它的设计架构是模块化的,由不同的模块中的不同层组成,由一个LCD驱动层来包含所有对LCD的具体图形操作.
- 2023-01-06 09:00:03下载
- 积分:1
-
SkeletonBasics-WPF
kinect获取骨架的源码,并保存20个骨骼点的三维坐标位置,可用于kinect的入门学习。
- 2022-04-08 14:08:44下载
- 积分:1
-
图像加边框
使用HTML5编程能够给人动态的网页效果,这就是一个例子,在你查看图片,给图片自动添加边框,给人以加框相册的感觉。
- 2022-01-26 03:26:27下载
- 积分:1
-
VC Outlook interface done
VC Outlook界面完成
- 2022-07-05 04:36:04下载
- 积分: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
-
近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面...
近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面选中的文件将无效,也就是说即使也白选,点击“确定”后没有任何操作 。本文将提供解决此问题的办法,并说明问题的来由。代码性质] VC完整应用程序代码
[代码作者] Northtibet
[文件大小] 28K
[更新日期] 2005-9-28 17:17:00 -recent letter from a reader : "online magazine" 26 is a period of the article : "CFileDialog return to the Custom dialog box," its procedures example of a bug. If more elections in the selected documents excessive, then behind the selected document will be invalid, which means that even if elections are white, and click on "identified" no operation. This paper will provide a solution to this problem, and indicate the origins of the problem. Nature code] VC integrity of the application code [code writers] Northtibet [Size] 28K [updated] 2005-9-28 17:17:
- 2022-03-03 19:43:23下载
- 积分:1
-
vb中利用winsock发送和接收文件程序
vb中利用winsock发送和接收文件程序-vb in the winsock to send and receive documentation procedures
- 2022-08-23 01:54:27下载
- 积分:1
-
显示WMF格式位图!
显示WMF格式位图!-show WMF format bitmaps!
- 2022-03-20 02:45:41下载
- 积分:1
-
The previous example of a follow
前一个例子的后续章节,讲解VB编程解构的-The previous example of a follow-up chapters to explain the VB programming deconstruction
- 2022-03-25 08:21:33下载
- 积分:1
-
本原码来自:thinking in java
本原码来自:thinking in java-yards from the Primitive : thinking in java
- 2022-07-18 06:10:34下载
- 积分:1