摘要: package 四则运算;import java.*;import java.util.*;import javax.swing.*;import java.awt.*;import java.awt.event.*;import java.io.*;public class MyFrame ext... 阅读全文
posted @ 2015-04-09 15:23 09Chaney 阅读(353) 评论(1) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int check(char c){ switch(c) { case ';':return(0); case '+':return(1); case '-':return(1); case '*':ret... 阅读全文
posted @ 2015-03-30 19:26 09Chaney 阅读(116) 评论(1) 推荐(0) 编辑