일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Book
- 인간과 교육
- architecture
- Programming
- Software
- OS
- 법
- 책
- 컴퓨터
- 백과사전
- 방송통신대학교
- 영어
- 알고리즘
- 프로그래밍언어
- ISBN:89-20-34523-6
- 데이터베이스
- Database
- 컴퓨터과학과
- Compiler
- Java
- 용어
- 광고
- 영화
- 컴파일러
- 운영체제
- Algorithms
- EJB
- 교육
- Computer
- Today
- Total
목록프로그래밍 언어 (3)
Digital Intelligence
Creator : Yukihiro Matsumoto http://en.wikipedia.org/wiki/Yukihiro_Matsumoto His Web Diary http://www.rubyist.net/~matz/ Wikipedia소개 http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 공식 홈페이지(한국어) http://www.ruby-lang.org/ko/ Ruby는 Yukihiro Matsumoto가 순수객체지향개념으로 만든 스크립트언어임.
주제(Subject) -------------------------------------------------------- 한글(약어) : 가변 레코드 영어(약어) : variant record 관련개념(Related Concepts) -------------------------------------------------------- 형 구축자 합집합 프로그래밍 언어 개요(Summary) -------------------------------------------------------- 형 구축자 합집합(union)에서 레코드 내부가 가변적으로 구성될 수 있음을 의미 본문(Body) -------------------------------------------------------- 가변 레코드가 적..
분석 나무(parse tree) - 유도의 대치 과정을 나타낸 나무 구조. - 내부 정점(문법 구조명인 비종결자)과 잎(leaf)(단어 혹은 토큰기호인 종결자)로 구성 관련 링크 웹에서 분석나무 그리기 phpSyntaxTree -> http://www.ironcreek.net/phpsyntaxtree/ TreeForm Syntax Tree Drawing Software -> http://www.ece.ubc.ca/~donaldd/treeform.htm Linguistic Tree Constructor-> http://ltc.sourceforge.net/ Wikipedia -> http://en.wikipedia.org/wiki/Parse_tree 모호한 문법(ambiguous grammar) : 동일한 ..