資源簡介
#include<iostream> using namespace std; struct node { char temp; node *next; }; class forecase { public: forecase(node *ptr,int);//構造函數 bool judge_stack_top(); //判斷 bool judge_input(); //判斷輸入字符是否為終態 char* find(); //查表 void push(char *); //入棧 char pop(); //出棧 void caozuo(); void print_input(); //打印輸
代碼片段和文件信息
- 上一篇:最長公共子序列,C語言動態規劃
- 下一篇:c++ 連接 mysql 官方文檔
評論
共有 條評論