⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawgraph.h

📁 无线传感器网络mrps协议算法的vc实现算法
💻 H
字号:
// DrawGraph.h: interface for the CDrawGraph class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_DRAWGRAPH_H__4F7734D5_00C2_4D18_ACD8_CF2233B50A6E__INCLUDED_)
#define AFX_DRAWGRAPH_H__4F7734D5_00C2_4D18_ACD8_CF2233B50A6E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CDrawGraph  
{
public:
	static void DrawCoordinates(CDC *pDC,int m_rectlenth,int m_rectwidth,int m_hcellnum,int m_vcellnum);
	CDrawGraph();
	virtual ~CDrawGraph();

};

#endif // !defined(AFX_DRAWGRAPH_H__4F7734D5_00C2_4D18_ACD8_CF2233B50A6E__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -