일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 교육
- Programming
- 컴퓨터과학과
- 알고리즘
- 컴파일러
- 법
- 프로그래밍언어
- 인간과 교육
- 광고
- 데이터베이스
- Database
- 영어
- Software
- 방송통신대학교
- OS
- Book
- ISBN:89-20-34523-6
- Algorithms
- 컴퓨터
- 책
- architecture
- Compiler
- 백과사전
- 영화
- EJB
- Java
- 용어
- 운영체제
- Computer
- Today
- Total
목록Graphics (4)
Digital Intelligence
주제(Subject) -------------------------------------------------------- 한글(약어) : CIE 색 모델() 영어(약어) : 1931 Commission Internationale de l'Eclairage Color Model(CIE Color Models) 관련개념(Related Concepts) -------------------------------------------------------- 색도 도표 표준원색 컴퓨터그래픽스 색 모델 색 영역 RGB 모델 개요(Summary) -------------------------------------------------------- 색을 정의하는 국제적인 표준기법 본문(Body) ------------..
2006년 중간고사 ※ 다음 세 개의 문항을 모두 풀이하시오. 1. 다음 용어를 간략히 설명하시오. (배점 : 30%) (가) 데이터 시각화 (나) 프레임 버퍼 (다) 비트맵 폰트와 윤곽선 폰트 2. 다음은 뷰잉 파이프라인을 보여주는 그림이다. (가), (나), (다)에 해당되는 좌표 기준 프레임에 대하여 설명하라. (배점 : 30%) 3. 다음은 기울기 m 이 0 < m < 1인 경우에 대한 Bresenham 직선 알고리즘이다. (x0, y0)와 (xend, yend)를 연결하며, (x0, y0)가 좌측 끝점에 해당된다. 다음 질문에 답하시오. (배점 : 40%) Δx ← xend - x0, Δy ← yend - y0 ; x ← x0, y ← y0, p ← 2Δy - Δx ; setPixel(x, y)..
주제(Subject) -------------------------------------------------------- 한글(약어) : OpenGL() 영어(약어) : OpenGL() 관련개념(Related Concepts) -------------------------------------------------------- 그래픽 API Direct3D Open Inventor GKS(Graphical Kernel System) PHIGS(Programmer's Hierarchical Interactive Graphics Standard) 개요(Summary) -------------------------------------------------------- GL은 Graphics Library의..
Here~! http://www.xmission.com/~nate/glut.html VERSION/INFO: This is GLUT for Win32 version 3.7.6 as of Nov 8th 2001. See the COPYRIGHT section for distribution and copyright notices. Send all bug reports and questions for this version of GLUT to Nate Robins [nate@pobox.com]. For more information about GLUT for Win32, see the web page: www.pobox.com/~nate/glut.html or subscribe to the GLUT for W..