简单的示波器程序

源代码在线查看: control.cpp

软件大小: 111 K
上传用户: iamguest88
关键词: 示波器 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Control.cpp : implementation file
				//
				
				#include "stdafx.h"
				#include "aaa.h"
				#include "Control.h"
				
				#ifdef _DEBUG
				#define new DEBUG_NEW
				#undef THIS_FILE
				static char THIS_FILE[] = __FILE__;
				#endif
				
				/////////////////////////////////////////////////////////////////////////////
				// CControl
				
				CControl::CControl()
				{
				}
				
				CControl::~CControl()
				{
				}
				
				
				BEGIN_MESSAGE_MAP(CControl, CWnd)
					//{{AFX_MSG_MAP(CControl)
						// NOTE - the ClassWizard will add and remove mapping macros here.
					//}}AFX_MSG_MAP
				END_MESSAGE_MAP()
				
				
				/////////////////////////////////////////////////////////////////////////////
				// CControl message handlers
							

相关资源