Microsoft PowerPoint - 04primitives.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - 04primitives.ppt"

Transcription

1 Grahics Ouu Primiives ( 그래픽스출력기본단위 ) 3 rd Wee, 8 Sun-Jeong Kim Poins Lines DDA algorihm Bresenham s algorihm Polgons Conens Conve and concave olgons Inside-ouside ess Polgon ales Fron and ac faces

2 Poins Posiion in sace Screen coordinaes sepiel(, ); ); gepiel(,,, color); 3 Lines All oins eween wo endoins DDA, Bresenham s line-drawing algorihms Sair-se effec (jaggies) 4

3 Line Equaions The Caresian sloe-inerce equaion m m end end end m end 5 DDA Algorihm The digial differenial analzer < sloe < Uni inerval end end m 6

4 DDA Algorihm The digial differenial analzer < sloe < Uni inerval sloe > Uni inerval end end m 7 DDA Algorihm The digial differenial analzer < sloe < Uni inerval sloe > Uni inerval < sloe < Uni inerval end (he saring endoin is a he righ) end m 8

5 DDA Algorihm The digial differenial analzer < sloe < Uni inerval sloe > Uni inerval < sloe < Uni inerval (he saring endoin is a he righ) sloe < Uni inerval end end m 9 Pseudo Code of DDA Algorihm #include #include <sdli.h> <sdli.h> #include #include <mah.h> <mah.h> inline inline in in round( round( cons cons floa floa a ) { reurn reurn in(a.5); in(a.5); void void linedda( linedda( in in,, in in,, in in End, End, in in End End ) { in in d d End End,, d d End End,, ses, ses, ; ; floa floa Incremen, Incremen, Incremen, Incremen,,, ; ; if( if( fas(d) fas(d) > fas(d) fas(d) ) ses ses fas(d); fas(d); else else ses ses fas(d); fas(d); Incremen Incremen floa(d)/floa(ses); Incremen Incremen floa(d)/floa(ses); sepiel( sepiel( round(), round(), round() round() ); ); for( for( ; ; <ses; <ses; ) { Incremen; Incremen; Incremen; Incremen; sepiel( sepiel( round(), round(), round() round() ); );

6 Bresenham s Algorihm () An accurae and efficien algorihm Using onl incremenal ineger calculaions Tesing he sign of an ineger arameer Lines wih osiive sloe less han. Afer he iel a (, ) is dislaed, ne which iel is decided o lo in column? (, ) or (, ) Bresenham s Algorihm () Lines wih osiive sloe less han. a samling osiion ( ) m Difference d m d ( ) ( ) m( ) d d > ( (, ) d d < ( (, )) Decision arameer d d ( ) c ( ) m m d d ( ) c

7 3 Bresenham s Algorihm (3) Lines wih osiive sloe less han. Decision arameer Decision arameer of a saring iel (, ) ( ) ( ) ( ) ( ) c c ( ) ( ) ( ) ( ) m 4 Bresenham s Algorihm (4) Algorihm for m <. Inu he wo line endoins and sore he lef endoin in (, ) Se he color for frame-uffer osiion (, ); i.e., lo he firs oin Calculae he consans,,, and, and oain he saring value for he decision arameer as A each along he line, saring a, erform he following es: If <, he ne oin o lo is (, ) and Oherwise, he ne oin o lo is (, ) and Perform se 4 imes

8 Bresenham s Algorihm (5) Eamle 3-) To illusrae he algorihm, we digiize he line wih endoins (, ) and (3, 8) Sloe.8 (, 8) Iniial decision arameer: 6 Incremens: 6, 4 Plo he iniial oin (, ) (, ) and deermine successive iel osiions: (, ) 6 (, ) (, ) (3, ) (, ) 3 4 (4, 3) 4 (5, 4) 5 6 (6, 5) 5 (, ) 6 (7, 6) 7 (8, 6) 8 4 (9, 7) Pseudo Code of Bresenham s Algorihm #include #include <sdli.h> #include <sdli.h> #include <mah.h> <mah.h> /* /* Bresenham s Bresenham s algorihm algorihm for for m <. m <. */ void */ void linebres( linebres( in in,, in in,, in in End, End, in in End End ) { in in d d fas(end fas(end ), ), d d fas(end fas(end ); in ); in * d d d; in d; in wod wod * d, d, wodminusd wodminusd * (d (d d); d); /* /* Deermine Deermine which which endoin endoin o o use use as as sar sar osiion osiion */ if( */ if( > End End ) { End; End; End; End; End End ; ; else else { ; ; ; ; sepiel( sepiel(,, ); ); while( while( < End End ) { ; if( ; if( < ) wod; else wod; else { ; ; wodminusd; wodminusd; sepiel( sepiel(,, ); ); 6

9 Polgons A lane figure secified a se of hree or more coordinae osiions, called verices Edges: sraigh-line segmens Conve and concave olgons < 8 < 8 7 Inside-Ouside Tess Self-inersecing closed olline Odd-even rule Nonzero winding-numer rule Eerior Inerior 3 4 8

10 Polgon Tales Descriing he ojecs in a scene V Vere Tale Edge Tale E V :,, z E : V, V V S E 3 E 6 E S V 3 V 5 V :,, z V 3 : 3, 3, z 3 V 4 : 4, 4, z 4 E : V, V 3 E 3 : V 3, V E 4 : V 3, V 4 E 4 E 5 V 5 : 5, 5, z 5 E 5 : V 4, V 5 V 4 E 6 : V 5, V Surface-Face Tale S : V, V, V 3 S : V 3, V 4, V 5, V 9 Fron and Bac Faces Fron face: he visile or ouward side N(A, B, C) N ( V V ) ( V3 V ) V 3 N V D V V A B Cz D z If If A A B B Cz Cz D < D >, he oin (,, z ) is ehind he lane, he oin (,, z ) is in fron of he lane

Microsoft PowerPoint - 확률3장-1-v2007 [호환 모드]

Microsoft PowerPoint - 확률3장-1-v2007 [호환 모드] Ch.3 Random Variables 불규칙변수 3. The Noion of a Random Variable S ζ ζ real line Random variable a funcion ha assigns a real number ζ o each oucome ζ in he sample space of a random eperimen Specificaion of

More information

<4D F736F F F696E74202D204347C3E2BCAEBCF6BEF D325FC4C4C7BBC5CDB1D7B7A1C7C8BDBA20B1E2BABBBFE4BCD22E >

<4D F736F F F696E74202D204347C3E2BCAEBCF6BEF D325FC4C4C7BBC5CDB1D7B7A1C7C8BDBA20B1E2BABBBFE4BCD22E > 목차 1 점그리기 2 선그리기 3 다각형그리기 이병래교수 / 방송대컴퓨터과학과 점그리기 OpenGL - 꼭짓점지정 점 glverte* 함수 하나의좌표로표현되는기하요소 void glverte*( 좌표 ); 3 차원그래픽스에서는기본적으로,, z의세좌표축으로표현되는 3차원직교좌표계를사용하여점의좌표를표현함 와 축으로표현되는 2차원평면은 z축의값이 0인 3차원좌표로볼수있음

More information

Microsoft PowerPoint - lecture18-ch7.ppt [호환 모드]

Microsoft PowerPoint - lecture18-ch7.ppt [호환 모드] Geometric Pipeline From Vertices to Fragments 기하파이프라인 (geometric pipeline) 정점처리 (verte processing) 클리핑과기본요소로조립 (clipping and primitive assembl) 래스터화 (rasterization) ti 단편처리 (fragment processing) 응용프로그램

More information

Microsoft PowerPoint - lecture18-ch7 [호환 모드]

Microsoft PowerPoint - lecture18-ch7 [호환 모드] Geometric Pipeline From Vertices to Fragments 기하파이프라인 (geometric pipeline 정점처리 (verte processing 클리핑과기본요소로조립 (clipping and primitive assembl 래스터화 (rasterization ti 단편처리 (fragment processing 응용프로그램 39 년봄학기

More information

6. Separate HDD by pulling in the arrow direction. * Cautions Avoid lifting HDD excessively, because Connector can be damaged ODD Remove

6. Separate HDD by pulling in the arrow direction. * Cautions Avoid lifting HDD excessively, because Connector can be damaged ODD Remove 3-1. Disassembly and Reassembly R510 [Caution] Attention to red sentence. 2 2 1. Before disassembling, the AC adaptor and Battery must be separated. 2. AS mark No.1/2 put KNOB-Battery to end of each side,

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

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS [Caution] Attention to red sentence 3-1. Disassembly and Reassembly R520/ 1 2 1 1. As shown in picture, adhere Knob to the end closely into the arrow direction(1), then push the battery up (2). 2. Picture

More information

Print

Print > > > 제1장 정치 의회 1. 민주주의 가. 민주주의 지수 나. 세계은행의 거버넌스 지수 다. 정치적 불안정 지수 2. 의회 가. 의회제도와 의석 수 나. 여성의원 비율 다. 입법통계 현황 라. 의회의 예산 규모 마. 의원보수 및 보좌진 수당 3. 선거 정당 가. 투표율 나. 선거제도 다. 정당과 정치자금 4. 정치문화 가. 신뢰지수 나. 정부에 대한 신뢰

More information

- 2 -

- 2 - - 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 -

More information

2009;21(1): (1777) 49 (1800 ),.,,.,, ( ) ( ) 1782., ( ). ( ) 1,... 2,3,4,5.,,, ( ), ( ),. 6,,, ( ), ( ),....,.. (, ) (, )

2009;21(1): (1777) 49 (1800 ),.,,.,, ( ) ( ) 1782., ( ). ( ) 1,... 2,3,4,5.,,, ( ), ( ),. 6,,, ( ), ( ),....,.. (, ) (, ) Abstract Kim Dal-Rae, Kim Sun-Hyung* Dept. of Sasang Constitutional Medicine, College of Oriental Medicine, Kyung-Hee Univ. *Dept. of Sasang Constitutional Medicine, East-West Neo Medical Center, Kyung-Hee

More information

K8815 초판 5 2014 저작권 정보 본 설명서에 기술된 제품과 소프트웨어들은 보완을 목적으로 보관되는 경우를 제외하고는 ASUSTeK COMPUTER INC.(이하 ASUS )로부터의 서면 동의 없이 임의의 양식이나 수단을 통해 다른 언어로 번역, 저장매체로 보관

K8815 초판 5 2014 저작권 정보 본 설명서에 기술된 제품과 소프트웨어들은 보완을 목적으로 보관되는 경우를 제외하고는 ASUSTeK COMPUTER INC.(이하 ASUS )로부터의 서면 동의 없이 임의의 양식이나 수단을 통해 다른 언어로 번역, 저장매체로 보관 ASUS Tablet e-매뉴얼 K8815 K8815 초판 5 2014 저작권 정보 본 설명서에 기술된 제품과 소프트웨어들은 보완을 목적으로 보관되는 경우를 제외하고는 ASUSTeK COMPUTER INC.(이하 ASUS )로부터의 서면 동의 없이 임의의 양식이나 수단을 통해 다른 언어로 번역, 저장매체로 보관, 복사, 전달, 재구성 할 수 없습니다. ASUS는

More information

???짚?

???짚? www.usco.or.kr/ws 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 International Jazz Day 2014 20 21 22 23 24 O O O O O O O O n chi hi hi hi hi hi hi hi hi hi hi hi, o te t acher, o pen and o boo oo oo oo

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not, Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the

More information

204 205

204 205 -Road Traffic Crime and Emergency Evacuation - 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 Abstract Road Traffic Crime

More information

2014_........pdf

2014_........pdf 1, 1, 2, 1 (1, 2 ) Jin Suk Suh 1, Jong In Kim 1, Ryeong Jae Park 2, Sang Bum Park 1 (1 Korea Forest Research Institute, 2 Korea Traditional Dye Institute) Introduction (2011-2013), (VOCs)., (7 ),,. Materials

More information

<BFA9C7E0BEF720C1A6B5B5B0B3BCB1B9E6BEC82E687770>

<BFA9C7E0BEF720C1A6B5B5B0B3BCB1B9E6BEC82E687770> 1,000 900 800 700 904 834 755 600 500 400 427 478 443 451 575 500 481 564 624 300 200 100-207 76 97 72 28 24 37 42 46 41 25 37 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 여행사관련 불편신고 관광불편신고

More information

한국성인에서초기황반변성질환과 연관된위험요인연구

한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 - - i - - i - - ii - - iii - - iv - χ - v - - vi - - 1 - - 2 - - 3 - - 4 - 그림 1. 연구대상자선정도표 - 5 - - 6 - - 7 - - 8 - 그림 2. 연구의틀 χ - 9 - - 10 - - 11 -

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

<31325F3134335FB1E8B9CCC1A42CBFF8C0B1B0E62CB1E8B9CCC7F62E687770>

<31325F3134335FB1E8B9CCC1A42CBFF8C0B1B0E62CB1E8B9CCC7F62E687770> 143 패션쇼에 나타난 퓨처리즘 메이크업의 특징에 관한 고찰 (2000 년대 초반을 중심으로 ) 김 미 정 / 원 윤 경 / 김 미 현 한성대학교 예술대학원 / 충청대학 피부미용학부 / 동명대학교 뷰티디자인학과 Abstract The Characters of Futurism Make up by Observation of 21's Century Fashion

More information

PL10

PL10 assert(p!=null); *p = 10; assert(0

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

EBS직탐컴퓨터일반-06-OK

EBS직탐컴퓨터일반-06-OK ES 컴퓨터 일반 6회 시간 분 배점 점 문항에 따라 배점이 다르니, 각 물음의 끝에 표시된 배점을 참고하시오. 점 문항에만 점수가 표시되어 있습니다. 점수 표시가 없는 문항은 모두 점씩입니다. 은,, 에서 입력받아 를 출력하는 스위치 회로이다. 스위치 회로를 논리 기호로 표시한 것으로 옳은 것은? 다음은 정보 통신망을 사용한 사례이다. 법적으로 처벌받을

More information

C프로-3장c03逞풚

C프로-3장c03逞풚 C h a p t e r 03 C++ 3 1 9 4 3 break continue 2 110 if if else if else switch 1 if if if 3 1 1 if 2 2 3 if if 1 2 111 01 #include 02 using namespace std; 03 void main( ) 04 { 05 int x; 06 07

More information

Microsoft PowerPoint - 3RFSystem.ppt [호환 모드]

Microsoft PowerPoint - 3RFSystem.ppt [호환 모드] Transceiver rchiecures 김영석 충북대학교전자정보대학 010.9.1 Email: kimys@cbu.ac.kr 전자정보대학김영석 3-1 Conens 3. Modulaion and Deecion 3.1 General Consideraions 3. nalog Modulaion M, PM, FM 3.3 Digial Modulaion BPSK, BFSK,

More information

λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z)

λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z) λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z) Simple Type System - - 1+malloc(), {x:=1,y:=2}+2,... (stuck) { } { } ADD σ,m e 1 n 1,M σ,m e 1 σ,m e 2 n 2,M + e 2 n

More information

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

More information

11234(3)

11234(3) Vol. 6 No. 1 (통권 53호) OSH RESEARCH BRIEF 2012. 01 04 06 10 14 22 28 34 40 46 52 58 64 69 70 04 05 06 07 08 09 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

More information

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate 7 LAMPS For use on a flat surface of a type 1 enclosure File No. E242380 Pilot Lamp File No. E242380 Type Classification Diagram - BULB Type Part Materials 226 YongSung Electric Co., Ltd. LAMPS

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

<3130C0E5>

<3130C0E5> Redundancy Adding extra bits for detecting or correcting errors at the destination Types of Errors Single-Bit Error Only one bit of a given data unit is changed Burst Error Two or more bits in the data

More information

7 1 ( 12 ) 1998. 1913 ( 1912 ) 4. 3) 1916 3 1918 4 1919. ( ) 1 3 1, 3 1. 1.. 1919 1920. 4) ( ), ( ),. 5) 1924 4 ( ) 1. 1925 1. 2). ( ). 6). ( ). ( ).

7 1 ( 12 ) 1998. 1913 ( 1912 ) 4. 3) 1916 3 1918 4 1919. ( ) 1 3 1, 3 1. 1.. 1919 1920. 4) ( ), ( ),. 5) 1924 4 ( ) 1. 1925 1. 2). ( ). 6). ( ). ( ). 7 1 ( 12 ) : 1-11, 1998 K orean J M ed H ist 7 : 1-11, 1998 ISSN 1225-505X * **.,.., 1960.... 1) ( ) 1896 3 2 ( ) ( ) ( ) ( ) 2. 1), 14 1909 1,. 14 17 1913. 2)..,. ( ) ( ),. * 1998 (1998. 5. 7). ** 1).

More information

2 佛敎學報 第 48 輯 서도 이 목적을 준수하였다. 즉 석문의범 에는 승가의 일상의례 보다는 각종의 재 의식에 역점을 두었다. 재의식은 승가와 재가가 함께 호흡하는 공동의 場이므로 포 교와 대중화에 무엇보다 중요한 역할을 수행할 수 있다는 믿음을 지니고 있었다. 둘째

2 佛敎學報 第 48 輯 서도 이 목적을 준수하였다. 즉 석문의범 에는 승가의 일상의례 보다는 각종의 재 의식에 역점을 두었다. 재의식은 승가와 재가가 함께 호흡하는 공동의 場이므로 포 교와 대중화에 무엇보다 중요한 역할을 수행할 수 있다는 믿음을 지니고 있었다. 둘째 한국 근대불교의 대중화와 석문의범* 29)韓 相 吉 ** 차 례 Ⅰ. 머리말 1. 불자필람 의 구성 Ⅱ. 석문의범의 간행 배경 2. 석문의범 의 구성과 내용 1. 조선후기 의례집의 성행 Ⅳ. 근대불교 대중화와 석문의범 2. 근대불교 개혁론과 의례 Ⅲ. 석문의범의 체재와 내용 간행의 의미 Ⅴ. 맺음말 한글요약 釋門儀範 은 조선시대에 편찬된 각종 의례서와 의식집을

More information

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770>

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770> 한국지능시스템학회 논문지 2010, Vol. 20, No. 3, pp. 375-379 유전자 알고리즘을 이용한 강인한 Support vector machine 설계 Design of Robust Support Vector Machine Using Genetic Algorithm 이희성 홍성준 이병윤 김은태 * Heesung Lee, Sungjun Hong,

More information

Structure and Interpretation of Computer Programs: Assignment 3 Seung-Hoon Na October 4, George (아래 3개의 문제에 대한 구현이 모두 포함된 george.rkt파일을 제출하시오.

Structure and Interpretation of Computer Programs: Assignment 3 Seung-Hoon Na October 4, George (아래 3개의 문제에 대한 구현이 모두 포함된 george.rkt파일을 제출하시오. Structure and Interpretation of Computer Programs: Assignment 3 Seung-Hoon Na October 4, 2018 1 George (아래 3개의 문제에 대한 구현이 모두 포함된 george.rkt파일을 제출하시오. 실행후 Problem 1.3에 대한 Display결과가 나와야 함) George 그림은 다음과

More information

SASS FOR WEB DESIGNERS By A Book Apart Copyright 2014 Dan Cederholm Korean Translation Edition 2014 Webactually Korea, Inc. All rights reserved. 이 책의

SASS FOR WEB DESIGNERS By A Book Apart Copyright 2014 Dan Cederholm Korean Translation Edition 2014 Webactually Korea, Inc. All rights reserved. 이 책의 댄 시더홈 Dan Cederholm 웹디자이너를 위한 SASS SASS FOR WEB DESIGNERS By A Book Apart Copyright 2014 Dan Cederholm Korean Translation Edition 2014 Webactually Korea, Inc. All rights reserved. 이 책의 한국어판 저작권은 저작권자와의

More information

2015

2015 2015 PLAY-UP 2015 PLAY-UP. 2012. 2015 PLAY-UP,. 6, 2 5 13,,,,.. 2015 PLAY-UP 1.,... 5 5 158 1. () 170 2., 8 1. (), 30 2. 190 3. (),,,,, 50 3. 200 4. (),,,, 80 4. 208 5. () 100 5.,, 226 1., 122 6. 242 2.

More information

*2-한국금기카다록9~136(2도)

*2-한국금기카다록9~136(2도) UNCH GUIE USHING STAIGHT +..1. L +. +..1 n MSG +.1 _.1.11.1.1.1 SG SG SGE SGG ~ ~1 SH1 S11 HC1~ HC~ L MSG SG SG SGE SGG 1 1 1 m +.9 +. +.1 +. +.1 +.7 n +.1 +. +.1 +.1 +. +.1 1 1 1 unch unch min max. max.

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

<32382DC3BBB0A2C0E5BED6C0DA2E687770> 논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학

More information

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

(Microsoft PowerPoint - EDIDFDXLLBYN.ppt [\310\243\310\257 \270\360\265\345]) Implementation of a Renderer Implementation graphics system을구현하는방법? 핵심은 algorithm 현재는대부분 hardware 구현가능 그러나, 아직도 software 구현필요 algorithms theoretical versus practical performance hardware versus software

More information

untitled

untitled + T (1) T (1) T (0) T (1) T (0) T (0) T (1) 1 2 3 4 13 14 15 Data In + Data Out 1 T (1) 4 2 (exclusive OR) : + Media Access Protocol Cycle(240ms) Even Frame (120ms) Odd Frame (120ms) M V Voice M V Voice

More information

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

확률 및 분포

확률 및 분포 확률및분포 박창이 서울시립대학교통계학과 박창이 ( 서울시립대학교통계학과 ) 확률및분포 1 / 15 학습내용 조건부확률막대그래프히스토그램선그래프산점도참고 박창이 ( 서울시립대학교통계학과 ) 확률및분포 2 / 15 조건부확률 I 첫째가딸일때두아이모두딸일확률 (1/2) 과둘중의하나가딸일때둘다딸일확률 (1/3) 에대한모의실험 >>> from collections import

More information

ePapyrus PDF Document

ePapyrus PDF Document 프로그래밍 콘테스트 챌린징 for GCJ, TopCoder, ACM/ICPC, KOI/IOI 지은이 Takuya Akiba, Yoichi Iwata, Mastoshi Kitagawa 옮긴이 박건태, 김승엽 1판 1쇄 발행일 201 1년 10월 24일 펴낸이 장미경 펴낸곳 로드북 편집 임성춘 디자인 이호용(표지), 박진희(본문) 주소 서울시 관악구 신림동 1451-15

More information

Microsoft PowerPoint - CHAP-03 [호환 모드]

Microsoft PowerPoint - CHAP-03 [호환 모드] 컴퓨터구성 Lecture Series #4 Chapter 3: Data Representation Spring, 2013 컴퓨터구성 : Spring, 2013: No. 4-1 Data Types Introduction This chapter presents data types used in computers for representing diverse numbers

More information

전기정보 11월(내지).qxp

전기정보 11월(내지).qxp 463-835 경기도 성남시 분당구 야탑로 338(야탑동 191) T.(031) 724-6100(代) 등록일자 1976년 3월 18일 등록번호 서울 라 11267 www.kemc.co.kr 11 2014 통권474 Power Tech AC 직결형 LED 구동회로 설계 스마트 리뉴어블(Smart Renewable) EMS 운영 결과 분석 발전기 온라인 통합 감시진단

More information

Microsoft PowerPoint - ch08N.ppt

Microsoft PowerPoint - ch08N.ppt hapr 8 Th ompl spons of and ircuis 27--5 부경대학교전기제어공학부 Prviw - 미분방정식 : 캐패시터와인덕터가포함된회로의기술에사용 - 개의캐패시터또는 개의인덕터로구성된회로 : 차미분방정식 (차회로 ) Figur 8.- plan for analyzing firs-ordr circuis. (a) Firs, spara h nrgy

More information

Can032.hwp

Can032.hwp Chromosomal Alterations in Hepatocellular Carcinoma Cell Lines Detected by Comparative Genomic Hybridization Sang Jin Park 1, Mahn Joon Ha, Ph.D. 1, Hugh Chul Kim, M.D. 2 and Hyon Ju Kim, M.D. 1 1 Laboratory

More information

2016년 트렌드 책목차를 활용한 시장 예측.numbers

2016년 트렌드 책목차를 활용한 시장 예측.numbers : : www.fb.com/thevalues ( /2015.10) 2016 2016,,,,,,,,,, 2016 10 / 16 [ ] 2015 10 / 18 1. 2015 61 Can t Make up My Mind 75 Orchestra of All the Senses 87 Ultimate Omni-channel Wars 103 Now, Show Me the

More information

Line (A) å j a k= i k #define max(a, b) (((a) >= (b))? (a) : (b)) long MaxSubseqSum0(int A[], unsigned Left, unsigned Right) { int Center, i; long Max

Line (A) å j a k= i k #define max(a, b) (((a) >= (b))? (a) : (b)) long MaxSubseqSum0(int A[], unsigned Left, unsigned Right) { int Center, i; long Max 알고리즘설계와분석 (CSE3081-2반 ) 중간고사 (2013년 10월24일 ( 목 ) 오전 10시30분 ) 담당교수 : 서강대학교컴퓨터공학과임인성수강학년 : 2학년문제 : 총 8쪽 12문제 ========================================= < 주의 > 답안지에답을쓴후제출할것. 만약공간이부족하면답안지의뒷면을이용하고반드시답을쓰는칸에답안지의어느쪽의뒷면에답을기술하였는지명시할것.

More information

<C7D1B9CEC1B7BEEEB9AEC7D03631C1FD28C3D6C1BE292E687770>

<C7D1B9CEC1B7BEEEB9AEC7D03631C1FD28C3D6C1BE292E687770> 설화에 나타난 사회구조와 그 의미 23) 박유미 * 차례 Ⅰ. 문제제기 Ⅱ. 서사 내부의 사회구조 Ⅲ. 사회문제의 해결방식과 그 의미 Ⅳ. 설화와 후대전승과의 상관관계 Ⅴ. 결론 국문초록 삼국유사 의 조에는 왕거인 이야기와 거타지 이야기가 하나의 설화에 묶여 전하고 있는데, 두 이야기는 해결구조에서 차이를

More information

11 템플릿적용 - Java Program Performance Tuning (김명호기술이사)

11 템플릿적용 - Java Program Performance Tuning (김명호기술이사) Java Program Performance Tuning ( ) n (Primes0) static List primes(int n) { List primes = new ArrayList(n); outer: for (int candidate = 2; n > 0; candidate++) { Iterator iter = primes.iterator(); while

More information

Let G = (V, E) be a connected, undirected graph with a real-valued weight function w defined on E. Let A be a set of E, possibly empty, that is includ

Let G = (V, E) be a connected, undirected graph with a real-valued weight function w defined on E. Let A be a set of E, possibly empty, that is includ 알고리즘설계와분석 (CSE3081(2 반 )) 기말고사 (2016년 12월15일 ( 목 ) 오전 9시40분 ~) 담당교수 : 서강대학교컴퓨터공학과임인성 < 주의 > 답안지에답을쓴후제출할것. 만약공간이부족하면답안지의뒷면을이용하고, 반드시답을쓰는칸에어느쪽의뒷면에답을기술하였는지명시할것. 연습지는수거하지않음. function MakeSet(x) { x.parent

More information

Microsoft PowerPoint - AC3.pptx

Microsoft PowerPoint - AC3.pptx Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,

More information

Week5

Week5 Week 05 Iterators, More Methods and Classes Hash, Regex, File I/O Joonhwan Lee human-computer interaction + design lab. Iterators Writing Methods Classes & Objects Hash File I/O Quiz 4 1. Iterators Array

More information

뿔l 앓 醫 l활칸사 / 창간사 김 우 명 1990. 3. t 찰 즈i / 창간호 6 떠돌이 (시 ) 박 명 성 7 라 파스에서 생긴 일 이 달 호 14 아버지 만세 김 영 ;;<} 17 안타까운대면 박 명 성 21 석장의 졸엽장 임 숙 자 22 <;>!- 화 김 혜

뿔l 앓 醫 l활칸사 / 창간사 김 우 명 1990. 3. t 찰 즈i / 창간호 6 떠돌이 (시 ) 박 명 성 7 라 파스에서 생긴 일 이 달 호 14 아버지 만세 김 영 ;;<} 17 안타까운대면 박 명 성 21 석장의 졸엽장 임 숙 자 22 <;>!- 화 김 혜 y 헬황 뿔4 꿇훌떻 靈 옳* 창간호 1990 년 3월 저 11 권 제 1 호 외무부부인회 뿔l 앓 醫 l활칸사 / 창간사 김 우 명 1990. 3. t 찰 즈i / 창간호 6 떠돌이 (시 ) 박 명 성 7 라 파스에서 생긴 일 이 달 호 14 아버지 만세 김 영 ;;

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: 3 * The Effect of H

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   3 * The Effect of H Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.577-601 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.577 3 * The Effect of Home-based Activities Using Traditional Fairy Tales

More information

歯엑셀모델링

歯엑셀모델링 I II II III III I VBA Understanding Excel VBA - 'VB & VBA In a Nutshell' by Paul Lomax, October,1998 To enter code: Tools/Macro/visual basic editor At editor: Insert/Module Type code, then compile by:

More information

PBR200114_01.PDF

PBR200114_01.PDF CEO CEO EXECUTIV E SUMM ARY. CEO - CEO, CEO (Chief) (Executive) (Officer) CEO CEO CEO CEO CEO. CEO - CEO CEO CEO - CEO CEO CEO CEO,, CEO. CEO 1. CEO - CEO CEO : (Richard Branson) CEO - : (LUV) D. (Herbert

More information

........138......pdf

........138......pdf 02 06 10 12 14 16 18 22 24 26 28 34 36 38 42 44 45 46 2013. 9+10 3 4 6 2013. 9+10 7 8 054-956-4022, www.gaesil.net 063-643-3700, http://cheese.invil.org 031-774-3908, www.garumae.com 061-472-0939 10

More information

10주차.key

10주차.key 10, Process synchronization (concurrently) ( ) => critical section ( ) / =>, A, B / Race condition int counter; Process A { counter++; } Process B { counter ;.. } counter++ register1 = counter register1

More information

09김정식.PDF

09김정식.PDF 00-09 2000. 12 ,,,,.,.,.,,,,,,.,,..... . 1 1 7 2 9 1. 9 2. 13 3. 14 3 16 1. 16 2. 21 3. 39 4 43 1. 43 2. 52 3. 56 4. 66 5. 74 5 78 1. 78 2. 80 3. 86 6 88 90 Ex e cu t iv e Su m m a r y 92 < 3-1> 22 < 3-2>

More information

歯9632082.PDF

歯9632082.PDF 1998 12 3 . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 1. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

untitled

untitled - -, (insert) (delete) - - (insert) (delete) (top ) - - (insert) (rear) (delete) (front) A A B top A B C top push(a) push(b) push(c) A B top pop() top A B D push(d) top #define MAX_STACK_SIZE 100 int

More information

1. 서론 1-1 연구 배경과 목적 1-2 연구 방법과 범위 2. 클라우드 게임 서비스 2-1 클라우드 게임 서비스의 정의 2-2 클라우드 게임 서비스의 특징 2-3 클라우드 게임 서비스의 시장 현황 2-4 클라우드 게임 서비스 사례 연구 2-5 클라우드 게임 서비스에

1. 서론 1-1 연구 배경과 목적 1-2 연구 방법과 범위 2. 클라우드 게임 서비스 2-1 클라우드 게임 서비스의 정의 2-2 클라우드 게임 서비스의 특징 2-3 클라우드 게임 서비스의 시장 현황 2-4 클라우드 게임 서비스 사례 연구 2-5 클라우드 게임 서비스에 IPTV 기반의 클라우드 게임 서비스의 사용성 평가 - C-Games와 Wiz Game 비교 중심으로 - Evaluation on the Usability of IPTV-Based Cloud Game Service - Focus on the comparison between C-Games and Wiz Game - 주 저 자 : 이용우 (Lee, Yong Woo)

More information

Microsoft Word - SignalSystemSummary.docx

Microsoft Word - SignalSystemSummary.docx . Sigals ad Sysems Sigal () Fucio of ime, space, ec () Coais iformaio (3) f is a whole sigal ad f() is he value of sigal a ime. (4) Domai of sigal: 's for which i is defied Coiuous-ime sigal Domai of sigal

More information

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

More information

Microsoft Word - 12_최병욱

Microsoft Word - 12_최병욱 Journal of Insiue of Conrol, Roboics and ysems (215) 21(5):465-47 hp://dx.doi.org/1.532/j.icro.215.14.135 IN:1976-5622 ein:2233-4335 이동로봇의 바퀴 속도 제한을 고려한 최대 속도궤적 생성 방법 Maximum Velociy Trajecory Planning

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

2: [9] 3 3: [9] 4 3 1, 3 (Seifert Surfaces) 3

2: [9] 3 3: [9] 4 3 1, 3 (Seifert Surfaces) 3 (Construct Surfaces from Knots) Hun Kim, Kyoung Il Park and R.Jooyoung Park Dept. of Mathematics and Computer Science, Korea Science Academy of KAIST 105 47 Baekyanggwanmun-ro, Busanjin-gu, Busan 614 100,

More information

(2005) ,,.,..,,..,.,,,,,

(2005) ,,.,..,,..,.,,,,, (2005)... 20...,,.,..,,..,.,,,,, 24. 24. 1). 24. 24. 24. 24. PC,,, 24..,. (Paul Virilio).... (George Ritzer),.,,,. 2). 1), 24,,, 2001. 17. 2),,,, 2001, 22. . 3)... 4) 1. 20 1989.. 24.. 5),.,,,,,. 6).,,

More information

untitled

untitled 전방향카메라와자율이동로봇 2006. 12. 7. 특허청전기전자심사본부유비쿼터스심사팀 장기정 전방향카메라와자율이동로봇 1 Omnidirectional Cameras 전방향카메라와자율이동로봇 2 With Fisheye Lens 전방향카메라와자율이동로봇 3 With Multiple Cameras 전방향카메라와자율이동로봇 4 With Mirrors 전방향카메라와자율이동로봇

More information

Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong

Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong An 1 & Kyoo-jeong Choi 2 * 1 Korea National Wrestling

More information

4 RIVERSIDE TRAIL IMPROVEMENT 1 8 Wide Asphalt Trail Design follows AASHTO and ADA design guidance. Stable and maintainable surface: new asphalt or re

4 RIVERSIDE TRAIL IMPROVEMENT 1 8 Wide Asphalt Trail Design follows AASHTO and ADA design guidance. Stable and maintainable surface: new asphalt or re 4 RIVERSIDE TRAIL IMPROVEMENT 1 8 Wide Asphalt Trail Design follows AASHTO and ADA design guidance. Stable and maintainable surface: new asphalt or recycled asphalt product (RAP). Open curve and radii

More information

<C7CFB0E8B4EBC7D0BFACB8CDC0FC5FB4EBC1F8C7A55FBEE7BDC45F31C7D0B3E22E786C73>

<C7CFB0E8B4EBC7D0BFACB8CDC0FC5FB4EBC1F8C7A55FBEE7BDC45F31C7D0B3E22E786C73> 남자부 1학년 단식 대회기간 장소 Referee St. Rank Seed 성 명 소 속 2nd Round 3rd Round Quarterfinals Semifinals 11 9 15 12 16 13 14 10 1 1 강호민 울산대 강호민 2 40 BYE as b 이강민 3 35 이강민 한림대 이강민 w/o 4 임희택 충북대 a 63 63 b 신지훈 5 27

More information

À½¾ÇÁöµµ¼�¥³-14~261S

À½¾ÇÁöµµ¼�¥³-14~261S Harmony 1 2 3 4 244 IV. Harmony Harmony IV.Harmony Harmony IV. IV. Harmony 245 245 01 246 IV. Harmony 247 p.234 1. 2. 3. 1 234 IV. Harmony 248 IV. Harmony p.235 1 2 3 4 5 6 7 8 235 249 p.236 WhenI findmy-self

More information

ÇѸ¶´ç 32P

ÇѸ¶´ç 32P Korean Folk Performances for Visitors Saturday Performances (The Museum's Auditorium) Sunday Performances (The Museum's Courtyard / Auditorium) Saturday Performances Sunday Performances 440th Performance.

More information

07-1960(JH)

07-1960(JH) 한국두피모발미용학회지 제5권 제1호 2009 The Journal of Beauty & Trichology 5(1), 00~00(2008) 1960년대 뷰티 및 패션트렌드 분석 - 모델 트위기 (Twiggy) 를 중심으로 - 김희선* 안양과학대학 뷰티디자인학부 Analysis of Beauty and Fashion trends in the 1960 s - Focusing

More information

12È«±â¼±¿Ü339~370

12È«±â¼±¿Ü339~370 http://www.kbc.go.kr/ k Si 2 i= 1 Abstract A Study on Establishment of Fair Trade Order in Terrestrial Broadcasting Ki - Sun Hong (Professor, Dept. of Journalism & Mass Communication,

More information

<B8F1C2F72C31C0E52E687770>

<B8F1C2F72C31C0E52E687770> 제1장 일반현황 1. 설립근거 및 목적 002 2. 주요사업 및 연혁 002 3. 조직 및 인력 003 4. 예산 및 재무구조 004 5. 주요 시설물 현황 006 제2장 사업추진현황 1. 2014년도 주요사업 추진실적 008 2. 2015년도 주요사업 추진계획 012 제3장 부문별경영실적 가. 리더십/전략 1-1-1. 경영층 리더십 013 1-1-2. 고객

More information

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

(Microsoft PowerPoint - CNVZNGWAIYSE.ppt [\310\243\310\257 \270\360\265\345]) Viewing Viewing Process first part : model-view in Chapter 4 second part : projection in Chapter 5 world frame glmatrimode(gl_modelveiw) glmatrimode(gl_projection) camera frame camera 방향 object frame 5.

More information

6자료집최종(6.8))

6자료집최종(6.8)) Chapter 1 05 Chapter 2 51 Chapter 3 99 Chapter 4 151 Chapter 1 Chapter 6 7 Chapter 8 9 Chapter 10 11 Chapter 12 13 Chapter 14 15 Chapter 16 17 Chapter 18 Chapter 19 Chapter 20 21 Chapter 22 23 Chapter

More information

Motor

Motor Interactive Workshop for Artists & Designers Earl Park Motor Servo Motor Control #include Servo myservo; // create servo object to control a servo int potpin = 0; // analog pin used to connect

More information

hwp

hwp , 14% 18,300.,. ( ),.. 14 % 18,3 0 0., " "., ( ) " ".,... (E PA) (CARB ). " E PA ".. 9 6 5 1 0 1 5 %. CARB ( ). . "9 9 E PA, ".,. 1 3 [H P E 1 0 0 M ]., 7 2 0 0, 5 0 0.,.. " ".., 1 0 %., " 2 0 % ".,. '

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

kia world 08 2013 august Vol. 376 www.kia.com

kia world 08 2013 august Vol. 376 www.kia.com kia world 08 2013 august Vol. 376 www.kia.com Innovative a different beat 기아가 새로운 브랜드 에센스 또 다른 박동(A different beat) 으로 고객들에게 기억되기 위해서 필요한 것은 무엇일까요? 그 여덟 번째로 혁신적인(Innovative) 에 대한 의 이야기가 펼쳐집니다. 4만5,000

More information

???짚?

???짚? www.usco.or.kr/ws 2 3 4 5 6 7 O O O O O O O O O chi hi hi hi hi hi hi hi hi hi hi hi, o te t acr, o pen and o boo oo oo oo oo oo oo ook ca ca c n ch ch ch ch ch ch ch ch ch chan an an an an ange ge ge

More information

C 언어 프로그래밊 과제 풀이

C 언어 프로그래밊 과제 풀이 과제풀이 (1) 홀수 / 짝수판정 (1) /* 20094123 홍길동 20100324 */ /* even_or_odd.c */ /* 정수를입력받아홀수인지짝수인지판정하는프로그램 */ int number; printf(" 정수를입력하시오 => "); scanf("%d", &number); 확인 주석문 가필요한이유 printf 와 scanf 쌍

More information

081027_weekly_013.hwp

081027_weekly_013.hwp 주간 북한경제 동향 은 한주간의 주요기사를 정리 하여, 북한 경제의 실상을 이해하고 남북 경제 협력 사업을 진행하는데 도움이 되고자 제작하고 있습니다. www.dprkinvest.org 주간 북한경제 동향 서울시 강남구 역삼동 702-10 아남타워 907호 Weekly DPRK Business Review 발행처 : 북한투자전략연구소 2008 년 10 월 27

More information

Chapter 4. LISTS

Chapter 4. LISTS 연결리스트의응용 류관희 충북대학교 1 체인연산 체인을역순으로만드는 (inverting) 연산 3 개의포인터를적절히이용하여제자리 (in place) 에서문제를해결 typedef struct listnode *listpointer; typedef struct listnode { char data; listpointer link; ; 2 체인연산 체인을역순으로만드는

More information

중간고사

중간고사 중간고사 예제 1 사용자로부터받은두개의숫자 x, y 중에서큰수를찾는알고리즘을의사코드로작성하시오. Step 1: Input x, y Step 2: if (x > y) then MAX

More information

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하 색 이론과 색채관리 Ⅰ. Introduction( 일반색채 이론) Ⅱ. 색의 표현 ⅰ) 색상 ⅱ) 명도 ⅲ) 채도 ⅳ) 색의 종류 ⅴ) 색의 삼원색 ⅵ) 색의 사원색 Ⅲ. 색의 전달 ⅰ) 변천과정 ⅱ) Color space Ⅳ. 색의 재현 ⅰ) 가법 혼합 ⅱ) 감법 혼합 ⅲ) C.C.M System Ⅴ. 색의 관리 ⅰ) 목적 ⅱ) 적용범위 ⅲ) 색차계 ⅳ)

More information

컴퓨터그래픽스 기본요소

컴퓨터그래픽스 기본요소 Video & Image VIPLProcessing Lab. 2014-1 Myoung-Jin Kim, Ph.D. (webzealer@ssu.ac.kr) 목차 1 점그리기 2 선그리기 3 원그리기 4 다각형그리기 점그리기 점 하나의좌표로표현되는기하요소 y 3 차원그래픽스에서는기본적으로 50 x, y, z 의세좌표축으로표현되는 3 차원직교좌표계를사용하여 점의좌표를표현함

More information

272 石 堂 論 叢 49집 기꾼이 많이 확인된 결과라 할 수 있다. 그리고 이야기의 유형이 가족 담, 도깨비담, 동물담, 지명유래담 등으로 한정되어 있음도 확인하였 다. 전국적인 광포성을 보이는 이인담이나 저승담, 지혜담 등이 많이 조사되지 않은 점도 특징이다. 아울

272 石 堂 論 叢 49집 기꾼이 많이 확인된 결과라 할 수 있다. 그리고 이야기의 유형이 가족 담, 도깨비담, 동물담, 지명유래담 등으로 한정되어 있음도 확인하였 다. 전국적인 광포성을 보이는 이인담이나 저승담, 지혜담 등이 많이 조사되지 않은 점도 특징이다. 아울 271 부산지역 구비설화 이야기꾼의 현황과 특징 정 규 식* 1) - 목 차 - Ⅰ. 서론 Ⅱ. 부산지역 구비설화 이야기꾼의 전반적 현황 1. 이야기꾼의 여성 편중성 2. 구연 자료의 민요 편중성 3. 이야기꾼의 가변적 구연력 4. 이야기 유형의 제한성 5. 이야기꾼 출생지의 비부산권 강세 Ⅲ. 부산지역 구비설화 이야기꾼의 특징 Ⅳ. 결론 개 요 본고의 목적은

More information

기술통계

기술통계 기술통계 박창이 서울시립대학교통계학과 박창이 ( 서울시립대학교통계학과 ) 기술통계 1 / 17 친구수에대한히스토그램 I from matplotlib import pyplot as plt from collections import Counter num_friends = [100,49,41,40,25,21,21,19,19,18,18,16, 15,15,15,15,14,14,13,13,13,13,12,

More information

11¹Ú´ö±Ô

11¹Ú´ö±Ô A Review on Promotion of Storytelling Local Cultures - 265 - 2-266 - 3-267 - 4-268 - 5-269 - 6 7-270 - 7-271 - 8-272 - 9-273 - 10-274 - 11-275 - 12-276 - 13-277 - 14-278 - 15-279 - 16 7-280 - 17-281 -

More information

목 차 1. 서론 1.1. 문제 제기 및 연구 목적 1.2. 연구 대상 및 연구 방법 2. 교양 다큐 프로그램 이해 3. 롤랑바르트 신화론에 대한 이해 3.1. 기호학과 그 에 대하여 3.2. 롤랑바르트 신화 이론 고찰 4. 분석 내용 4.1. 세계테마기행 에 대한 기

목 차 1. 서론 1.1. 문제 제기 및 연구 목적 1.2. 연구 대상 및 연구 방법 2. 교양 다큐 프로그램 이해 3. 롤랑바르트 신화론에 대한 이해 3.1. 기호학과 그 에 대하여 3.2. 롤랑바르트 신화 이론 고찰 4. 분석 내용 4.1. 세계테마기행 에 대한 기 교양 다큐 프로그램 타이틀과 심벌 로고에 대한 기호학적 연구 Study on Semiotic Approach to Title & Symbollogo in Culture Documentaries TV Program 주저자 민 신 기 Min Shin-ki 백석대학교 디자인영상학부 조교수 Professor of Baekseok University skmin@bu.ac.kr

More information

int main(void) int a; int b; a=3; b=a+5; printf("a : %d \n", a); printf("b : %d \n", b); a b 3 a a+5 b &a(12ff60) &b(12ff54) 3 a 8 b printf(" a : %x \

int main(void) int a; int b; a=3; b=a+5; printf(a : %d \n, a); printf(b : %d \n, b); a b 3 a a+5 b &a(12ff60) &b(12ff54) 3 a 8 b printf( a : %x \ ? 1 int main(void) int a; int b; a=3; b=a+5; printf("a : %d \n", a); printf("b : %d \n", b); a b 3 a a+5 b &a(12ff60) &b(12ff54) 3 a 8 b printf(" a : %x \n", &a); printf(" b : %x \n", &b); * : 12ff60,

More information