Microsoft PowerPoint - 15-SMT_cho.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - 15-SMT_cho.ppt"

Transcription

1 이강좌는과학기술부의국가지정연구실인연세대학교이용석교수연구실 ( 프로세서연구실 ) 에서 C&S Technology 사의지원을받아서제작되었습니다 SMT 마이크로프로세서구조의개요.. 연세대학교전기전자공학과프로세서연구실박사과정문병인 yonglee@yonsei.ac.kr Homepage: 전화 : 고성능마이크로프로세서구조와설계강좌시리즈 ( mpu.yonsei.ac.kr).. 연세대학교전기전자공학과프로세서연구실박사과정문병인 yonglee@yonsei.ac.kr. 반도체산업과비메모리분야육성을위한방안 (998.). 고성능마이크로프로세서구조의개요 (998.). 고성능마이크로프로세서명령어해석기 (Instruction Decoder) 의구조 (998.). 고성능마이크로프로세서분기명령어 (Branch Instruction) 의수행방법 (998.). 고성능마이크로프로세서곱셈기 (Multiplier) 의구조 (998.). 고성능마이크로프로세서부동소수점연산기 (Floating-Point Unit) 구조 (999.). 고성능마이크로프로세서캐쉬 (Cache) 메모리구조 (999.) 8. 고성능마이크로프로세서나눗셈연산기 (Divider) 의구조 (999.) 9. 고성능마이크로프로세서초월함수 (Transcendental) 연산기구조 (999.). 고성능마이크로프로세서 ALU 와레지스터 파일의구조 (.). 직접디지털주파수합성기 (DDFS) 의구조 (.)

2 . 암호화를위한 VLSI 구조와설계의개요 (.). 고성능마이크로프로세서부동소수점연산기 (Floating-Point Unit) 구조 () (.). Floating-point Division: Goldschmidt s s Algorithm (.) 참고문헌 [] 문병인, 순차적 SMT 구조및그룹화방안에관한연구, 연세대학교대학원전기전자공학과, 공학박사학위논문, 년 월.. SMT 마이크로프로세서구조의개요 (.) [] Dean M. Tullsen,, Susan J. Eggers, and Henry M. Levy, Simultaneous Multithreading: Maximizing On-Chip Parallelism, Proceedings of nd Annual International Symposium on Computer Architecture,, pp. 9-, Santa Margherita Ligure,, Italy, May 99. [] Dean M. Tullsen, Susan J. Eggers, Joel S. Emer, and Henry M. Levy, Exploiting Choice: Instruction Fetch and Issue on an Implementable Simultaneous Multithreading Processor, Proceedings of rd Annual International Symposium on Computer Architecture,, pp. 9-, Philadelphia, Pennsylvania, May [] Peter Song, Multithreading Comes of Age, Microprocessor Report,, Vol., No. 9, July, 강좌의내용 * Background and motivation * Multithreading - Coarse multithreading - Fine multithreading - Simultaneous multithreading * SMT vs. Superscalar * Simulation results --

3 기본용어 * IPC - Instructions Per Cycle * ILP - Instruction Level Parallelism * TLP - Thread Level Parallelism * Thread - 프로그램의일부분 (parallel programming) - 단일프로그램 (multiprogramming) -- Superscalar Arrives at Its Limit * ILP(Instruction Level Parallelism) history - 년전 : transistor 수가 만개이하인 single-issue issue microprocessor - 현재 : transistor 수가 만개이상인비순차적 -/ microprocessor 의 IPC 는단지 배정도 Superscalar Arrives at Its Limit Waste of Superscalar Issue Slots * 이론적인 ILP: 8 to IPC * 실제적인 ILP: IPC도어려움 * Semiconductor-circuit speed-up : % per year - % per year 의요구 more and more parallelism Cycles Issue slots Full Empty Horizontal waste = 9 slots Vertical waste = slots Huge Transistor Count on Chip * 반도체공정과 packaging 기술의발전 - -million transistor-per chip - 여분의 transistor 를활용할필요성 * Larger on-chip memory - Performance becomes limited by the speed of the processor core * CMP (Chip MultiProcessor) - Each of multiple processors on one chip executes the thread allocated to it - Fixed resource partitioning -> > poor performance when workload doesn t t match Multithreading Architectures I * Attention to multithreading as the next- generation microprocessor architecture - ILP 의부족을 TLP 를이용하여보충 * Coarse multithreading (CMT) - Only one active thread in the pipeline - Thread switch overhead is large - The events that cause threads to switch is limited to long-latency latency operations - Low complexity -8-

4 Multithreading Architectures II * Fine multithreading (FMT) - Multiple active threads in the pipeline - Issues from only one thread in a cycle - Thread switch overhead is small - Switch to other threads even in case of short-latency operations - High complexity 예 ) Tera,, HEP -9- Multithreading Architectures III * Simultaneous multithreading (SMT) - Issues and executes simultaneously from multiple threads each cycle - No thread switch overhead - Threads dynamically share processor resources - Huge complexity - Can be derived from the conventional superscalar processor -- Sequential vs. Multithreaded A A Instruction Issue of Coarse, Fine and Simultaneous Coarse Fine Horizontal waste Simultaneous A B B Sequential Execution B A B Multithreaded Execution Useful cycles Idle cycles Context-switch cycles Thread-switch cycles -- Thread switch cycles Large thread switch overhead (Tens or hundreds of cycles) Thread switch cycles Horizontal waste Thread switch cycles Horizontal waste Small thread switch overhead (Typically zero or one cycle) No thread switch overhead (decreases the amount of horizontal waste) Unutilized Thread Thread -- Instruction Issue of Superscalar, CMP and SMT Cycles Superscalar CMP SMT Unutilized Thread Thread Out-of of-order order vs. In-order in SMT * Out-of of-order order issue and completion - Register renaming : increases design complexity Needs one additional pipeline stage for register renaming Needs additional registers : access to the register file becomes slower - Complicated recovery and restart mechanism for branch misprediction and exception -- --

5 Out-of of-order order vs. In-order in SMT * In-order issue and completion - No need for register renaming - Simple recovery and restart mechanism for branch misprediction and exception - TLP compensates for lack of ILP of each thread A Proposed SMT Architecture * Issues and executes simultaneously from multiple threads each cycle - Utilizes TLP as well as ILP * Most resources are shared dynamically among different threads - Minimizes resource waste and greatly improves utilization of functional units A Proposed SMT Architecture * Simple in-order issue and completion - Removes the need of register renaming - Simple recovery and restart mechanism for branch misprediction and exception - Reduces design complexity and hardware cost * Only a few changes from superscalar Overall Superscalar Architecture Scoreboard Array Issue Unit Decode Unit ALU ALU ALU ALU Multiplier Unit Unit IMMU Instruction Cache Instruction Fetch Queue DMMU PC Fetch Unit Register File Data Cache Overall SMT Architecture Scoreboard Array Issue Unit Decode Unit ALU ALU ALU ALU Multiplier Unit Unit IMMU Instruction Cache Instruction Fetch Queue DMMU Thread Selector PC Fetch Unit Thread Register Set Thread Register Set Thread Register Set Thread Register Set Data Cache Superscalar Pipeline Structure No stall Fetch (F) Decode (D) Issue (I) Read (R) Execute (E) Memory (M) Write (W) Instruction fetch Instruction decode Instruction issue read ALU: execution, Multiply: multiplication, Load/store: memory address calculation Multiply: accumulation, Load/store: memory access, Branch and exception checks, ALU: no operation Write back results to the register file

6 SMT Pipeline Structure Superscalar Instruction Fetch Select (S) Fetch (F) Decode (D) Issue (I) Thread selection for instruction fetch Instruction fetch Instruction decode Instruction issue Virtual high-order instruction address (VPN) ITLB Virtual/physical low-order order instruction address (Page offset) Physical high-order instruction address (PPN) High-order address Low-order order address Instruction Cache Inst data No stall Read (R) Execute (E) Memory (M) Write (W) read ALU: execution, Multiply: multiplication, Load/store: memory address calculation Multiply: accumulation, Load/store: memory access, Branch and exception checks, ALU: no operation Write back results to the register file Virtual instruction address Virtual instruction address PC Branch prediction history (to BHB) Instructions to Instruction Fetch Queue SMT Instruction Fetch PC M virtual high-order instruction (M VPNs) ITLB M virtual/physical low-order order instruction (M( page offsets) M virtual M virtual instruction instruction T PCs PC T- Select signals Thread Selector M physical high-order instruction (M PPNs) M high-order Instruction Cache M low-order order Inst Inst data data N/M M branch prediction histories (to BHBs) N/M Inst data M- N/M -- Superscalar Instruction Fetch Queue N from the Instruction Cache Entry K- K N- entries K-N- entries N- entries Entry cycle i N to the Decode Unit N from the Instruction Cache Entry K- K N- entries K-N- entries N- entries Entry cycle i+ N to the Decode Unit -- SMT 구조에서발생하는명령어페치큐중간의빈엔트리들 Instruction Fetch Queue Empty Thread instruction Thread instruction Thread instruction Thread instruction Thread instruction Thread instruction Thread instruction Thread instruction Flushed Flushed Flushed Instruction Fetch Queue Empty Thread instruction Thread instruction Empty (flushed) Thread instruction Thread instruction Empty (flushed) Empty (flushed) Thread instruction Instruction Issue Queue Compressing in SMT Instruction Issue Queue Entry L- L Entry Instruction Issue Queue Entry L- L Entry Before thread flushing After thread flushing -- Before compressing After Compressing --

7 Superscalar (ARM) R (PC) CPSR SMT Thread Register Set Thread R (PC) CPSR R R R8 R R R User/System R R R8 R R R User/System R8_fiq R_fiq R_fiq R_fiq SPSR_fiq FIQ R8_fiq R_fiq R_fiq R_fiq SPSR_fiq FIQ R_irq R_svc R_irq R_svc SPSR_irq SPSR_svc IRQ Supervisor Thread Register Set Thread Register Set R_irq R_svc R_irq R_svc SPSR_irq SPSR_svc IRQ Supervisor R_abt R_und R_abt R_und SPSR_abt SPSR_und Abort Undefined -- Thread T- T Register Set R_abt R_und R_abt R_und SPSR_abt SPSR_und Abort Undefined -8- Superscalar Scoreboard Array SMT Scoreboard Array Scoreboard Array Scond Thread Scoreboard Set Scond S S S8 S S S User/System S S S8 S S S User/System S8_fiq S_fiq S_fiq S_fiq FIQ S8_fiq S_fiq S_fiq S_fiq FIQ S_irq S_svc S_irq S_svc IRQ Supervisor Thread Scoreboard Set Thread Scoreboard Set S_irq S_svc S_irq S_svc IRQ Supervisor S_abt S_und S_abt S_und Abort Undefined -9- Thread T- T Scoreboard Set Scoreboard Array S_abt S_und S_abt S_und Abort Undefined -- Changes from Superscalar I * Multiple PCs : one PC per thread * Thread Selector and S stage * Instruction cache - Several banks, multi-ported, non-blocking * Multi-ported ITLB and * A thread id with each entry * Multiple BHBs (one BHB per thread) * Each instruction accompanied by thread id * Fetch and issue - - Changes from Superscalar II * Instruction issue queue compressing * Per-thread - Instruction dependency check - Branch misprediction check - Exception mechanism - Instruction flush * Register file and scoreboard array - T (the number of threads) times larger than those of the conventional superscalar processor --

8 Grouping in SMT * All threads share all hardware resources - Enhance performance - Increase design complexity * Grouping (sectioning or partitioning) - Resource 별로 thread 를 group 으로나눔 - Resource 들을각 group 들이배타적으로사용하도록함 - Decreases performance but simplifies design -- Three Types of Grouping Issue Unit Grouping Decode Unit Instruction Cache PC Fetch Unit Instruction Fetch Queue Scoreboard Array Grouping ALU ALU ALU ALU Multiplier Unit Unit Grouping IMMU DMMU Thread Selector Thread Register Set Thread Register Set Thread Register Set Thread Register Set Data Cache -- Grouping Grouping Virtual address of thread or ITLB Physical address of thread or Physical address of thread or Instruction Cache Group N/ of group from Instruction Fetch Queue of Group Group N/ of group from Instruction Fetch Queue of Group PC Select signal for group Thread Selector Select signal for group Virtual address of thread or PC PC PC Virtual address of thread or Virtual address of thread or Branch prediction history of thread or N/ of thread or N/ of thread or Branch prediction history of thread or -- N/ of group Decode Slots of Group N/ decoded of group Instruction Issue Queue of Group N/ issued of group N/ of group Decode Slots of Group N/ decoded of group Instruction Issue Queue of Group N/ issued of group -- Grouping Thread 수에따른성능변화 I Instruction Issue Control Logic of Group Group Recent update information Scoreboard Array of Group Instruction Issue Control Logic of Group Group Recent update information Scoreboard Array of Group way issue.. -way issue Read of group Issued of group Results of group of Group s of group Functional Units of Group Write of group Read of group Issued of group Results of group of Group s of group Functional Units of Group Write of group

9 Thread 수에따른성능변화 II 8-way issue 8 -way issue 8 Thread 수에따른캐쉬미스율 (-way Set-associative Caches) M iss (% ) 8 8 -way issue -way set-assoc. 8 Miss (%) 8-way issue -way set-assoc 캐쉬 Way 수변화에따른성능 I 캐쉬 Way 수변화에따른성능 II... -thread M iss (% ) -thread... M iss (% ).. -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way 캐쉬 Way 수변화에따른성능 III 캐쉬 Way 수변화에따른성능 IV.... -thread M iss (% ) -thread -thread Miss (%) -thread -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way -- --

10 캐쉬 Way 수변화에따른성능 V 캐쉬 Way 수변화에따른성능 VI Miss (%) -thread M iss (% ) -thread -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way -way -way -way 8-way -way 캐쉬크기변화에따른성능 I 캐쉬크기변화에따른성능 II.... -thread -way set-assoc. M iss (% ) 9 8 -thread -way set-assoc. 8-way set-assoc. M iss (% ) 8 8-way set-assoc. 8 8 Cache size (KB) 8 8 Cache size (KB) 8 8 Cache size (KB) 8 8 Cache size (KB) Thread 수에따른분기예측오류빈도 (8-entry ) Entry 수변화에따른성능 I. Freq uency (% ) -way issue 8-entry Freq uency (% ) 8-way issue 8-entry.. -thread Freq uency (% ) -thread. 8 frequency of branch mispredictions frequency of replacements 8 frequency of branch mispredictions frequency of replacements 8 Number of entries 8 Number of entries frequency of branch mispredictions frequency of replacements

11 Entry 수변화에따른성능 II Priority Policy 에따른성능 (, -thread) 8 Number of entries Freq uency (% ) 8 Number of entries frequency of branch mispredictions frequency of replacements -- Type of Fetch Issue Priority RR ICOUNT_IFQ ICOUNT_Q ICOUNT_ALL ICOUNT_BR ICOUNT_MIS S IIQOL OLDEST ICNT_FU ICNT_MISS Fetch Issue Execution Priority Policy 에따른성능 (, ) 8 그룹화에따른성능변화 (, ) 8 Type of Fetch Issue Priority RR ICOUNT_IFQ ICOUNT_Q ICOUNT_ALL ICOUNT_BR ICOUNT_MIS S IIQOL OLDEST ICNT_FU ICNT_MISS Fetch Issue Execution 그룹화 ( 그룹화 / 그룹화 / 그룹화 ) / / / / / / / / / / / / / / / / / / / / Fetch Issue Execution 강좌의요약 I 강좌의요약 II * SMT 구조연구의배경 - Superscalar arrives at its limit - Huge transistor count on chip * Multithreading - CMP (chip multiprocessor) - CMT (coarse multithreading) - FMT (fine multithreading) - SMT (simultaneous multithreading) -- * SMT can be derived from the conventional superscalar - Superscalar vs. SMT - Grouping * Simulation results - - Inter-thread thread interference - Priority - Grouping --

. 고성능마이크로프로세서 LU 와레지스터 파일의구조 (2.). 직접디지털주파수합성기 (FS) 의구조 3. 고성능마이크로프로세서부동소수점연산기 (Floating-Point Unit) 구조 (2) (2.) (2.) 2. 암호화를위한 VLSI 구조와설계의개요 (2.) 다음참

. 고성능마이크로프로세서 LU 와레지스터 파일의구조 (2.). 직접디지털주파수합성기 (FS) 의구조 3. 고성능마이크로프로세서부동소수점연산기 (Floating-Point Unit) 구조 (2) (2.) (2.) 2. 암호화를위한 VLSI 구조와설계의개요 (2.) 다음참 이비디오교재는정보통신부의 999년도정보통신학술진흥지원사업에의하여지원되어연세대학교전기전자공학과이용석교수연구실에서제작되었습니다 고성능마이크로프로세서 LU ( rithmetic Logic Unit) 와 Register File의구조 2. 연세대학교전기전자공학과이용석교수 Homepage: http://mpu.yonsei.ac.kr E-mail: yonglee@yonsei.ac.kr

More information

Microsoft PowerPoint - Divider2.ppt

Microsoft PowerPoint - Divider2.ppt 이강좌는과학기술부의국가지정연구실인연세대학교이용석교수연구실 ( 프로세서연구실 ) 에서 C&S Technology 사의지원을받아서제작되었습니다 고성능부동소수점나눗셈기 Goldschmidt`s 00. 1. 연세대학교전기전자공학과프로세서연구실박사과정정우경 E-mail: yonglee@yonsei.ac.kr Homepage: http://mpu.yonsei.ac.kr

More information

ARM 프로세서 입문

ARM 프로세서 입문 ARM 프로세서입문 내용 배경과역사주요특징 ARM 계열들개발도구 역사, 파생계열과도구들 제작 EMBEDDED SYSTEMS ACADEMY 내용 Part 1 배경과역사 RISC / CISC Acorn / Advanced RISC Machine Part 2 주요특징 Registers Interrupts Memory Thumb 3-단계명령파이프라인 5-단계명령파이프라인

More information

Chap06(Interprocess Communication).PDF

Chap06(Interprocess Communication).PDF Interprocess Communication 2002 2 Hyun-Ju Park Introduction (interprocess communication; IPC) IPC data transfer sharing data event notification resource sharing process control Interprocess Communication

More information

hwp

hwp BE 8 BE 6 BE 4 BE 2 BE 0 y 17 y 16 y 15 y 14 y 13 y 12 y 11 y 10 y 9 y 8 y 7 y 6 y 5 y 4 y 3 y 2 y 1 y 0 0 BE 7 BE 5 BE 3 BE 1 BE 16 BE 14 BE 12 BE 10 y 32 y 31 y 30 y 29 y 28 y 27 y 26 y 25 y 24 y 23

More information

Lectures for 2nd Edition

Lectures for 2nd Edition Computer Architecture Chapter 4-3 The Processor: Enhancing Performance with Pipelining 1 Data Hazards Pipeline data hazards -Backward dep. lines Write Read 2 One Alternative Approach: Compiler Scheduling

More information

歯15-ROMPLD.PDF

歯15-ROMPLD.PDF MSI & PLD MSI (Medium Scale Integrate Circuit) gate adder, subtractor, comparator, decoder, encoder, multiplexer, demultiplexer, ROM, PLA PLD (programmable logic device) fuse( ) array IC AND OR array sum

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

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

<4D F736F F F696E74202D2037C0E52DC4B3BDC3BFCDB8DEB8F0B8AE>

<4D F736F F F696E74202D2037C0E52DC4B3BDC3BFCDB8DEB8F0B8AE> 7장 : 캐시와메모리 메모리계층 사용자들은값싸고빠른메모리를크면클수록갖고싶어한다! - 나에게하드디스크 (300GB) 만큼의, 속도는 RAM 정도이고비휘발성메모리가있다면.. 그런데돈이없다. 2006년현재 RAM은 52 MB/5 만원 ( GB/0 만원 ) HD는 300GB/0 만원 (GB/330원) 캐시가격을정확히산정하기는어려우나 52KB/2 만원 (GB/4000

More information

Microsoft PowerPoint - o8.pptx

Microsoft PowerPoint - o8.pptx 메모리보호 (Memory Protection) 메모리보호를위해 page table entry에 protection bit와 valid bit 추가 Protection bits read-write / read-only / executable-only 정의 page 단위의 memory protection 제공 Valid bit (or valid-invalid bit)

More information

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

Microsoft PowerPoint - 30.ppt [호환 모드] 이중포트메모리의실제적인고장을고려한 Programmable Memory BIST 2010. 06. 29. 연세대학교전기전자공학과박영규, 박재석, 한태우, 강성호 hipyk@soc.yonsei.ac.kr Contents Introduction Proposed Programmable Memory BIST(PMBIST) Algorithm Instruction PMBIST

More information

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

More information

sw $6,50($1) I3 If register read/write can be done in one cycle, only 2 s are needed. (Both are correct) lw $1,40($6) I1 add $6,$2,$2 I2 sw $6,50($1)

sw $6,50($1) I3 If register read/write can be done in one cycle, only 2 s are needed. (Both are correct) lw $1,40($6) I1 add $6,$2,$2 I2 sw $6,50($1) Q1) Exercise 4.13 Instruction sequence a lw $1,40($6) I1 add $6,$2,$2 I2 sw $6,50($1) I3 b lw $5,-16($5) I1 sw $5,-16($5) I2 add $5,$5,$5 I3 4.13.1. Indicate dependences and their type. From Ia to Ib on

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

2 2000. 8. 31

2 2000. 8. 31 IT update 00 1 / 2000.8.30 IT update Information Technology 2 2000. 8. 31 C o n t e n t s 2000. 8. 31 3 4 2000. 8. 31 2000. 8. 31 5 6 2000. 8. 31 2000. 8. 31 7 8 2000. 8. 31 2000. 8. 31 9 1 0 2000. 8.

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

[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

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

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

Microsoft PowerPoint - LN_1_ARM_CPU_0.ppt [호환 모드] 프로젝트 1 1 ARM CPU Architecture 단국대학교컴퓨터학과 2009 백승재 ibanez1383@dankook.ac.kr k k http://embedded.dankook.ac.kr/~ibanez1383 강의목표 2 ARM 종류와특징및최신동향파악 ARM CPU Architecture 이해 ARM Assembly 숙지 ARM 3 ARM? Advanced

More information

Microsoft PowerPoint - 05-ARM-Instruction-Set.ppt

Microsoft PowerPoint - 05-ARM-Instruction-Set.ppt ARM 명령어집합 임베디드시스템소프트웨어 I 내용 ARM 구조 프로세서수행모드 레지스터구조 예외처리과정 ARM 명령어형식 조건수행접미사 데이터처리명령어 곱셈명령어 Load/Store 명령어 다중레지스터 Load/Store 스택명령어 SWI 명령어 Branch 명령어 상태레지스터접근명령어 명령어요약 ARM 명령어집합 2 ARM 구조특징 모든명령어가 32bit

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

리뉴얼 xtremI 최종 softcopy

리뉴얼 xtremI 최종 softcopy SSD를 100% 이해한 CONTENTS SSD? 03 04 05 06 07 08 09 10 11 12 13 15 14 17 18 18 19 03 SSD SSD? Solid State Drive(SSD) NAND NAND DRAM SSD [ 1. SSD ] CPU( )RAM Cache Memory Firmware GB RAM Cache Memory Memory

More information

1.LAN의 특징과 각종 방식

1.LAN의 특징과 각종 방식 0 Chapter 1. LAN I. LAN 1. - - - - Switching - 2. LAN - (Topology) - (Cable) - - 2.1 1) / LAN - - (point to point) 2) LAN - 3) LAN - 2.2 1) Bound - - (Twisted Pair) - (Coaxial cable) - (Fiber Optics) 1

More information

untitled

untitled SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy

More information

2011´ëÇпø2µµ 24p_0628

2011´ëÇпø2µµ 24p_0628 2011 Guide for U.S. Graduate School Admissions Table of Contents 02 03 04 05 06 08 09 10 11 13 15 21 LEADERS UHAK INTERNATIONAL STUDENTS SERVICE www.leadersuhak.com Leaders Uhak International Students

More information

(72) 발명자 이동희 서울 동작구 여의대방로44길 10, 101동 802호 (대 방동, 대림아파트) 노삼혁 서울 중구 정동길 21-31, B동 404호 (정동, 정동상 림원) 이 발명을 지원한 국가연구개발사업 과제고유번호 2010-0025282 부처명 교육과학기술부

(72) 발명자 이동희 서울 동작구 여의대방로44길 10, 101동 802호 (대 방동, 대림아파트) 노삼혁 서울 중구 정동길 21-31, B동 404호 (정동, 정동상 림원) 이 발명을 지원한 국가연구개발사업 과제고유번호 2010-0025282 부처명 교육과학기술부 (19) 대한민국특허청(KR) (12) 등록특허공보(B1) (45) 공고일자 2015년01월13일 (11) 등록번호 10-1480424 (24) 등록일자 2015년01월02일 (51) 국제특허분류(Int. Cl.) G06F 12/00 (2006.01) G11C 16/00 (2006.01) (21) 출원번호 10-2013-0023977 (22) 출원일자 2013년03월06일

More information

untitled

untitled Embedded System Lab. II Embedded System Lab. II 2 RTOS Hard Real-Time vs Soft Real-Time RTOS Real-Time, Real-Time RTOS General purpose system OS H/W RTOS H/W task Hard Real-Time Real-Time System, Hard

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 27(2), 2007, 96-121 S ij k i POP j a i SEXR j i AGER j i BEDDAT j ij i j S ij S ij POP j SEXR j AGER j BEDDAT j k i a i i i L ij = S ij - S ij ---------- S ij S ij = k i POP j a i SEXR j i AGER j i BEDDAT

More information

歯sql_tuning2

歯sql_tuning2 SQL Tuning (2) SQL SQL SQL Tuning ROW(1) ROW(2) ROW(n) update ROW(2) at time 1 & Uncommitted update ROW(2) at time 2 SQLDBA> @ UTLLOCKT WAITING_SESSION TYPE MODE_REQUESTED MODE_HELD LOCK_ID1

More information

Microsoft PowerPoint - eSlim SV5-2510 [080116]

Microsoft PowerPoint - eSlim SV5-2510 [080116] Innovation for Total Solution Provider!! eslim SV5-2510 Opteron Server 2008. 03 ESLIM KOREA INC. 1. 제 품 개 요 eslim SV5-2510 Server Quad-Core and Dual-Core Opteron 2000 Series 6 internal HDD bays for SAS

More information

ARM01

ARM01 0 1 Chapter 1.1 1.2 1.3 1.4 1.5 ARM System Developer s guide 32, ARM., ARM,,,. ARM 1985, ARM1, 2001 20 ARM. ARM,., ARM,., ARM ARM7TDMI, 120 Dhrystone MIPS 1),. ARM7TDMI. ARM, RISC(Reduced Instruction Set

More information

½Éº´È¿ Ãâ·Â

½Éº´È¿ Ãâ·Â Standard and Technology of Full-Dimension MINO Systems in LTE-Advances Pro Massive MIMO has been studied in academia foreseeing the capacity crunch in the coming years. Presently, industry has also started

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

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

<BBEABEF7B5BFC7E22DA5B12E687770>

<BBEABEF7B5BFC7E22DA5B12E687770> 2 40) 1. 172 2. 174 2.1 174 2.2 175 2.3 D 178 3. 181 3.1 181 3.2 182 3.3 182 184 1.., D. DPC (main memory). D, CPU S, ROM,.,.. D *, (02) 570 4192, jerrypak@kisdi.re.kr 172 . D.. (Digital Signal Processor),

More information

- i - - ii - - iii - - iv - - v - - vi - - 1 - - 2 - - 3 - 1) 통계청고시제 2010-150 호 (2010.7.6 개정, 2011.1.1 시행 ) - 4 - 요양급여의적용기준및방법에관한세부사항에따른골밀도검사기준 (2007 년 11 월 1 일시행 ) - 5 - - 6 - - 7 - - 8 - - 9 - - 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

Microsoft PowerPoint - Master-ChiWeon_Yoon.ppt

Microsoft PowerPoint - Master-ChiWeon_Yoon.ppt 고속 Row Cycle 동작이가능한 VPM (Virtual Pipelined Memory) 구조에 대한연구 1998. 12. 28. 윤치원 1 발표순서 연구의필요성 관련연구 VCM (Virtual Channel Memory) POPeye : 메모리시스템성능측정기 POPeye를이용한 VCM 분석 VPM (Virtual Pipelined Memory) 결론및추후과제

More information

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1 : LabVIEW Control Design, Simulation, & System Identification LabVIEW Control Design Toolkit, Simulation Module, System Identification Toolkit 2 (RLC Spring-Mass-Damper) Control Design toolkit LabVIEW

More information

Microsoft PowerPoint - analogic_kimys_ch10.ppt

Microsoft PowerPoint - analogic_kimys_ch10.ppt Stability and Frequency Compensation (Ch. 10) 김영석충북대학교전자정보대학 2010.3.1 Email: kimys@cbu.ac.kr 전자정보대학김영석 1 Basic Stability 10.1 General Considerations Y X (s) = H(s) 1+ βh(s) May oscillate at ω if βh(jω)

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

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

마이크로프로세서 개요

마이크로프로세서 개요 1 주 개요 메카트로닉스공학부 조철우 8051 Pin Layout 8051 3 Atmel 89C2051 4 강의의개요 컴퓨터및의기원과동작원리를학습 마이크로컨트롤러를배우기위한기초원리 마이크로컨트롤러를활용하기위한도구사용법 마이크로컨트롤러를활용하기위한기초시스템설계및프로그래밍 History of Computer 컴퓨터의역사. 최초의컴퓨터 - 1946년 ENIAC,

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

大学4年生の正社員内定要因に関する実証分析

大学4年生の正社員内定要因に関する実証分析 190 2016 JEL Classification Number J24, I21, J20 Key Words JILPT 2011 1 190 Empirical Evidence on the Determinants of Success in Full-Time Job-Search for Japanese University Students By Hiroko ARAKI and

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

#KM-235(110222)

#KM-235(110222) PARTS BOOK KM-235A/B INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part Parts No. : Unique Product

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

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

Á¦4Àå-Á¦2ÀýÀÌÅë±â±â.hwp

Á¦4Àå-Á¦2ÀýÀÌÅë±â±â.hwp 2G 2.5G 3G Mobile Radio Telephony * Limited number of channels Analog Cellular Mobitex ETC * Data transmission circuit or packet switched * Non-continuous * Moderate capacity coverage * National coverage

More information

Microsoft PowerPoint - eSlim SV5-2410 [20080402]

Microsoft PowerPoint - eSlim SV5-2410 [20080402] Innovation for Total Solution Provider!! eslim SV5-2410 Opteron Server 2008. 3 ESLIM KOREA INC. 1. 제 품 개 요 eslim SV5-2410 Server Quad-Core and Dual-Core Opteron 2000 Series Max. 4 Disk Bays for SAS and

More information

슬라이드 제목 없음

슬라이드 제목 없음 OFDM (Orthogonal Frequency Division Multiplexing) 서울대학교이동통신연구실 1 Contents Introduction Generation of subcarriers using the IFFT Guard time and cyclic extension Windowing Choice of OFDM parameters OFDM

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨 최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시

More information

Microsoft PowerPoint - 강의2.ppt

Microsoft PowerPoint - 강의2.ppt Chap 2. Embedded Processors 서경대학교컴퓨터공학과교수이광엽 kylee@skuniv.ac.kr Embedded Processors Embedded processors 발전 Microprocessors 발전 better fabrication technology standalone microcontrollers integrated processors

More information

^ Pyo Young

^ Pyo Young / ^ Pyo Young 02-3781-7190 011-898-7190 ypyo@kr.ibm.com NIX Server Trend icroprocessors Big trend being changed in near future Until now, Intel Chips vs. Non-Intel Chips Intel chips for low & mid-range

More information

Oracle9i Real Application Clusters

Oracle9i Real Application Clusters Senior Sales Consultant Oracle Corporation Oracle9i Real Application Clusters Agenda? ? (interconnect) (clusterware) Oracle9i Real Application Clusters computing is a breakthrough technology. The ability

More information

#KM560

#KM560 KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part

More information

#DPK5(PB)(9.8.19)

#DPK5(PB)(9.8.19) PARTS BOOK DPK-5 포스트 베드, 1본침 본봉 지그재그 재봉기 Post Bed, Single-Needle Lock Stitch Zig Zag Sewing Machines PME-090929 SunStar CO., LTD. INFORMATION A. Parts Book 구성 Structure of Part Book ① ② ③ ④ ⑤⑥ ⑦ ⑧⑨ ① 관계

More information

Figure 5.01

Figure 5.01 Chapter 4: Threads Yoon-Joong Kim Hanbat National University, Computer Engineering Department Chapter 4: Multithreaded Programming Overview Multithreading Models Thread Libraries Threading Issues Operating

More information

서론 34 2

서론 34 2 34 2 Journal of the Korean Society of Health Information and Health Statistics Volume 34, Number 2, 2009, pp. 165 176 165 진은희 A Study on Health related Action Rates of Dietary Guidelines and Pattern of

More information

24011001-26102015000.ps

24011001-26102015000.ps news 02 한줄 News www.metroseoul.co.kr 2015년 10월 26일 월요일 정치 사회 The price of gold is going up again 군 가운데 정부가 감정노동자 보호를 위한 법 개 정에 나서 이목이 집중된다 다시 뛰는 금값 Gold funds are receiving at ttentions again since there

More information

5. .......hwp

5. .......hwp X i D i ) 8 6 4 2 0-2 -4 1987 1988 1990 1992 1994 1996 1998 2000 2002 year 12 8 4 0-4 -8 1987 1988 1990 1992 1994 1996 1998 2000 2002 year 45 40 35 30 25 20 15 1987 19 90 1994 1998 2002 year ln W X 30

More information

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

More information

#KM-250(PB)

#KM-250(PB) PARTS BOOK FOR 1-NEEDLE, STRAIGHT LOCK-STITCH MACHINE SERIES KM-250AU-7S KM-250AU-7N KM-250A-7S KM-250A-7N KM-250B-7S KM-250B-7N KM-250BH-7S KM-250BH-7N KM-250BL-7S KM-250BL-7N KM-250AU KM-250A KM-250B

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

pseries, Systems Group pseries 2003 Corporation (p) Systems Group POWER4/POWER4+ pseries! +! + + The Only Complete UNIX on Demand

pseries, Systems Group pseries 2003 Corporation (p) Systems Group POWER4/POWER4+ pseries! +! + + The Only Complete UNIX on Demand pseries, Systems Group pseries 2003 Corporation pseries, Systems Group KwanYong Lee / lky@kr kr.ibm.com Product Line Manager, pseries June 12, 2003 2003 Corporation pseries, Systems Group pseries 2003

More information

11¹ÚÇý·É

11¹ÚÇý·É Journal of Fashion Business Vol. 6, No. 5, pp.125~135(2002) The Present State of E-Business according to the Establishment Year and the Sales Approach of Dongdaemun Clothing Market Park, Hea-Ryung* and

More information

untitled

untitled 2005. 6. 11. *, **, ***, * * ** *** Acknowledgement 2005 BTP. 1. 1-1. 1. (Green Logistics) - 90 2 ( - ) EU - ISO 14001 ( ) -, - 3 1. Liberal Return Policy - (South Florida Stock 2000 1000 ) - (,TV, )

More information

2010희망애뉴얼

2010희망애뉴얼 ANNUAL REPORT 2010 ANNUAL REPORT 2010 1 2 4 14 18 23 71 74 80 98 108 1 2 3 The History of Hope Institute 2005 ~ 2011. 3 2005 08.08 09.05 10.05 11.04 12.01 12.21 2006 01.09 01.19 02.09 02.25 03.06 03.23

More information

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

More information

<5BC3D6C1BE5DC7D1B9CEC1B7BEEEB9AEC7D03537C1FD2E687770>

<5BC3D6C1BE5DC7D1B9CEC1B7BEEEB9AEC7D03537C1FD2E687770> 신문관 간행 육전소설 에 대한 연구*1)*2) 최호석 **3) 차례 1. 서론 2. 육전소설의 간행과 그 성과 3. 육전소설 간행에 보이는 자본주의적 속성 4. 육전소설의 간행 동기와 한계 5. 결론 국문초록 본고에서는 신문관에서 간행한 육전소설을 대상으로 육전소설의 간행과 성과, 그리고 육전소설 간행에 보이는 자본주의적 속성을 살펴보고자 하였다. 육전소설은

More information

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

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

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

歯4.PDF

歯4.PDF 21 WDM * OADM MUX/DEMUX EDFA Er + Doped Fiber Isolator Isolator GFF WDM Coupler 1.48 um LD 1.48 um LD Transmitter Receiver MUX EDFA OADM DEMUX Switch Fiber Optics Micro Optics Waveguide Optics Isolator,

More information

#KM-340BL

#KM-340BL PARTS BOOK KM-340BL 고속 1본침 본봉 상하송 재봉기 High Speed, 1-Needle, Upper and Lower Feed Lock Stitch Machine W/Large Hook PME-100707 SunStar CO., LTD. INFORMATION A. Parts Book Structure of Part Book Unique code

More information

Microsoft PowerPoint - hy2-12.pptx

Microsoft PowerPoint - hy2-12.pptx CPU의구조와기능 CPU 의명령어수행과정 명령어인출 (Instruction Fetch) : 기억장치로부터명령어를읽어온다 명령어해독 (Instruction Decode) : 수행해야할동작을결정하기위하여명령어를해독한다 모든명령어들에대하여공통적으로수행 데이터인출 (Data Fetch) : 명령어실행을위하여데이터가필요한경우에는기억장치혹은 I/O 장치로부터그데이터를읽어온다

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

07_À±¿ø±æ3ÀüºÎ¼öÁ¤

07_À±¿ø±æ3ÀüºÎ¼öÁ¤ 232 233 1) 2) Agenda 3) 4) 234 Invention Capital Agenda 5) 6) 235 7) 8) 9) 236 10) 11) 237 12) 13) 14) 15) knowledge 16) 17) 238 239 18) 240 19) 241 20) 242 243 244 21) 245 22) 246 23) 247 24) 248 25)

More information

Microsoft PowerPoint - ASIC ¼³°è °³·Ð.ppt

Microsoft PowerPoint - ASIC ¼³°è °³·Ð.ppt 이강좌는 C & S Technology 사의지원으로제작되었으며 copyright 가없으므로비영리적인목적에한하여누구든지복사, 배포가가능합니다. 연구실홈페이지에는고성능마이크로프로세서에관련된많은강좌가있으며누구나무료로다운로드받을 수있습니다. ASIC 설계개론 2003. 2. 연세대학교전기전자공학과프로세서연구실박사과정정우경 E-mail: yonglee@yonsei.ac.kr

More information

2 / 26

2 / 26 1 / 26 2 / 26 3 / 26 4 / 26 5 / 26 6 / 26 7 / 26 8 / 26 9 / 26 10 / 26 11 / 26 12 / 26 13 / 26 14 / 26 o o o 15 / 26 o 16 / 26 17 / 26 18 / 26 Comparison of RAID levels RAID level Minimum number of drives

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

Integ

Integ HP Integrity HP Chipset Itanium 2(Processor 9100) HP Integrity HP, Itanium. HP Integrity Blade BL860c HP Integrity Blade BL870c HP Integrity rx2660 HP Integrity rx3600 HP Integrity rx6600 2 HP Integrity

More information

Lumbar spine

Lumbar spine Lumbar spine CT 32 111 DOI : 10.3831/KPI.2010.13.2.111 Lumbar Spine CT 32 Received : 10. 05. 23 Revised : 10. 06. 04 Accepted : 10. 06. 11 Key Words: Disc herniation, CT scan, Clinical analysis The Clinical

More information

Here is a "PLDWorld.com"... // EXCALIBUR... // Additional Resources // µc/os-ii... Page 1 of 23 Additional Resources: µc/os-ii Author: Source: HiTEL D

Here is a PLDWorld.com... // EXCALIBUR... // Additional Resources // µc/os-ii... Page 1 of 23 Additional Resources: µc/os-ii Author: Source: HiTEL D Page 1 of 23 Additional Resources: µc/os-ii Author: Source: HiTEL Digital Sig Date: 2004929 µ (1) uc/os-ii RTOS uc/os-ii EP7209 uc/os-ii, EP7209 EP7209,, CPU ARM720 Core CPU ARM7 CPU wwwnanowitcom10 '

More information

Å©·¹Àγ»Áö20p

Å©·¹Àγ»Áö20p Main www.bandohoist.com Products Wire Rope Hoist Ex-proof Hoist Chain Hoist i-lifter Crane Conveyor F/A System Ci-LIFTER Wire Rope Hoist & Explosion-proof Hoist Mono-Rail Type 1/2ton~20ton Double-Rail

More information

untitled

untitled Memory leak Resource 力 金 3-tier 見 Out of Memory( 不 ) Memory leak( 漏 ) 狀 Application Server Crash 理 Server 狀 Crash 類 JVM 說 例 行說 說 Memory leak Resource Out of Memory Memory leak Out of Memory 不論 Java heap

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI: * A Study on Teache

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI:   * A Study on Teache Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp.149-171 DOI: http://dx.doi.org/10.21024/pnuedi.27.4.201712.149 * A Study on Teachers and Parents Perceptions on the Introduction of Innovational

More information

에너지경제연구 제13권 제1호

에너지경제연구 제13권 제1호 에너지경제연구 Korean Energy Economic Review Volume 13, Number 1, March 2014 : pp. 83~119 거시계량모형을이용한유가변동및 유류세변화의파급효과분석 * 83 84 85 86 [ 그림 1] 모형의해결정과정 87 [ 그림 2] 거시계량모형의흐름도 (flow chart) 88 89 < 표 1> 유류세현황 (2013

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information