txtcount.h

来自「英文文章一二阶信息熵的统计计算」· C头文件 代码 · 共 50 行

H
50
字号
// txtcount.h : main header file for the TXTCOUNT application
//

#if !defined(AFX_TXTCOUNT_H__4E2DAB5E_3665_457C_A5C2_2F8354C314A3__INCLUDED_)
#define AFX_TXTCOUNT_H__4E2DAB5E_3665_457C_A5C2_2F8354C314A3__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CTxtcountApp:
// See txtcount.cpp for the implementation of this class
//

class CTxtcountApp : public CWinApp
{
public:
	CTxtcountApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTxtcountApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CTxtcountApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TXTCOUNT_H__4E2DAB5E_3665_457C_A5C2_2F8354C314A3__INCLUDED_)

⌨️ 快捷键说明

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