www.pudn.com > LL1.rar > ll.h
// LL1.h: interface for the LL1 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LL1_H__78F77B06_D8D4_47FE_A68A_94EC3FAE733F__INCLUDED_)
#define AFX_LL1_H__78F77B06_D8D4_47FE_A68A_94EC3FAE733F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
struct jiegou
{
char name[7];
};
struct lianzhan
{
char ch;
struct lianzhan *next;
};
class ll
{
public:
int panduanbiaodashi(char str[]);
ll();
virtual ~ll();
private:
char feizhong[5];
char zhong[6];
jiegou chanshengshi[5][6];
jiegou chanshengshi1[5][6];
};
#endif // !defined(AFX_LL1_H__78F77B06_D8D4_47FE_A68A_94EC3FAE733F__INCLUDED_)