-
此源文件可以使用和分配,而不受限制的提供。
This source file may be used and distributed without restriction provided that this copyright statement is not removed from the file and that any derivative work contains the original copyright notice and the associated disclaimer.
This software is provided “as is” and without any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. in no event shall the author or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services loss of use, data, or profits or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
-This source file may be used and distributed without restriction p
- 2022-05-06 01:26:04下载
- 积分:1
-
Systemverilog教程
这是GUI写代码的Verilog的SystemVerilog与begineer的最佳方式。我敢肯定,你可以在1个月后写的SystemVerilog代码!祝好运!
- 2022-03-26 03:52:20下载
- 积分: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
-
C++打开图片
该代码使用C++6.0编写,使用MFC,能够打开图片,保存,是图像处理的基础界面,为图像处理程序的编写省时省力,属于基础代码,可供初学者学习模仿,也可以供图像工作者作为基本源码进行高级编程处理
- 2022-02-24 14:39:06下载
- 积分:1
-
inventory system
此系统用于库存目的nkknxNCNPn scjsaf9js i jdo9q9 opdfm wf msjf0jd fiq0fq gfiu fkf-fofi fk-=
- 2022-08-14 22:56:15下载
- 积分:1
-
Implementation prepared by VC interface status bar and progress bar shows the pr...
用VC编写的实现界面状态栏进度条显示及进度控制的代码-Implementation prepared by VC interface status bar and progress bar shows the progress of the control code
- 2022-05-13 05:21:27下载
- 积分:1
-
非常深入的界面分割底层,涉及到了很深的mfc编程,过程非常完美,对于进一步地提高非常好。...
非常深入的界面分割底层,涉及到了很深的mfc编程,过程非常完美,对于进一步地提高非常好。-Very in-depth segmentation of the underlying interface, involving the deep mfc programming process is perfect, for further improve very good.
- 2023-04-28 17:25:04下载
- 积分:1
-
thank you
主要功能:用户登录、增加学生信息、删除学生信息、修改学生信息、查询学生信息、学生成绩排序-thank you
- 2022-02-04 21:58:04下载
- 积分:1
-
教师管理系统
教师信息管理系统是典型的信息管理系统,易使用等特点。
- 2023-01-18 04:40:03下载
- 积分:1
-
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂...
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂-api login
- 2022-01-28 23:57:25下载
- 积分:1