摘要:
package A;public class JosePhu { public static void main(String[] args) { ArrayStack arrayStack=new ArrayStack(); int[][] map=new int[8][7]; for(int i 阅读全文
posted @ 2021-07-27 22:57
朱在春
阅读(37)
评论(0)
推荐(0)
摘要:
package A;import java.util.ArrayList;//此程序你可以验算你的逆波兰表达式有没有写对//4*5-8+60+8/2=4 5 * 8 - 60 + 8 2 / +//其实逆波兰表达式并不难,也是由我们常用的中缀表达式转换来的,仔细写一下就知道了public class 阅读全文
posted @ 2021-07-27 15:53
朱在春
阅读(98)
评论(0)
推荐(0)

浙公网安备 33010602011771号