资源简介
简易版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个文件信息
- 上一篇:C++/MFC扫雷完整程序C++大作业
- 下一篇:哈希表实现通讯录
相关资源
- Thinking in C++中文版
- C++语言程序设计_第四版_郑莉_高清p
- 东南大学C++课件-何洁月80讲(总).
- DevC++
- C/C++实验系统
- 一个月挑战c++
- vsC++编程新手指导
- C++语言编程器
- VS2008 windows应用程序C++
- C++深入版
- C++PPT
- 关于MFC的 基本用法及实例的源代码
- C++沉思录
- c++核心编程技术
- C++出错提示英汉对照
- c++/c语言学习系统
- C和C++安全编码(中文版)
- c++基础教程
- VC++6.0
- Microsoft Visual C++ 2010
- 嵌入式CC++语言精华文章集锦
- 交通灯管理仿真程序
- CC++库函数
- C++_STL使用例子大全
- C C++精华帖合辑(新手必看)
- C++ 基本语法及实例说明
- 《算法竞赛入门经典》
- C++API
- c++深度剖析木马程序
- c++练习题
评论
共有 条评论