-
VC操作Excel的示范源码,已经封装 可以直接使用,方便
VC操作Excel的示范源码,已经封装 可以直接使用,方便-VC operation Excel source model has Packaging can be used directly to facilitate
- 2022-03-15 18:07:23下载
- 积分:1
-
第一次上传,弄了一个简单的链表实现代码,希望以后有机会继续上传质量高的代码...
第一次上传,弄了一个简单的链表实现代码,希望以后有机会继续上传质量高的代码-The first upload, get a simple linked list implementation code, and hope that it will have the opportunity to upload high quality code
- 2022-02-11 21:36:10下载
- 积分:1
-
datagrid 的应用,包括一些基本的常用的用法
datagrid 的应用,包括一些基本的常用的用法-datagrid applications, including some basic common usage
- 2022-03-03 17:22:07下载
- 积分:1
-
a demonstration of the procedure, including the standing wave, interference, dif...
一个演示波特性的程序,包括驻波、干涉、衍射、反射等。无解压密码。-a demonstration of the procedure, including the standing wave, interference, diffraction, reflexes. Without extracting passwords.
- 2022-05-27 23:49:27下载
- 积分:1
-
项目代码
- 2023-08-01 14:50:03下载
- 积分:1
-
电池监控控件
用于显示存留电量,电池监控软件
- 2022-01-30 10:59:09下载
- 积分:1
-
VC++ DrawIcon在窗体上使用图标
// DrawIcon.cpp : Defines the class behaviors for the application.
// Download by http://www.codefans.net
#include "stdafx.h"
#include "DrawIcon.h"
#include "DrawIconDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////////////////////////
- 2023-06-25 21:50:03下载
- 积分:1
-
rsa 加密系统
RSA Aymetric 地球 cryptographique 魁甚嚣尘上编码器联合国偷窃车辆活动德代码的秘密。ce 方案 est de développer l" 利用杜语言 c et il couru correctement avec 乐地球 Windows。文件 2 的内容文件。
- 2022-05-27 09:58:23下载
- 积分:1
-
用skin++编写的一个漂亮的界面编程,
对话框及各种控件的使用...
用skin++编写的一个漂亮的界面编程,
对话框及各种控件的使用-skin preparation with a nice interface programming, the various dialog boxes and controls the use of
- 2023-08-05 01:10: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