일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 다음메일
- 韓国ヒップホップ
- 명령어
- JMeter
- 부자아빠가난한아빠
- 일본유학
- 한국판뉴딜
- 사양
- 동시접속
- move앱
- 사양정보
- 환경정보
- 코로나바이러스
- 성능측정
- 사용자100명
- 韓国
- 일본대학원
- 200-301
- 4차산업
- certification
- ios
- 스펙정보
- 리눅스
- 5G
- ads.txt
- 스마트시티
- DevNet
- 정보처리기사
- QA
- gbd-200
- Today
- Total
IT 컴퓨터공학 자료실
스켈레톤 코드(Skeleton (Computer Science)) 에 대해 본문
Skeleton programming is a style of computer programming based on simple high-level program structures and so called dummy code. Program skeletons resemble pseudocode, but allow parsing, compilation and testing of the code.
스켈레톤 프로그래밍은 간단한 고레벨 프로그램구조에 기반으로 하여 소위 더미 코드라고 불린다. 프로그램의 스켈레톤은 수도코드와 유사하지만 파싱이나 컴파일, 코드 테스트가 가능하다.
Dummy code is inserted in a program skeleton to simulate processing and avoid compilation error messages. It may involve empty function declarations, or functions that return a correct result only for a simple test case where the expected response of the code is known.
더미 코드는 프로그램 스켈레톤 안에 있어 프로세싱을 시뮬레이션하고 컴파일 에러 메시지를 피하게 한다. 아무런 기능이 없는 이 코드는 간단한 테스트를 위해 옳은 결과 값이 리턴 되도록 하는 것이다.
Skeleton programming facilitates a top-down design approach, where a partially functional system with complete high-level structures is designed and coded, and this system is then progressively expanded to fulfill the requirements of the project.
이러한 스켈레톤 프로그래밍은 일반적인 것에서부터 세부적인 사항으로 진행되는 설계이며, 고레벨 구조가 부분적으로 기능되도록 설계되어 코드화되었다. 이것은 프로젝트의 요구사항을 점진적으로 확장할 수 있다.
Program skeletons are sometimes used for high-level descriptions of algorithms.
스켈레톤 프로그래밍은 보통 알고리즘의 고레벨 부분을 설계할 때 사용된다.
Skeleton programs are utilized in the template method design pattern used in object-oriented programming.
스켈레톤 프로그래밍은 객체지향의 디자인 패턴에서 주로 사용된다.
In object-oriented programming, dummy code corresponds to an abstract method, a method stub or a mock object. In RMI nomenclature, a skeleton communicates on the client-side with a stub on the server-side.
더미코드는 객체지향에서 추상 메소드나 메소드 스텁같은 것이라고 할 수 있다.
출처 : https://en.wikipedia.org/wiki/Skeleton_(computer_programming)
'etc.. 기타 카테고리 2 > 영어 번역 & 일본어 번역' 카테고리의 다른 글
메타 오브젝트(Meta-Object)에 대해 (0) | 2015.07.19 |
---|---|
ASSOCIATION에 대해 (0) | 2015.07.19 |
Git(ギット)에 대해 (0) | 2015.07.14 |
버전 관리 시스템(バージョン管理システム)에 대해 (0) | 2015.07.14 |
Separation of Concerns에 대해 (0) | 2015.07.14 |