일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 책
- Computer
- Algorithms
- Database
- 컴퓨터과학과
- 백과사전
- 프로그래밍언어
- OS
- 알고리즘
- 용어
- 인간과 교육
- Java
- 컴파일러
- EJB
- 컴퓨터
- ISBN:89-20-34523-6
- Software
- Book
- 방송통신대학교
- 교육
- 데이터베이스
- Compiler
- Programming
- 운영체제
- 영어
- architecture
- 영화
- 광고
- 법
- Today
- Total
Digital Intelligence
Böhm-Jacopini정리 ( Böhm-Jacopini theorem ) 본문
주제(Subject)
--------------------------------------------------------
한글(약어) : Böhm-Jacopini정리()
영어(약어) : Böhm-Jacopini theorem()
관련개념(Related Concepts)
--------------------------------------------------------
구조적 프로그래밍(structured programming)
개요(Summary)
--------------------------------------------------------
모든 제어흐름은 세 가지(순차,선택,반복) 기본 구조를 적용하여 표현할 수 있다
본문(Body)
--------------------------------------------------------
1. 개념
1. Executing one subprogram, and then another subprogram (sequence)
2. Executing one of two subprograms according to the value of a boolean variable (selection)
3. Executing a subprogram until a boolean variable is true (iteration)
Computer scientists usually credit the theorem to a 1966 paper by Corrado Böhm and Giuseppe Jacopini. However, David Harel traced its origins to the 1946 description of the von Neumann architecture and Stephen Kleene's normal form theorem.
- from Wikipedia : Structured program theorem
모임,단체(Commutities)
--------------------------------------------------------
블로그,개인 홈페이지 등(Humanities)
--------------------------------------------------------
참고문서(References)
--------------------------------------------------------
* 한국어(Korean)
저자. 역자. "제목". 출판사. 출판년도. (ISBN:)
* 영어(English)
저자. 제목, 판, 출판사. 출판년도. (ISBN:)
1. Wikipedia : Structured Programming
http://en.wikipedia.org/wiki/Structured_programming
2. Wikipedia : Structured Program Theorem
http://en.wikipedia.org/wiki/B%C3%B6hm-Jacopini_theorem
3. Google Search : type [[Böhm-Jacopini site:*.edu]]@google
http://www.google.com/search?source=ig&hl=en&q=B%C3%B6hm-Jacopini+site%3A*.edu
'B1:기초 Basement' 카테고리의 다른 글
Halstead의 소프트웨어 복잡성 척도( Halstead Complexity Measures ) (0) | 2007.05.24 |
---|---|
소프트웨어 개발/유지 비용곡선 ( Software maintenance life cycle) (0) | 2007.05.24 |
2-3-4 나무 ( 2-3-4 tree ) (0) | 2007.05.13 |
합병 정렬 ( merge sort ) (1) | 2007.05.13 |
계수 정렬 ( counting sort ) (0) | 2007.05.13 |