摘要:
include include using namespace std; typedef struct { char* base; int front; int rear; }SqQueqe; typedef struct { char* base; char* top; int stacksize 阅读全文
摘要:
include <stdio.h> include <stdlib.h> include <stdbool.h> define MAXSIZE 100 // 定义数组的最大长度 typedef struct { int data[MAXSIZE]; int top1; // 第一个栈的栈顶指针 in 阅读全文
摘要:
修改之后还是有一些功能实现的不完全,但我已经尽力了 package test; public class PlanInformation { public static int temp=0;//将工序对应操作人员 public int id;//日报流水号,依次加一 private String 阅读全文