那位高手幫在下編譯一個程式 感激不盡
(2005-04-19 15:06:05) DEAN
1.create an empty stack to hold operands
2.if the token is an operand,push it onto stack
if the token is an operator, then pop the stack to get operand1, and pop the stack again to get operand2
perform 0operand2 0perator 0perand1
push the result back on the stack
3.after all input has been processed, the stack should contain only 1 valuein in it -the result of evaluating the expression
1.create an empty stack to hold operands
2.if the token is an operand,push it onto stack
if the token is an operator, then pop the stack to get operand1, and pop the stack again to get operand2
perform 0operand2 0perator 0perand1
push the result back on the stack
3.after all input has been processed, the stack should contain only 1 valuein in it -the result of evaluating the expression
相關文章
- 各位高手請幫忙,不勝感激!!!!
- 求大師也幫我算一命 感激不盡
- 那位好人可以幫在下寫一下JB9開發hibernate的例子
- jbuilder編譯jive出現的錯誤,高手幫忙!!UI編譯
- 哪位是真正的大師?幫小弟解決這個問題,不勝感激
- 請高手幫忙分析一個JSP小程式的問題JS
- java程式中編譯另一個java程式Java編譯
- 那位大哥有javapackage api幫助文件JavaPackageAPI
- BIG5----求高手指點.感激!!
- 一個寫xml的問題,高手幫忙啊!XML
- 高手、板主幫忙,一個加密的問題!!!加密
- 請豆包幫忙總結翻譯一個網站,翻譯效果還不錯網站
- pyinstaller 打包 pytest+allure 自動化測試框架後執行報錯,請高手幫忙指點下,不勝感激!框架
- 哪位高手幫幫我
- 一個郵件的JAVABEAN問題,請高手幫忙JavaBean
- 如何讓Java編譯器幫你寫程式碼Java編譯
- 高手幫忙
- 高手幫忙!
- 高手 高手 高手 給我一個答案
- jive 傳圖片問題,那位老大幫我解決一下
- 請高手幫忙!
- 急,高手幫忙!
- 求一個高手
- 這是一篇比較詳盡的核心編譯說明(轉)編譯
- (斑竹也看一下好嗎?)高手清幫幫我!!!!!
- 急!!請高手幫忙
- jbuilder高手請幫忙UI
- 請各位高手幫忙!
- 需要高手幫忙~~
- Linux C++ 開發2 - 編寫、編譯、執行第一個程式LinuxC++編譯
- javascript編寫一個簡單的編譯器JavaScript編譯
- 安全“高手”幫你把木馬殺個片甲不留
- NIO Socket的2個問題?請高手幫忙!
- 請熟悉混沌原理和c高手幫個忙 (轉)
- 如何成為一個程式設計師高手程式設計師
- 我的第一個ffmpeg程式(編譯及呼叫ffmpeg函式)編譯函式
- 感激IBM給我一個這樣的機會IBM
- NDK clang編譯器的一個bug編譯