• 大小: 645KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 标签: C++  MFC  rhx简易版  

资源简介

简易版C++,MFC在直角坐标系中绘制数学函数(支持上下左右,放大缩小),文件中代码注释很多,有助于你了解该程序!

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ht.h“
#include “htDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHtApp

BEGIN_MESSAGE_MAP(CHtApp CWinApp)
//{{AFX_MSG_MAP(CHtApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CHtApp construction

CHtApp::CHtApp()
{
// TODO: add construction code here
// Place all significant initializat

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-19 21:16  ht\
     目录           0  2018-11-03 10:51  ht\Debug\
     文件      155711  2018-11-19 20:31  ht\Debug\ht.exe
     文件      197820  2018-11-19 20:31  ht\Debug\ht.ilk
     文件       43266  2018-09-29 18:24  ht\Debug\ht.obj
     文件      646076  2018-09-29 18:19  ht\Debug\ht.pch
     文件      394240  2018-11-03 10:51  ht\Debug\ht.pdb
     文件        3176  2018-09-28 00:06  ht\Debug\ht.res
     文件      145119  2018-11-19 20:31  ht\Debug\htDlg.obj
     文件        1903  2018-09-29 18:19  ht\Debug\StdAfx.obj
     文件      320512  2018-11-19 20:31  ht\Debug\vc60.idb
     文件      380928  2018-11-03 10:51  ht\Debug\vc60.pdb
     文件       21764  2018-11-02 16:18  ht\ht.aps
     文件        1756  2018-11-19 21:16  ht\ht.clw
     文件        2007  2018-09-21 15:08  ht\ht.cpp
     文件        1475  2018-09-29 18:25  ht\ht.dev
     文件        4087  2018-09-21 15:08  ht\ht.dsp
     文件         512  2018-09-21 15:08  ht\ht.dsw
     文件        1673  2018-09-29 18:24  ht\ht.h
     文件         413  2018-09-29 18:26  ht\ht.layout
     文件       58368  2018-11-19 21:16  ht\ht.ncb
     文件       54784  2018-11-19 21:16  ht\ht.opt
     文件         504  2018-11-19 20:31  ht\ht.plg
     文件        6289  2018-09-27 20:00  ht\ht.rc
     文件       36809  2018-11-19 21:16  ht\htDlg.cpp
     文件        1620  2018-09-27 17:58  ht\htDlg.h
     文件         581  2018-09-29 18:14  ht\ht_private.h
     文件          88  2018-09-29 18:14  ht\ht_private.rc
     文件        1381  2018-09-29 18:25  ht\Makefile.win
     文件        3507  2018-09-21 15:08  ht\ReadMe.txt
     目录           0  2018-09-21 15:08  ht\res\
............此处省略5个文件信息

评论

共有 条评论