llfenxi.h
来自「分析for i=E step E until E do i=E」· C头文件 代码 · 共 54 行
H
54 行
// 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 + =
减小字号Ctrl + -
显示快捷键?