资源简介
图形化实现:多线程并发同步,缓冲区容量为2,爸爸放苹果,妈妈放橘子,儿子吃苹果,女儿吃橘子。
代码片段和文件信息
// CZ_TASK2.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CZ_TASK2.h“
#include “CZ_TASK2Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCZ_TASK2App
BEGIN_MESSAGE_MAP(CCZ_TASK2App CWinApp)
//{{AFX_MSG_MAP(CCZ_TASK2App)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCZ_TASK2App construction
CCZ_TASK2App::CCZ_TASK2App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCZ_TASK2App object
CCZ_TASK2App theApp;
/////////////////////////////////////////////////////////////////////////////
// CCZ_TASK2App initialization
BOOL CCZ_TASK2App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CCZ_TASK2Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-11-14 22:09 ooooo\
文件 48188 2013-11-14 08:10 ooooo\CZ_TASK2.APS
文件 1234 2013-11-13 20:39 ooooo\CZ_TASK2.clw
文件 2091 2010-10-18 16:15 ooooo\CZ_TASK2.cpp
文件 4664 2013-11-13 21:24 ooooo\CZ_TASK2.dsp
文件 522 2010-10-18 16:15 ooooo\CZ_TASK2.dsw
文件 1346 2010-10-18 16:15 ooooo\CZ_TASK2.h
文件 91136 2013-11-14 08:19 ooooo\CZ_TASK2.ncb
文件 53760 2013-11-14 08:19 ooooo\CZ_TASK2.opt
文件 977 2013-11-14 08:16 ooooo\CZ_TASK2.plg
文件 6152 2013-11-14 08:10 ooooo\CZ_TASK2.rc
文件 880 2010-10-18 16:15 ooooo\CZ_TASK2.sln
文件 7168 2010-10-18 16:15 ooooo\CZ_TASK2.suo
文件 7724 2010-10-18 16:15 ooooo\CZ_TASK2.vcproj
文件 1427 2010-10-18 16:15 ooooo\CZ_TASK2.vcproj.PC-20080611SWDO.Administrator.user
文件 10865 2013-11-14 08:19 ooooo\CZ_TASK2Dlg.cpp
文件 3461 2010-10-18 16:19 ooooo\CZ_TASK2Dlg.dsp
文件 528 2010-10-18 16:19 ooooo\CZ_TASK2Dlg.dsw
文件 1896 2010-10-18 16:15 ooooo\CZ_TASK2Dlg.h
文件 10112000 2010-10-18 16:20 ooooo\CZ_TASK2Dlg.ncb
文件 48640 2010-10-18 16:19 ooooo\CZ_TASK2Dlg.opt
文件 944 2010-10-18 16:19 ooooo\CZ_TASK2Dlg.plg
目录 0 2013-11-14 22:09 ooooo\Debug\
文件 122966 2013-11-14 08:16 ooooo\Debug\CZ_TASK2.exe
文件 223440 2013-11-14 08:16 ooooo\Debug\CZ_TASK2.ilk
文件 24862 2013-11-13 20:36 ooooo\Debug\CZ_TASK2.obj
文件 5106216 2013-11-14 08:16 ooooo\Debug\CZ_TASK2.pch
文件 394240 2013-11-14 08:16 ooooo\Debug\CZ_TASK2.pdb
文件 11720 2013-11-14 08:11 ooooo\Debug\CZ_TASK2.res
文件 53775 2013-11-14 08:16 ooooo\Debug\CZ_TASK2Dlg.obj
文件 105896 2010-10-18 16:15 ooooo\Debug\StdAfx.obj
............此处省略16个文件信息
- 上一篇:stm32+mpu6050+QMC5883L
- 下一篇:重庆大学软件学院uml课件
相关资源
- springmvc代码
- 基于MVC的图书管理系统|本科毕业设计
-
ob
jectARX自定义实体简单 - VC串口程序.rar
- Spring+SpringMVC+MyBatis+Maven+easyUI整合代码
- VC资源管理器及添加注册表关联图标
- 单片机多任务实现
- IIC-VCNL4000-红外测距和环境光测量代码
- linux多人聊天室管理系统
- usb摄像头在ARM上的测试程序
- CP210x_VCP_Win_XP_S2K3_Vista_7
- VC图形绘制程序计算机图形学
- 办公用房管理系统(图形化管理)简
- layui-springmvc-imgupload.zip
- SSM笔记-SpringMVC REST风格、基本标签初
- VC数据库编程.pdf(文字版)
- opencvc车流量统计
- 2015北邮银行大作业
- 由三点三维坐标计算圆半径和圆心位
- 操作系统实验多线程读者写者优先问
- Win32多线程程序设计.侯捷.超清完美版
- VC编程技术600个大型项目源码.rar
- tongxueluvc.rar
- MvcApplication1.rar
- wav格式音频文件播放并显示波形
- VC全景图拼接算法源码毕业设计+论文
- 函数发生器 正弦波 三角波 矩形波
- BusinessSkinForm VCL 12.10 D6~10.3 RIO 源码
- Schematic_VCU1525_REVA.pdf
- IOComp Components 4.0.4 Delphi 2007 2010 XE
评论
共有 条评论