OpenGL 프로그래밍 가이드 제4판

Size: px
Start display at page:

Download "OpenGL 프로그래밍 가이드 제4판"

Transcription

1 1 Ope ngl OpenGL OpenGL OpenGL OpenGL OpenGL

2

3 Chapter 1 Ope ngl 31 OpenGL,. Ope ngl? OpenGL, OpenGL,. Ope ngl OpenGL,. Ope ngl OpenGL. Ope ngl OpenGL,. OpenGL. OpenGL OpenGL, GLUT(Graphi cs Li brary Ut i l i t y Tool ki t ).. Ope ngl? OpenGL, (200 OpenGL, 50 OpenGL Utility Library ). OpenGL., OpenGL.., OpenGL 3. OpenGL,,,,, (geometric primitives ). GLU(OpenGL Utility Library), OpenGL. GLU NURBS. OpenGL GLU.

4 32 Ope ngl 4 - OpenGL 1.4 OpenGL, OpenGL.,. OpenGL. 1 9 OpenGL.. 1 (wireframe).,. (, ).,.,.,.,,.. 2 (depth-cue).. OpenGL ( (fog) ). 3 (antialiasing). (pi xel, pi ct ur e el ement ),.. 4 (lighting) (flat-shading).... 5, (smooth-shading) (s hadow) (texture). OpenGL, ,,.

5 Chapter 1 Ope ngl 33 7 (motion-blur)., DOF(depth-of-field)... OpenGL. OpenGL ( OpenGL ). 1.., (OpenGL,,,, ). 2. 3,. 3..,,,. 4.. (rasterization)., OpenGL.,,. X Window System OpenGL.,, OpenGL (client), (server). OpenGL ( ), OpenGL

6 34 Ope ngl 4 - OpenGL 1.4. OpenGL,. Ope ngl OpenGL.., OpenGL (state),. OpenGL,. (rende ring). (mode l) (vertice) (,, ).. (pixel),.. (bitplane), (bit)..,., OpenGL. [ 1-1] [ 1-1]. [ 1-1] Ope ngl #i ncl ude <what eve ryouneed.h> mai n( ) { I ni t i al i zeawi ndowpl ease ( ) ; gl Cl ea rcol or (0.0, 0.0, 0.0, 0.0) ; gl Cl ea r (GL_COLOR_BUFFER_BIT) ; gl Col or3f (1.0, 1.0, 1.0) ;

7 Chapter 1 Ope ngl 35 } gl Ort ho (0.0, 1.0, 0.0, 1.0, - 1.0, 1.0) ; gl Begi n (GL_POLYGON) ; gl Ve rt ex3f (0.25, 0.25, 0.0) ; gl Ve rt ex3f (0.75, 0.25, 0.0) ; gl Ve rt ex3f (0.75, 0.75, 0.0) ; gl Ve rt ex3f (0.25, 0.75, 0.0) ; gl End () ; gl Fl ush () ; Updat ethewi ndowandcheckfor Event s ( ) ; [ 1-1] mai n( ) (window). I ni t i al i zeawi ndowpl eas e ( ),, OpenGL. OpenGL. gl Cl earcol or ( ), gl Cl ear ( )., gl Cl ear ( )., gl Col or3f ( ) ( ).,.

8 36 Ope ngl 4 - OpenGL 1.4 gl Ort ho ( ) OpenGL, (coordinate system)., gl Begi n( ) gl End( ).. gl Ve rt ex3f ( ). (x, y, z), z 0., (buffer) gl Fl us h( ). Updat ethewi ndowandchec kforeve nt s ( ),.,, OpenGL., I ni t i al i zeawi ndow Pl eas e ( ) Updat ethewi ndowandchec kforeve nt s ( ), [ 1-1]. Ope ngl gl Cl earcol or ( ) OpenGL gl (prefix). GL_,, _ (, GL_COLOR_BUFFER_BIT)., gl Col or3f ( ) gl Ve rt ex3f ( ) 3f (suffix). gl Col or3f ( ) Col or OpenGL, OpenGL., 3., Col or. f (floating-point). OpenGL. OpenGL 8. [ 1-1] ISO C OpenGL

9 Chapter 1 Ope ngl 37 OpenGL. C++ Ada OpenGL. [ 1-1] C OpenGL b 8 i nt eger si gned char GLbyt e s 16 i nt eger short GLshor t i 32 i nt eger i nt l ong GLi nt, GLsi zei f 32 f l oat i ng-poi nt f l oat GLf l oat, GLcl ampf d 64 f l oat i ng-poi nt doubl e GLdoubl e, GLcl ampd ub 8 unsi gned i nt eger unsi gned cha r GLubyt e, GLbool ean us 16 uns i gned i nt ege r unsi gned short GLushort ui 32 uns i gned i nt ege r unsi gned i nt unsi gned l ong GLui nt, GLenum, GLbi t f i el d,, gl Ve rt ex2i (1, 3) ; gl Ve rt ex2f (1.0, 3.0) ; 32 integer, (single-precision floating-point). OpenGL C OpenGL. OpenGL,. OpenGL v, ( ).,,..

10 38 Ope ngl 4 - OpenGL 1.4 gl Col or 3f (1.0, 0.0, 0.0) ; GLf l oat col or_a r r ay [ ] = {1.0, 0.0, 0.0} ; gl Col or 3f v (col or_ar ray) ;, OpenGL GLvoid. OpenGL. OpenGL, (*)., gl Col or* ( ).., gl Ve rt ex*v ( ). Ope ngl OpenGL (state machine).,..,. OpenGL,,,,,,,,. gl Enabl e ( ) / gl Di s abl e ( ) /.,. gl Get Bool eanv ( ), gl Get Doubl ev ( ), gl Get Fl oat v ( ), gl Get I nt ege rv ( ), gl Get Poi nt e rv ( ), gl Is Enabl e d( ).. (, gl Get Li ght * ( ), gl Get Error ( ), gl Get Pol ygonst i ppl e ( ))., gl Pus hat t ri b( ), gl Pus hcl i e nt At t ri b( ) (attribute stack), gl PopAt t ri b( ) gl PopCl i ent At t ri b( )..

11 Chapter 1 Ope ngl 39 OpenGL B. gl Get * ( ). Ope ngl OpenGL OpenGL (OpenGL Rendering Pipeline). OpenGL [ 1-2], OpenGL. 3,. [ 1-2] [ 1-2] OpenGL.,, (evaluator) (pre-vertex),,,.

12 40 Ope ngl 4 - OpenGL 1.4 ( ),. OpenGL., (dis play list) (, (immediate mode) ). ( 7 ).. (basis function) (control point). (evaluator),. (polynomial mapping), (surface normal),,, ( 12 )., (Per-Vertex Operation) D (projection) ( 3 ).,.,.,,,,.

13 Chapter 1 Ope ngl 41 (Primitive Assembly). (clipping),. (point clipping),, (line clipping) (polygon clipping),., (perspective division)., (viewport) (depth, z- ). (culling),. (2 ).,,,,. OpenGL.., (pixel map) (scale), (bias). (clamp) (8 ).,,, (mapping), (clamping) (pixel-transfer operation),...

14 42 Ope ngl 4 - OpenGL 1.4 OpenGL (Texture Assembly).,. OpenGL. (9 ). (rasterization) (fragment).,. (filled polygon),,,,, (coverage, ).., (per-fragment operation).., (texel, texture element) (texturing). fog scissor,,, ( ).., (blending), (dithering),, (bitmask) (6 10 ).,,. Ope ngl OpenGL,., OpenGL

15 Chapter 1 Ope ngl 43.. OpenGL (GLU, OpenGL Ut i l i t y Li bra r y), (t essel l at i on), OpenGL. OpenGL. GLU OpenGL Ref e r ence Manual. GLU, GLU NURBS, GLU. GLU gl u. OpenGL. X Wi ndow Syst em, GLX(OpenGL Ext ens i on t o t he X Wi ndow Syst em) OpenGL. GLX gl x. MS Wi ndows 95/ 98/ NT, OpenGL WGL. WGL wgl., IBMOS/ 2 PGL(Pr esent at i on Manager t o OpenGL i nt e r f ace ), pgl. Appl e, AGL, agl. C. GLX OpenGL Ref er ence Manual. OpenGL (GLUT, OpenGL Ut i l i t y Tool ki t ) Ma r k Ki l gar d, API. GLUT, Mar k Ki l ga rd OpenGL Pr ogr ammi ng f or t he X Wi ndow Syst em (Addi son-wesl ey, 1996 ). GLUT gl ut. GLUT p.27. include OpenGL gl.h., OpenGL GLU glu.h. OpenGL. #i ncl ude <GL/ gl. h> #i ncl ude <GL/ gl u.h>

16 44 Ope ngl 4 - OpenGL 1.4 MS Wi ndows gl. h gl u.h wi ndows.h, MS Wi ndows gl.h gl u. h wi ndows. h. OpenGL. gl.h. OpenGL (OpenGL Extensions), glext.h., OpenGL ( #i ncl ude "gl ext.h " <> ( ). glext.h, gl.h., (Unix, /usr/include). GLX, AGL, PGL, WGL,., GLX. #i ncl ude <X11/Xl i b. h> #i ncl ude <GL/ gl x. h> MS Windows WGL. #i ncl ude <wi ndows.h> GLUT. #i ncl ude <GL/ gl ut.h>

17 Chapter 1 Ope ngl 45 gl ut. h gl. h gl u.h, i ncl ude. gl ut.h MS Wi ndows,. GLUT gl ut. h, gl.h gl u. h., OpenGL C,. #i ncl ude <st dl i b.h> #i ncl ude <st di o. h>. GLUT OpenGL OpenGL. OpenGL.,,, Windows., GLUT. OpenGL GLUT., OpenGL,,, GLUT, 3. (OpenGL (GLU) GLUT, 3 ). GLUT OpenGL, OpenGL. GLUT ( GLUT

18 46 Ope ngl 4 - OpenGL 1.4 D Kilgard OpenGL Programming for the X Window System 4 5 ).. gl ut I ni t (i nt *argc, cha r **argv ) GLUT, (X Wi ndow Syst em -di spl ay -geomet ry ). GLUT gl ut Ini t ( ). gl ut I ni t Di s pl aymode (uns i gned i nt mode ) RGBA,.,, ( gl ut Set Col or ( ) ).,,, (accumul at i on buf f e r )., RGBA,, gl ut I ni t Di s pl aymode (GLUT_ DOUBLE GLUT_ RGB GLUT_ DEPTH). gl ut I ni t Wi ndowpos i t i on(i nt x, i nt y ). gl ut I ni t Wi ndowsi ze (i nt wi dt h, i nt si z e ). i nt gl ut Creat ewi ndow(cha r *s t ri ng ) OpenGL.., gl ut Mai nloop( ). gl ut Di s pl ayfunc (voi d (*f unc ) (voi d ) ). GLUT.., gl ut Pos t Re di s pl ay ( ) gl ut Mai nloop( ).

19 Chapter 1 Ope ngl 47 gl ut Mai nloop(voi d)..,,.. [ 1-2] [ 1-1] GLUT.., i ni t ( ). di s pl ay ( ), GLUT. [ 1-2] GLUT Ope ngl : he l l o. c voi d di s pl ay (voi d) { / *. */ gl Cl ear (GL_COLOR_BUFFER_BIT) ; / * (0.25, 0.25, 0.0) (0 75, 0.75, 0.0) * ( ). */ gl Col or3f (1.0, 1.0, 1.0) ; gl Begi n(gl_polygon) ; gl Ve rt ex3f (0.25, 0.25, 0.0) ; gl Ve rt ex3f (0 75, 0.25, 0.0) ; gl Ve rt ex3f (0.75, 0.75, 0.0) ; gl ve rt ex3f (0.25, 0.75, 0.0) ; gl End ( ) ; / * OpenGL. */ } gl Fl us h( ) ; voi d i ni t (voi d) { / * ( ). */ gl Cl earcol or (0.0, 0.0, 0.0, 0.0) ; / *. */

20 48 Ope ngl 4 - OpenGL 1.4 } gl Mat r i xmode (GL_PROJ ECTION) ; gl LoadIdent i t y () ; gl Or t ho (0.0, 1.0, 0.0, 1.0, -1.0, 1.0) ; / * ( RGBA ),. * "hel l o ", * (i ni t ), * (di s pl ay). *,. */ } i nt mai n (i nt a rgc, cha r ** ar gv) { gl ut I ni t (&ar gc, ar gv) ; gl ut I ni t Di spl aymode (GLUT_SINGLE GLUT_RGB) ; gl ut I ni t Wi ndowsi ze (250, 250) ; gl ut I ni t Wi ndowposi t i on (100, 100) ; gl ut Cr eat ewi ndow( "hel l o ") ; i ni t () ; gl ut Di spl ayfunc (di spl ay) ; gl ut Mai nloop () ; ret ur n 0 ; / * ISO C mai n i nt. */. gl ut Res hape Func (voi d (*f unc ) (i nt w, i nt h ) ). gl ut KeyboardFunc (voi d (*f unc ) (unsi gned char key, i nt x, i nt y ) ),. gl ut Mous efunc (voi d (*f unc ) (i nt but t on, i nt s t at e, i nt x, i nt y ) ),. gl ut Mot i onfunc (voi d (*f unc ) (i nt x, i nt y ) ).

21 Chapter 1 Ope ngl 49, (idle) gl ut I dl e Func (voi d (*f unc ) (voi d ) ).. NULL. 3 GLUT 3. (cone ) (i cosahedron) (t eapot ) (cube ) (oct ahedron) (t et rahedron) (dodecahedron) (sphere ) (t or us ),.,. voi d gl utwi recube (GLdoubl e s i z e ) ; voi d gl ut Sol i dcube (GLdoubl e si ze ) ; voi d gl utwi resphe re (GLdoubl e radi us, GLi nt sl i ces, GLi nt s t acks ) ; voi d gl ut Sol i dsphe re (GLdoubl e radi us, GLi nt sl i ces, GLi nt s t acks ) ; ( D )..,,

22 50 Ope ngl 4 - OpenGL , ( 16 ) (refresh), ,.. open_wi ndow() ; f or (i = 0 ; i < ; i ++) { cl ea r_t he_wi ndow() ; } dr aw_f rame (i ) ; wai t _unt i l _a_24t h_of _a_second_i s_ove r ( ) ;,, 1/24,. 1/24,,. 1/24 (?).,. OpenGL (double-buffering)..,,..,.,..

23 Chapter 1 Ope ngl 51. open_wi ndow_i n_doubl e_buf f er_mode ( ) ; f or (i = 0 ; i < ; i ++) { cl ear_t he_wi ndow( ) ; draw_f r ame (i ) ; swap_t he_buf f er s ( ) ; } OpenGL, swap_t he_ buf f e rs ( ),., fps(frames per second), 1/60. 1/60,., 1/45, 30fps 1/30 1/45 1/90.,., 1/60, 60fps, 30fps, 20fps, 15fps, 12fps (60/1, 60/2, 60/3, 60/4, 60/5,...).,, 60fps, 1/60 60fps 30fps. 1/ fps. (1/60, 2/60, 3/60 ),,.,..

24 52 Ope ngl 4 - OpenGL 1.4 = +.,,. 3.,., (viewpoint),,.. swap_t he_ buf f e rs ( ). swap_t he_ buf f e rs ( ),, OpenGL., X Window System, GLX. voi d gl xswapbuffers (Di spl ay *dpy, Wi ndow wi ndow) ; ( C.) GLUT,. voi d gl ut SwapBuf f er s (voi d) ; [ 1-3] [ 1-3], gl ut SwapBuf f e rs ( )., GLUT idle.. [ 1-3]

25 Chapter 1 Ope ngl 53 [ 1-3] : doubl e. c st at i c GLf l oat s pi n = 0.0 ; voi d i ni t (voi d) { } gl Cl earcol or (0.0, 0.0, 0.0, 0.0) ; gl ShadeModel (GL_FLAT) ; voi d di s pl ay (voi d) { } gl Cl ear (GL_COLOR_BUFFER_BIT) ; gl Pus hmat r i x ( ) ; gl Rot at ef (s pi n, 0.0, 0.0, 1.0) ; gl Col or 3f (1.0, 1.0, 1.0) ; gl Rect f ( -25.0, -25.0, 25.0, 25.0) ; gl PopMat r i x () ; gl ut SwapBuf f e r s () ; voi d s pi ndi s pl ay (voi d) { } s pi n = spi n ; i f (spi n > 360.0) spi n = s pi n ; gl ut Post Redi s pl ay () ; voi d r es hape (i nt w, i nt h) { } gl Vi ewpor t (0, 0, (GLs i zei ) w, (GLsi zei ) h) ; gl Mat r i xmode (GL_PROJ ECTION) ; gl LoadI dent i t y ( ) ; gl Ort ho ( -50.0, 50.0, -50.0, 50.0, - 1.0, 1.0) ; gl Mat r i xmode (GL_MODELVI EW) ; gl LoadI dent i t y ( ) ; voi d mouse (i nt but t on, i nt st at e, i nt x, i nt y) { swi t ch(but t on) { case GLUT_LEFT_BUTTON:

26 54 Ope ngl 4 - OpenGL 1.4 } } i f (st at e == GLUT_DOWN) gl ut Idl efunc (s pi ndi s pl ay) ; break ; case GLUT_MI DDLE_BUTTON: i f (st at e == GLUT_DOWN) break ; def aul t : break ; gl ut Idl efunc (NULL) ; / * *, *. */ i nt mai n(i nt ar gc, char ** a rgv) { } gl ut I ni t (&ar gc, ar gv) ; gl ut I ni t Di spl aymode (GLUT_DOUBLE GLUT_RGB) ; gl ut I ni t Wi ndowsi ze (250, 250) ; gl ut I ni t Wi ndowposi t i on (100, 100) ; gl ut Cr eat ewi ndow(a rgv [0] ) ; i ni t () ; gl ut Di spl ayfunc (di spl ay) ; gl ut ReshapeFunc (reshape ) ; gl ut MouseFunc (mouse ) ; gl ut Mai nloop () ; ret ur n 0 ;

OpenGL 프로그래밍 가이드 : OpenGL 1.2 공식 학습 가이드 제3판

OpenGL 프로그래밍 가이드 : OpenGL 1.2 공식 학습 가이드 제3판 OpenGL, (OpenGL GL, Graphics Library ). OpenGL 3.,,. OpenGL. 14. 3. 1, OpenGL OpenGL., OpenGL. 2, 3. 3, 3 2.. 4,. 26 Ope ngl Progra mming Guide - OpenGL 1.2 5,, (, ). 3 3. 3. OpenGL.. 6,,,.,,. 7, OpenGL.

More information

Windows 시스템 프로그래밍 제3판

Windows 시스템 프로그래밍 제3판 1 W i n 3 2 W i n 6 4 1 Wi n32 Wi n64 25 Microsoft Windows (operating system, OS) Win32 API(application programming interface, ). 64 Win64 API, Win32 Win64., Win32 Win64 Windows Windows API. Win32 Win64.

More information

歯PLSQL10.PDF

歯PLSQL10.PDF 10 - SQL*Pl u s Pl / SQL - SQL*P lus 10-1 1 0.1 PL/ SQL SQL*Pl u s. SQL*P lus 10-2 1 0.2 S QL* Pl u s PL/ S QL SQL*Pl u s, Pl / SQL. - PL/ SQL (i npu t ), (s t or e ), (r un). - PL/ SQL s cr i pt,,. -

More information

초보자를 위한 C# 21일 완성

초보자를 위한 C# 21일 완성 C# 21., 21 C#., 2 ~ 3 21. 2 ~ 3 21.,. 1~ 2 (, ), C#.,,.,., 21..,.,,, 3. A..,,.,.. Q&A.. 24 C#,.NET.,.,.,. Visual C# Visual Studio.NET,..,. CD., www. TeachYour sel f CSharp. com., ( )., C#.. C# 1, 1. WEEK

More information

ShaderX2: DirectX 9 셰이더 프로그래밍 팁 & 트릭

ShaderX2: DirectX 9 셰이더 프로그래밍 팁 & 트릭 1 1. De a n C a lve r Direct3D ShaderX: &. DirectX 9 (stream).. Dire c tx 9 1.1.... 3.0, 1. 49.. DirectX 8., ( ). DirectX 8 (D3DDEVCAPS2_STREAMOFFSET ), DirectX 9. DirectX 7, FVF.,, DirectX 9, D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.

More information

초보자를 위한 C++

초보자를 위한 C++ C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#

More information

04_오픈지엘API.key

04_오픈지엘API.key 4. API. API. API..,.. 1 ,, ISO/IEC JTC1/SC24, Working Group ISO " (Architecture) " (API, Application Program Interface) " (Metafile and Interface) " (Language Binding) " (Validation Testing and Registration)"

More information

초보자를 위한 자바 2 21일 완성 - 최신개정판

초보자를 위한 자바 2 21일 완성 - 최신개정판 .,,.,. 7. Sun Microsystems.,,. Sun Bill Joy.. 15... ( ), ( )... 4600. .,,,,,., 5 Java 2 1.4. C++, Perl, Visual Basic, Delphi, Microsoft C#. WebGain Visual Cafe, Borland JBuilder, Sun ONE Studio., Sun Java

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 01 OpenGL 과 Modeling 01 OpenGL API 02 Rendering Pipeline 03 Modeling 01 OpenGL API 1. OpenGL API 설치및환경설정 2. OpenGL API 구조 2 01 1. OpenGL API 설치및환경설정 OpenGL API 의상대적위치 System Memory Graphics Application

More information

13 2 ( 25 ) Korean J Med Hist Dec 2004 ISSN X * ( ) ( ) ( ). 1) ( ) ( ) ( ) ( ) ( ) 2) ( ) 3) 1990 ( ) 4) * 1) ( ) C

13 2 ( 25 ) Korean J Med Hist Dec 2004 ISSN X * ( ) ( ) ( ). 1) ( ) ( ) ( ) ( ) ( ) 2) ( ) 3) 1990 ( ) 4) * 1) ( ) C 13 2 ( 25 ) 2004 12 Korean J Med Hist 13 198 218 Dec 2004 ISSN 1225 505X * 1 11 1( ) ( ) ( ). 1) ( ) ( ) ( ) ( ) ( ) 2) ( ) 3) 1990 ( ) 4) * 1) ( ) CD- ROM 2) 1962 p 204 2000 p 18 3) 1966 p 330-1 198 5)

More information

百 눼신 시 " 가.인도의 대표적 섬유,패션 제품 l) 카펫 면과 비단으로 만든 카펫은 수세기 동안 인기있는 수출 품옥이었다.무굴시대의 디 자인 감각으로 완성된 플러시 비단카펫은 오늘날까지 관광객에게 많은 사랑을 받는 제품이다.인도산 수직 매듭 양탄자 두리(Dur ie

百 눼신 시  가.인도의 대표적 섬유,패션 제품 l) 카펫 면과 비단으로 만든 카펫은 수세기 동안 인기있는 수출 품옥이었다.무굴시대의 디 자인 감각으로 완성된 플러시 비단카펫은 오늘날까지 관광객에게 많은 사랑을 받는 제품이다.인도산 수직 매듭 양탄자 두리(Dur ie 무 닉늬 넘유 때선 시징 工 다 뱃,ㅣ서 4. 인도 패션 산 업 인도의 국내의류 시장 수요는 2006년도 미$160억으로 다옴 3년내에 미$400억 규 모로 크게 중가할 것으로 추정하고 있으며 국내시장의 주요공급업재들도 에상되는 수요 중가에 맞추어 현실적으로 부닥치고 있는 문체점인 낮은 품질과 비효율적인 노 동인력,기술 및 생산시설 부족에 대한 강한 개선의지틀

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

Beginning Linux Programming 제3판

Beginning Linux Programming 제3판 1.,..,, GNU,, GNU..,. GNU.. 4 0 B e g in n in g Lin u x P ro g ra m m in g 3? AT&T. Digital Equipment PDP 1970., PC.,. (Single Unix Specification),,. IEEE(Institute of Electrical and Electronic Engineers,

More information

chapter2.hwp

chapter2.hwp 2. 그래픽스프로그래밍의소개 2.1 OpenGL 이란? 2.1.1 OpenGL 의정의 2차원또는 3차원드로잉을위한표준그래픽스라이브러리 - 그래픽스하드웨어에대한소프트웨어인터페이스 - C나 C++ 과같은프로그래밍언어는아님 - 그래픽스하드웨어에잘구현될수있음 -C언어기반라이브러리 - 상태기반아키텍쳐 - 즉시모드 (Immediate mode) 기반 그래픽스라이브러리

More information

I 154

I 154 152 I 154 1 154 ! 155 @ 156 ! 157 C F G B D E A A E D F B 158 @ 159 # 160 (the characteristic octave) 161 $ ppppppppppppppppppppppppppppppppp 1. 2. 3. 162 II 164 1 164 ! 165 166 167 Ut que-ant la - xis

More information

Microsoft PowerPoint - lecture2-opengl.ppt [호환 모드]

Microsoft PowerPoint - lecture2-opengl.ppt [호환 모드] OpenGL & GLUT OpenGL & GLUT 321190 2011 년봄학기 3/15/2011 박경신 OpenGL http://www.opengl.org/ http://www.sgi.com/software/opengl Windows95 이후 OpenGL 이표준으로들어가있음. ftp://ftp.microsfot.com/softlib/mslfiles/opengl95.exe

More information

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 -

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - (Asynchronous Mode) - - - ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - UART (Univ ers al As y nchronous Receiver / T rans mitter) 8250A 8250A { COM1(3F8H). - Line Control Register

More information

untitled

untitled 9 hamks@dongguk.ac.kr : Source code Assembly language code x = a + b; ld a, %r1 ld b, %r2 add %r1, %r2, %r3 st %r3, x (Assembler) (bit pattern) (machine code) CPU security (code generator).. (Instruction

More information

중 국 6 대 패 션 시 장 조 사 보 고 서 < 2004 년 상 해 10 대 매 장 10대 패 션 제 품 의 브 랜 드 시 장 점 유 뮬 > 제 품 브 랜 드 시 장 점 유 율 제 품 브 랜 드 시 장 점유 율 C O N C H 19 9 9 6 P LA Y B O Y

중 국 6 대 패 션 시 장 조 사 보 고 서 < 2004 년 상 해 10 대 매 장 10대 패 션 제 품 의 브 랜 드 시 장 점 유 뮬 > 제 품 브 랜 드 시 장 점 유 율 제 품 브 랜 드 시 장 점유 율 C O N C H 19 9 9 6 P LA Y B O Y 한국섬유 산업연합 회(KO F ㄲ) 도 표 로 보 면 매 년 1월 은 판 매 성 수 기 로 30592. 43 만 元 의 신 기륵 을 달성하 였 다.중국 전통 영절인 춘절이 여전히 사 람들의 구 매욕 을 자극하였 고, 판 매 업 체 가 갖 가 지 묘 안을 짜 내었 다. 2월 의 판 매 액 은 1월 의 추 세 를 잇 지 못하고 대폭 하락하였다.3,4,5월은 그다지

More information

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp RUF * (A Simple and Efficient Antialiasing Method with the RUF buffer) (, Byung-Uck Kim) (Yonsei Univ. Depth of Computer Science) (, Woo-Chan Park) (Yonsei Univ. Depth of Computer Science) (, Sung-Bong

More information

2005CG01.PDF

2005CG01.PDF Computer Graphics # 1 Contents CG Design CG Programming 2005-03-10 Computer Graphics 2 CG science, engineering, medicine, business, industry, government, art, entertainment, advertising, education and

More information

9

9 9 hamks@dongguk.ac.kr : Source code Assembly language code x = a + b; ld a, %r1 ld b, %r2 add %r1, %r2, %r3 st %r3, x (Assembler) (bit pattern) (machine code) CPU security (code generator).. (Instruction

More information

초보자를 위한 C++

초보자를 위한 C++ C++.., C# Java C++., C++. C++,. C++.,,.. C++. C++,,., C++.. C++,,, C++..,. C++ C++. C++. 24?. 12, C++.... A..... /... 25.,.,. Java C#., C++., Java C#, C++., Microsoft Visual C++ Borland C++ Builder C++.

More information

Microsoft PowerPoint - lecture3-ch2.ppt

Microsoft PowerPoint - lecture3-ch2.ppt Coordinate Systems Graphics Programming 321190 2007년봄학기 3/13/2007 박경신 2D Cartesian Coordinate Systems 3D Cartesian Coordinate Systems Cartesian Coordination Systems -x +y y-axis x-axis +x Two axes: x-axis

More information

歯320.PDF

歯320.PDF Thermo Orion Model 320 PerpHecT Meter I. 1 II. A. 2 B. Keypad 3 III. A. 4 B. 4 IV. A. 5 B. 5 C. setup 6 V. ph A. 7 B. ph 8 VI. LogR ph A. 10 B. LogR? 11 C. LogR 12 VII. mv/ ORP/ A. mv 13 B. (, ) 13 VIII.

More information

제4장 섬유 산업 향후 과제 기술력 향상 사업의 및 추진 방향 제4장 섬유 산업 기술력 향상 사업의 향후 과제 및 추진 방향 섞유 산업 기술력 향상 사업은 본문에서 살펴보았듯이 부문별로 환경 변화에 탄력적으로 적 옹하면서 효과적으로 진행되어 왔.1998년,2001년도가 본 사업을 시작하여 그 궤도를 잡는 시기였면,2002년도 이후는 사업의 규모와 범위가 확장되는

More information

감사의 글 짐 스텐츨 발간사 함세웅 서문 무언가를 해야만 했다 제1장 우리의 마음도 여러분들과 함께 울고 있습니다 제2장 고립에서 연대로 제3장 한국이 나에게 내 조국과 신앙에 대해 가르쳐 준 것 제4장 아직도 남아 있는 마음의 상처 제5장 그들이 농장에서 우리에게 결코 가르쳐 주지 않았던 것들 제6장 모든 경계를 넘어, 하나의 공동체 제7장 방관자로 남는

More information

(Microsoft PowerPoint - JXEUOAACMYBW.ppt [\310\243\310\257 \270\360\265\345])

(Microsoft PowerPoint - JXEUOAACMYBW.ppt [\310\243\310\257 \270\360\265\345]) Discrete Techniques Historical Background 1970 년대 : local illumination models Phong shading : plastic 처럼보인다... 1980년대 : realism 의추구 global illumination models high cost, but very realistic texture mapping

More information

63-69±è´ë¿µ

63-69±è´ë¿µ Study on the Shadow Effect of 3D Visualization for Medical Images ased on the Texture Mapping D.Y. Kim, D.S. Kim, D.K. Shin, D.Y. Kim 1 Dept. of iomedical Engineering, Yonsei University = bstract = The

More information

(Microsoft PowerPoint - FZBDPQDCSHAN.ppt [\310\243\310\257 \270\360\265\345])

(Microsoft PowerPoint - FZBDPQDCSHAN.ppt [\310\243\310\257 \270\360\265\345]) Graphics Programming 2.1 The Sierpinski Gasket Sierpinski gasket 예제문제로사용 원래, Fractal geometry 에서정의 만드는방법 삼각형을그린다. 삼각형내부에 random 하게점 P i 를선택, 출력 random 하게꼭지점중의하나 V i 선택 V i 와 P i 의중점을 P i+1 로선택, 출력 위과정을반복

More information

사상체질의학회지

사상체질의학회지 사상의학회지 1 o f C o r n t M o o o l 1 0 N o 2 1 9 9 8 四 象 人 耳 目 壘 口 의 퓨Z 態 學 的 特 徵 짧 究 洪 錫 喆 高 炳 熙 宋 - 炳 A M o r p h o r l o g i c a l S t u d y o f E a r, E y e, N o s e a n d M o u t h a c c o r d i n g

More information

Java 3D Programming

Java 3D Programming 1 Java 3D 1.1 1.2 1.3 ( ) 1.4 1.5 1.6 Java 3D Progra mming Java 3D Java 3 (Sun Microsystems) (application programming interface, API). Java 3D Java API. Sun API Abstract Windows Toolkit(AWT) Java Foundation

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

untitled

untitled (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

More information

Ⅱ. Embedded GPU 모바일 프로세서의 발전방향은 저전력 고성능 컴퓨팅이다. 이 러한 목표를 달성하기 위해서 모바일 프로세서 기술은 멀티코 어 형태로 발전해 가고 있다. 예를 들어 NVIDIA의 최신 응용프 로세서인 Tegra3의 경우 쿼드코어 ARM Corte

Ⅱ. Embedded GPU 모바일 프로세서의 발전방향은 저전력 고성능 컴퓨팅이다. 이 러한 목표를 달성하기 위해서 모바일 프로세서 기술은 멀티코 어 형태로 발전해 가고 있다. 예를 들어 NVIDIA의 최신 응용프 로세서인 Tegra3의 경우 쿼드코어 ARM Corte 스마트폰을 위한 A/V 신호처리기술 편집위원 : 김홍국 (광주과학기술원) 스마트폰에서의 영상처리를 위한 GPU 활용 박인규, 최호열 인하대학교 요 약 본 기고에서는 최근 스마트폰에서 요구되는 다양한 멀티미 디어 어플리케이션을 embedded GPU(Graphics Processing Unit)를 이용하여 고속 병렬처리하기 위한 GPGPU (General- Purpose

More information

Microsoft PowerPoint - lecture3-ch2.ppt [호환 모드]

Microsoft PowerPoint - lecture3-ch2.ppt [호환 모드] Coordinate Systems Graphics Programming 321190 2014 년봄학기 3/14/2014 박경신 2D Cartesian Coordinate Systems 3D Cartesian Coordinate Systems Cartesian Coordination Systems -x +y y-axis x-axis +x Two axes: x-axis

More information

untitled

untitled NV40 (Chris Seitz) NV1 1 Wanda NV1x 2 2 Wolfman NV2x 6 3 Dawn NV3x 1 3 Nalu NV4x 2 2 2 95-98: Z- CPU GPU / Geometry Stage Rasterization Unit Raster Operations Unit 2D Triangles Bus (PCI) 2D Triangles (Multitexturing)

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

. PC DP-1VR P15 1ch 1 Input Tool 4ch RS-232C RS-232C. Input Tool P14 MUX-10F P16 MeasureReport P21 GO/NG 2 MeasurLink Real-Time P19 MeasurLink STATMea

. PC DP-1VR P15 1ch 1 Input Tool 4ch RS-232C RS-232C. Input Tool P14 MUX-10F P16 MeasureReport P21 GO/NG 2 MeasurLink Real-Time P19 MeasurLink STATMea 12 Input Tool ( ) 14 DP-1VR 15-10F 16 3 17 EC 17 MeasurLink 18 MeasureReport 21 SPC 22 11 . PC DP-1VR P15 1ch 1 Input Tool 4ch RS-232C RS-232C. Input Tool P14 MUX-10F P16 MeasureReport P21 GO/NG 2 MeasurLink

More information

105È£4fš

105È£4fš 의 자선단체들이 사랑과 자비를 베푼 덕택에 국제 사회에서 훠모사가 존경받는 위치에 섰으며 국가간 에 상호우애를 다지는 데 큰 기여를 했다고 치하했 다. 칭하이 무상사 국제협회는 구호물자를 터키 지 터키 지진 피해자들을 위한 구호물자 전달식 진 피해자들에게 전달하는데 협조해 준 중국 항공의 훠모사 항공화물 센터 매니저인 제임스 류 씨, 골든 파운데이션 여행사의

More information

Bchvvhv[vhvvhvvhchvvhvvhvvhvvhvvgvvgvv}vvvgvvhvvhvvvhvvhvvhvvvbbhvvhvvvgvvgvvhvvhvvhv}hv,.. Bchvvhv[vhvvhvvhvvhvvbbhvvhvvhvvvhvvhvvgvvgvv}vvgvvhvvvhvv

Bchvvhv[vhvvhvvhchvvhvvhvvhvvhvvgvvgvv}vvvgvvhvvhvvvhvvhvvhvvvbbhvvhvvvgvvgvvhvvhvvhv}hv,.. Bchvvhv[vhvvhvvhvvhvvbbhvvhvvhvvvhvvhvvgvvgvv}vvgvvhvvvhvv [ 5] 입당성가 ( ) 성호경 Bcgvbbbhvbbbhcbhvvhvbbbgvvbvbhvbbjvvhvv[vbbhvbbbGYvvvvygcbbgc}cvvbbgcbbGYc}cccccbbbbbbbbbbbbvvbbhv - -.. 인사 Bchvvhvbbbhchvvhvvhvbbbhvvvhvvhvvhvvvhvvhvvhvbbbhvv[vvhvvhvvhvvvhvvhvvhvbbbhvvvbhvvhvbbbhvvvhvvhvvbbhv

More information

을 할 때, 결국 여러 가지 단어를 넣어서 모두 찾아야 한다는 것이다. 그 러나 가능한 모든 용어 표현을 상상하기가 쉽지 않고, 또 모두 찾기도 어 렵다. 용어를 표준화하여 한 가지 표현만 쓰도록 하여야 한다고 하지만, 말은 쉬워도 모든 표준화된 용어를 일일이 외우기는

을 할 때, 결국 여러 가지 단어를 넣어서 모두 찾아야 한다는 것이다. 그 러나 가능한 모든 용어 표현을 상상하기가 쉽지 않고, 또 모두 찾기도 어 렵다. 용어를 표준화하여 한 가지 표현만 쓰도록 하여야 한다고 하지만, 말은 쉬워도 모든 표준화된 용어를 일일이 외우기는 특집 전문 용어와 국어생활 전문 용어의 표준화 -남북 표준에서 시맨틱 웹까지- 최기선 한국과학기술원 전산학과 교수 1. 전문 용어 표준화가 사회 문화를 향상시키는가? 전문 용어 는 우리에게 어떤 의미가 있는가? 이 질문은 매일 마시는 공기 는 우리에게 어떤 의미가 있느냐고 묻는 것과 같다. 있을 때에는 없 는 듯하지만, 없으면 곧 있어야 함을 아는 것이 공기이다.

More information

초보자를 위한 ASP.NET 2.0

초보자를 위한 ASP.NET 2.0 (World Wide Web), HTML., (ebay) (Amazon.com) HTML,., Microsoft ASP.NET. ASP.NET ASP.NET., ASP.NET HTML,,. ASP.NET HTML.. ASP.NET, Microsoft Visual Basic. Visual Basic. 5 Visual Basic, Visual Basic. ASP.NET

More information

시작하기 시작할 준비가 되었으면 다음 설명에 따라 설문조사를 실시한다. 1단계: 허락받기 클럽을 떠나는 회원에게 에 응해 줄 것인지 물어본다. 이 설문 조사는 클럽의 문제점을 보완해 향후 같은 이유로 이탈하는 회원들이 없도록 하기 위한 것이며, 응답 내용은 대외비로 처

시작하기 시작할 준비가 되었으면 다음 설명에 따라 설문조사를 실시한다. 1단계: 허락받기 클럽을 떠나는 회원에게 에 응해 줄 것인지 물어본다. 이 설문 조사는 클럽의 문제점을 보완해 향후 같은 이유로 이탈하는 회원들이 없도록 하기 위한 것이며, 응답 내용은 대외비로 처 떠나는 이유 알아보기 왜 클럽을 떠나는가? 이는 클럽을 떠나기로 결심한 동료들에게 반드시 물어봐야 할 질문이다. 그리고 그 답이 무엇이든 다시는 같은 이유로 클럽을 떠나는 회원이 없도록 개선책을 마련해야 한다. 를 사용해 왜 회원들이 클럽을 떠나는지, 그리고 앞으로 회원들의 이탈을 막으려면 어떻게 해야 할 것인지 논의를 시작한다. 클럽 회원위원회는 이 설문조사를

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 06 Texture Mapping 01 Texture Mapping 의종류 02 Texture Mapping 이가능한객체생성 03 고급 Texture Mapping 01 Texture Mapping 의종류 1. 수동 Texture Mapping 2. 자동 Texture Mapping 2 01 Texture Mapping 의종류 좌표변환 Pipeline 에서

More information

오라클 데이터베이스 10g 핵심 요약 노트

오라클 데이터베이스 10g 핵심 요약 노트 1 10g 10g SYSAUX 10g 22 Oracle Database 10g, 10g. 10g. (Grid), 10g.. 10g SYSAUX (ASM, Automatic Storage Management) 10g 10g. g. (DBA).,., 1).,..? 10g,.. (Larry Ellison).. (Leverage Components), (ASM) (

More information

fl 2

fl 2 1 fl 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69

More information

1. 화섬산업의 개요 1.1 화섬산업의 륵성 화 섬산 업 의 산 업 적 특 성 화섬산업은 원사,원면 둥 기초소재를 생산하는 섬유산 업의 핵심산업으로 고용창출효과와 고부가가치를 실현할 수 있음 O 세계적으로 독일,이태리,일본 등 선진국을 중심으로 M E(마이크로 일렉트

1. 화섬산업의 개요 1.1 화섬산업의 륵성 화 섬산 업 의 산 업 적 특 성 화섬산업은 원사,원면 둥 기초소재를 생산하는 섬유산 업의 핵심산업으로 고용창출효과와 고부가가치를 실현할 수 있음 O 세계적으로 독일,이태리,일본 등 선진국을 중심으로 M E(마이크로 일렉트 화섬산업의 경쟁력 분석 낀r 三, 샌. 1. 화섬산업의 개요 1.1 화섬산업의 륵성 화 섬산 업 의 산 업 적 특 성 화섬산업은 원사,원면 둥 기초소재를 생산하는 섬유산 업의 핵심산업으로 고용창출효과와 고부가가치를 실현할 수 있음 O 세계적으로 독일,이태리,일본 등 선진국을 중심으로 M E(마이크로 일렉트 로닉스)등 첨단기술의 접목으로 종래 노동 중심에서 기술

More information

¾Ë·¹¸£±âÁöħ¼�1-ÃÖÁ¾

¾Ë·¹¸£±âÁöħ¼�1-ÃÖÁ¾ Chapter 1 Chapter 1 Chapter 1 Chapter 2 Chapter 2 Chapter 2 Chapter 2 Chapter 2 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 4 Chapter 4

More information

01....b74........62

01....b74........62 4 5 CHAPTER 1 CHAPTER 2 CHAPTER 3 6 CHAPTER 4 CHAPTER 5 CHAPTER 6 7 1 CHAPTER 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50

More information

(291)본문7

(291)본문7 2 Chapter 46 47 Chapter 2. 48 49 Chapter 2. 50 51 Chapter 2. 52 53 54 55 Chapter 2. 56 57 Chapter 2. 58 59 Chapter 2. 60 61 62 63 Chapter 2. 64 65 Chapter 2. 66 67 Chapter 2. 68 69 Chapter 2. 70 71 Chapter

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

C 프로그래밍 언어 입문 C 프로그래밍 언어 입문 김명호저 숭실대학교 출판국 머리말..... C, C++, Java, Fortran, Python, Ruby,.. C. C 1972. 40 C.. C. 1999 C99. C99. C. C. C., kmh ssu.ac.kr.. ,. 2013 12 Contents 1장 프로그래밍 시작 1.1 C 10 1.2 12

More information

(72) 발명자 오인환 서울 노원구 중계로 195, 101동 803호 (중계동, 신 안동진아파트) 서혜리 서울 종로구 평창14길 23, (평창동) 한훈식 서울 강남구 언주로71길 25-5, 301호 (역삼동, 영 훈하이츠) 이 발명을 지원한 국가연구개발사업 과제고유번호

(72) 발명자 오인환 서울 노원구 중계로 195, 101동 803호 (중계동, 신 안동진아파트) 서혜리 서울 종로구 평창14길 23, (평창동) 한훈식 서울 강남구 언주로71길 25-5, 301호 (역삼동, 영 훈하이츠) 이 발명을 지원한 국가연구개발사업 과제고유번호 (19) 대한민국특허청(KR) (12) 등록특허공보(B1) (45) 공고일자 2014년04월14일 (11) 등록번호 10-1384704 (24) 등록일자 2014년04월07일 (51) 국제특허분류(Int. Cl.) F16L 9/18 (2006.01) F17D 1/00 (2006.01) F16L 3/00 (2006.01) (21) 출원번호 10-2012-0113933

More information

Microsoft PowerPoint - gpgpu_proximity.ppt

Microsoft PowerPoint - gpgpu_proximity.ppt Fast Geometric Computations using GPUs 김영준 http://graphics.ewha.ac.kr 이화여자대학교컴퓨터학과 Topics Collision detection Closest point query Approximate arrangement computation Ewha Womans University http://graphics.ewha.ac.kr

More information

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). *

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * , 40 12 (2006 6) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * 40, 40 12 (EPQ; economic production quantity). (setup cost) (setup time) Bradley

More information

초보자를 위한 한글 Visual Basic .NET 21일 완성

초보자를 위한 한글 Visual Basic .NET 21일 완성 21 Visual Basic.NET. Visual Basic.NET Visual Basic..NET Visual Basic.NET,..NET Micorosoft.,,..NET 21,. Visual Basic.NET, 21,.NET,.NET. Visual Basic.NET,.NET,,.,.NET...NET (Visual Basic, C#, C+ + ).NET.

More information

(Microsoft PowerPoint - JXQEUPXIEBNZ.ppt [\310\243\310\257 \270\360\265\345])

(Microsoft PowerPoint - JXQEUPXIEBNZ.ppt [\310\243\310\257 \270\360\265\345]) Input and Interaction 3.1 Interaction Input 기능의처리 input : 사용자와의대화 O/S 와밀접한관계 문제점 : portability 에심각한장애 MS Windows 용으로작성하면, 거기서만작동 OpenGL approach OpenGL 은 portability 를중시 input 은 OpenGL 기능에서되도록제거 GLUT :

More information

Deok9_Exploit Technique

Deok9_Exploit Technique Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Microsoft Word - cg09-midterm.doc

Microsoft Word - cg09-midterm.doc 중간고사 담당교수 : 단국대학교멀티미디어공학전공박경신 답은반드시답안지에기술할것. 공간이부족할경우반드시답안지몇쪽의뒤에있다고명기한후기술할것. 그외의경우의답안지뒤쪽이나연습지에기술한내용은답안으로인정안함. 답에는반드시네모를쳐서확실히표시할것. 답안지에학과, 학번, 이름외에본인의암호를기입하면성적공고시학번대신암호를사용할것임. 1. 맞으면 true, 틀리면 false를적으시오.

More information

05Àå

05Àå CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

11기계제도(005~102)

11기계제도(005~102) 1 1 6 KS 0005 04 B B0B4 1. 2 7 KS 0106 1 2 3 4 5 6 B C D 1 2 3 4 5 6 2. 8 2 05mm 10mm 2 25mm 75mm 05mm 5mm 1 2 3 B C 3 40mm 4 9 1. 2 KS 2. 4a 4b 21 10 5b NSnot to scale NS 11 2 projection 13 1. 2. Tip

More information

歯IC-706.PDF

歯IC-706.PDF IC- 706. HL3QCE. HL2QCE. (HITOP) : (02)704-9104 : HL3QCE / : HITOP IC- 706.. 13.8V AC. 13.8V 16V 24V 10 ( +14 ) 60 ( +140 ) 80, ICOM,,..,. i IC- 706 (OP C- 025D )...1 (HM - 103)...1 (30A )...2 (4A )...2

More information

서피스셰이더프로그램 셰이더개발을쉽게! Thursday, April 12, 12

서피스셰이더프로그램 셰이더개발을쉽게! Thursday, April 12, 12 서피스셰이더프로그램 셰이더개발을쉽게! 유니티렌더링시스템소개 렌더링패스 셰이더랩 서피스셰이더 데모 2 유니티렌더링시스템 3 Deferred Lighting Rendering Path Dual Lightmapping Post Effect Processing Realtime Shadow LightProbe Directional Lightmapping HDR Gamma

More information

이수진.PDF

이수진.PDF A S tudy on Elem entary S chool Children 's S ex u al Know ledg ea ttiude and A ctu al S t ate of S ex Educ ation 200 12 A S tudy on Elem entary S chool Children 's S ex u al Know ledg ea ttiude and A

More information

컴퓨터그래픽스 소프트웨어

컴퓨터그래픽스 소프트웨어 Video & Image VIPLProcessing Lab. 2014-1 Myoung-Jin Kim, Ph.D. (webzealer@ssu.ac.kr) 목차 1 래스터그래픽스및벡터그래픽스 2 컴퓨터그래픽스소프트웨어의유형 3 OpenGL 프로그래밍 래스터그래픽스영상 래스터그래픽스영상이란? 래스터 : CRT 의래스터 주사 (raster scan) 방식에서사용된용어

More information

Microsoft PowerPoint - lecture2-opengl.ppt

Microsoft PowerPoint - lecture2-opengl.ppt OpenGL & GLUT OpenGL & GLUT 321190 2007년봄학기 3/9/2007 박경신 OpenGL http://www.opengl.org/ http://www.sgi.com/software/opengl Windows95 이후 OpenGL 이표준으로들어가있음. ftp://ftp.microsfot.com/softlib/mslfiles/opengl95.exe

More information

歯목차88.PDF

歯목차88.PDF 20 02. 11. 18 (2 002-8 8 ) C/ O/ N/ T/ E/ N/ T/ S 2 20 4, 7 [ ] 8 [ ], 1000 9 [ ] 11 [ ] 3 (HS) " 12 [ ] 13 [ ] 2 ( ) 14 200 2 1220 2002. 10. 15 2 16 (338)3344 (338) 113 1 (338)3344 (338) 1132 FAX(338)3380

More information

A 0 D5-a (XQD Card Type) D5-b (CF Card Type)

A 0 D5-a (XQD Card Type) D5-b (CF Card Type) Kr http://downloadcenter.nikonimglib.com/ A 0 D5-a (XQD Card Type) D5-b (CF Card Type) D A 0 i 0 0 0 0 0 0 0 0 0 ii A http://downloadcenter.nikonimglib.com/ http://downloadcenter.nikonimglib.com/ iii i

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

歯5)논단2.PDF

歯5)논단2.PDF 1) 2) 1. :. NGO..,..,,,...,.. OECD, 15 15 1997 4.. 1997 3 15. 1999 8,..,..,. ( 1), ( : ). ha nc lk@pspd.org 2), ( : ). biocdst@orgio.net ). 1980. 1998,. 2 (biosafety protocol), LMO. DNA...,,,., ( )..,..

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program

More information

DCR-HC15

DCR-HC15 3-089-848-42(1) DCR-HC15 2004 Sony Corporation 2 1 2 3 4 5 6 7 8 1 5 6 2 7 3 4 8 3 c 4 5 6 c 7 3 2 v 1 Z 2 3 1 2 8 1 2 3 4 1 2 3 9 10 [a] [b] [c] [d] [a] [b] [c] [d] 11 (1) (2) (1) (2) 12 (1) (2) v (3)

More information

Microsoft PowerPoint cg01.ppt

Microsoft PowerPoint cg01.ppt Chap 1. Graphics Systems and Models 동의대학교멀티미디어공학과 Hyoungseok B. Kim Computer Graphics definition all technologies related to producing pictures or images using a computer 40년정도의역사 CRT characters photo-realistic

More information

초판 1쇄 발행 2013년 10월 25일 지은이 박승제 펴낸이 장성두 펴낸곳 제이펍 출판신고 2009년 11월 10일 제406-2009-000087호 주소 경기도 파주시 문발동 파주출판도시 530 1 뮤즈빌딩 403호 전화 070 8201 9010 / 팩스 02 628

초판 1쇄 발행 2013년 10월 25일 지은이 박승제 펴낸이 장성두 펴낸곳 제이펍 출판신고 2009년 11월 10일 제406-2009-000087호 주소 경기도 파주시 문발동 파주출판도시 530 1 뮤즈빌딩 403호 전화 070 8201 9010 / 팩스 02 628 초판 1쇄 발행 2013년 10월 25일 지은이 박승제 펴낸이 장성두 펴낸곳 제이펍 출판신고 2009년 11월 10일 제406-2009-000087호 주소 경기도 파주시 문발동 파주출판도시 530 1 뮤즈빌딩 403호 전화 070 8201 9010 / 팩스 02 6280 0405 홈페이지 www.jpub.kr / 이메일 jeipub@gmail.com 편집부

More information

프로덕트 아이덴티티의 유형별 특성에 관한 연구

프로덕트 아이덴티티의 유형별 특성에 관한 연구 A Study on specific characteristic pattern of Product Identity - - - - (Smart & So ft) (Balance of Reason and Feeling). - - - - - - - - - - - - - (Originality),

More information

<4D F736F F F696E74202D204B FC7C1B7CEB1D7B7A55F436F6E736F6C D6520B0B3B9DFBFA120C0AFBFEBC7D120B9E6B9FD5FC0CCC1F

<4D F736F F F696E74202D204B FC7C1B7CEB1D7B7A55F436F6E736F6C D6520B0B3B9DFBFA120C0AFBFEBC7D120B9E6B9FD5FC0CCC1F Console Game 개발에유용한방법 이진균개발실장 목 Console Game 시장과개발의필요성 Programming Differences between PC & Console Dev. Environments CPU, GPU, & FPU Resource Loading Memory Management Network Implementing Effects Quality

More information

1

1 1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2

More information

한국언론진흥재단 지정주제 연구보고서 2011-15 해외동포 언론의 국내뉴스 보도 연구 책임 연구 한동섭(한양대학교 미디어커뮤니케이션학과 교수) 공동 연구 김형일(극동대학교 언론홍보학과 교수) 연구 보조 최진호(한양대학교 미디어커뮤니케이션학과 석사과정) 발행인 이성준 편

한국언론진흥재단 지정주제 연구보고서 2011-15 해외동포 언론의 국내뉴스 보도 연구 책임 연구 한동섭(한양대학교 미디어커뮤니케이션학과 교수) 공동 연구 김형일(극동대학교 언론홍보학과 교수) 연구 보조 최진호(한양대학교 미디어커뮤니케이션학과 석사과정) 발행인 이성준 편 해외동포 언론의 국내뉴스 보도 연구 한동섭 김형일 한국언론진흥재단 지정주제 연구보고서 2011-15 해외동포 언론의 국내뉴스 보도 연구 책임 연구 한동섭(한양대학교 미디어커뮤니케이션학과 교수) 공동 연구 김형일(극동대학교 언론홍보학과 교수) 연구 보조 최진호(한양대학교 미디어커뮤니케이션학과 석사과정) 발행인 이성준 편집인 선상신 발행일 2011년 9월 30일

More information

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

More information

I. 한국타이어월드와이드의 유동비율 축소 지난 2012년 9월, 한국타이어는 사업전문화를 위한 지주회사체제 전환을 목적으로 한국타이 어월드와이드(존속회사)와 한국타이어(신설회사)로 분할했다. 올해 5월에는 지배구조 강화를 위해 한국타이어의 공개매수를 실시했다. 그리고

I. 한국타이어월드와이드의 유동비율 축소 지난 2012년 9월, 한국타이어는 사업전문화를 위한 지주회사체제 전환을 목적으로 한국타이 어월드와이드(존속회사)와 한국타이어(신설회사)로 분할했다. 올해 5월에는 지배구조 강화를 위해 한국타이어의 공개매수를 실시했다. 그리고 Note 2013. 7. 25 Derivatives Analyst 최창규 02)768-7600, gilbert.choi@wooriwm.com 하재석 02)768-7690, js.ha@wooriwm.com 최창규의 파생충동( 派 生 衝 動 ), 인덱스펀드가 기업분 할 이벤트에 대응하는 방법 한국타이어월드와이드, NHN, 대한항공 이벤트에 대한 인덱스펀드의 대응법

More information

<32303132B3E2C1A632C8B8BFF6B5E531B1DE42C7FC2E687770>

<32303132B3E2C1A632C8B8BFF6B5E531B1DE42C7FC2E687770> 국 가 기 술 자 격 검 정 무 단 전 재 금 함 형별 제한 시간 수험번호 성 명 다음 문제를 읽고 가장 알맞은 것을 골라 답안카드의 답란 (1, 2, 3, 4)에 표기하시오 워드프로세싱 용어 및 기능 1. 다음 중 워드프로세서의 입력 기능에 대한 설명으로 옳지 1 행두 금칙 문자로는 (, [,,< 등이 있다. 2 KS X 1001 완성형 한글

More information

wp1_120616.hwp

wp1_120616.hwp 1과목 : 워드프로세싱 용어 및 기능 1. 다음 중 문서의 효력 발생에 대한 견해로 우리나라에서 채택하 고 있는 1 표백주의 2 발신주의 3 도달주의 4 요지주의 2. 다음 중 워드프로세서의 표시기능에 대한 설명으로 옳은 1 포인트는 화면을 구성하는 최소 단위로 1포인트는 보통 0.5mm이다. 2 자간이란 문자와 문자 사이의 간격을 의미하며 자간을 조절 하여

More information

163059_100.HWP

163059_100.HWP 2003년도 국정감사결과보고서 2003. 12. 과학기술정보통신위원회 목 차 Ⅰ. 감사의 목적 1 Ⅱ. 감사기간 1 Ⅲ. 감사실시 대상기관 1 Ⅳ. 감사실시경과 3 1. 감사반 편성 3 2. 감사일정 및 감사장소 4 Ⅴ. 주요감사실시내용 5 1. 과학기술부소관 5 2. 정보통신부소관 25 Ⅵ. 감사결과 및 처리의견 42 1. 시정 및 처리요구사항 42 가.

More information

5.스택(강의자료).key

5.스택(강의자료).key CHP 5: https://www.youtube.com/watch?v=ns-r91557ds ? (stack): (LIFO:Last-In First-Out):. D C B C B C B C B (element) C (top) B (bottom) (DT) : n element : create() ::=. is_empty(s) ::=. is_full(s) ::=.

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

歯 PDF

歯 PDF *200 1 1, 2, 3 200 1 3 29 ( ), 200 1 5 25 ( ), 200 1 6 20 ( ).. 1. 19. : 200 1 4 13~ 14 (, ) : 1. 2. : 338, 199 ( 537 ) 2. 200 1 20 : 200 1 10 25 ( )~ 10 26 ( ) : : ( ) 3. 1) 200 1 10 25, 200 1 8 18 (

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

K&R2 Reference Manual 번역본

K&R2 Reference Manual 번역본 typewriter structunion struct union if-else if if else if if else if if if if else else ; auto register static extern typedef void char short int long float double signed unsigned const volatile { } struct

More information

Sena Technologies, Inc. HelloDevice Super 1.1.0

Sena Technologies, Inc. HelloDevice Super 1.1.0 HelloDevice Super 110 Copyright 1998-2005, All rights reserved HelloDevice 210 ()137-130 Tel: (02) 573-5422 Fax: (02) 573-7710 E-Mail: support@senacom Website: http://wwwsenacom Revision history Revision

More information

송동우.PDF

송동우.PDF IS O/ IE C 170 25 A S tu dy on th e Qu ality S y s t em b a s e d on IS O/ IE C 17025 200 1 2 IS O/ IE C 170 25 A S tu dy on th e Qu ality S y s t em b a s e d on IS O/ IE C 17025 200 1 2 200 1 2 .,. ISO(

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

Nikon KeyMission 360. KeyMission 360 ( 1.5) SnapBridge 360/170 ( 1.1). SnapBridge 360/170., SnapBridge 360/170 OS.. KeyMission 360/ SnapBridge 360/170

Nikon KeyMission 360. KeyMission 360 ( 1.5) SnapBridge 360/170 ( 1.1). SnapBridge 360/170., SnapBridge 360/170 OS.. KeyMission 360/ SnapBridge 360/170 ii xiv 1 2 6 SnapBridge 360/170 13 25 28 31. " " (vi ), ",, " (x ) " " ( 31).. Nikon KeyMission 360. KeyMission 360 ( 1.5) SnapBridge 360/170 ( 1.1). SnapBridge 360/170., SnapBridge 360/170 OS.. KeyMission

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

Microsoft PowerPoint - lecture2-opengl.ppt [호환 모드]

Microsoft PowerPoint - lecture2-opengl.ppt [호환 모드] OpenGL & GLUT & GLEW OpenGL & GLUT 321190 2013 년봄학기 3/12/2013 박경신 OpenGL http://www.opengl.org/ http://www.sgi.com/software/opengl Windows95 이후 OpenGL 이표준으로들어가있음. ftp://ftp.microsfot.com/softlib/mslfiles/opengl95.exe

More information