Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409
}
}
case '+': result = s + t; break; case '-': result = s - t; break; case '*': result = s * t; break; case '/': result = s / t; break; }
return result;
public static String calculator(String sPost) { String[] strTrans = sPost.split(\ }
Stack
for (int i = 0; i < strTrans.length - 1; i++) { if (!isSymbol(strTrans[i])) { stCalcu.push(strTrans[i]); } else { double s = Double.valueOf(stCalcu.pop()); double r = Double.valueOf(stCalcu.pop()); stCalcu.push(Double.toString(calcu(r, s, strTrans[i].charAt(0)))); } }
return stCalcu.peek();
3ÆäËû£¨´Ë´¦¸½Éϲ¼¾ÖÎļþ¼°×¢²áÎļþ£©
android:id=\ 21 Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409 android:layout_width=\ android:layout_height=\ android:id=\ android:layout_width=\ android:layout_height=\ android:gravity=\ android:id=\ android:layout_width=\ android:layout_height=\ 22 Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409 android:id=\ android:layout_width=\ android:layout_height=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:layout_weight=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ 23 Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409 android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ 24 Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409 android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\ android:id=\ android:layout_width=\ android:layout_height=\ android:text=\
25 Î人Àí¹¤´óѧ¡¶Java³ÌÐòÉè¼Æ»ù´¡¡·×÷Òµ Èí¼þ¹¤³Ì1004°à Å£Ñó 0121010680409 android:icon=\ android:label=\ android:label=\ android:name=\
26