无线传感器网络mrps协议算法的vc实现算法
源代码在线查看: drawgraph.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_)