Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Other ELanguage

postfix-notation

  • Category : ELanguage
  • Tags :
  • Update : 2015-10-30
  • Size : 1kb
  • Downloaded :0次
  • Author :忆***
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
1 gives grammar as follows: E [E] E-> T | E+ T T-> F | T* F F-> i (E) the corresponding inverse Polish into semantic action as follows: E-> E (1) op E (2) {E.CODE: = E (1) .CODE || E (2) .CODE || op} E-> (E (1)) {E.CODE: = E (1) .CODE} E-> id {E.CODE: = id} 2, the use of experimental 5 operator priority analysis algorithms, combined with semantic actions given above structure to achieve reverse Polish notation 3, the use of the stack, calculates the resulting Reverse Polish Notation, as follows: 1) infix expression, read a text file, each line deposited an expression, in order to reduce the difficulty of using a constant expression expression 2) the use of binding syntax directed translation of operator priority analysis, structural inverse Polish 3) Using the calculated postfix stack of results and outputs
Packet file list
(Preview for download)


postfix notation.cpp
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.