반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 컴퓨터
- 방송통신대학교
- 영화
- Java
- 법
- Computer
- 백과사전
- architecture
- 영어
- Book
- 교육
- Algorithms
- 인간과 교육
- 컴퓨터과학과
- OS
- Database
- ISBN:89-20-34523-6
- 데이터베이스
- 알고리즘
- 책
- 광고
- 용어
- Compiler
- Programming
- Software
- 프로그래밍언어
- 운영체제
- 컴파일러
- EJB
Archives
- Today
- Total
Digital Intelligence
KMP 알고리즘 (Knuth–Morris–Pratt string searching algorithm) 본문
반응형
주제(Subject)
--------------------------------------------------------
한글(약어) : KMP 알고리즘()
영어(약어) : Knuth–Morris–Pratt string searching algorithm(KMP Algorithm)
관련개념(Related Concepts)
--------------------------------------------------------
알고리즘
스트링 매칭
개요(Summary)
--------------------------------------------------------
Knuth, Pratt, J. H. Morris 세 사람에 의해 1977년 고안된 문자열 탐색 알고리즘
본문(Body)
--------------------------------------------------------
1. 시뮬레이션
1) 간단한 예제로 확인하기
http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/kpm-example.html
2) Java Applet 예제 ()
http://www-igm.univ-mlv.fr/~lecroq/string/node8.html
모임,단체(Commutities)
--------------------------------------------------------
블로그,개인 홈페이지 등(Humanities)
--------------------------------------------------------
1. David Eppstein (professor in the Computer Science Department, Donald Bren School of Information and Computer Sciences, University of California, Irvine)
http://www.ics.uci.edu/~eppstein/
2. Thierry Lecroq (Professeur d'informatique, Département d'Informatique et LITIS EA 4051, UFR des Sciences et des Techniques, Université de Rouen)
http://www-igm.univ-mlv.fr/~lecroq/
참고문서(References)
--------------------------------------------------------
* 한국어(Korean)
저자. 역자. "제목". 출판사. 출판년도. (ISBN:)
* 영어(English)
저자. 제목, 판, 출판사. 출판년도. (ISBN:)
1. Knuth-Morris-Pratt string matching (David Eppstein)
http://www.ics.uci.edu/~eppstein/161/960227.html
2. Wikipedia : Knuth–Morris–Pratt algorithm
http://en.wikipedia.org/wiki/Knuth-Morris-Pratt_algorithm
3. EXACT STRING MATCHING ALGORITHMS - Animation in Java
http://www-igm.univ-mlv.fr/~lecroq/string/index.html
4. Wikipedia Category : Algorithms
http://en.wikipedia.org/wiki/Category:Algorithms
--------------------------------------------------------
한글(약어) : KMP 알고리즘()
영어(약어) : Knuth–Morris–Pratt string searching algorithm(KMP Algorithm)
관련개념(Related Concepts)
--------------------------------------------------------
알고리즘
스트링 매칭
개요(Summary)
--------------------------------------------------------
Knuth, Pratt, J. H. Morris 세 사람에 의해 1977년 고안된 문자열 탐색 알고리즘
본문(Body)
--------------------------------------------------------
1. 시뮬레이션
1) 간단한 예제로 확인하기
http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/kpm-example.html
2) Java Applet 예제 ()
http://www-igm.univ-mlv.fr/~lecroq/string/node8.html
모임,단체(Commutities)
--------------------------------------------------------
블로그,개인 홈페이지 등(Humanities)
--------------------------------------------------------
1. David Eppstein (professor in the Computer Science Department, Donald Bren School of Information and Computer Sciences, University of California, Irvine)
http://www.ics.uci.edu/~eppstein/
2. Thierry Lecroq (Professeur d'informatique, Département d'Informatique et LITIS EA 4051, UFR des Sciences et des Techniques, Université de Rouen)
http://www-igm.univ-mlv.fr/~lecroq/
참고문서(References)
--------------------------------------------------------
* 한국어(Korean)
저자. 역자. "제목". 출판사. 출판년도. (ISBN:)
* 영어(English)
저자. 제목, 판, 출판사. 출판년도. (ISBN:)
1. Knuth-Morris-Pratt string matching (David Eppstein)
http://www.ics.uci.edu/~eppstein/161/960227.html
2. Wikipedia : Knuth–Morris–Pratt algorithm
http://en.wikipedia.org/wiki/Knuth-Morris-Pratt_algorithm
3. EXACT STRING MATCHING ALGORITHMS - Animation in Java
http://www-igm.univ-mlv.fr/~lecroq/string/index.html
4. Wikipedia Category : Algorithms
http://en.wikipedia.org/wiki/Category:Algorithms
반응형
'B1:기초 Basement' 카테고리의 다른 글
흑적나무 ( red-black tree ) (0) | 2007.05.13 |
---|---|
ASF, WMA, WMV 동영상 합치기와 기타 변환작업 :: asf tools (0) | 2007.05.10 |
퀵 정렬 (quick sort) (0) | 2007.05.05 |
쉘 정렬 (shell sort) (0) | 2007.05.05 |
삽입 정렬 (insertion sort) (0) | 2007.05.05 |