?? llfenxi.h
字號:
// LlFenxi.h: interface for the LlFenxi class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LLFENXI_H__A6B35A0B_6FB9_4191_A775_08C173B2A74B__INCLUDED_)
#define AFX_LLFENXI_H__A6B35A0B_6FB9_4191_A775_08C173B2A74B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include<iostream>
#include<stack>
#include<string>
#include<vector>
#include "StrOper1.h"
using namespace std;
struct fxlist
{
int kind;
int key;
};
class LlFenxi
{
public:
int zong(char *a,FILE *file,danci *w);
int fenxi(char *a,FILE *file,danci *w);
LlFenxi();
int findno(string a);
int findchar(char a);
void listoutv(vector<string> s);
void pushstr(string s);
void bachpath(int n,int m);
void vwfile(FILE *file,vector<string> s);
void huitian();
int diji;
int f1out;
int f2in;
int f3in;
int f3out1;
int f3out2;
int f4in;
string bian;
int f4out;
int zuihou;
stack<string> value;
stack<string> sta;
vector<string> four;
virtual ~LlFenxi();
};
#endif // !defined(AFX_LLFENXI_H__A6B35A0B_6FB9_4191_A775_08C173B2A74B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -