-
高仿爱奇艺的安卓端界面
非常适合安卓初学者,纯界面。有首页、分类、搜索、我的资料、更多等界面,仿奇艺全套UI,学习界面布局设计素材。
- 2022-01-22 11:03:02下载
- 积分:1
-
a simple literary assistant ah! ~ ~ Can be statistics or the number of character...
一个简单的文学助手啊!~~可以统计数字或字的数量还有所在的行-a simple literary assistant ah! ~ ~ Can be statistics or the number of characters have the line
- 2022-03-24 06:19:28下载
- 积分:1
-
一个用于创建COM接口与LCC的建议
A proposal for creating COM interfaces with lcc-win32 with an extended structure holding the interface vtable and the required variables for one instance of the COM interface.
Demo for Drag and Drop.-A proposal for creating COM interfaces wit h LCC- win32 with an extended structure holding the interface vtable and the required variable s for one instance of the COM interface. Demo for Drag and Drop.
- 2023-02-15 06:55:03下载
- 积分:1
-
获取应用程序所用图标并显示在界面,双击所需要的图标进入单独显示界面,可转换为ICO文件...
获取应用程序所用图标并显示在界面,双击所需要的图标进入单独显示界面,可转换为ICO文件-Used to obtain the application icon and displayed in the interface need to double-click the icon to enter the separate display can be converted to ICO file
- 2022-03-04 17:18:35下载
- 积分:1
-
一个在软件开发中的,动画实例,当初为了研究学校的上网管理软件EYOU而找到的源码,很有帮助.看看吧....
一个在软件开发中的,动画实例,当初为了研究学校的上网管理软件EYOU而找到的源码,很有帮助.看看吧.-one in software development, animation examples, The criteria for the study on the Internet management software EYOU to find the source and helpful. let"s see it.
- 2022-03-10 07:51:29下载
- 积分:1
-
数据挖掘_ KNN
&k近邻算法(k-NN)是一种非参数算法
- 2022-05-20 10:57:33下载
- 积分: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
-
这是PC机与电力线载波芯片IT800D的通信程序
这是PC机与电力线载波芯片IT800D的通信程序-This is the PC-chip with the power line carrier communication procedures IT800D
- 2022-03-21 14:07:48下载
- 积分:1
-
序列化与反序列化库qjson
一个可以利用的数据序列化与反序列化库,在您的Qt程序中有时会传递不同类型的参数,一些有复杂数据结构的参数类型可以用json对象来代替,从而达到高效,qjson库可以帮助您快速方便地序列化您的数据结构以及便捷地反序列化这个json对象,达到高效利用的目标。
- 2022-06-12 06:38:22下载
- 积分:1
-
分页对话框控件(TABCTL32.OCX)的使用,归纳了一些多线程/网络/数据库/图像处理方面的vc程序模板,方便测试。...
分页对话框控件(TABCTL32.OCX)的使用,归纳了一些多线程/网络/数据库/图像处理方面的vc程序模板,方便测试。-Page dialog box controls (TABCTL32.OCX) the use, summarized in a number of multi-threaded/network/database/image processing template vc procedures to facilitate the test.
- 2022-03-24 03:53:25下载
- 积分:1