DBPIA-NURIMEDIA

Size: px
Start display at page:

Download "DBPIA-NURIMEDIA"

Transcription

1 논문 한국통신학회논문지 07-5 Vol. 32 No. 5 머쉰행위기술로부터 Retargetable 컴파일러생성시스템구축 준회원이성래 *, 정회원황선영 * Construction of a Retargetable Compiler Generation System from Machine Behavioral Description Sung-Rae Lee* Associate Member, Sun-Young Hwang* Regular Member 요 약 ASIP 디자인에서디자인되는프로세서의성능을측정할수있는컴파일러가요구된다. 머쉰에맞는컴파일러설계는매우많은시간을요구한다. 본논문은 MDL 기술로부터 C 컴파일러를생성하는시스템을보인다. MDL 을이용한컴파일러생성은 user retargetability와컴파일러와프로세서디자인의일관성을유지시켜준다. 그러나 MDL을이용한컴파일러생성시스템은컴파일러와머쉰간의미적차이를줄여야한다. 이러한문제를해결하기위해제안하는시스템은트리패턴마다행위정보를가지는라이브러리에머쉰행위기술을맵핑한다. 맵핑된인스트럭션과레지스터파일사용정보를이용해제안하는시스템은컴파일러후위부 interface function을생성한다. 생성된 MIPS R3000와 ARM9 컴파일러가 C로기술된어플리케이션프로그램으로검증되었다. Key Words : Retargetable compiler, ASIP, MDL, User retargetability, SSA form ABSTRACT In ASIP design, compiler is required for performance evaluation of processors being designed. The design of machine specific compiler is time consuming. This paper presents the system which generates C compiler from MDL descriptions. Compiler generation using MDL can support user retargetability and concurrency between compiler design and processor design. However, it must overcome semantics gap between compiler and machine. To handle this problem, the proposed system maps behavioral descriptions to library which contains abstract behavior for each tree pattern. Using mapped instructions and information on register file usage, the proposed system generates back-end interface function of the compiler. Generated compilers, for MIPS R3000, ARM9 cores, have been proved by application programs written in C code. Ⅰ. 서론 C나 C++ 등의상위수준언어를타겟프로세서코드로변환시키는컴파일러는오랫동안운영체제나어플리케이션소프트웨어설계에쓰여왔다. 최근내장형시스템의수요가늘고제한된전력과비용내에서최대의성능을낼수있는 ASIP (Application Specific Instruction set Processor) 의사용이급격히증대되면서 ASIP에최적화된컴파일러설계의중요성이증가하고있다. 이러한추세는컴파일러가단순히코드를생성해주는것뿐만아니라 ASIP 설계간프로세서인스트럭션세트의변경에따른성능측정을위해필요한인스트럭션변경에따른컴파일러를생성할수있는 retargetable 본논문은 2007 년도 서울시산학연협력사업 의 나노 IP/SoC 설계기술혁신사업단 의지원으로이루어졌습니다. * 서강대학교전자공학과 CAD&ES 연구실 (hwang@sogang.ac.kr) 논문번호 :KICS , 접수일자 :2006 년 2 월 9 일, 최종논문접수일자 :2006 년 2 월 10 일 286

2 논문 / 머쉰행위기술로부터 Retargetable 컴파일러생성시스템구축 compiler를요구하게되었다 [1][2]. 컴파일러의설계는지나치게많은비용과시간을필요로하므로 Time-to-Market의중요성이부각되고있는현추세에서컴파일러설계는상당한병목으로작용하고있다. 머쉰기술언어로부터컴파일러생성은컴파일러설계시간을단축시켜줄뿐만아니라하나의기술로컴파일러와프로세서설계가가능하므로디자인일관성을유지할수있으며컴파일러프로세서상호디자인을통해프로세서최적화를이룰수있다는점에서의의가있다. 본연구에서는 SMDL (Sogang Machine Description Language) 을이용하여 LCC (Little C Compiler) [3][4] 의후위부자동생성기인 lburg [5] 의입력을생성하는 SRCC (Sogang Retargetable Compiler Compiler) 를구축하였다. 머쉰기술언어로부터컴파일러생성을위해서는머쉰 -컴파일러간의미적차이를줄여야한다. 제안된시스템은머쉰행위정보를컴파일러의내부트리패턴에따른행위정보를가지는라이브러리와맵핑을통해컴파일러의인스트럭션맵핑룰을만든다. 또한다양한맵핑방식을통해맵핑영역의확대와어플리케이션에최적화된인스트럭션셋의선택이가능하게하였으며머쉰기술만으로컴파일러를생성하는시스템을구축하였다. 본논문의 2절에서는관련연구를기술하며 3절에서는 SMDL 시스템을보인다. 4절에서는구축된컴파일러생성시스템인 SRCC의개관과인스트럭션선택기생성기, 그리고 seamless 컴파일러생성과정을보인다. 5절에서는구축된시스템의검증을위한시뮬레이션결과를보이고, 마지막으로 6절에서는결론및추후연구과제를제시한다. Ⅱ. 관련연구 ASIP설계를지원하기위한 MDL 기반의 retargetable 컴파일러생성은많은연구가되어왔다. 이중 RECORD [6], CHESS [7][8], LISA [9]-[11] 가대표적인 MDL을이용한컴파일러생성시스템이다. RECORD 컴파일러시스템은 MIMOLA HDL [12] 로생성된 net-list로부터인스트럭션정보를축출한후 iburg 입력을만듦으로써컴파일러를생성한다. MIMOLA는매우낮은레벨에서기술이이루어지고이로인해기술과수정이어렵다. CHESS 코드생성기는 nml [13] 을입력으로받아 저장유닛, 오퍼레이션, 저장유닛간연결관계등의정보를가지는 ISG (Instruction Set Graph) 생성후코드생성을한다. nml은언어자체에서파이프라인을지원하지않아파이프라인기능이있는프로세서생성에어려움이있다. LISA는 ACE의 CoSy 컴파일러시스템 [14] 의후위부생성기기술인 CGD를생성함으로써컴파일러를생성한다. LISA는소스코드의서브젝트트리와인스트럭션간다양한맵핑방식을사용하며, C/C++ 로기술된행위정보의복잡함으로 behavior 기술과분리된 semantics 섹션을만들어컴파일러생성을위한정보를얻는다. 하지만 behavior 정보가아닌 semantics정보에의한컴파일러생성은전체적인기술량이증가하며, 행위정보로부터컴파일러생성정보를얻지못하므로이상적이지못하다. 본논문에서제안하는 SRCC 시스템은행위 / 구조정보를모두가지는 SMDL의인스트럭션행위정보기술로 LISA와같은다양한맵핑이가능하도록하였다. Ⅲ. SMDL 개관 SMDL 시스템은 SoC 설계자동화를위해구축한시스템으로, 타겟프로세서를자동생성해주는 CoreGen과 SMDL로기술된프로세서에최적화된컴파일러를생성해주는 SRCC, 타겟프로세서의 ISS (Instruction Set Simulator) 를자동성성해주는 RISGen (Retargetable Instruction-set Simulator Generator) 으로이루어져있다. 설계자는이시스템에타겟프로세서의 SMDL기술과어플리케이션프로그램을입력하여일련의피드백을통해어플리케이션에최적화된 Processor Core, 컴파일러, ISS가자동생성된다. 그림 1에 SMDL 시스템을보인다. SMDL ASIP 및개발도구생성 Application Code (C code) Application 적용및검증 Processor Model (Intermediate Form) Feedback SRCC (Sogang Retargetable 임베디드코어생성기 Compiler Compiler) ISSGen (Embedded Core Generator) (Instruction Set Simulator Generator) Retargetable Compiler 임베디드 Assembly ISS 코어 Code 그림 1. SMDL 시스템개관 287

3 한국통신학회논문지 07-5 Vol. 32 No. 5 형태와동일한라이브러리중간형태에맵핑을함으로써 lburg의컴파일러코드선택기기술을생성한다. SMDL만을입력으로하는 seamless 컴파일러생성을위해 SRCC는 SMDL의레지스터파일사용기술과라이브러리맵핑된인스트럭션을이용하여컴파일러의후위부 interface function을생성한다. 그림 3은 SRCC 시스템의개관이다. 그림 2. SMDL의기술구조. SMDL은블록다이어그램수준의구조기술과 C언어수준의인스트럭션의행위기술을통해타겟프로세서를기술할수있도록개발된 MDL이다 [15]. SMDL은크게내부구조기술부와외부구조기술부, 인스트럭션셋기술부로나뉜다. 내부구조기술부에서는타겟으로하는프로세서의실행유닛이나레지스터, 메모리등을선언해주고각각의내부리소스들이어느스테이지에할당되는지에대해기술한다. 외부구조기술부에서는프로세서이름, 외부포트, 인터럽트등을정의한다. 인스트럭션셋기술부에서는어드레싱모드및각각의인스트럭션의특성과행위정보를기술하게된다. SMDL의기술구조는그림 2와같다. SRCC는 SMDL의인스트럭션셋기술부와내부구조기술부의리소스타입정보를이용하여기술된프로세서에최적화된컴파일러를생성한다. Ⅳ. 구축된컴파일러생성시스템 SRCC 시스템은 SMDL의행위정보로부터라이브러리맵핑에용이한중간형태를만들고, 그중간 4.1 SRCC 맵핑영역 SRCC는 SISD (Single Instruction Single Data) 모델을기본으로하는파이프라인아키텍춰모델을목표로한다. 보통의다이나믹프로그래밍기반트리코드선택기 [5][16] 가 statement level을넘는코드생성을하지않고루프문을맵핑하기어려우므로루프문을배제하였다. 4.2 SRCC 라이브러리 SRCC 라이브러리는머쉰행위정보와컴파일러사이에발생하는의미적차이를극복하기위해사용된다. SRCC 라이브러리는 C와유사한문법으로트리패턴에맵핑될수있는머쉰행위정보를기술하고라이브러리행위기술에 SMDL로기술된머쉰행위정보를맵핑함으로써각각의트리패턴에대한인스트럭션맵핑룰을생성가능하게한다. 그림 4는 SRCC 라이브러리의개략적인 BNF (Backus-Naur Form) 이다. library_list library library_list library library tree_representation = behavior_list behavior_list behavior behavior _list behavior behavior [ declaration_list statement_list ] 그림 4. 라이브러리 BNF form. 그림 3. SRCC 시스템개관 하나의트리패턴에는여러개의행위정보들이 OR룰로매치가된다. SRCC는맵핑중하나의트리패턴에대해여러개의행위가맵핑되었을시가장비용이적은행위정보에대한코드를생성한다. SRCC 라이브러리는 SMDL보다간소화된타입으로하나의인스트럭션내지는여러인스트럭션간행위정보를기술가능하도록다음과같은타입을가진다. - T-type : 하나의인스트럭션내부또는여러인스트럭션간데이터전달을해주는타입이다. SMDL 288

4 논문 / 머쉰행위기술로부터 Retargetable 컴파일러생성시스템구축 의 non-terminal 타입, 레지스터타입, 템포러리타입, 스테이지레지스터타입등이 T-type에맵핑된다. - I-type : 인스트럭션의 immediate 필드가 I-type으로맵핑된다. - P-type : 프로그램카운터타입이맵핑된다. - M-type : 메모리타입이맵핑된다. 그림 5 는라이브러리기술의예이다. reg : BCOMU4(T-type A[32] : reg) = [ T-type B[32]; B = ~A; ] [ T-type B[32]; B = ~(A 0); ] ; 그림 5. 라이브러리기술예. 임의의레지스터값을 inversion시키는트리패턴기술인 reg : BCOMU4(reg) 에대해 SRCC 라이브러리는 T-type A를 inversion 시키거나 A와 0을 NOR하여 T-type B에대입하는행위기술을가진다. 4.3 SMDL의레지스터파일사용정보기술레지스터파일사용정보기술은 SRCC의 seamless 컴파일러생성을위해 SMDL에추가된기술로각각의레지스터파일을구성하는레지스터마다컴파일러의활용정보를포함하게하여인스트럭션맵핑과 seamless 컴파일러생성이가능하게한다. 표 1은 SMDL의레지스터사용기술을보인다. 표 1. 레지스터사용기술의종류와설명. 사용정보설명 constant((+ -)?[0-9]+) 임의의값으로고정된레지스터 for_assembler 어셈블러가사용하는레지스터 argument argument 레지스터 temporary saved function_call function_return_value stack_pointer frame_pointer return_address function 호출간저장되지않는레지스터 function 호출간저장되는레지스터 function 호출시호출되는 function 의어드레스를가지는레지스터 function 의반환값을가지는레지스터 스택포인터 프레임포인터 function 이끝날시돌아갈어드레스를가지는레지스터 SMDL을기술시레지스터파일의 terminal 기술에서위의사용정보중하나를선택하여기술한다. 그림 6은레지스터사용정보가추가된 SMDL 기술의일부이다. R0 = address (RF[0]) { binformat = 5b'0; mnemonic = "$zero"; usage = constant(0); } R1 = address (RF[1]) { binformat = 5b'1; mnemonic = "$at"; usage = for_assembler; } R2 = address (RF[2]) { binformat = 5b'2; mnemonic = "$a0"; usage = argument; }. R31 = address (RF[31]) { binformat = 5b'31; mnemonic = "$ra"; usage = return_address; } RS = R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29 R30 R31; 그림 6. 레지스터사용정보기술예 각각의 terminal 마다레지스터사용정보가기술되고 RS는 R0부터 R31까지 terminal 정보를가지는 non-terminal로기술된다. 4.4 중간형태생성과정 SMDL과 SRCC 라이브러리의행위정보는동일한중간형태로변환된다. 중간형태는 high-level SSA form [17] 으로, SSA form [18] 은리네이밍과 Φ -function을통해모든변수가단한번값이대입되는형태이다. Alpern et al. [17] 은 SSA form에컨트롤정보를추가시켜 high-level SSA form을제안하였다. High-level SSA form은프로그램동일성체크에이용되었다 [17][19]. SRCC는 high-level SSA form을이용한프로그램동일성체크를활용하여 SMDL을라이브러리에맵핑한다. SSA form 생성을위해 CFG (Control Flow Graph) 로부터도미넌스프런티어맵핑을하였으며, 맵핑된도미넌스프런티어를이용해 Φ-function을삽입하고리네이밍하였다. High-level SSA form은 SSA form과 CDG (Control Dependence Graph) 를사용하여구현하였으며, high-level SSA form의맵핑가능영역을넓히기위해 copy propagation을수행하였다. 289

5 한국통신학회논문지 07-5 Vol. 32 No 맵핑을위한 C 코드생성과정 SMDL의행위기술은 SRCC와맵핑을위해 SRCC 라이브러리와동일한중간표현형태로변형된후맵핑정보를가지는 C 코드를생성한다. 각각의 SMDL로기술된인스트럭션들의중간형태정보는하나의 C로기술된 function으로만들어지며, 레지스터사용기술및인스트럭션표현정보는배열로변환되어표현된다. 인스트럭션중간형태를 C 코드로변환할시교환법칙이성립하는오퍼레이션을가지는 SSA 노드에대해서는노드의좌우자식노드의위치를바꾼정보까지고려한정보를 C 코드로생성함으로써맵핑가능영역을넓힌다. 4.6 SMDL과라이브러리맵핑과정 SMDL과라이브러리의맵핑은 high-level SSA form간맵핑이다. 루프를배제한맵핑영역의제한으로 SMDL과라이브러리간맵핑은 DAG (Direct Acyclic Graph) 맵핑이고 DAG를 duplication 함으로써트리맵핑이되도록한다. SRCC는 T-type을통해하나의인스트럭션내부또는여러인스트럭션간데이터전송을표현할수있으므로하나의라이브러리행위정보에여러가지인스트럭션이맵핑될수있다. SRCC는인스트럭션의개수를비용으로계산하여다이나믹프로그래밍에기반한가장비용이적은인스트럭션을맵핑한다. SRCC는 LISA와같은 one-to-one, one-to -many, many-to-one 맵핑방식을행위기술맵핑을통해수행한다. One-to-one 맵핑은단순히하나의서브젝트트리에하나의인스트럭션이맵핑되는방식이며, One-to-many 맵핑은하나의서브젝트트리에여러개의인스트럭션을맵핑하는방식이다. One-to-many 맵핑은특정서브젝트트리에 one-to- one 맵핑되는인스트럭션이정의되지않아도다른정의된인스트럭션들의조합이서브젝트트리에맵핑가능하게함으로써많이사용되지않는특정트리패턴만을위한인스트럭션사용을줄일수있다. Many-to-one 맵핑은 ASIP 설계에있어매우중요한맵핑방식으로여러서브젝트트리에하나의인스트럭션을맵핑하는방식이다. Many-to-one 맵핑은여러서브젝트트리를하나의인스트럭션으로맵핑함으로써수행속도를높이며, 이는특정어플리케이션을위한연산이많은 ASIP의특성상 Manyto-one 맵핑은수행성능향상요인이될수있다. One-to-one, many-to-one 맵핑은라이브러리행위기술에하나의인스트럭션이맵핑되지만서브젝트트리패턴기술에들어가는트리오퍼레이션개수에따라 one-to-one과 many-to-one 맵핑이될수있다. 그림 7은 one-to-one과 many-to-one 맵핑에따른개략적인라이브러리기술이다. one-to-one stmt : ADDI4(T-type A[32] : reg, T-type B[32] : reg) = behavior_list stmt : ADDI4(T-type A[32]: reg, many-to-one MULI4(T-type B[32]: reg, T-type C[32]: reg)) = behavior_list 그림 7. one-to-one, many-to-one 맵핑을위한라이브러리기술예 T-type을이용한라이브러리기술은여러인스트럭션간데이터전송행위기술까지가능하게함으로써트리패턴과인스트럭션간 one-to-many 맵핑이가능하게한다. 그림 8은 SMDL의 SLT와 BNE 인스트럭션이 LTI4라는트리패턴의라이브러리행위기술에 one-to-many 맵핑되는예를보인다. 그림 8. SMDL- 라이브러리맵핑예 290

6 논문 / 머쉰행위기술로부터 Retargetable 컴파일러생성시스템구축 4.7 레지스터 / 상수할당 One-to-many 맵핑시인스트럭션간데이터전송을 non-terminal 타입의리소스가담당할시레지스터할당이필요하다. 이런경우 SRCC는인스트럭션간데이터전송을위한레지스터를사용정보가 for_assembler 인레지스터로할당한다. 라이브러리의행위정보가임의의상수를사용하고맵핑되는 SMDL 행위기술이 immediate 데이터타입을사용할시 immediate 데이터에해당상수를할당한다. 임의의상수에맵핑되는 SMDL non-terminal 타입의 terminal 기술중맵핑되는상수로고정된 terminal이있을시해당 terminal을맵핑시킨다. 예를들어, $at terminal 레지스터의사용정보를 for_asembler 로설정하고 $zero 라는 terminal 레지스터의사용정보를 constant(0) 라기술할시, 그림 8의맵핑결과는레지스터할당과상수정보에대한맵핑을통해그림 9의출력을낸다. stmt : LTI4 (reg, reg) "SLT $at, %0, %1\nBNE $at, $zero, %a\n" 2 그림 9. 생성된인스트럭션선택기기술의예 $at 가할당되어인스트럭션간데이터전송을수행하고 $zero 가상수 0에맵핑된다. 4.8 컴파일러후위부 interface function 생성과정컴파일러후위부 interface function 생성을위해 SRCC는레지스터사용기술과인스트럭션맵핑정보를사용한다. 상수로고정된레지스터사용정보로부터특정상수에대한레지스터를할당하며, argument 로사용되는레지스터사용정보로 function 호출시 argument의전달방식을결정한다. temporary 와 saved 로사용되는레지스터사용정보로컴파일러가할당할레지스터필드를결정하며, function_call / function_return_value 로사용되는레지스터사용정보로 function 호출시 function 어드레스정보와반환값을저장하는레지스터를할당한다. 컴파일러후위부 interface function은 activation 레코드의생성과소멸, 특정트리패턴에대한인스트럭션등에대한정보를가진다. SRCC는인스트럭션선택기생성을위해만들어진인스트럭션맵핑정보로부터컴파일러후위부 interface function 이지정해야할타겟프로세서의인스트럭션에대 한정보를얻어, 후위부 interface function이타겟머쉰에맞는인스트럭션을지정할수있게한다. Ⅴ. 실험결과 구현된시스템의정확성과유용성을검증하기위해 SMDL로기술한 MIPS R3000 [20], ARM9 [21] 프로세서를위한컴파일러를생성하였다. 본실험에서는임베디드설계에가장많이쓰이는프로세서인 MIPS R3000과 ARM9 프로세서의컴파일러를생성하였으나다른대부분의프로세서에대해 SMDL로기술하고컴파일러를생성할수있다. 표 2는컴파일러트리패턴에대해 SMDL로기술한인스트럭션맵핑의결과이다. 약 24~31% 의트리패턴이 one-to-many 맵핑되었다. 이는생성된두컴파일러가 one-to-many 맵핑을고려하지않을시모든트리패턴에인스트럭션을맵핑할수없음을의미한다. 약 6~8% 의트리패턴이 many-to-one 맵핑을통해코드사이즈의감소와실행성능향상을얻었다. 표 2. 인스트럭션맵핑결과. MIPS R3000 ARM9 one-to-one 65 (69.1%) 49 (59.8%) one-to-many 23 (24.5%) 26 (31.7%) many-to-one 6 (6.4%) 7 (8.5%) 생성된컴파일러가정확히동작하는지와성능의측정을위해 C로기술된 JPEG 인코더를본연구실에서생성한컴파일러로컴파일하고시뮬레이션하였으며, 매뉴얼포팅한 LCC 컴파일러와성능을비교하였다. 표 3은메뉴얼포팅한 LCC 컴파일러가생성한코드와생성된컴파일러가생성한인스트럭션수를보인다. 표 3. 컴파일된 JPEG 인코더의인스트럭션수 manual 생성된 LCC 컴파일러컴파일러 비고 MIPS R3000 2,533 2, % 증가 ARM9 2,651 3, % 증가 메뉴얼포팅한 LCC 컴파일러에비교해 MIPS R3000 컴파일러는 9.4%, ARM9 컴파일러는 22.3% 의코드사이즈증가를보인다. 이는생성된컴파일러가레지스터에임의의상수나어드레스를저장할 291

7 한국통신학회논문지 07-5 Vol. 32 No. 5 때와 immediate 필드를가지는인스트럭션에대해이상적인코드생성을못하여메뉴얼포팅한 LCC 컴파일러에비해많은코드를생성했기때문이다. 생성된 ARM9 컴파일러는 activation record의생성과소멸에관계된연산을하는인스트럭션으로매뉴얼포팅한 LCC 컴파일러보다많은코드사이즈를가지는인스트럭션을선택한다. 이는 SRCC가어떠한프로세서대해서도 activation record 모델을만들어야하므로범용으로사용할수있는 activation record를생성기준으로했기때문이다. 생성된컴파일러가생성한 JPEG 인코더코드의수행시간을실행 cycle을기준으로측정하였다. 그림 10은메뉴얼포팅한 LCC 컴파일러의수행 cycle을 100% 로할때 JPEG 인코더의중요 function별성능측정치를보인다. 생성된 MIPS R3000 컴파일러는메뉴얼포팅한 LCC 컴파일러대비평균 94.2% 의성능을보이며 ARM9 컴파일러는평균 84.9% 의성능을보인다. ARM9 컴파일러의성능이낮은이유는생성된 ARM9 컴파일러가 immediate 필드를가지는인스트럭션의운용에부담이크고, ARM9 프로세서에대한 activation record 모델이최적화되지않아 (a) MIPS R3000 컴파일러 (b) ARM9 컴파일러그림 10. 생성된코드의성능분석 MIPS R3000 ARM9 그림 11. 생성된컴파일러에의해컴파일된 JPEG 인코더의수행결과 function의호출이많이일어날시성능저하가일어나기때문이다. 생성된 MIPS R3000, ARM9 컴파일러로 JPEG 인코더를컴파일하여생성된코드는실행시 11.9kB의 bmp파일을읽어 1.66kB의 JPEG 파일을생성한다. 그림 11은생성된 JPEG 파일을보인다. 생성된컴파일러에의해컴파일된코드수행으로얻어진 JPEG 이미지가오류없이출력되는것을확인함으로써생성된 MIPS R3000과 ARM9 컴파일러의정확한동작을검증하였다. Ⅵ. 결론및추후과제 본논문은 SMDL로기술로부터 seamless 컴파일러생성시스템인 SRCC의구축에대해기술하였다. SRCC는 SMDL의행위정보와레지스터사용기술로부터컴파일러생성을위한정보를추출하며 high-level SSA form을사용한 SMDL-라이브러리맵핑으로머쉰과컴파일러사이에생기는의미적차이를최소화하였다. 또한, one-to-many 맵핑으로적은인스트럭션으로많은트리패턴맵핑이가능하게하였으며 many-to-one 맵핑으로실행성능향상이가능하도록하였다. MIPS R3000과 ARM9 컴파일러의생성과 JPEG 인코더를통한검증으로생성된컴파일러의정확성을검증하였다. 생성된컴파일러는기존컴파일러와비교시 MIPS R3000과 ARM9 컴파일러에대하여각 94.2%, 84.9% 의실행성능을보였다. 하지만프로세서, 시뮬레이터생성시스템인 SMDL을이용해 seamless 생성에기반한빠른컴파일러생성시간을가지는점에서의의가있다. 추후과제는생성된컴파일러를위한프로파일러, SMDL 기술로부터프로세서의존적인정보추출을통한타겟프로세서에최적화되고메뉴얼포팅된컴파일러수준의성능을갖는컴파일러의생성이다. 292

8 논문 / 머쉰행위기술로부터 Retargetable 컴파일러생성시스템구축 참고문헌 [1] R. Leupers, Compiler Design Issues for Embedded Processors, IEEE Design & Test of Computers, Vol. 19, No. 4, pp , July-Aug [2] M. Jain, M. Balakrishnan, and A. Kumar, ASIP Design Methodologies : Survey and Issues, in Proc. IEEE/ACM Int. Conf. VLSI Design. (VLSI 2001), pp , Jan [3] C. Fraser and D. Hanson, A Retargetable C Compiler : Design and Implementation, Benjamin/ Cummings, [4] C. Fraser and D. Hanson, The lcc 4.x Code-Generation Interface, Microsoft Research, [5] C. Fraser, R. Henry, and T. Proebsting, "BURG - Fast Optimal Instruction Selection and Tree Parsing, ACM SIGPLAN Notices, Vol. 27, No. 4, pp , April [6] R. Leupers and P. Marwedel, Retargetable Generation of Code Selectiors from HDL Processor Models, in Proc. European Design & Test Conf., [7] J. V. Praet, D. Lanneer, G. Goossens, W. Geurts, and H. De Man, A Graph Based Processor Model for Retargetable Code Generation, in Proc. European Design & Test Conf., [8] D. Lanneer et al, CHESS : Retargetable Code Generation for Embedded DSP Processors, in P. Marwedel and G. Goosens, ed., Code Generation for Embedded Processors, pp , Kluwer Academic Publishers, [9] A. Hoffmann et al, A Novel Methodology for the Design of Application-Specific Instruction Set Processors(ASIPs) Using a Machine Description Language, IEEE Trans. Computer-Aided Design, Vol. 20, No. 11, pp , Nov [10] J. Ceng, M. Hohenauer, R. Leupers, G. Ascheid, H. Meyr, and G. Braun, C Compiler Retargeting Based on Instruction Semantics Models, in Proc. Design Automation and Test in Europe, pp , [11] J. Ceng, W. Sheng, M. Hohenauer, R. Leupers, G. Ascheid, H. Meyr, and G. Braun, Modeling Instruction Semantics in ADL Processor Descriptions for C Compiler Retargeting. Int. Workshop on Systems, Architectures, Modeling, and Simulation (SAMOS), [12] S. Bashford, U. Bieker, B. Harking, R. Leupers, P. Marwedel, A. Neumann, and D. Voggenauer, The MIMOLA Language Version 4.1, Technical report, University of Dortmund, [13] A. Fauth, J. Van Praet, and M. Freericks, Describing Instructions Set Processors using nml, in Proc. European Design & Test Conf., Paris (France), pp , Mar [14] ACE - Associated Compiler Experts, The COSY Compiler Development System, [15] 조재범, 유용호, 황선영, " 임베디드프로세서코어자동생성시스템의구축, 한국통신학회논문지, 30 권 6A호, pp , 2005년 6월. [16] H. Emmelmann, F.-W. Schröer, and R. Landwehr, Beg - A Generator for Efficient Back Ends, in Proc. SIGPLAN Conf. Programming Language Design and Implementation, pp , [17] B. Alpern, M. Wegman, and F. Zadeck, Detecting Equality of Value in Programs, in Conf. Record of the 15th ACM Symposium on Principles of Program Languages, ACM, New York, pp. 1-11, January [18] R. Cytron, J. Ferrante, B. Rosen, M. Wegman, and F. Zadeck, Efficiently computing static single assignment form and the control dependence graph, ACM Trans. Program. Lang. Syst., Vol. 13, No. 4, pp , Oct [19] W. Yang, S. Horwitz, and T. Reps, Detecting Program Components with Equivalent Behaviors, Tech. Rep Dept. of Computer Science, Univ. of Wisconsin at Madison, Madison, Apr [20] G. Kane and J. Heinrich, MIPS RISC Architecture, Prentice Hall, [21] S. Furber, ARM System-on-chip Architecture, Addison-Wesley,

9 한국통신학회논문지 07-5 Vol. 32 No. 5 이성래 (Sung-Rae Lee) 준회원 2006년 7월서강대학교전자공학과졸업 2006년 8월 ~ 현재서강대학교전자공학과석사과정 < 관심분야 > Embedded 시스템을위한고성능프로세서및 optimizing compiler 설계 황선영 (Sun-Young Hwang) 정회원 1976년 2월서울대학교전자공학과졸업 1978년 2월한국과학원전기및전자공학과공학석사취득 1986년 10월미국 Stanford 대학교전자공학박사학위취득 1976년 ~1981년삼성반도체 ( 주 ) 연구원, 팀장 1986년 ~1989년 Stanford대학 Center for Integrated Systems 연구소책임연구원및 Fairchild Semiconductor Palo Alto Research Center 기술자문 1989년 ~1992년삼성전자 ( 주 ) 반도체기술자문 2002년 4월 ~2004년 3월서강대학교정보통신대학원장 1989년 3월 ~ 현재서강대학교전자공학과교수 < 관심분야 > SoC 설계및 framework 구성, CAD시스템, Com. Architecture 및 DSP System Design 등 294

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 11-36-01-09 임베디드코어설계시효율적인설계공간탐색을위한컴파일드코드방식시뮬레이터생성시스템구축 준회원김상우 *, 정회원황선영 * Construction of a Compiled-code Simulator Generation System for Efficient Design Exploration in Embedded Core Design Sang-Woo

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-12-02 한국통신학회논문지 '10-12 Vol.35 No.12 임베디드코어설계를위해설계계층을이용한효율적인 아키텍처탐색 준회원김상우 *, 정회원황선영 * An Efficient Architecture Exploration for Embedded Core Design Exploiting Design Hierarchy Sang-Woo Kim* Associate

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 13-38B-01-02 한국통신학회논문지 '13-01 Vol.38B No.01 http://dx.doi.org/10.7840/kics.2013.38b.1.10 동적분기예측을지원하는임베디드코어자동생성시스템의설계와구현 이현철, 황선영 Design and Implementation of an Automatic Embedded Core Generation System

More information

45-51 ¹Ú¼ø¸¸

45-51 ¹Ú¼ø¸¸ A Study on the Automation of Classification of Volume Reconstruction for CT Images S.M. Park 1, I.S. Hong 2, D.S. Kim 1, D.Y. Kim 1 1 Dept. of Biomedical Engineering, Yonsei University, 2 Dept. of Radiology,

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 07-32-10-15 한국통신학회논문지 '07-10 Vol. 32 No. 10 저전력소모임베디드프로세서코어자동생성시스템의설계 준회원김동원 *, 정회원황선영 * Design of an Automatic Generation System for Embedded Processor Cores with Minimal Power Consumption Dong-Won

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

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

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

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

박선영무선충전-내지

박선영무선충전-내지 2013 Wireless Charge and NFC Technology Trend and Market Analysis 05 13 19 29 35 45 55 63 67 06 07 08 09 10 11 14 15 16 17 20 21 22 23 24 25 26 27 28 29 30 31 32 33 36 37 38 39 40

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 09-34-06-11 한국통신학회논문지 '09-06 Vol. 34 No. 6 임베디드시스템을위한개선된예측동적전력관리방법 준회원김상우 *, 정회원황선영 * An Improved Predictive Dynamic Power Management Scheme for Embedded Systems Sang-Woo Kim* Associate Member, Sun-Young

More information

Microsoft PowerPoint - chap01-C언어개요.pptx

Microsoft PowerPoint - chap01-C언어개요.pptx #include int main(void) { int num; printf( Please enter an integer: "); scanf("%d", &num); if ( num < 0 ) printf("is negative.\n"); printf("num = %d\n", num); return 0; } 1 학습목표 프로그래밍의 기본 개념을

More information

À¯Çõ Ãâ·Â

À¯Çõ Ãâ·Â Network Virtualization Techniques for Future Internet Services in cloud computing are based on network virtualization that provides both flexibility and network isolation. Network virtualization consists

More information

03-최신데이터

03-최신데이터 Database Analysis II,,. II.. 3 ( ),.,..,, ;. (strong) (weak), (identifying relationship). (required) (optional), (simple) (composite), (single-valued) (multivalued), (derived), (identifier). (associative

More information

슬라이드 1

슬라이드 1 -Part3- 제 4 장동적메모리할당과가변인 자 학습목차 4.1 동적메모리할당 4.1 동적메모리할당 4.1 동적메모리할당 배울내용 1 프로세스의메모리공간 2 동적메모리할당의필요성 4.1 동적메모리할당 (1/6) 프로세스의메모리구조 코드영역 : 프로그램실행코드, 함수들이저장되는영역 스택영역 : 매개변수, 지역변수, 중괄호 ( 블록 ) 내부에정의된변수들이저장되는영역

More information

임베디드시스템설계강의자료 6 system call 2/2 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과

임베디드시스템설계강의자료 6 system call 2/2 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과 임베디드시스템설계강의자료 6 system call 2/2 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과 System call table and linkage v Ref. http://www.ibm.com/developerworks/linux/library/l-system-calls/ - 2 - Young-Jin Kim SYSCALL_DEFINE 함수

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

untitled

untitled 시스템소프트웨어 : 운영체제, 컴파일러, 어셈블러, 링커, 로더, 프로그래밍도구등 소프트웨어 응용소프트웨어 : 워드프로세서, 스프레드쉬트, 그래픽프로그램, 미디어재생기등 1 n ( x + x +... + ) 1 2 x n 00001111 10111111 01000101 11111000 00001111 10111111 01001101 11111000

More information

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 언어 변환 1.4. 기대 효과 4.4. 프로그램 Restructuring 4.5. 소스 모듈 관리 2. SeeMAGMA 적용 전략 2.1. SeeMAGMA

More information

JVM 메모리구조

JVM 메모리구조 조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.

More information

<313920C0CCB1E2BFF82E687770>

<313920C0CCB1E2BFF82E687770> 韓 國 電 磁 波 學 會 論 文 誌 第 19 卷 第 8 號 2008 年 8 月 論 文 2008-19-8-19 K 대역 브릭형 능동 송수신 모듈의 설계 및 제작 A Design and Fabrication of the Brick Transmit/Receive Module for K Band 이 기 원 문 주 영 윤 상 원 Ki-Won Lee Ju-Young Moon

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-08-15 한국통신학회논문지 '10-08 Vol.35 No. 8 건설생산성 향상을 위한 건설현장 내 RFID 네트워크 시스템 적용 방안 준회원 김 신 구*, 정회원 이 충 희*, 이 성 형*, 종신회원 김 재 현* Method of RFID Network System Application for Improving of Construction

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 13-38A-12-14 한국통신학회논문지 (J-KICS) '13-12 Vol.38A No.12 http://dx.doi.org/10.7840/kics.2013.38a.12.1094 4-Way 캐쉬의선택된 를이용한향상된동적분기예측기구현 황인성, 황선영 An Improved Dynamic Branch Predictor by Selective Access of

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

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

¼º¿øÁø Ãâ·Â-1

¼º¿øÁø Ãâ·Â-1 Bandwidth Efficiency Analysis for Cooperative Transmission Methods of Downlink Signals using Distributed Antennas In this paper, the performance of cooperative transmission methods for downlink transmission

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

27 2, 17-31, , * ** ***,. K 1 2 2,.,,,.,.,.,,.,. :,,, : 2009/08/19 : 2009/09/09 : 2009/09/30 * 2007 ** *** ( :

27 2, 17-31, , * ** ***,. K 1 2 2,.,,,.,.,.,,.,. :,,, : 2009/08/19 : 2009/09/09 : 2009/09/30 * 2007 ** *** ( : 27 2, 17-31, 2009. -, * ** ***,. K 1 2 2,.,,,.,.,.,,.,. :,,, : 2009/08/19 : 2009/09/09 : 2009/09/30 * 2007 ** *** (: dminkim@cau.ac.kr) 18 한국교육문제연구제 27 권 2 호, 2009. Ⅰ. (,,, 2004). (,, 2006).,,, (Myrick,

More information

EA0015: 컴파일러

EA0015: 컴파일러 5 Context-Free Grammar 무엇을공부하나? 앞에서배운 " 정규식 " 은언어의 " 어휘 (lexeme)" 를표현하는도구로사용되었다. 언어의 " 구문 (syntax)" 은 " 정규언어 " 의범위를벗어나기때문에 " 정규식 " 으로표현이불가능하다. 본장에서배우는 " 문맥자유문법 " 은언어의 " 구문 (syntax)" 을표현할수있는도구이다. 어떤 " 문맥자유문법

More information

untitled

untitled PMIS 발전전략 수립사례 A Case Study on the Development Strategy of Project Management Information System 류 원 희 * 이 현 수 ** 김 우 영 *** 유 정 호 **** Yoo, Won-Hee Lee, Hyun-Soo Kim, Wooyoung Yu, Jung-Ho 요 약 건설업무의 효율성

More information

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석 ,, Even the short history of the Web system, the techniques related to the Web system have b een developed rapidly. Yet, the quality of the Webbased application software has not improved. For this reason,

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Feb.; 29(2), 93 98. http://dx.doi.org/10.5515/kjkiees.2018.29.2.93 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) UHF-HF

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx Basic Idea of External Sorting run 1 run 2 run 3 run 4 run 5 run 6 750 records 750 records 750 records 750 records 750 records 750 records run 1 run 2 run 3 1500 records 1500 records 1500 records run 1

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

여행기

여행기 POPL/VMCAI 2013 ROME, ITALY 2013.01.20-2013.01.26 POPL 2013. 40 POPL VMCAI, PADL, PEPM... 1. POPL,. VMCAI(International Conference on Verification, Model Checking, and Abstract Interpretation), PADL(International

More information

4. 다음주소지정방식중속도가가장빠른주소방식은? 가. immediate addressing mode 나. direct addressing mode 다. indirect addressing mode 라. index register. 5. 간접주소 (indirect addr

4. 다음주소지정방식중속도가가장빠른주소방식은? 가. immediate addressing mode 나. direct addressing mode 다. indirect addressing mode 라. index register. 5. 간접주소 (indirect addr 강의정보처리필기강사조대호 차시명 체크문제 [CA-07 강 ] 주소지정방식과연산, 명령실행과제어 차시 7 차시 학습내용 1. 주소지정방식과연산 2. 명령실행과제어 학습목표 1. 주소지정방식과연산에대해이해할수있다 2. 명령실행과제어를이해하고해결할수있다 학습내용 3.3 주소지정방식 1. 주소설계시고려해야할점이아닌것은? 가. 주소를효율적으로나타낼수있어야한다. 나.

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

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 EBC (Equipment Behaviour Catalogue) - ISO TC 184/SC 5/SG 4 신규표준이슈 - 한국전자통신연구원김성혜 목차 Prologue: ISO TC 184/SC 5 그룹 SG: Study Group ( 표준이슈발굴 ) WG: Working Group ( 표준개발 ) 3 EBC 배경 제안자 JISC (Japanese Industrial

More information

ISP and CodeVisionAVR C Compiler.hwp

ISP and CodeVisionAVR C Compiler.hwp USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler http://www.avrmall.com/ November 12, 2007 Copyright (c) 2003-2008 All Rights Reserved. USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

Observational Determinism for Concurrent Program Security

Observational Determinism for  Concurrent Program Security 웹응용프로그램보안취약성 분석기구현 소프트웨어무결점센터 Workshop 2010. 8. 25 한국항공대학교, 안준선 1 소개 관련연구 Outline Input Validation Vulnerability 연구내용 Abstract Domain for Input Validation Implementation of Vulnerability Analyzer 기존연구

More information

:,,.,. 456, 253 ( 89, 164 ), 203 ( 44, 159 ). Cronbach α= ,.,,..,,,.,. :,, ( )

:,,.,. 456, 253 ( 89, 164 ), 203 ( 44, 159 ). Cronbach α= ,.,,..,,,.,. :,, ( ) :,,.,. 456, 253 ( 89, 164 ), 203 ( 44, 159 ). Cronbach α=.83.91.,.,,..,,,.,. :,, (402-751) 253 E-mail : yspark@inha.ac.kr ..,.,.,. Bandura(1997),.,,,,., (,,, 2009), (,,,, 2014).?.,,,.. Bandura (1995) (Resiliency

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

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

11 함범철.hwp

11 함범철.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2012 Aug.; 23(8), 958 966. http://dx.doi.org/10.5515/kjkiees.2012.23.8.958 ISSN 1226-3133 (Print) LTCC Bluetooth/WiFi A Bluetooth/WiFi

More information

03.Agile.key

03.Agile.key CSE4006 Software Engineering Agile Development Scott Uk-Jin Lee Division of Computer Science, College of Computing Hanyang University ERICA Campus 1 st Semester 2018 Background of Agile SW Development

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

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 26, no. 3, Mar (NFC: non-foster Circuit).,. (non-foster match

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 26, no. 3, Mar (NFC: non-foster Circuit).,. (non-foster match THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Mar.; 26(3), 283 291. http://dx.doi.org/10.5515/kjkiees.2015.26.3.283 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Negative

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

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 NuPIC 2013 2013.11.07~11.08 충남예산 FPGA 기반제어기를위한통합 SW 개발환경구축 유준범 Dependable Software Laboratory 건국대학교 2013.11.08 발표내용 연구동기 효과적인 FPGA 기반제어기를위한통합 SW 개발환경 연구진행현황 개발프로세스 FBD Editor FBDtoVerilog 향후연구계획 맺음말 2

More information

05 목차(페이지 1,2).hwp

05 목차(페이지 1,2).hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Oct.; 25(10), 10771086. http://dx.doi.org/10.5515/kjkiees.2014.25.10.1077 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

04 김영규.hwp

04 김영규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 214 Nov.; 25(11), 1121 1127. http://dx.doi.org/1.5515/kjkiees.214.25.11.1121 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Planar

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

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

감각형 증강현실을 이용한

감각형 증강현실을 이용한 대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital

More information

±è¼ºÃ¶ Ãâ·Â-1

±è¼ºÃ¶ Ãâ·Â-1 Localization Algorithms Using Wireless Communication Systems For efficient Localization Based Services, development of accurate localization algorithm has to be preceded. In this paper, research trend

More information

<4D F736F F F696E74202D203137C0E55FBFACBDC0B9AEC1A6BCD6B7E7BCC72E707074>

<4D F736F F F696E74202D203137C0E55FBFACBDC0B9AEC1A6BCD6B7E7BCC72E707074> SIMATIC S7 Siemens AG 2004. All rights reserved. Date: 22.03.2006 File: PRO1_17E.1 차례... 2 심벌리스트... 3 Ch3 Ex2: 프로젝트생성...... 4 Ch3 Ex3: S7 프로그램삽입... 5 Ch3 Ex4: 표준라이브러리에서블록복사... 6 Ch4 Ex1: 실제구성을 PG 로업로드하고이름변경......

More information

레이아웃 1

레이아웃 1 Disability & Employment 11. 8. 제1권 제호(통권 7호) pp.97~118 중증장애인직업재활지원사업수행시설의 효율성비교* 양숙미 남서울대학교 사회복지학과 부교수 전동일 가톨릭대학교 박사과정 요 약 본 연구는 직업재활시설의 중증장애인 직업재활지원사업에 대한 효율성을 평가하여 효 율적인 운영방안을 제시하는데 목적이 있다. 본 연구를 위해

More information

00-Intro

00-Intro SSE3054: Multicore Systems Spring 2017 Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu SSE3054: Multicore Systems, Spring 2017, Jinkyu Jeong (jinkyu@skku.ed)

More information

07.045~051(D04_신상욱).fm

07.045~051(D04_신상욱).fm J. of Advanced Engineering and Technology Vol. 1, No. 1 (2008) pp. 45-51 f m s p» w Á xá zá Ÿ Á w m œw Image Retrieval Based on Gray Scale Histogram Refinement and Horizontal Edge Features Sang-Uk Shin,

More information

RRH Class-J 5G [2].,. LTE 3G [3]. RRH, W-CDMA(Wideband Code Division Multiple Access), 3G, LTE. RRH RF, RF. 1 RRH, CPRI(Common Public Radio Interface)

RRH Class-J 5G [2].,. LTE 3G [3]. RRH, W-CDMA(Wideband Code Division Multiple Access), 3G, LTE. RRH RF, RF. 1 RRH, CPRI(Common Public Radio Interface) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Mar.; 26(3), 276 282. http://dx.doi.org/10.5515/kjkiees.2015.26.3.276 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) RRH

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

untitled

untitled MDEP I&C 2009. 4.6 ~ 4.7 14 I. MDEP II. DICWG III. DICWG SW IV. Nuclear Safety Information Conference 2009 Slide -2- I. MDEP MDEP? Multinational Design Evaluation Program MDEP Nuclear Safety Information

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 System Software Experiment 1 Lecture 5 - Array Spring 2019 Hwansoo Han (hhan@skku.edu) Advanced Research on Compilers and Systems, ARCS LAB Sungkyunkwan University http://arcs.skku.edu/ 1 배열 (Array) 동일한타입의데이터가여러개저장되어있는저장장소

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

ADP-2480

ADP-2480 Mitsubishi PLC 접속 GP 는 Mitsubishi FX Series 와통신이가능합니다. 시스템구성 6 7 8 GP-80 RS- Cable RS-C Cable FXN--BD FXN--BD 6 FX Series(FXS,FXN,FXN,FXNC, FXU) 7 FXS, FXN 8 FXN FX Series 는기본적으로 RS- 통신을하며, RS-/ converter

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

Speculative Register Promotion Using Advanced Load Address Table (ALAT)

Speculative Register Promotion Using Advanced Load  Address Table (ALAT) 고성능자바스크립트 서울대학교전기 정보공학부 가상머신및최적화연구실 박혁우 목차 JavaScript Language JavaScript Engine 개요 JavaScript 최적화수행방식 JavaScript engine 병렬화 고성능 JavaScript 를위한브라우저확장 Code Snapshot 기법 자바스크립트병렬로딩 2 JavaScript JavaScript

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

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

<4D F736F F F696E74202D C61645FB3EDB8AEC7D5BCBA20B9D720C5F8BBE7BFEBB9FD2E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D C61645FB3EDB8AEC7D5BCBA20B9D720C5F8BBE7BFEBB9FD2E BC8A3C8AF20B8F0B5E55D> VHDL 프로그래밍 D. 논리합성및 Xilinx ISE 툴사용법 학습목표 Xilinx ISE Tool 을이용하여 Xilinx 사에서지원하는해당 FPGA Board 에맞는논리합성과정을숙지 논리합성이가능한코드와그렇지않은코드를구분 Xilinx Block Memory Generator를이용한 RAM/ ROM 생성하는과정을숙지 2/31 Content Xilinx ISE

More information

Microsoft Word - 1-차우창.doc

Microsoft Word - 1-차우창.doc Journal of the Ergonomics Society of Korea Vol. 28, No. 2 pp.1-8, May 2009 1 하이브리드 환경하의 인간기계시스템 제어실 평가에 관한 연구 차 우 창 김 남 철 금오공과대학교 산업시스템공학과 A Study of the Evaluation for the Control Room in Human Machine

More information

<33312D312D313220C0CCC7D1C1F820BFB0C3A2BCB12E687770>

<33312D312D313220C0CCC7D1C1F820BFB0C3A2BCB12E687770> Journal of the Society of Korea Industrial and Systems Engineering Vol No pp March 8 Scatter Search를 이용한 신뢰성 있는 네트워크의 경제적 설계 * ** * ** Economic Design of Reliable Networks Using Scatter Search HanJin Lee*

More information

2002년 2학기 자료구조

2002년 2학기 자료구조 자료구조 (Data Structures) Chapter 1 Basic Concepts Overview : Data (1) Data vs Information (2) Data Linear list( 선형리스트 ) - Sequential list : - Linked list : Nonlinear list( 비선형리스트 ) - Tree : - Graph : (3)

More information

Software Requirrment Analysis를 위한 정보 검색 기술의 응용

Software Requirrment Analysis를 위한 정보 검색 기술의 응용 EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim

More information

08김현휘_ok.hwp

08김현휘_ok.hwp (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.369 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) An Audio Coding Technique Employing the Inter-channel

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

구문 분석

구문 분석 컴파일러구성 제 10 강 중간언어 / 인터프리터 Motivation rapid development of machine architectures proliferation of programming languages portable & adaptable compiler design --- P_CODE porting --- rewriting only back-end

More information

2017 년 6 월한국소프트웨어감정평가학회논문지제 13 권제 1 호 Abstract

2017 년 6 월한국소프트웨어감정평가학회논문지제 13 권제 1 호 Abstract 2017 년 6 월한국소프트웨어감정평가학회논문지제 13 권제 1 호 Abstract - 31 - 소스코드유사도측정도구의성능에관한비교연구 1. 서론 1) Revulytics, Top 20 Countries for Software Piracy and Licence Misuse (2017), March 21, 2017. www.revulytics.com/blog/top-20-countries-software

More information

책임연구기관

책임연구기관 2009. 2. 책임연구기관 - i - - ii - - iii - - iv - 6.3.1 Sample Collection and Analysis 161 6.3.1.1 Sample Collection 161 6.3.1.2 Sample Analysis 161 6.3.2 Results 162 6.3.2.1 Dalian 162 6.3.2.2 Xiamen 163 6.3.3

More information

Problem New Case RETRIEVE Learned Case Retrieved Cases New Case RETAIN Tested/ Repaired Case Case-Base REVISE Solved Case REUSE Aamodt, A. and Plaza, E. (1994). Case-based reasoning; Foundational

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 김진주 김수연. 초등학생대상장애이해교육에활용된동화에나타난장애인관분석. 특수교육, 2013, 제12권, 제2호, 135-160... 20.,,. 4.,,.,..... 주제어 : 장애이해교육, 동화, 장애인관 1. ( 1 ) Incheon Munhak Elementary School ( )(, E-mail: sooyoun@ginue.ac.kr) Dept. of

More information

., (, 2000;, 1993;,,, 1994), () 65, 4 51, (,, ). 33, 4 30, 23 3 (, ) () () 25, (),,,, (,,, 2015b). 1 5,

., (, 2000;, 1993;,,, 1994), () 65, 4 51, (,, ). 33, 4 30, 23 3 (, ) () () 25, (),,,, (,,, 2015b). 1 5, * 4.,, 3,,, 3,, -., 3, 12, 27, 20. 9,,,,,,,,. 6,,,,,. 5,,,,.. * (2016),. (Corresponding Author): / / 303 Tel: 063-225-4496 / E-mail: jnj1015@jj.ac.kr ., (, 2000;, 1993;,,, 1994), 2000. 2015 () 65, 4 51,

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information