• 大小: 57KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C/C++
  • 标签: 界面  C  

资源简介

用C语言编写的波形发生器界面,正弦波方波三角波任意波

资源截图

代码片段和文件信息

// graph.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “graph.h“

#include “MainFrm.h“
#include “graphDoc.h“
#include “graphView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGraphApp

BEGIN_MESSAGE_MAP(CGraphApp CWinApp)
//{{AFX_MSG_MAP(CGraphApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard pri

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2006-09-28 11:38  graph9.28

     目录          0  2006-09-28 11:38  graph9.28\Debug

     文件      70320  2006-09-28 11:37  graph9.28\graph.aps

     文件       2682  2006-09-28 11:38  graph9.28\graph.clw

     文件       4191  2006-09-20 11:24  graph9.28\graph.cpp

     文件       4798  2006-09-26 20:14  graph9.28\graph.dsp

     文件        533  2006-09-20 11:24  graph9.28\graph.dsw

     文件       1345  2006-09-20 11:24  graph9.28\graph.h

     文件     173056  2006-09-28 11:38  graph9.28\graph.ncb

     文件      61952  2006-09-28 11:38  graph9.28\graph.opt

     文件       1374  2006-09-28 11:38  graph9.28\graph.plg

     文件      11749  2006-09-27 22:13  graph9.28\graph.rc

     文件       1722  2006-09-20 11:24  graph9.28\graphDoc.cpp

     文件       1464  2006-09-20 11:24  graph9.28\graphDoc.h

     文件      10492  2006-09-28 11:38  graph9.28\graphView.cpp

     文件       2792  2006-09-27 22:06  graph9.28\graphView.h

     文件       2584  2006-09-25 09:22  graph9.28\MainFrm.cpp

     文件       1581  2006-09-20 11:24  graph9.28\MainFrm.h

     文件       4287  2006-09-20 11:24  graph9.28\ReadMe.txt

     目录          0  2006-09-28 11:37  graph9.28\res

     文件    1350054  2006-09-26 20:13  graph9.28\res\bb.bmp

     文件       1270  2006-09-25 10:56  graph9.28\res\bitmap1.bmp

     文件      41570  2006-09-27 22:13  graph9.28\res\bitmap2.bmp

     文件    1066854  2006-09-26 19:30  graph9.28\res\bitmap3.bmp

     文件       1078  2006-09-25 09:05  graph9.28\res\graph.ico

     文件        397  2006-09-20 11:24  graph9.28\res\graph.rc2

     文件       1078  2006-09-20 11:24  graph9.28\res\graphDoc.ico

     文件       1078  2006-09-20 11:24  graph9.28\res\Toolbar.bmp

     文件        238  2006-09-24 22:09  graph9.28\res\toolbar1.bmp

     文件       1837  2006-09-27 22:09  graph9.28\resource.h

............此处省略5个文件信息

评论

共有 条评论