无线传感器网络mrps协议算法的vc实现算法

源代码在线查看: drawgraph.h

软件大小: 67 K
上传用户: pjamytian
关键词: mrps 算法 无线传感器网络 协议
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 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_)
							

相关资源