b,c,d;int sel=0;void title();void saleproc();int saleThread(struct cell* ce,int dd);void tiupiaoproc();int tiupiaoThread(struct cell* ce);void count();int init(struct cell* ce,
include<iostream>#include<iomanip>#define LEN 20#define ROW 20using namespace std;void initseat(char s[LEN][ROW]){int i,j;for(i=0;i<LEN;i++){for(j=0;j<ROW;j++){s[i][j]=' ';}}}void printmenu(){cout<<"\t\t1.查询座位\t"<<"2.预定座位"<<endl;cout<<"\t\...
数据流去向:管理系统 数据流组成:I20+I21+I22+I23 数据流编号:D2 数据流名称:电影信息 数据流来源:电影信息表 数据流去向:会员 数据流组成:I1〜I11 数据流编号:D3 数据流名称:售票 数据流来源:影票信息表 数据流去向:管理员(售票) 数据流组成:I1+I20+I9+I12+I15 数据流编号:D4 数据流名称:座位信...