tool.h

来自「对比分类器的测试数据和输出结果」· C头文件 代码 · 共 22 行

H
22
字号
// Tool.h: interface for the CTool class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_TOOL_H__69CCAD03_C8C8_42A2_BCFD_83A308E45A1E__INCLUDED_)
#define AFX_TOOL_H__69CCAD03_C8C8_42A2_BCFD_83A308E45A1E__INCLUDED_

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

class CTool  
{
public:
	void Pr();
	CTool();
	virtual ~CTool();

};

#endif // !defined(AFX_TOOL_H__69CCAD03_C8C8_42A2_BCFD_83A308E45A1E__INCLUDED_)

⌨️ 快捷键说明

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