본문 바로가기

Java/JSP

[JABA] [JAVA] 자바로 짠 공학용 계산기 ( 괄호 및 infix 를 postfix로 변환포멧 지원...

infixtopostfix계산기.zipimport com.StackInheritance;
import com.StackInheritance1;
import com.EmptyListException;

// Java core packages
import java.awt.*;
import java.awt.event.*;
import java.text.DecimalFormat;
//import Java.util.StringTokenizer;
//import java.util*;
// Java extension packages
import javax.swing.*;

public class StringCalculator extends JFrame
implements ActionListener
{

private double inputBuffer1 = 0, finalResult = 0;
private JButton bOne, bTwo, bThree, bFour, bFive,
bSix, bSeven, bEight, bNine, bZero, bExit,
bMult, bp, bSub, bPlus, bEquals, bHelp,
bAbout, bDecPt, bClear, bLeftBrace, bRightBrace ;
private JTextField inputField1, inputField2, numericField, outputField;
private int stack1Memory = 0,pushCounter = 1;
private Font font;
private String firstNum = new String(quot;quot;), secondNum = new String(quot;quot;);
private boolean myDiag = false, result = true ,
firstNumSet = false, secondNumSet = false,
pendingOp = false, reStart = true ;
private double aNum, dNum1 = 0.0, dNum2 = 0.0 , answer = 0.0,
tempD = 0.0 , minusOne = -1.0 ;

double[] inputBuffer2 = new double[22];

StackInheritance stack = new StackInheritance();
StackInheritance1 stack1 = new StackInheritance1();

Object removedObject = null;

Tags : JABA, JAVA, 자바로, 짠, 공학용, 계산기, 괄호, 및, infix, 를, postfix로, 변환포멧, 지원, JABA JAVA 자바로 짠 공학용 계산기 괄호 및 infix 를 postfix로 변환포멧 지원, postfix

GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION
GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION David Silva (R) of Spain fights for the ball with Georgia's Jaba Kankava (L) during their FIFA World Cup 2014 qualifying Group I soccer match between Georgia...

GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION
GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION Andres Iniesta (R) of Spain fights for the ball with Georgia's Jaba Kankava (L) during their FIFA World Cup 2014 qualifying Group I soccer match between...

GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION
GEORGIA SOCCER FIFA WORLD CUP 2014 QUALIFICATION Xavi (L) of Spain fights for the ball with Georgia's Jaba Kankaval (R) during their FIFA World Cup 2014 qualifying Group I soccer match between Georgia and...