Problem A Black Chain Time Limit: 0.1 Second There is a linear chain of n black rings. The weight of every black ring is exactly 1g. We want to genera

Size: px
Start display at page:

Download "Problem A Black Chain Time Limit: 0.1 Second There is a linear chain of n black rings. The weight of every black ring is exactly 1g. We want to genera"

Transcription

1 Problem Set Please check that you have 12 problems that are spanned across 32 pages in total (including this cover page). A. Black Chain (2 pages) Korean translation available B. Farm (1 page) Korean translation available C. Lucid Strings (2 pages) D. Matching (2 pages) E. Panokseon (2 pages) Korean translation available F. Parcel (1 page) Korean translation available G. Passport Control (2 pages) Korean translation available H. Path Embedding (2 pages) I. Registration (1 page) Korean translation available J. Sliding Blocks (3 pages) K. Suffix-Freeness (2 pages) L. Three Robots (2 pages) The memory limits for the twelve problems are all the same, 512MB. ICPC 2018

2 Problem A Black Chain Time Limit: 0.1 Second There is a linear chain of n black rings. The weight of every black ring is exactly 1g. We want to generate all possible weights from 1g to ng using this black chain. To do this, we need to remove some single rings from the chain. Since it is very difficult work to remove a single ring from the chain, we want to remove the minimum number of rings as possible. For example, consider the black chain with 7 rings as shown in Figure A.1. If ring 3 is removed, the chain would be separated into a single ring, a chain with rings from 1 to 2, and a chain with rings from 4 to 7 as shown in Figure A.2. Using them we can generate all weights from 1g to 7g as shown in Figure A.3. Figure A.1: A black chain with a length of 7. Figure A.2: A black chain separated into 3 pieces. Weight 1g 2g 3g 4g 5g 6g 7g Rings Configuration [3] [1-2] [3] [1-2] [4-7] [3] [4-7] [1-2] [4-7] Figure A.3: Rings configurations for generating all weights from 1g to 7g. [3] [1-2] [4-7] Given a chain with n black rings, write a program to compute the minimum number of rings which should be removed for generating all weights from 1g to ng. Input Your program is to read from standard input. The input starts with a line containing an integer, n (3 n ), where n is the number of rings in the black chain. Output Your program is to write to standard output. Print exactly one line which contains the minimum number of rings which should be removed for generating all weights from 1g to ng. ICPC 2018 Problem A: Black Chain

3 The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem A: Black Chain

4 Problem A Black Chain 제한시간 : 0.1 초 n개의블랙고리가일렬로연결된체인이있다. 블랙고리하나는무게가정확히 1g 이다. 이고리들을이용하여 1g 부터 ng 까지가능한모든무게를생성하려고한다. 이를위해고리를일부풀어야하는데, 고리를푸는데힘이들어최소개의고리만풀기를원한다. 예를들어아래의그림 A.1 처럼 7 개의고리로구성된블랙체인이있다고하자. 이체인에서 3 번고리하나를풀어내면그림 A.2 처럼 3 번고리 1 개와두개의체인 (1~2 번고리가연결된체인과 4~7 번고리가연결된체인 ) 으로분리된다. 이들을이용하면그림 A.3 처럼 1g 부터 7g 까지의모든무게를생성할수있다. 그림 A.1: 길이가 7 인블랙체인 그림 A.2: 3 개로분리된블랙체인 무게 1g 2g 3g 4g 5g 6g 7g 고리 구성 [3] [1-2] [3] [1-2] [4-7] [3] [4-7] [1-2] [4-7] [3] [1-2] [4-7] 그림 A.3: 1g 부터 7g 까지가능한모든무게를생성하는고리구성 n 개의고리가연결된체인이주어져있을때, 1g 부터 ng 까지가능한모든무게를생성하기위해 풀어야할고리의최소개수를구하는프로그램을작성하시오. ICPC 2018 Problem A: Black Chain

5 Input 입력은표준입력을사용한다. 첫번째줄에블랙고리의개수를나타내는양의정수 n (3 n ) 이주어진다. Output 출력은표준출력을사용한다. 1g 부터 ng 까지가능한모든무게를생성하기위해풀어야할고리의 최소개수를출력한다. 다음은두테스트케이스에대한입출력예이다. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem A: Black Chain

6 Problem B Farm Time Limit: 0.1 Second Sangbae raises sheep and goats on his farm where each of the number of sheep and the number of goats is at least one. Sheep and goats eat same food, and every day each sheep eats exactly a grams of food and each goat eats exactly b grams of food. Sangbae checks every day how many sheep and goats are in the farm. It was not easy to count them separately because they were moving around. He counted the total number of sheep and goats instead. Also he checked total amount of food that sheep and goats have eaten yesterday. From these values, he wants to find the number of sheep and the number of goats. Given a, b, n (total number of sheep and goats), w grams of food that both sheep and goats have eaten yesterday, write a program to find the number of sheep and the number of goats. Input Your program is to read from standard input. The input consists of single line containing four integers, a, b, n, and w where 1 a 1,000, 1 b 1,000, 2 n 1,000, 2 w 1,000,000. Output Your program is to write to standard output. Print exactly one line which contains both the number of sheep and the number of goats. If there are two or more feasible solutions or there is no feasible solution, print -1. The following shows sample input and output for three test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input Sample Input 3 Output for the Sample Input ICPC 2018 Problem B: Farm

7 Problem B Farm 제한시간 : 0.1 초 목장주인인상배는양과염소들을같이기르고있다. 기르는양과염소는각각한마리이상이다. 양과염소는같은사료를먹고, 양한마리는하루에사료를정확히 a 그램먹고, 염소한마리는하루에정확히 b 그램을먹는다고한다. 상배는매일아침양과염소가각각몇마리인지를확인하는작업을한다. 양과염소가각각몇마리인지확인할때, 양과염소들이돌아다녀서정확하게그수를구하는것이쉽지않았다. 대신에양과염소가전체몇마리인지를확인하고, 또양과염소가어제하루동안소비한전체사료의양만확인해서양과염소가각각몇마리인지를알려고한다. 상배가확인한양과염소전체가 n마리이고, 어제하룻동안소비한전체사료의양이 w그램일때, 양과염소가각각몇마리인지를구하는프로그램을작성하시오. Input 입력은표준입력을사용한다. 첫번째줄에네정수 a, b, n, w 가한줄에주어진다. 1 a 1,000, 1 b 1,000, 2 n 1,000, 2 w 1,000,000 이다. Output 출력은표준출력을사용한다. 첫번째줄에양의수와염소의수를각각출력한다. 만약가능한 해가두개이상있는경우혹은가능한해가없을경우, -1 을출력한다. 다음은세테스트경우에대한입출력예이다. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input Output for the Sample Input 2 Sample Input ICPC 2018 Problem B: Farm

8 Problem C Lucid Strings Time Limit: 0.5 Seconds Consider a string on English alphabet of 26 lowercase letters. If the length of this string can be represented as the product of two positive integers, k ( 2) and c, the string can be decomposed into k substrings of the same length c. If the substrings are pairwise distinct, the string is called a k-lucid-string (shortly k-ls ). Here a substring is a contiguous sequence of characters within a string. For example, for string ababca of length 6, there are three cases for k to consider: k = 2, 3, 6. For k = 2, the string is decomposed into two substrings, aba and bca, of length 3. Since the two substrings are pairwise distinct, the string is a 2-LS. For k = 3, the string is decomposed into three substrings of length 2. But ab appears as substring more than once, and thus the string is not a 3-LS. For k = 6, the string is decomposed into six substrings of length 1. But a and b appear as substring more than once, and thus the string is not a 6-LS. Consider the problem of computing all substrings of a given input string which are k-ls s. For example, consider input string ababca for k = 2. Since each of substrings ab, ba, ab, bc, and ca of ababca can be decomposed into two pairwise distinct substrings of length 1, it is a 2-LS. Substrings babc and abca are 2-LS s because each of them can be decomposed into two pairwise distinct substrings of length 2. Since input string itself is a 2-LS, ababca has 8 substrings which are 2-LS s. Note that two substrings of input string are considered independently for k-ls candidates if they differ in position in input string. Given a string S of length n and an integer k, write a program to compute the number of the substrings of S which are k-ls s. Input Your program is to read from standard input. The input starts with a line containing two integers, n (3 n 40,000) and k (2 k 40,000), where n is the length of input string and k is the number of substrings of the same length for each k-ls. You can assume that k n. In the following line, a string of length n is given. Output Your program is to write to standard output. Print exactly one line which contains the number of the substrings of input string which are k-ls s. The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input ababca ` ICPC 2018 Problem C: Lucid Strings

9 Sample Input 2 Output for the Sample Input ababca ICPC 2018 Problem C: Lucid Strings

10 Problem D Matching Time Limit: 1 Second In the geometric matching problem, two geometric objects A and B are given, and the goal is to find an optimal transformation for B such that the transformed copy of B is as close to A as possible. Usually, the distance between A and a transformed copy of B is measured by a prescribed distance function, and one wants to minimize it over all possible transformations. Here, we consider a simple variant of the geometric matching problem. Specifically, we assume that two input objects A and B are finite sets of points in the plane and allowed transformations for B are only translations in the plane. A translated copy of B by a two-dimensional vector v = (v x, v y ) is defined to be B + v = {(x + v x, y + v y ) (x, y) B}. For any two-dimensional vector v, our distance function f(v) measures the smallest possible perpendicular distance between two parallel lines that contain all points of A and B + v in between. That is, we want to find an optimal two-dimensional vector v such that f(v) is minimized. Consider an example of A = {(0,0), (0,100)} and B = {(23,56), (123,56)}, depicted in the above figure (a) in which the points in A are colored red while those in B are blue. Then, consider a specific vector v = ( 73, 6). The above figure (b) shows A and B + v, and two parallel lines whose perpendicular distance is d, which is exactly d = One can verify that these two parallel lines contain all points of A and B + v in between and have the smallest possible perpendicular distance. Hence, we have f(v) = d. Further, this is the minimum possible value of f(v) over all two-dimensional vectors. Therefore, v = ( 73, 6) is an optimal translation vector such that f(v) is minimized. Given two sets of points in the plane, A and B, write a program that finds an optimal translation vector v for B such that f(v) is minimized and outputs the value of f(v). ICPC 2018 Problem D: Matching

11 Input Your program is to read from standard input. The input starts with a line containing two integers, n (1 n 200,000) and m (1 m 200,000), where n is the number of points in the set A and m is the number of points in the set B. In each of the following n lines, the coordinates of each point in A are given by two integers separated by a space. Again, in each of the following m lines, the coordinates of each point in B are given by two integers separated by a space. The coordinates of all points given in the input range from 10 6 to 10 6, inclusively. Note that multiple points with the same coordinates can be given in each of A and B. Output Your program is to write to standard output. Print exactly one line which contains a real number z that represents the value of f(v) for an optimal two-dimensional vector v such that f(v) is minimized. The output z should be in the format that consists of its integer part, a decimal point, and its fractional part, and should satisfy the condition that f(v) 10 6 < z < f(v) The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem D: Matching

12 Problem E Panokseon Time Limit: 1 Second Admiral Yi Sun-sin ordered to build the special battleship, called Panokseon, to prepare the war in the Joseon Dynasty. To test its performance, he decided to have a battleship race with Joseon navy soldiers. Admiral Yi numbered n soldiers from 1 to n, lined up in that order. He assigned the soldiers to the ships such that soldiers assigned to a ship have consecutive numbers, and the sum of their weights must not exceed the weight limit W of the ship. He did not mind the number of ships used for this assignment since he built enough number of ships. The point he cared about is the fairness of the race. He thought the fairness would be guaranteed if the soldiers weight sums are well balanced over the ships. In other words, soldiers should be evenly assigned to the ships for their weights. More precisely, the emptiness of a ship that one or more soldiers are assigned to is defined as the square of the difference of W and the sum of weights of the soldiers of the ship. The unfairness of an assignment is the maximum emptiness of the ships in the assignment. Admiral Yi wanted to guarantee the high fairness by such an assignment for the race whose unfairness is minimum, i.e., the fairness is maximized. For instance, we are given a weight sequence (10, 20, 30) of 3 soldiers with W = 50. An assignment {[1], [2], [3]} that each soldier is assigned to an individual ship has the unfairness value of max {(50 10) 2, (50 20) 2, (50 30) 2 } = We can also consider two other assignments using two ships, {[1, 2], [3]} and {[1], [2, 3]}, whose unfairness values are max{(50 30) 2, (50 30) 2 } = 400 and max{(50 10) 2, (50 50) 2 } = 1600, respectively. All three soldiers cannot be assigned to one ship because their weight sum is over W = 50. Thus the minimum unfairness value is 400, and the fairest assignment is that the first two soldiers are assigned to the one ship and the third soldier to the other ship alone. Given a weight limit W of the battleship and the weights of n soldiers numbered 1 to n, write a program to find a fairest assignment for the battleship race. Input Your program is to read from standard input. The input starts with a line containing two integers, W (1 W 10 9 ) and n (1 n 500,000), where W is the weight limit of the battleship and n is the number of Joseon navy soldiers. The second line contains a sequence of n weights of soldiers, ordered by the soldiers numbers from 1 to n. The weights are integers between 1 and W, inclusively. You can assume that no single soldier weighs more than W. Output Your program is to write to standard output. Print exactly one line which contains the minimum unfairness for the input. ICPC 2018 Problem E: Panokseon

13 The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem E: Panokseon

14 Problem E Panokseon 제한시간 : 1 초 이순신장군은판옥선이라불리는특별한전함을전쟁에대비해만들었다. 판옥선의성능을평가하기위해, 조선수병들로하여금경주를하도록할계획이다. n 명의수군들을 1 번부터 n번까지차례로번호를매긴후, 각전함에연속된번호의수군들의몸무게의합이전함의중량한계 W를넘지않도록배정하려고한다. 즉, 한전함에배정된수군들은연속된번호를가져야하며, 그들의몸무게합이 W 이하여야한다. 충분히많은전함을준비했기때문에, 한명이상의수군이배정된전함의수는중요하지않고, 경주의공정성, 즉배정의공정성이더중요하다. 이순신장군은전함별수군들의몸무게합의차이가작을수록더공정한배정이라고판단하였다. 보다명확히설명하면다음과같다. 한명이상의수군이배정된전함의여유중량 (emptiness) 값은 W와그전함에배정된수군들의몸무게합의차이를제곱한값으로정의한다. 배정의불공정성 (unfairness) 값은배정에사용된군함의여유중량값들중에서최대값으로정의한다. 이순신장군은불공정성이가장작은배정이가장공정한배정이라고생각했다. 예를들어, 3 명의수군의몸무게가차례대로 10, 20, 30이고, W = 50 인경우를고려해보자. 가능한배정중하나인 {[1], [2], [3]} 은하나의전함에수군을한명씩배정하는것이다. 이배정의불공정성은 max {(50 10) 2, (50 20) 2, (50 30) 2 } = 1600이다. 다른두가지배정 {[1, 2], [3]} 과 {[1], [2, 3]} 도가능한데, 두배정의불공정성은각각 max{(50 30) 2, (50 30) 2 } = 400 과 max{(50 10) 2, (50 50) 2 } = 1600이된다. 그러나 3 명의수군들의몸무게합이 W = 50보다크기때문에모두한전함에배정할수는없다. 따라서, 불공정성의최소값은 400이되어 {[1, 2], [3]} 이가장공정한배정이된다. 이배정은 1 번, 2 번수군을같은전함에, 3 번수군은다른전함에배정하는것이다. 여러분은전함의한계중량 W 와 1 번부터 n 번수군까지몸무게가차례로주어질때, 가장공정한 배정을찾는프로그램을작성해야한다. ICPC 2018 Problem E: Panokseon

15 Input 입력은표준입력을사용한다. 첫번째줄에는전함의한계중량 W (1 W 10 9 ) 와수군의수 n (1 n 500,000) 이공백을사이에두고차례로주어진다. 두번째줄에는수군의몸무게가 1번수군부터 n번수군의순서로차례로주어진다. 수군몸무게는 1 이상 W 이하의정수이다. 수군한명의몸무게는 W보다크지않다. Output 출력은표준출력을사용한다. 주어진입력에대한배정의불공정성의최소값을한줄에출력한다. 다음은두테스트경우에대한입출력예이다. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem E: Panokseon

16 Problem F Parcel Time Limit: 4 Seconds ICPC (International Collegiate Parcel Center) is leading the event for free international delivery of parcels among world-wide collegiate students. The requirements for free delivery are that the parcel should consist of four items and the sum of weights of them should be equal to the certain integral weight w gram. Chansoo in Pusan National University has a lot of items to send to his friend Soowhan in Imperial College in London, and the weights of the items are all different. Since this is a limited-time event, Chansoo wants to check as fast as possible whether he has four items satisfying to the condition or not. Assume that the weights of the items are exact positive integer grams, and remember they are all distinct. In other words, Chansoo wants to select a subset B with four elements ( B = 4) from a set A of n (n 4) distinct positive integers, and wants to check whether b = w or not. b B Given a target weight w and a set A of n distinct positive integers, write a program to print YES if such subset B exists, and NO, otherwise. Input Your program is to read from standard input. The input starts with a line containing two positive integers w and n separated by a space, where w (10 w 799,994) is the target weight and n (4 n 5,000), the number of elements of A. In the following line, n positive integers, a i A (1 i n), are given separated by a space. Each element a i is in the range of 1 and 200,000 inclusively (1 a i 200,000). Output Your program is to write to standard output. Print exactly one line which contains YES or NO according to the requirements above. The following shows the sample input and output for two test cases. Sample Input 1 Output for the Sample Input NO Sample Input 2 Output for the Sample Input YES ICPC 2018 Problem F: Parcel

17 Problem F Parcel 제한시간 : 4 초 국제대학소포센터 (ICPC: International Collegiate Parcel Center) 는전세계대학생들을대상으로소포 무료배송이벤트를진행하고있다. 무료배송조건은보낼소포가물품 4 개로구성되어야하며 이들물품의무게합이정확히정해진정수무게 w 그램이어야한다는것이다. 부산대학교에있는찬수는영국왕립대학에있는수환에게보낼물품이매우많이있는데, 각물품의무게 ( 모두정수그램 ) 는모두다르다. 이이벤트는한시적으로진행되는이벤트이기때문에찬수는자신이보낼물품중에서이조건을만족하는물품 4개가있는지가능하면빨리알아내고싶다. 다시말해서서로다른 n(n 4) 개의정수로이루어진집합 A에서 4개의원소만꺼내어만든부분집합 B( B = 4) 가 b B b = w 조건을만족하는지판단하려고한다. 주어진 w 와 A 에대해서, 위조건을만족하는부분집합 B 가존재하면 YES 를, 아니면 NO 를출력하는 프로그램을작성하시오. Input 입력은표준입력을사용한다. 입력의첫줄에는무게 w(10 w 799,994) 와 A의원소개수 n(4 n 5,000) 이공백으로분리되어주어진다. 다음줄에는 A의원소인 n개의정수 a i A(1 i n) 가공백으로분리되어주어진다. 각원소 a i 는 1이상 200,000이하이다 (1 a i 200,000). Output 출력은표준출력을사용한다. 문제의조건에따라 YES 나 NO 를한줄에출력한다. 다음은두테스트케이스에대한입출력예이다. Sample Input 1 Output for the Sample Input NO Sample Input 2 Output for the Sample Input YES ICPC 2018 Problem F: Parcel

18 Problem G Passport Control Time Limit: 0.2 Seconds Figure G.1: N passengers should be controlled at one of the passport control offices {Q k }. All N passengers wait in one immigration queue for the passport control in the order of [1, 2, 3,, N 1, N] as shown in Figure G.1. Each passenger is required to be checked at one of k passport control queues. After completing the passport control, the passenger exits from the airport through the exit gate (Exit as shown in Figure G.1). The initial order of the entrance queue, [1, 2, 3,, N 1, N] can be changed to a shuffled order, [π 1, π 2, π N 1, π N ] at the exit gate. You must determine if the exiting order [π 1, π 2, π N 1, π N ] is possible using k parallel passport control queues. Let us explain with an example. In the case of N = 3 and k = 2, the exit orders [1, 2, 3], [1, 3, 2], [2, 1, 3], [2, 3, 1], [3, 1, 2] are all possible, but [3, 2, 1] is not. Given an exit order [π 1,, π N ] as an input, write a program to print YES if the exit order is possible, or NO if not. Note that passengers are not allowed to change their order in passport control queues and each control queue is long enough to keep all N passengers. Input Your program is to read from standard input. The standard input consists of two lines. The first line gives two integers, N and k, where N is the number of passengers and k is the number of passport control queues. Note that 2 k N 100. The second line gives [π 1,, π N ], an exit order of the passengers from the airport. Output Your program is to write to standard output. Print the string YES if the exit order is possible or NO otherwise. ICPC 2018 Problem G: Passport Control

19 The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input NO Sample Input 2 Output for the Sample Input YES ICPC 2018 Problem G: Passport Control

20 Problem G Passport Control 제한시간 : 0.2 초 그림 G.1: N 명의입국승객은 k 개의여권심사창구 {Q k } 중하나를반드시거쳐야한다. N명의입국승객이여권심사를위하여그림 G.1 과같이입국대기줄에서 [1, 2,, N 1, N] 순서로기다리고있다. 입국승객은준비된 k개의여권심사창구중하나를통과한뒤공항을빠져나갈수있다. 입국할때의줄선승객의순서를 [1, 2,, N 1, N] 이라고할때 k개의여권심사창구를통과하여입국장을빠져나가는순서 [π 1, π 2, π N 1, π N ] 는처음과달라질수있다. k개여권심사창구가준비되어있을때, 이입국장을빠져나가는순서가가능한순서인가를계산해야한다. 예를들어설명해보자. 만일 N = 3, k = 2라고할때입국장을빠져나가는순서중 [1, 2, 3], [1, 3, 2], [2, 1, 3], [2, 3, 1], [3, 1, 2] 는가능하지만 [3, 2, 1] 은불가능하다. 여러분은입국장을빠져나가는순서 [π 1,, π N ] 가입력으로주어질때, 이순서가가능하면 YES 를, 불가능하면 NO 를출력해야한다. 단, 특정큐에줄을선상황에서는승객들의순서를임의로바꿀수는없다. 그리고각여권심사창구에준비된큐는 N명승객이모두들어올정도로충분히크다고가정한다. Input 입력은표준입력을사용한다. 첫번째줄에는두개의정수 N 과 k 가주어진다. N은입국승객의수이며 k는여권심사창구의수이다. 단, 2 k N 100 이다. 그리고두번째줄에는승객이입국장을빠져나가는순서 [π 1,, π N ] 가주어진다. ICPC 2018 Problem G: Passport Control

21 Output 출력은표준출력을사용한다. 입력으로주어진순서 [π 1,, π N ] 대로입국장을빠져나가는것이 가능하면 YES 를출력하고, 아니면 NO 를출력해야한다. 다음은두테스트경우에대한입출력예이다. Sample Input 1 Output for the Sample Input NO Sample Input 2 Output for the Sample Input YES ICPC 2018 Problem G: Passport Control

22 Problem H Path Embedding Time Limit: 1 Second Given a guest graph G and a host graph H with the same number of vertices, the graph embedding problem is to find a one-to-one correspondence σ from the vertex set V(G) of G to the vertex set V(H) of H, along with a mapping from each edge in the edge set E(G) of G to a path in H. Many applications can be modeled as graph embedding. In particular, graph embedding has long been used to model the problem of arranging a parallel algorithm in a parallel architecture. The quality of an embedding can be measured by certain cost criteria. Among others, the dilation is the maximum of the lengths of paths mapped by all edges of G. If the host graph H is a tree in which any two vertices are joined by a unique path, an edge (u, v) of G is necessarily mapped to the unique path in H joining σ(u) and σ(v). So, the dilation of an embedding σ of graph G into tree H can be simply represented as max d H(σ(u), σ(v)), where d H (σ(u), σ(v)) denotes the distance between σ(u) and σ(v) in H. The (u,v)εe(g) dilation of the embedding shown in Figure H.1 below, for example, is three. Figure H.1: An embedding σ of a path graph into a tree both with 12 vertices, where σ can be written in two-line notation ( ), meaning σ(1) = 7, σ(2) = 6, σ(3) = 5,, and σ(12) = We are concerned with the problem of embedding of a path graph into a tree, where a path graph is a tree that has at most two leaves. Given an embedding of a path graph into a tree, your job is to write an efficient program that finds the dilation of the embedding. Input Your program is to read from standard input. The first line contains an integer, n, representing the number of vertices of the host graph H which forms a tree, where 2 n 100,000. It is followed by n 1 lines, each contains two positive integers u and v that represent an edge between vertex u and vertex v of H. It is assumed that the vertices are indexed from 1 to n. The last line contains an ordering σ(1), σ(2),, σ(n) of the vertices of H, which represents the embedding of a path graph G into H, where V(G) = {1, 2,, n} and E(G) = {(u, v) v = u + 1}. ICPC 2018 Problem H: Path Embedding

23 Output Your program is to write to standard output. Print exactly one line which contains an integer. The integer should be the dilation of the given embedding if the dilation is three or less; the integer should be 99 otherwise. The following shows sample input and output for three test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input Sample Input 3 Output for the Sample Input ICPC 2018 Problem H: Path Embedding

24 Problem I Registration Time Limit: 1 Second Print out your team s DOMJudge account ID and password. Input No input is given for this problem. Output Your program is to write to standard output. Print exactly two lines. The first line should contain your DOMJudge account ID, and the second line should contain your DOMJudge account password. The following shows sample input and output, where the account ID is team123 and the password is passw0rd. Notice that no input is given. Sample Input Output for the Sample Input team123 passw0rd ICPC 2018 Problem I: Registration

25 Problem I Registration Time Limit: 1 Second 자신이속해있는팀의 DOMJudge ID 와패스워드를그대로출력하는프로그램을작성하시오. Input 이문제는입력이없다. Output 표준출력 (standard output) 으로출력해야한다. 첫줄에 DOMJudge ID, 둘째줄에패스워드를출력한다. 다음은 ID 가 team123 번, 패스워드가 passw0rd 인경우의입출력예제이다. 참고로입력이없는것에주의한다. Sample Input Output for the Sample Input team123 passw0rd ICPC 2018 Problem I: Registration

26 Problem J Sliding Blocks Time Limit: 1 Second When rectangular blocks, which are all parallel to the xy-axis, are given one by one in the plane, each block moves along the specified direction from the specified starting location. The movement of a block consists of two phases. For the first phase, each block moves from the specified location along the given direction which is always left-downward. While moving if it hits either the x-axis, the y-axis, or another block it changes its direction and enters the second phase. More specifically, if the bottom part of the moving block hits the x-axis or another block its moving direction changes leftward and it enters the second phase. Similarly, if the left part of the moving block hits the y-axis or another block its moving direction changes downward and it enters the second phase. The second phase movement consists of repeating move-left and move-down (or move-down and moveleft ) as long as the block can move. Once the block enters the second phase, it keeps moving in the same direction as farther as possible. If it is blocked either by the xy-axis or by another block it changes its moving direction and continues moving. A block s location is denoted by the (x, y) coordinate of its lower-left corner point. Figure J.1 shows an example how a block moves. The size of each block is shown in the figure. Suppose seven blocks (A to G, all are colored green) are already placed and block H has the turn to move. The dotted rectangle indicates the starting and the intermediate locations of block H (orange block at final position). The red lines indicate the moving path. As Figure J.1 shows it first moves left-downward (in the first phase) until it hits block C. Then the direction changes leftward, which means it enters the second phase of movement, and continues moving as farther as possible until it hits block F. Then it continues moving in the second phase by changing directions until it can no longer move. Figure J.1 How to treat some special cases will be explained with an example as shown in Figure J.2. While a block, say G, is moving left-downward in the first phase, if the lower left corner point of it hits another block, say block D, at the upper right corner point of D, G may have two choices of changing direction either downward or ICPC 2018 Problem J: Sliding Blocks

27 leftward. In such case, moving downward has higher priority than moving leftward. If G, in such case, is unable to move downward due to some other blocks, then its direction changes leftward. While block G is moving left-downward its upper-left corner point (or its lower-right corner point) may hit another block s corner points as shown in Figure J.2 (Note that block F and block C hit block G at their corner points during the first phase movement.) In such case, block G continues moving in the same direction since it has not been blocked by the corner points. Figure J.2 The movement rules can be summarized as follows: 1. Each block begins move at the given location along the given direction. The direction is always leftdownward. 2. A moving block changes its direction when it is blocked either by the x-axis, by the y-axis, or by another block. 3. The moving block keeps moving by changing directions until it can no longer move. For each block, following information is given as shown in <Fig. 3>. 1. The width and height w, h of the block. 2. The starting location (x, y) at which the block begins move. 3. (Δx, Δy) to indicate the direction of the first movement (see the red line in Figure J.3). Each block begins move from location (x, y) toward (x Δx, y Δy). Figure J.3 Given information on n rectangular blocks, write a program which finds the location of the last block after moving every block one by one according to the movement rules. ICPC 2018 Problem J: Sliding Blocks

28 You may assume that the i th (2 i n) block at its the starting location is overlapped with none of the previous blocks (i.e., blocks of indices between 1 and (i 1)) and that some block may not move at the very starting location since it is blocked by other blocks. Input Your program is to read from standard input. The input starts with a line containing an integer, n (1 n 1,000), where n is the number of blocks. Each of the following n line contains information on each block. Each block information consists of 6 integers. The first two integers w, h (1 w, h 100,000) indicate the size of it. Next two integers (x, y) (0 x, y 10 8 ) indicate the starting location of it. Next two integers (Δx, Δy) (1 Δx, Δy 10 5 ) represent the direction for the first movement as explained above. Output Your program is to write to standard output. Print exactly one line which contains two integers x and y, where (x, y) is the location of the last block after moving every block one by one according to the movement rules. The following shows sample input and output for two test cases. (Note that the first sample corresponds to Figure J.1 and the second to Figure J.2) Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem J: Sliding Blocks

29 Problem K Suffix-Freeness Time Limit: 0.3 Seconds A deterministic finite automaton (DFA) is a labeled directed graph. That is, instead of having a directed edge in the form (p, q), edges are given as a triple (p, q, c), where p and q are nodes in the graph and c is a label character from an alphabet. At each node, there is at most one outgoing edge per character. In other words, there is no subset of edges in the form (p, q 1, c), (p, q 2, c), (p, q 3, c), of size greater than 1. On the other hand, a node can have a several outgoing edges all of which have different labels. In a DFA, one node is designated as the starting node q 0 and a subset F of nodes are designated as final nodes. A DFA is specified by a tuple(n, K, M, q 0, F), where N is a set of states, K is an input alphabet, M is a set of transitions, q 0 is the start state and F is a set of accepting states. Given a DFA D and a string w = w 1 w 2 w n, we say that D accepts w if there is a series of edges (q 0, q 1, w 1 ), (q 1, q 2, w 2 ),, (q n 1, q n, w n ) spelling out w and q n is a final node in F. Note that nodes and edges can be visited multiple times. In this sense, a DFA can store a (possibly infinite) set of strings, namely the set of all strings accepted by the DFA. DFAs are useful in several practical applications. For instance, in software verification or pattern matching, often a target object is represented as a DFA for efficient processing. Given two strings x and y, we say that y is a suffix of x if there is another string u such that x = uy (the concatenation of u and y in order). For example, for a string icpc2018, all strings icpc2018, cpc2018, pc2018, c2018, 2018, 018, 18, 8, λ are suffixes of icpc2018, where λ denotes the empty string. A set of strings is suffixfree if there is no pair of distinct strings x and y in the set such that y is a suffix of x. For instance, {2018, 18, icpc} is not suffix-free since 18 is a suffix of Similarly {λ, icpc2018, icpc} is not suffix-free since λ is a suffix of icpc2018 and icpc. In fact, λ is a suffix of all nonempty strings and, thus, any set containing λ and any other nonempty string is not suffix-free. Also, by definition, empty set is always suffix-free. Given a DFA D, the language L(D) of D is the set of strings accepted by D. Then we say that D is suffix-free if there are no two distinct strings x and y in L(D) such that y is not a suffix of x. Suffix-freeness plays an important role in several applications including efficient pattern matching. If no string is accepted by D, then L(D) is empty and, therefore, is suffix-free. Your task is to determine whether or not a given DFA is suffix-free. In the right figure, the arrows correspond to labeled edges (transitions) in M. For example, there is an edge ICPC 2018 Problem K: Suffix-Freeness

30 (q 0, q 2, a) and (q 3, q 3, b). Assume that q 2 is the only final node in the DFA; namely, F = {q 2 }. The string a is accepted as there is a path (q 0, q 2, a). Furthermore, bbba is also accepted by (q 0, q 1, b), (q 1, q 3, b), (q 3, q 3, b), (q 3, q 2, a). Since a is a suffix of bbba, this DFA is not suffix-free. Note that these are not the only examples. For all inputs, you can assume that all nodes in the DFA are reachable from the starting node. Input Your program is to read from standard input. The input starts with a line containing four integers n, m, k, f, where n (1 n 2,000) is the number of nodes, k (1 k 26) is the number of characters in the alphabet, m (1 m kn) is the number of edges and f (1 f 2,000) is the number of final nodes. The nodes in the graph are labeled from 0 to n 1, where 0 is the start node. The alphabet consists of the first k lowercase English letters. The following line contains f integers, separated by spaces, corresponding to the final node labels. The following m lines cointain two integers p and q and a character c, all separated by spaces, per line, which corresponds to the labeled edge (p, q, c). Output Your program is to write to standard output. Print exactly one line which contains 1 (if D is suffix-free) or 0 (otherwise). The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input a 0 1 b 1 2 a 1 3 b 3 2 a 3 3 b Sample Input 2 Output for the Sample Input a 0 2 b 0 3 c 1 1 b 1 3 a 2 2 c 2 3 b ICPC 2018 Problem K: Suffix-Freeness

31 Problem L Three Robots Time Limit: 2 Seconds An undirected weighted graph G is given and G is connected, that is, arbitrary two vertices in G must be connected by a path. Three robots are exploring G through edges. Here the weight of each edge means the time to be spent when a robot passes through it. The speeds of all the robots are identical and at least two robots may be passed through a same edge at a time. At some instant of the explorations of the robots, all of them should get together at a vertex to share their information. It is called a rendezvous. Initially, three robots lie on specified vertices. Of course, at least two robots may be located on an identical vertex. Also all the three robots start to move simultaneously. We wish to know the minimum time needed to fulfill the first rendezvous. Figure L.1 For example, initially, three robots are located on the vertices 1, 5, and 7 in Figure L.1. A movement of the robot on the vertex 1 into the vertex 9 requires at least 9 time units. Also it takes at least 8 and 3 time units, respectively that the robots on the vertices 5 and 7 travel into the vertex 9. So the rendezvous at the vertex 9 requires at least 9 time units and it is the minimum time needed for the first rendezvous. Of course, the first rendezvous happens either at the vertex 1 or 4 and it also requires the minimum time of 9. Given a weighted and connected graph G and the initial locations of three robots, write a program to find the minimum time needed to fulfill the first rendezvous. Input Your program is to read from standard input. The input starts with a line containing two integers, N and M (1 N 20,000, N 1 M 100,000), where N and M are the numbers of vertices and edges of G, respectively. The vertices of G are represented by 1, 2,, N. In each of the following M lines, three integers a, b, and t (1 a b N, 1 t 10,000) are given, where an edge connects the two vertices a and b, and its weight is t. The last (M + 2)-th line contains three integers u, v, and w, which are the initial locations of ICPC 2018 Problem L: Three Robots

32 three robots (1 u, v, w N). Of course, it is possible that at least two of the three robots are initially located on an identical vertex. Output Your program is to write to standard output. Print exactly one line which contains the minimum time needed to fulfill the first rendezvous. The following shows sample input and output for two test cases. Sample Input 1 Output for the Sample Input Sample Input 2 Output for the Sample Input ICPC 2018 Problem L: Three Robots

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

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.

More information

본문01

본문01 Ⅱ 논술 지도의 방법과 실제 2. 읽기에서 논술까지 의 개발 배경 읽기에서 논술까지 자료집 개발의 본래 목적은 초 중 고교 학교 평가에서 서술형 평가 비중이 2005 학년도 30%, 2006학년도 40%, 2007학년도 50%로 확대 되고, 2008학년도부터 대학 입시에서 논술 비중이 커지면서 논술 교육은 학교가 책임진다. 는 풍토 조성으로 공교육의 신뢰성과

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

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

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

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

- 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

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

More information

sna-node-ties

sna-node-ties Node Centrality in Social Networks Nov. 2015 Youn-Hee Han http://link.koreatech.ac.kr Importance of Nodes ² Question: which nodes are important among a large number of connected nodes? Centrality analysis

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

Microsoft PowerPoint - 26.pptx

Microsoft PowerPoint - 26.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2011년봄학기 강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

More information

Microsoft PowerPoint - 7-Work and Energy.ppt

Microsoft PowerPoint - 7-Work and Energy.ppt Chapter 7. Work and Energy 일과운동에너지 One of the most important concepts in physics Alternative approach to mechanics Many applications beyond mechanics Thermodynamics (movement of heat) Quantum mechanics...

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

<32B1B3BDC32E687770>

<32B1B3BDC32E687770> 008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 - 전통 동요 및 부녀요를 중심으로 - 이 보 형 1) * 한국의 자연태 음악 특성 가운데 보편적인 특성은 대충 밝혀졌지만 소박집합에 의한 장단주기 박자유형, 장단유형, 같은 층위 전후 구성성분의 시가( 時 價 )형태 등 은 밝혀지지 않았으므로

More information

Microsoft PowerPoint Relations.pptx

Microsoft PowerPoint Relations.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2010년봄학기강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

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

¹Ìµå¹Ì3Â÷Àμâ

¹Ìµå¹Ì3Â÷Àμâ MIDME LOGISTICS Trusted Solutions for 02 CEO MESSAGE MIDME LOGISTICS CO., LTD. 01 Ceo Message We, MIDME LOGISTICS CO., LTD. has established to create aduance logistics service. Try to give confidence to

More information

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을 새벽이슬 2 0 1 3 a u g u s t 내가 이스라엘에게 이슬과 같으리니 그가 백합화같이 피 겠고 레바논 백향목같이 뿌리가 박힐것이라. Vol 5 Number 3 호세아 14:5 하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한

More information

Output file

Output file 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 An Application for Calculation and Visualization of Narrative Relevance of Films Using Keyword Tags Choi Jin-Won (KAIST) Film making

More information

歯kjmh2004v13n1.PDF

歯kjmh2004v13n1.PDF 13 1 ( 24 ) 2004 6 Korean J Med Hist 13 1 19 Jun 2004 ISSN 1225 505X 1) * * 1 ( ) 2) 3) 4) * 1) ( ) 3 2) 7 1 3) 2 1 13 1 ( 24 ) 2004 6 5) ( ) ( ) 2 1 ( ) 2 3 2 4) ( ) 6 7 5) - 2003 23 144-166 2 2 1) 6)

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

歯M991101.PDF

歯M991101.PDF 2 0 0 0 2000 12 2 0 0 0 2000 12 ( ) ( ) ( ) < >. 1 1. 1 2. 5. 6 1. 7 1.1. 7 1.2. 9 1.3. 10 2. 17 3. 25 3.1. 25 3.2. 29 3.3. 29. 31 1. 31 1.1. ( ) 32 1.2. ( ) 38 1.3. ( ) 40 1.4. ( ) 42 2. 43 3. 69 4. 74.

More information

슬라이드 제목 없음

슬라이드 제목 없음 2006-09-27 경북대학교컴퓨터공학과 1 제 5 장서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 슈퍼넷팅 (Supernetting) 2006-09-27 경북대학교컴퓨터공학과 2 서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 하나의네트워크를여러개의서브넷 (subnet) 으로분할 슈퍼넷팅 (supernetting) 여러개의서브넷주소를결합 The idea

More information

274 한국문화 73

274 한국문화 73 - 273 - 274 한국문화 73 17~18 세기통제영의방어체제와병력운영 275 276 한국문화 73 17~18 세기통제영의방어체제와병력운영 277 278 한국문화 73 17~18 세기통제영의방어체제와병력운영 279 280 한국문화 73 17~18 세기통제영의방어체제와병력운영 281 282 한국문화 73 17~18 세기통제영의방어체제와병력운영 283 284

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

Microsoft PowerPoint - 06-IPAddress [호환 모드]

Microsoft PowerPoint - 06-IPAddress [호환 모드] Chapter 06 IP Address IP Address Internet address IP 계층에서사용되는식별자 32 bit 2 진주소 The address space of IPv4 is 2 32 or 4,294,967,296 netid 와 hostid 로구분 인터넷에서호스트와라우터를유일하게구분 IP Address Structure 2-Layer Hierarchical

More information

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

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

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 오용록의 작품세계 윤 혜 진 1) * 이 논문은 생전( 生 前 )에 학자로 주로 활동하였던 오용록(1955~2012)이 작곡한 작품들을 살펴보고 그의 작품세계를 파악하고자 하는 것이다. 한국음악이론이 원 래 작곡과 이론을 포함하였던 초기 작곡이론전공의 형태를 염두에 둔다면 그의 연 구에서 기존연구의 방법론을 넘어서 창의적인 분석 개념과 체계를 적용하려는

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

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름 동화 텍스트를 활용한 패러디 광고 스토리텔링 연구 55) 주 지 영* 차례 1. 서론 2. 인물의 성격 변화에 의한 의미화 전략 3. 시공간 변화에 의한 의미화 전략 4. 서사의 변개에 의한 의미화 전략 5. 창조적인 스토리텔링을 위하여 6. 결론 1. 서론...., * 서울여자대학교 초빙강의교수 300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,...

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

03¹ü¼±±Ô

03¹ü¼±±Ô Relevancy between Aliases of Eight Provinces and Topographical Features during the Chosun Dynasty Seon-Gyu Beom* Abstract : In Korea, aside from their official administrative names, aliases of each province

More information

퇴좈저널36호-4차-T.ps, page 2 @ Preflight (2)

퇴좈저널36호-4차-T.ps, page 2 @ Preflight (2) Think Big, Act Big! Character People Literature Beautiful Life History Carcere Mamertino World Special Interview Special Writing Math English Quarts I have been driven many times to my knees by the overwhelming

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

04 형사판례연구 19-3-1.hwp

04 형사판례연구 19-3-1.hwp 2010년도 형법판례 회고 645 2010년도 형법판례 회고 2)오 영 근* Ⅰ. 서설 2010. 1. 1.에서 2010. 12. 31.까지 대법원 법률종합정보 사이트 1) 에 게재된 형법 및 형사소송법 판례는 모두 286건이다. 이 중에는 2건의 전원합의체 판결 및 2건의 전원합의체 결정이 있다. 2건의 전원합의체 결정은 형사소송법에 관한 것이고, 2건의

More information

도비라

도비라 광고학연구 : 제24권 5호(2013년) The Korean Journal of Advertising, Vol.24, No.5 (2013). pp.99 116 대학생 광고공모전이 광고업계 취업에 미치는 영향: 대학생과 실무자의 인식 비교를 중심으로 차 유 철 우석대학교 광고이벤트학과 교수, 언론학박사 이 희 복 상지대학교 언론광고학부 교수, 언론학박사* 신

More information

public key private key Encryption Algorithm Decryption Algorithm 1

public key private key Encryption Algorithm Decryption Algorithm 1 public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given

More information

<3136C1FD31C8A320C5EBC7D52E687770>

<3136C1FD31C8A320C5EBC7D52E687770> 고속도로건설에 따른 지역간 접근성 변화분석 A study on the impact of new highway construction on regional accessibility The purpose of this is to analyse the interregional accessibility changes due to highway construction.

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

- iii - - i - - ii - - iii - 국문요약 종합병원남자간호사가지각하는조직공정성 사회정체성과 조직시민행동과의관계 - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - α α α α - 15 - α α α α α α

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

<BFACBCBCC0C7BBE7C7D02831302031203139292E687770>

<BFACBCBCC0C7BBE7C7D02831302031203139292E687770> 延 世 醫 史 學 제12권 제2호: 29-40, 2009년 12월 Yonsei J Med Hist 12(2): 29-40, 2009 특집논문 3 한국사회의 낙태에 대한 인식변화 이 현 숙 이화여대 한국문화연구원 1. 들어가며 1998년 내가 나이 마흔에 예기치 않은 임신을 하게 되었을 때, 내 주변 사람들은 모두 들 너무나도 쉽게 나에게 임신중절을 권하였다.

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

<31342D3034C0E5C7FDBFB52E687770>

<31342D3034C0E5C7FDBFB52E687770> 아카데미 토론 평가에 대한 재고찰 - 토론승패와 설득은 일치하는가 - 장혜영 (명지대) 1. 들어가는 말 토론이란 무엇일까? 토론에 대한 정의는 매우 다양하다. 안재현 과 오창훈은 토론에 대한 여러 정의들을 검토한 후 이들을 종합하 여 다음과 같이 설명하고 있다. 토론이란 주어진 주제에 대해 형 식과 절차에 따라 각자 자신의 의견을 합리적으로 주장하여 상대

More information

_KF_Bulletin webcopy

_KF_Bulletin webcopy 1/6 1/13 1/20 1/27 -, /,, /,, /, Pursuing Truth Responding in Worship Marked by Love Living the Gospel 20 20 Bible In A Year: Creation & God s Characters : Genesis 1:1-31 Pastor Ken Wytsma [ ] Discussion

More information

IKC43_06.hwp

IKC43_06.hwp 2), * 2004 BK21. ** 156,..,. 1) (1909) 57, (1915) 106, ( ) (1931) 213. 1983 2), 1996. 3). 4) 1),. (,,, 1983, 7 12 ). 2),. 3),, 33,, 1999, 185 224. 4), (,, 187 188 ). 157 5) ( ) 59 2 3., 1990. 6) 7),.,.

More information

영남학17합본.hwp

영남학17합본.hwp 退 溪 讀 書 詩 에 나타난 樂 의 層 位 와 그 性 格 신 태 수 * 53) Ⅰ. 문제 제기 Ⅱ. 讀 書 詩 의 양상과 樂 의 의미 층위 Ⅲ 敬 의 작용과 樂 개념의 구도 1. 敬 과 靜 味 樂 의 관계 2. 樂 개념의 구도와 敬 의 기능 Ⅳ. 樂 개념이 讀 書 詩 에서 지니는 미학적 성격 1. 樂 의 심상 체계, 그 심미안과 능동성 2. 樂 의 審 美 構

More information

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

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

More information

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선 근대기 조선 지리지에 보이는 일본의 울릉도 독도 인식 호칭의 혼란을 중심으로 Ⅰ. 머리말 이 글은 근대기 일본인 편찬 조선 지리지에 나타난 울릉도 독도 관련 인식을 호칭의 변화에 초점을 맞춰 고찰한 것이다. 일본은 메이지유신 이후 부국강병을 기도하는 과정에서 수집된 정보에 의존하여 지리지를 펴냈고, 이를 제국주의 확장에 원용하였다. 특히 일본이 제국주의 확장을

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

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

Buy one get one with discount promotional strategy

Buy one get one with discount promotional strategy Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

#중등독해1-1단원(8~35)학

#중등독해1-1단원(8~35)학 Life Unit 1 Unit 2 Unit 3 Unit 4 Food Pets Camping Travel Unit 1 Food Before You Read Pre-reading Questions 1. Do you know what you should or shouldn t do at a traditional Chinese dinner? 2. Do you think

More information

대한한의학원전학회지24권6호-전체최종.hwp

대한한의학원전학회지24권6호-전체최종.hwp 小兒藥證直訣 의 五臟辨證에 대한 小考 - 病證과 處方을 중심으로 1 2 慶熙大學校大學校 韓醫學科大學 原典學敎室 ㆍ 韓醫學古典硏究所 白裕相1,2*1)2) A study on The Diagnosis and Treatment Using The Theory of Five Organs in Soayakjeungjikgyeol(小兒藥證直訣) 1 Dept. of Oriental

More information

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이 1 2 On-air 3 1. 이베이코리아 G마켓 용평리조트 슈퍼브랜드딜 편 2. 아모레퍼시픽 헤라 루즈 홀릭 리퀴드 편 인쇄 광고 올해도 겨울이 왔어요. 당신에게 꼭 해주고 싶은 말이 있어요. G마켓에선 용평리조트 스페셜 패키지가 2만 6900원! 역시 G마켓이죠? G마켓과 함께하는 용평리조트 스페셜 패키지. G마켓의 슈퍼브랜드딜은 계속된다. 모바일 쇼핑 히어로

More information

<C7D1B9CEC1B7BEEEB9AEC7D0363528C3D6C1BE295F31392EB9E8C8A3B3B22E687770>

<C7D1B9CEC1B7BEEEB9AEC7D0363528C3D6C1BE295F31392EB9E8C8A3B3B22E687770> 정지용의 시어 조찰한 의 의미 변화 연구 배호남 *1) 차례 Ⅰ. 머리말 Ⅱ. 종교적 순수성의 정신세계 : 勝 利 者 金 안드레아 의 경우 Ⅲ. 차가운 겨울밤의 정신세계 : 溫 井 과 長 壽 山 1 의 경우 Ⅳ. 명징한 여름 낮의 정신세계 : 白 鹿 潭 의 경우 Ⅴ. 맺음말 국문초록 본 논문은 정지용 연구의 새로운 지평으로 개별 작품에서 보다 더 미시적으로

More information

ACM International Collegiate Programming Contest

ACM International Collegiate Programming Contest Problem A Castles The country ICPCIA has a river called river of castles. In the past, ICPCIA was divided into two kingdoms called Westeria and Eastania. Two kingdoms were separated by the river which

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA FPS게임 구성요소의 중요도 분석방법에 관한 연구 2 계층화 의사결정법에 의한 요소별 상관관계측정과 대안의 선정 The Study on the Priority of First Person Shooter game Elements using Analytic Hierarchy Process 주 저 자 : 배혜진 에이디 테크놀로지 대표 Bae, Hyejin AD Technology

More information

4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2

4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2 Engineering Mechanics 정역학 (Statics) 4장힘계의합력 1 GeoPave Lab. 4.1 힘의모멘트 스칼라공식 1 4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2 4.1 힘의모멘트 The moment does not always cause r otation. The actual

More information

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770>

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770> 맛있는 한국으로의 초대 - 중화권 음식에서 한국 음식의 관광 상품화 모색하기 - 소속학교 : 한국외국어대학교 지도교수 : 오승렬 교수님 ( 중국어과) 팀 이 름 : 飮 食 男 女 ( 음식남녀) 팀 원 : 이승덕 ( 중국어과 4) 정진우 ( 중국어과 4) 조정훈 ( 중국어과 4) 이민정 ( 중국어과 3) 탐방목적 1. 한국 음식이 가지고 있는 장점과 경제적 가치에도

More information

182 동북아역사논총 42호 금융정책이 조선에 어떤 영향을 미쳤는지를 살펴보고자 한다. 일제 대외금융 정책의 기본원칙은 각 식민지와 점령지마다 별도의 발권은행을 수립하여 일본 은행권이 아닌 각 지역 통화를 발행케 한 점에 있다. 이들 통화는 일본은행권 과 等 價 로 연

182 동북아역사논총 42호 금융정책이 조선에 어떤 영향을 미쳤는지를 살펴보고자 한다. 일제 대외금융 정책의 기본원칙은 각 식민지와 점령지마다 별도의 발권은행을 수립하여 일본 은행권이 아닌 각 지역 통화를 발행케 한 점에 있다. 이들 통화는 일본은행권 과 等 價 로 연 越 境 하는 화폐, 분열되는 제국 - 滿 洲 國 幣 의 조선 유입 실태를 중심으로 181 越 境 하는 화폐, 분열되는 제국 - 滿 洲 國 幣 의 조선 유입 실태를 중심으로 - 조명근 고려대학교 BK21+ 한국사학 미래인재 양성사업단 연구교수 Ⅰ. 머리말 근대 국민국가는 대내적으로는 특정하게 구획된 영토에 대한 배타적 지배와 대외적 자주성을 본질로 하는데, 그

More information

I&IRC5 TG_08권

I&IRC5 TG_08권 I N T E R E S T I N G A N D I N F O R M A T I V E R E A D I N G C L U B The Greatest Physicist of Our Time Written by Denny Sargent Michael Wyatt I&I Reading Club 103 본문 해석 설명하기 위해 근래의 어떤 과학자보다도 더 많은 노력을

More information

1..

1.. Volume 12, Number 1, 6~16, Factors influencing consultation time and waiting time of ambulatory patients in a tertiary teaching hospital Jee-In Hwang College of Nursing Science, Kyung Hee University :

More information

레이아웃 1

레이아웃 1 i g d e d mod, t d e d e d mod, t e,0 e, n s,0 e,n e,0 Division of Workers' Compensation (2009). Iowa workers' compensation manual. Gamber, E. N. & Sorensen, R. L. (1994). Are net discount rates stationary?:

More information

2 min 응용 말하기 01 I set my alarm for 7. 02 It goes off. 03 It doesn t go off. 04 I sleep in. 05 I make my bed. 06 I brush my teeth. 07 I take a shower.

2 min 응용 말하기 01 I set my alarm for 7. 02 It goes off. 03 It doesn t go off. 04 I sleep in. 05 I make my bed. 06 I brush my teeth. 07 I take a shower. 스피킹 매트릭스 특별 체험판 정답 및 스크립트 30초 영어 말하기 INPUT DAY 01 p.10~12 3 min 집중 훈련 01 I * wake up * at 7. 02 I * eat * an apple. 03 I * go * to school. 04 I * put on * my shoes. 05 I * wash * my hands. 06 I * leave

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특 한국도시행정학회 도시행정학보 제25집 제4호 2012. 12 : pp.231~251 생활지향형 요소의 근린주거공간 분포특성 연구: 경기도 시 군을 중심으로* Spatial Distribution of Daily Life-Oriented Features in the Neighborhood: Focused on Municipalities of Gyeonggi Province

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

untitled

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

More information

2009년 국제법평론회 동계학술대회 일정

2009년 국제법평론회 동계학술대회 일정 한국경제연구원 대외세미나 인터넷전문은행 도입과제와 캐시리스사회 전환 전략 일시 2016년 3월 17일 (목) 14:00 ~17:30 장소 전경련회관 컨퍼런스센터 2층 토파즈룸 주최 한국경제연구원 한국금융ICT융합학회 PROGRAM 시 간 내 용 13:30~14:00 등 록 14:00~14:05 개회사 오정근 (한국금융ICT융합학회 회장) 14:05~14:10

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

Stage 2 First Phonics

Stage 2 First Phonics ORT Stage 2 First Phonics The Big Egg What could the big egg be? What are the characters doing? What do you think the story will be about? (큰 달걀은 무엇일까요? 등장인물들은 지금 무엇을 하고 있는 걸까요? 책은 어떤 내용일 것 같나요?) 대해 칭찬해

More information

기관고유연구사업결과보고

기관고유연구사업결과보고 기관고유연구사업결과보고 작성요령 2001 ~ 2004 2005 ~ 2007 2008 ~ 2010 2001 ~ 2004 2005 ~ 2007 2008 ~ 2010 1 2/3 2 1 0 2 3 52 0 31 83 12 6 3 21 593 404 304 1,301 4 3 1 8 159 191 116 466 6 11 (`1: (1: 16 33 44 106

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

2014 HSC Korean Continuers

2014 HSC Korean Continuers Centre Number 2014 HIGHER SCHOOL CERTIFICATE EXAMINATION Student Number Korean Continuers Total marks 80 Section I Pages 2 4 General Instructions Reading time 10 minutes Working time 2 hours and 50 minutes

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

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

INDUCTION MOTOR 표지.gul

INDUCTION MOTOR 표지.gul INDUCTION MOTOR NEW HSERIES INDUCTION MOTOR HEX Series LEAD WIRE TYPE w IH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : CONTINUOUS) MOTOR TYPE IHPF10 IHPF11 IHPF IHPF22 IHPFN1U IHPFN2C OUTPUT 4 VOLTAGE

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

Crt114( ).hwp

Crt114( ).hwp cdna Microarray Experiment: Design Issues in Early Stage and the Need of Normalization Byung Soo Kim, Ph.D. 1, Sunho Lee, Ph.D. 2, Sun Young Rha, M.D., Ph.D. 3,4 and Hyun Cheol Chung, M.D., Ph.D. 3,4 1

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

,,,.,,,, (, 2013).,.,, (,, 2011). (, 2007;, 2008), (, 2005;,, 2007).,, (,, 2010;, 2010), (2012),,,.. (, 2011:,, 2012). (2007) 26%., (,,, 2011;, 2006;

,,,.,,,, (, 2013).,.,, (,, 2011). (, 2007;, 2008), (, 2005;,, 2007).,, (,, 2010;, 2010), (2012),,,.. (, 2011:,, 2012). (2007) 26%., (,,, 2011;, 2006; ,,.. 400,,,,,,.,,, -, -, -., 3.. :, Tel : 010-9540-0640, E-mail : sunney05@hanmail.net ,,,.,,,, (, 2013).,.,, (,, 2011). (, 2007;, 2008), (, 2005;,, 2007).,, (,, 2010;, 2010), (2012),,,.. (, 2011:,, 2012).

More information

산은매거진13

산은매거진13 www.kdb.co.kr 2010. 01_January Vol. 01 2009. 12. 21 16-3 02)787-4000 02)701-6373 04 08 10 12 18 22 24 26 2 Pension Guardian Pension Guardian 3 Expert Column 4 Pension Guardian ( ) ( ) ( ) 1-4 2,646,122

More information

49-9분동안 표지 3.3

49-9분동안 표지 3.3 In the ocean, humans create many noises. These noises disturb the waters. People do not know that manmade sound harms the creatures living in the sea. In the end, disturbing the ocean affects each one

More information

장양수

장양수 한국문학논총 제70집(2015. 8) 333~360쪽 공선옥 소설 속 장소 의 의미 - 명랑한 밤길, 영란, 꽃같은 시절 을 중심으로 * 1)이 희 원 ** 1. 들어가며 - 장소의 인간 차 2. 주거지와 소유지 사이의 집/사람 3. 취약함의 나눔으로서의 장소 증여 례 4. 장소 소속감과 미의식의 가능성 5.

More information

... 수시연구 국가물류비산정및추이분석 Korean Macroeconomic Logistics Costs in 권혁구ㆍ서상범...

... 수시연구 국가물류비산정및추이분석 Korean Macroeconomic Logistics Costs in 권혁구ㆍ서상범... ... 수시연구 2013-01.. 2010 국가물류비산정및추이분석 Korean Macroeconomic Logistics Costs in 2010... 권혁구ㆍ서상범... 서문 원장 김경철 목차 표목차 그림목차 xi 요약 xii xiii xiv xv xvi 1 제 1 장 서론 2 3 4 제 2 장 국가물류비산정방법 5 6 7 8 9 10 11 12 13

More information

<303220C7D1C5C2B9AE2E687770>

<303220C7D1C5C2B9AE2E687770> 한국민족문화 47, 2013. 5, 63~91쪽 통신사 사행록에 반영된 히로시마( 廣 島 )* 1)한 태 문** 1. 머리말 2. 통신사행에 있어서 히로시마의 역할 1) 사행의 水 路 노정 경유지 2) 정성을 다한 接 待 와 支 供 3. 사행록에 들어앉은 히로시마의 모습 1) 仙 境 으로 여겨진 빼어난 경치 2) 독특한 생활방식과 특산물로 이름난 공간 3)

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

大学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

<B7CEC4C3B8AEC6BCC0CEB9AEC7D0322832303039B3E23130BFF9292E687770>

<B7CEC4C3B8AEC6BCC0CEB9AEC7D0322832303039B3E23130BFF9292E687770> 로컬리티 인문학 2, 2009. 10, 257~285쪽 좌절된 세계화와 로컬리티 - 1960년대 한국영화와 재외한인 양 인 실* 50) 국문초록 세계화 로컬리티는 특정장소나 경계를 지칭하는 것이 아니라 관계와 시대에 따 라 유동적으로 변화하는 개념이다. 1960년대 한국영화는 유례없는 변화를 맞이하고 있었다. 그 중 가장 특이할 만한 사실은 미국과 일본의 영화계에서

More information

석사논문.PDF

석사논문.PDF ABO Rh A study on the importance of ABO and Rh blood groups information in Public Health 2000 2 1 ABO Rh A study on the importance of ABO and Rh blood groups information in Public Health 2000 2 2 ABO Rh

More information

4번.hwp

4번.hwp Journal of International Culture, Vol.9-1 International Cultural Institute, 2016, 55~63 浅 析 影 响 韩 中 翻 译 的 因 素 A Brief Analysis on Factors that Affects Korean-Chinese Translation 韩 菁 (Han, Jing) 1) < 目

More information

Á¶´öÈñ_0304_final.hwp

Á¶´öÈñ_0304_final.hwp 제조 중소기업의 고용창출 성과 및 과제 조덕희 양현봉 우리 경제에서 일자리 창출은 가장 중요한 정책과제입니다. 근래 들어 우리 사회에서 점차 심각성을 더해 가고 있는 청년 실업 문제에 대처하고, 사회적 소득 양극화 문제에 대응하기 위해서도 일자리 창 출은 무엇보다도 중요한 정책과제일 것입니다. 고용창출에서는 중소기업의 역할이 대기업보다 크다는 것이 일반적

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

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

우리들이 일반적으로 기호

우리들이 일반적으로 기호 일본지방자치체( 都 道 府 縣 )의 웹사이트상에서 심벌마크와 캐릭터의 활용에 관한 연구 A Study on the Application of Japanese Local Self-Government's Symbol Mark and Character on Web. 나가오카조형대학( 長 岡 造 形 大 學 ) 대학원 조형연구과 김 봉 수 (Kim Bong Su) 193

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