"전위표기법, 중위표기법, 후위표기법"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
;Polish notation, Polish prefix notation, prefix notation
;Polish notation, Polish prefix notation, prefix notation
;폴란드 표기법, 전위 표기법
;폴란드 표기법, 전위 표기법
;infix notation
;중위 표기법


;reverse Polish notation; RPN, postfix notation
;reverse Polish notation; RPN, postfix notation
7번째 줄: 10번째 줄:
==전위 표기법==
==전위 표기법==
* 연산자를 연산 대상의 앞에 쓰는 표기법
* 연산자를 연산 대상의 앞에 쓰는 표기법
==중위 표기법==
*연산자를 연산 대상의 가운데에 쓰는 표기법
*일반적으로 널리 사용됨


==후위 표기법==
==후위 표기법==
26번째 줄: 33번째 줄:
*https://ko.wikipedia.org/wiki/폴란드_표기법
*https://ko.wikipedia.org/wiki/폴란드_표기법
*https://ko.wikipedia.org/wiki/역폴란드_표기법
*https://ko.wikipedia.org/wiki/역폴란드_표기법
*https://en.wikipedia.org/wiki/Infix_notation
*http://navercast.naver.com/contents.nhn?rid=22&contents_id=929
*http://navercast.naver.com/contents.nhn?rid=22&contents_id=929
*http://terms.naver.com/entry.nhn?docId=825762&cid=42344&categoryId=42344


[[분류: 수학]]
[[분류: 수학]]
[[분류: 연산자]]
[[분류: 연산자]]

2015년 10월 5일 (월) 20:09 판

Polish notation, Polish prefix notation, prefix notation
폴란드 표기법, 전위 표기법
infix notation
중위 표기법
reverse Polish notation; RPN, postfix notation
역폴란드 표기법, 후위 표기법

1 전위 표기법

  • 연산자를 연산 대상의 앞에 쓰는 표기법

2 중위 표기법

  • 연산자를 연산 대상의 가운데에 쓰는 표기법
  • 일반적으로 널리 사용됨

3 후위 표기법

  • 연산자를 연산 대상의 뒤에 쓰는 표기법

4 예시

중위표기법 전위표기법 후위표기법
( 1 + 2 ) × ( 3 + 4 ) × + 1 2 + 3 4 1 2 + 3 4 + ×

5 같이 보기

6 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}