Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes

Size: px
Start display at page:

Download "Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes"

Transcription

1 P2P

2 ( 22 ) P2P P2P P2P P2P 1 P2P P2P P2P P2P P2P Kademlia Kademlia P2P P2P P2P P2P P2P Churn GET P2P 1 P2P, 2., 3. Kademlia, 4., 5.

3 Abstract of Master s Thesis - Academic Year 2010 Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes This thesis proposes a method for optimizing the data placement in P2P networks to speed up data delivery. Many current P2P systems have advantages of load distribution and fault tolerance, but at the same time bottlenecks in the data delivery because there is only one node which provides the target data in the beginning. As the computer resources in the P2P system are limited, one bottleneck could affect an entire P2P system and degrade the performance. This thesis argues for a method of data delivery without such a bottleneck using cache nodes which preload the data. This method focuses on the object (node/data) attributes on the P2P system to select the cache nodes and make groups in P2P system. The object attributes are the information that shows an object s properties and features. For example the node attributes represent user s interests and preferences, and the data attributes represent their contents and titles. Grouping within a P2P system is realized through an extension of Kademlia, a structured P2P overlay network. Kademlia has more adaptable structure than any other structured P2P overlay network, which makes it easy to introduce grouping and maintain the performance even with the presence of multiple attributes for a node. As a result, the extended version of Kademlia can easily work maintaining its scalability even when many groups are created in a network or new nodes continue to join. To evaluate the effectiveness of cache nodes and the performance of the new P2P overlay network, we conducted several simulations. In the performance simulation, it was ascertained that the new P2P overlay network took more tries to search for data, but it could find more data than the original Kademlia. In simulations evaluating the effectiveness of cache nodes, requesters were forced to wait with or without cache nodes, but waiting time with cache nodes is shorter and it was ascertained that cache nodes indeed speed up data delivery. Using this method, the author hopes that P2P overlay networks as the data delivery platform can expand their application range, enabling people to innovate the new services that are vital technology as we pursue the potential of the future information society development. Keywords : 1. P2P, 2. Overlay Network, 3. Kademlia, 4. Attributes, 5. Grouping Keio University, Graduate School of Media and Governance Yusuke Kuromiya

4 P2P P2P P2P Kademlia P2P P2P P2P P2P iii

5 Kademlia G-Kad G-Kad LFRT-Chord Diminished Chord Flexible Routing in Grouped DHTs G-Kad Kademlia iv

6 52 A 56 A.1 DVD Top A.2 DVD Top A.3 DVD Top

7 P2P Kademlia P2P P2P P2P GET A DVD Top A DVD Top

8 2.1 P2P P2P A DVD Top A DVD Top A DVD Top

9 1 1.1 YouTube[1] Ustream[2] Contents Delivery Network CDN CDN CDN CDN CDN CDN Peer-to-Peer P2P P2P P2P P2P 1

10 P2P 1 P2P CDN P2P P2P P2P P2P 1.2 P2P P2P 2 1. P2P P2P 2. P2P P2P P2P P2P P2P 2

11 P2P P2P P2P P2P P2P P2P P2P

12 2 P2P P2P P2P P2P P2P Kademlia[3] P2P [4, 5, 6, 7] 4

13 Client Service Server Client Client 2.1: [8] Software as a Service SaaS Platform as a Service Paas Infrastructure as a Service IaaS CDN 5

14 2.2. P2P P2P P2P 2.2 P2P 1 P2P P2P P2P P2P P2P P2P P2P P2P P2P P2P P2P 6

15 2.2. P2P 2 Peer er Server/Client Service Peer Peer 2.2: P2P P2P P2P P2P Gnutella[9] Winny[10] Share[11] P2P P2P P2P P2P 7

16 2.2. P2P 2 P2P P2P P2P P2P Chord[12] CAN[13] Tapestry[14] Pastry[15] Kademlia[3] Kademlia P2P Kademlia Kademlia Kademlia P2P 2 1 Kademlia ID 1 2 Kademlia 2.3 ID Kademlia k-buckets k-buckets ID 2 i 2 i+1 0 i < 160 k-bucket k-buckets 8

17 2.2. P2P Space of 160 bit numbers : Kademlia ID 2 0 ID 2 1 ID IP UDP ID k-bucket k k Kademlia 20 k-buckets k-buckets ID Kademlia k-buckets k-buckets 9

18 2.2. P2P 2 k-buckets [16] kbuckets PING PING PING k-buckets k-buckets k-buckets Kademlia Kademlia 4 Remote Procedure Call RPC PING STORE FIND NODE ID k 1 k-bucket k FIND VALUE Kademlia ID k 10

19 2.2. P2P 2 1. ID α FIND NODE 2. FIND NODE α FIND NODE 3. α 3 key-value Kademlia key-value 1. k 2. k STORE value Kademlia value 1. k 2. k FIND VALUE Kademlia Kademlia 1. u w k-buckets 2. u ID 3. u k-buckets u k-buckets Kademlia Kademlia 11

20 2.2. P2P P2P P2P P2P P2P : P2P P2P P2P P2P n O(n) O(log n) 2.1 P2P P2P P2P P2P P2P : Chord CAN Tapestry/Pastry Kademlia N Plaxton - Open Chord[17] jxta-meteor[18] FreePastry[19] Khashmir[20] BitTorrent[21] BitTorrent Kademlia 12

21 3 P2P 2 P2P P2P P2P P2P P2P

22 P2P Originator Node NG OK NG General Node 3.1: P2P P2P P2P [22, 23]

23 P2P Originator Node General Node Cache Node 3.2: P2P P2P P2P P2P 15

24 P2P Originator Node Delivery Server General Node 3.3: P2P 3.2 2, P2P P2P 4 16

25 4 3 P2P 4.1 P2P P2P P2P P2P P2P P2P P2P 17

26 Originator Node Cache Node General Node 4.1: P2P [24] P2P P2P 18

27 P2P P2P P2P P2P P2P 2.2 P2P P2P P2P P2P P2P Kademlia Kademlia P2P Kademlia 3 1. Kademlia P2P 2. Kademlia Kademlia 19

28 Kademlia P2P Kademlia P2P Kademlia P2P P2P Kademlia P2P P2P 20

29 P2P 2. P2P 3. P2P P2P P2P P2P Kademlia Kademlia 21

30 P2P 5.2 P2P 1 P2P 1 P2P 1 1 AND Kademlia 160bit space α β Y B Z C X A Key: D Tag: γ γ D 5.1: 22

31 Kademlia 160bit space α β Y B Z C X A Tag: γ γ D 5.2: P2P P2P P2P IP P2P Kademlia P2P Kademlia 23

32 Tag A Tag B Tag C A A C B A B C C Tag A Tag C 5.3: Kademlia Kademlia P2P P2P Kademlia

33 Tag A Kademlia New Data Tag A Priority: =11 =14 =13 =12 = Tag B Tag C Tag D Tag E Tag F : P2P P2P [25] 20%

34 P2P P2P 2. P2P 3. P2P 20% 1 5 P2P Cache Node Originator Node Tag A Tag B Tag C General Node Cache Node Lookup Tag A Tag B Tag C 5.5: 26

35 Cache Node Originator Node Tag A Tag B Tag C Tag A Tag B Tag C Data Registration General Node Tag A Tag B Tag C 5.6:

36 General Node Tag D Tag A Tag B Tag C Tag D Data Registration General Node Tag D 5.7:

37 Kademlia Kademlia G-Kad Kademlia G-Kad G-Kad Kademlia Kademlia Kademlia G-Kad k-buckets G-Kad k-buckets IP UDP ID G-Kad 29

38 Kademlia G-Kad 4 Kademlia 3 STORE FIND NODE FIND VALUE RPC Kademlia FIND NODE FIND VALUE Kademlia FIND NODE BY ATTRIBUTE RPC FIND NODE BY ATTRIBUTE 1 RPC G-Kad G-Kad : 1 public bool AttributeEquals(string a, string b) 2 { 3 System.Globalization.CompareInfo ci = System.Globalization.CultureInfo. CurrentCulture.CompareInfo; 4 5 if (a.length > b.length) 6 { 7 if (ci.indexof(a, b, System.Globalization.CompareOptions.IgnoreCase 8 System.Globalization.CompareOptions.IgnoreKanaType 9 System.Globalization.CompareOptions.IgnoreNonSpace 10 System.Globalization.CompareOptions.IgnoreSymbols 11 System.Globalization.CompareOptions.IgnoreWidth) > 0) 12 { 13 return true; 14 } 15 } 16 else 17 { 18 if (ci.indexof(b, a, System.Globalization.CompareOptions.IgnoreCase 19 System.Globalization.CompareOptions.IgnoreKanaType 20 System.Globalization.CompareOptions.IgnoreNonSpace 21 System.Globalization.CompareOptions.IgnoreSymbols 22 System.Globalization.CompareOptions.IgnoreWidth) > 0) 23 { 24 return true; 25 } 30

39 } 27 return false; 28 } : 1 public class Attribute 2 { 3 public string Tag { get; set; } 4 public int Frequency { get; set; } 5 } 6 7 public int CalculatePriority(List<Attribute> ourtags, List<Attribute> targettags) 8 { 9 int priority = 0; 10 foreach (Attribute ourtag in ourtags) 11 { 12 foreach (Attribute targettag in targettags) 13 { 14 if (AttributeEquals(ourTag.Tag, targettag.tag)) 15 { 16 priority += targettag.frequency; 17 } 18 } 19 } 20 return priority; 21 } G-Kad Kademlia 31

40 7 6 G-Kad Kademlia G-Kad Kademlia Churn Kademlia 1 50% Churn G-Kad 6 G-Kad Kademlia PUT GET Kademlia PUT/GET GET Kademlia Churn PUT Churn GET Churn [26] ORICON 2009[27] DVD Top 500 A.1 ORICON

41 7.1. G-KAD 7 DVD Top Amazon.co.jp[28] Amazon.co.jp 841, : C# Microsoft.NET Framework OS Microsoft Windows 7 Ultimate (x64) OS Version Build 7600 IDE) Microsoft Visual Studio 2010 Ultimate Edition IDE Version Microsoft Visual C# 2010 Compiler Version Kademlia Daylight 0.2 Kademlia Daylight[29] P2P G-Kad P2P PUT GET 33

42 7.1. G-KAD Kademlia ID G-Kad ID DVD Top P2P Kademlia PUT G-Kad PUT 5. Kademlia GET G-Kad GET Churn 0% 10% 20% 30% 40% 50% GET 34

43 7.1. G-KAD Average Try Kademlia G-Kad Churn 7.1: Kademlia G-Kad x Churn y Churn PUT GET 7.1 Churn Kademlia G-Kad Churn Kademlia G-Kad G-Kad G-Kad Kademlia ID Kademlia 2 G-Kad Kademlia GET Kademlia G-Kad GET

44 GET Sucess Kademlia G-Kad Churn 7.2: GET 7.2 x Churn y GET Churn Churn GET Kademlia PUT GET 2084 ID ID PUT k-buckets GET ID [30]

45 DVD Top HD H.264[31] 4GiB G-Kad DVD Top P2P 3. 37

46 FIND NODE BY ATTRIBUTE 20% P2P x y P2P 38

47 Waiting Time (min.) Waiting Time (without Cache) Waiting Time (with Cache) 0 0:01 0:05 0:09 0:13 0:17 0:21 0:25 0:29 0:33 0:37 0:41 0:45 0:49 0:53 0:57 1:01 1:05 1:09 1:13 1:17 1:21 1:25 1:29 Time Elapsed (min.) 7.3: P2P x y

48 Number of Nodes Processing Complete 0:00 0:06 0:12 0:18 0:24 0:30 0:36 0:42 0:48 0:54 1:00 1:06 1:12 1:18 1:24 1:30 1:36 1:42 1:48 1:54 2:00 Time Elapsed (min.) 7.4: P2P P2P 40

49 Number of Nodes Processing Complete 0:00 0:06 0:12 0:18 0:24 0:30 0:36 0:42 0:48 0:54 1:00 1:06 1:12 1:18 1:24 1:30 1:36 1:42 1:48 1:54 2:00 Time Elapsed (min.) 7.5: 7.2: 1 0:27:00 0:43:00 2 0:30:00 0:43:00 3 0:55:00 0:43:00 4 0:57:00 0:43:00 5 0:57:00 0:43:

50 : : 4: :37 4: : Kademlia G-Kad GET Kademlia G-Kad GET G-Kad Kademlia G-Kad 42

51 8 P2P 8.1 LFRT-Chord LFRT-Chord[32] P2P Flexible Routing Tables Chord LFRT-Chord FRT Label P2P ISP LFRT-Chord Chord : 8.2: P2P P2P P2P 43

52 8.2. DIMINISHED CHORD 8 8.3: 8.4: 8.2 Diminished Chord Diminished Chord[33] Chord P2P P2P Diminished Chord Chord k O(k log k) Diminished Chord O(k) 8.3 Flexible Routing in Grouped DHTs Flexible Routing in Grouped DHTs GTap [34] Tapestry P2P GTap P2P Group Membership Rendezvous GMR GTap GTap Tapestry Autonomous DHT ADHT [35] 8.5 GTap P2P 64 44

53 : 8.6: GTap P2P P2P 8.4 P2P Kademlia P2P P2P Kademlia P2P Kademlia P2P G-Kad Kademlia Kademlia Kademlia

54 LFRT-Chord 46

55 9 9.1 P2P P2P P2P P2P P2P P2P P2P P2P P2P P2P P2P 47

56 P2P P2P P2P P2P Kademlia Kademlia P2P Kademlia Chord CAN Pastry Kademlia 3 1. Kademlia P2P P2P G-Kad G-Kad Kademlia Kademlia G-Kad GET Kademlia G-Kad GET G-Kad Kademlia 48

57 G-Kad GET G-Kad G-Kad 8 G-Kad G-Kad 49

58 % 20% 16% 20% Kademlia Kademlia k-buckets α k-buckets k-buckets GET Kademlia Kademlia G-Kad BitTorrent BitTorrent 50

59 Kademlia 9.3 P2P P2P P2P P2P P2P 51

60 Rodney D.Van Meter III OB SFC Do Thi Thuy Van 6 52

61 [1] YouTube. [2] Ustream. [3] P. Maymounkov and D. Mazieres. Kademlia: A peer-to-peer information system based on the xor metric. Peer-to-Peer Systems, pages 53 65, [4] salesforce.com. [5] Amazon Web Services. [6] Microsoft Windows Azure. [7] MobileMe. [8] P. Mell and T. Grance. The NIST Definition of Cloud Computing. Version 15. National Institute of Standards and Technology, [9] Gnutella Protocol Specification. GDF. [10] Isamu Kaneko. The Technology of Winny. ASCII, October [11] Share. Freenet: CAT/17//. [12] I. Stoica, R. Morris, D. Karger, M.F. Kaashoek, and H. Balakrishnan. Chord: A scalable peer-to-peer lookup service for internet applications. In Proceedings of the 2001 conference on Applications, technologies, architectures, and protocols for computer communications, pages ACM, [13] S. Ratnasamy, P. Francis, M. Handley, R. Karp, and S. Shenker. A scalable contentaddressable network. In Proceedings of the 2001 conference on Applications, technologies, architectures, and protocols for computer communications, pages ACM, [14] B.Y. Zhao, J. Kubiatowicz, and A.D. Joseph. Tapestry: An infrastructure for faulttolerant wide-area location and routing. Computer, 74:11 20,

62 [15] A. Rowstron and P. Druschel. Pastry: Scalable, decentralized object location, and routing for large-scale peer-to-peer systems. In Middleware 2001, pages Springer, [16] S. Saroiu, P.K. Gummadi, S.D. Gribble, et al. A measurement study of peer-topeer file sharing systems. In proceedings of Multimedia Computing and Networking, volume 2002, page 152. Citeseer, [17] Open Chord. [18] jxta-meteor. [19] FreePastry. [20] Khashmir. [21] BitTorrent. [22] 2. [23] SkeedTools.com. [24],. p2p. 2010, pages , jul [25] E.M. Rogers. Diffusion of innovations. Free Pr, [26]. [27] EMO. ORICON 2009., [28] Amazon.co.jp. [29] Daylight. [30] H.J. Kang, E. Chan-Tin, N.J. Hopper, and Y. Kim. Why Kad lookup fails. In Peerto-Peer Computing, P2P 09. IEEE Ninth International Conference on, pages IEEE, [31] Schwarz T. Schafer R., Wiegan T. The emerging h.264/avc standard, [32] [33] D.R. Karger and M. Ruhl. Diminished Chord: A protocol for heterogeneous subgroup formation in peer-to-peer networks. Peer-to-Peer Systems III, pages ,

63 [34] Y. Zhang, D. Li, L. Chen, and X. Lu. Flexible Routing in Grouped DHTs. In Eighth International Conference on Peer-to-Peer Computing (P2P 08), pages IEEE, [35] P. Yalagandula and M. Dahlin. Administrative autonomy in structured overlays. IEEE IPTPS, 2006.

64 A 7 A.1 DVD Top 500 DVD Top 500 A.1 A.1: 2009 DVD Top , % 2 590, % 5 10 All the BEST! CLIPS , % ARASHI AROUND ASIA 2008 in TOKYO 4 358, % 5 339, % EXILE LIVE TOUR EXILE PERFECT LIVE , % EXILE LIVE TOUR 2009 THE MONSTER 7 269, % SMAP 2008 super.modern.artistic.performance tour 8 257, % namie amuro BEST FICTION TOUR , % TOUR 2 9 PUZZLE show , % , % , % KAT-TUN LIVE TOUR 2008 QUEEN OF PIRATES , % 4TH LIVE TOUR 2009-THE SECRET CODE-FINAL IN TOKYO DOME , % (1 ) , % Part I , % , % B z LIVE-GYM Pleasure 2008-GLORY DAYS , % B z LIVE-GYM Hidden Pleasure Typhoon No , % NEWS LIVE DIAMOND , % ZERO II , % ROOKIES - - LAST DVD ALBUM , % , % Mr.Children Tour , % Part II

65 A.1. DVD TOP 500 A , % KinKi you DVD , % NUMBER ONES , % , %! , % , % DVD , % 2008 WE LIVE (Deluxe Version) , % , % , % , % DVD , % , % 2 [ ] , % , % DVD , % Hey!Say!Jump-ing Tour , % HISTORY in JAPAN Vol , % , % Perfume BUDOUKaaaaaaaaaaN!!!!! , % , % 11 / / 5?? 46 97, % : Vol , % 12 / /? 620? 48 95, % 49 92, %! , % , % 52 85, %!! 8 ( ) , % Koda Kumi Live Tour 2009 TRICK 54 84, % LIVE( ) 55 84, %! VALUE PRICE , % 57 82, % VOLUME II 58 82, % 59 79, % All About Season , % DVD , % ayumi hamasaki ASIA TOUR th Anniversary 57

66 A.1. DVD TOP 500 A 62 76, % (2 ) 63 76, % , % / 65 75, % KOBUKURO FAN FESTA YEARS SPE- CIAL!!!! 66 75, % DVD 67 74, %! 68 74, % DVD , % 2 ( ) 70 73, %!!( )20 DVD (12)( ) , % ayumi hamasaki PREMIUM COUNTDOWN LIVE A 72 72, % ZERO II 73 72, % DVD , % DECADE ( ) 75 70, % , % 2-Disc ( ) 77 68, % Ringo EXPO , % NHK 79 64, % 20th Anniversary DREAMS COME TRUE CONCERT TOUR 2009? ( ) 80 64, % 3rd LIVE TOUR 2008 T 81 61, % 82 61, % 83 61, % 84 60, % 85 60, % 86 60, % MOVIE12/UNICORN TOUR , % 88 58, % 89 58, % 09 WORLD BASEBALL CLASSIC TM V2 [ ] 90 57, % , % DVD ap bank fes , % (2 ) 93 57, %!!( )20 DVD (13)( )!!!+! 94 56, % 007 (2 ) 58

67 A.1. DVD TOP 500 A 95 56, % Part I II 96 55, % 20 ( 2 ) 97 54, % : Vol , % , % (pieces of love Vol.1) , % , % , % X , % SUMMER TOUR 2007 FINAL Time , % NHK!! , % ( ) , % , % : , % , % TOUR , % CX DVD-BOX , % GOEMON , % , % DANGEROUS , % , % V6 LIVE TOUR 2008 VIBES ( A) , % STUDIO COAST , % THE LAST PRINCESS (3 ) , % LIVE IN PARIS , % 2nd LIVE TOUR 2007 Five in the Black , % DVD , % , % , % (2 ) , % II , % , % CHRONICLE , % , % 13 (2 ) , % , % , % , % CELEBRATION , % 2 DVD-BOX(VOL.4 VOL.5) 59

68 A.1. DVD TOP 500 A , % , % UVERworld 2008 Premium LIVE at ( ) , % 24 -TWENTY FOUR , % , % (2 ) , % DOCUMENTARY FILMS Trans ASIA via PARIS , % [ DVD 4 ] 20th Century LIVE TOUR 2009 HONEY HONEY HONEY/We are Coming Century Boys LIVE Tour , % , % (3 ) , % , % 244 ENDLI-x / LIVE DVD , % , % 2 VOL.6 SP [DVD] , % VALUE PRICE , % JAMBOREE TOUR 2009 OTR at ( ) , % X , % / , %! 8 ( ) , % VAMPS LIVE , % TOKYO STAR Tour , % KYOSUKE HIMURO 20th ANNIVERSARY TOUR 2008 JUST MOVIN ON-MORAL PRESENT , % , % , % , % , % ZERO , % : (EVANGELION:1.11) , % ARASHI AROUND ASIA + in DOME , % , % ( ) , % , % COMPLETE CLIPS , % , % AWAKEVE TOUR , % , % NHK! , % ( ) , % 2 60

69 A.1. DVD TOP 500 A , % , % / 2 : 2-Disc , % , % (2 ) , % Perfume First Tour GAME , % , % , % LIVE IN AWAJISHIMA , % / (2 ) , % : , %!! ( ) 300 DVD(14)( ) 2008 VS , % , % Vol , % , % , % of ROOKIES , % , % , % ROCK N ROLL IN TOKYO DOME , % Vol , % DJ KAORI S INMIX DVD , % EVOLUTION , % YUKI concert New Rhythm Tour , % PLAYZONE , % , % , % USAVICH Season3 / , % ( ) , % Vol , % HISTORY in JAPAN Vol , % , % Axis Powers vol , % OP/ED COLLECTION Volume 1-20th Century , % , % , % Summer Concert 2004 Now 61

70 A.1. DVD TOP 500 A , % Axis Powers vol , % DVD BOX , % 4 ( 1 ) , % , % R2 volume , % ICHI , % 5 DTS , % , % BLEACH Fade to Black ( ) , % 1st LIVE TOUR 2006 Heart , % , % R2 volume , % , % Axis Powers vol , % 3D ( ) , % R2 volume , % BLEACH Fade to Black ( ) , % , % 2 ( ) , % , % TM3 (2 ) , % , % R2 volume , % , % 20th Century LIVE TOUR 2008 ( A) , % : , % NON STYLE LIVE 2008 in 6 vs , %! , % / , % , % Axis Powers vol , % R2 volume , % , % , % MW , % 62

71 A.1. DVD TOP 500 A , % , % , % ( ) , % 30th [ ] , % , % , % TIM , % , % , % , % Sound Horizon 6th Story Concert Moira LIVE DVD , %!? , % I , % 10TH LIVE CIRCUIT ROYAL STRAIGHT FLUSH LIVE IN YOYOGI DAIICHI TAIIKUKAN , % How s it going? Summer Concert , % GO!5!KAELAND , % G.I , % ( ) , % , % , % , % , % , % (2 ) , % / ( ) , % , % 20 1 ( ) , % C D G no ARASHI! Vol , % CLANNAD AFTER STORY 8 ( ) , % the motion picture tour , % , % , % PartI , % K , % , % , % , % , % 2008 Vol , % / (2 ) , % ROCK N ROLL SHOW

72 A.1. DVD TOP 500 A , % , % OP/ED COLLECTION Volume 2-21st Century , % Axis Powers vol , % / ( ) , % , % , % LOVE IS BORN?5th Anniversary 2008? at Osaka-Jo Yagai Ongaku-Do on 10th of September , % , % , % CLANNAD AFTER STORY 2 ( ) , % NARUTO , %! 1 100! , % , % HEROES/ 3 Vol , % Prequel Trilogy , % PartII , % 007 (2 ) , % , % CLANNAD AFTER STORY 3 ( ) , % , % F( ) , % , % CLANNAD AFTER STORY 4 ( ) , % , % OVA ANOTHER STORY Vol , % All About , % F( ) , % act I , % 2008 DVD-BOX , % II , % THE MOVIE , % ( 2 ) , % , % CLANNAD AFTER STORY 7 ( ) , % HERO , % F( ) , % DVD BOX2 ( ) , % [DVD] , % CLANNAD AFTER STORY 6 ( ) 64

73 A.1. DVD TOP 500 A , % (2 ) , % CLANNAD AFTER STORY 5 ( ) , % , % , % VS , % w-inds. Live Tour 2008 Seventh Ave , % DX! , % F( ) , % 30th III [ ] , % , % , % , % , % , % OVA ANOTHER STORY Vol , % PartIII , % NANA MIZUKI LIVE FIGHTER-RED SIDE , % , % DVD , % , % , % F( ) , % L EGOISTE , % LIVE TOUR 2009 WE ARE KAZEYOMI! , % DVD+CD , % : ( / 2 ) , % LIVE! , % DVD-BOX , % Mr.Children HOME TOUR 2007 in the field , % NANA MIZUKI LIVE FIGHTER-BLUE SIDE , % 25th , % 30th I[ ] , % , % ZEROII , % ( ) , % 65

74 A.1. DVD TOP 500 A , % Quick Cut , % 30th II [ ] , % HISTORY in JAPAN Vol , % FULLMETAL ALCHEMIST , % EXILE LIVE TOUR 2007 EXILE EVOLUTION(3 ) , % II , % HY PACHINAI 5 MAGGY HAKODE TOUR 08 Nartyche , % 300 (2 ) , % TSUBASA IMAI Dance and Rock Tour 09 (2DVD+CD) , % , % X- : ( ) , % TOUR08 THE ROSE TRIMS AGAIN( ) , % , % BOX SET-ARCHIVES , % , % NEO , % , % ( 3 ) , % vol , % LOVE LETTER Tour 2009! , % How did we feel then? flumpool Tour 2009 Unreal Live at Shibuya Club Quattro , % , % THE SECRET , % All About Season , % 5 live archives , % AAA 3rd Anniversary Live ( ) , % , % tour 2005 JOKER , % / 2-Disc , % VS , % V.I.P.-HOT R B/HIPHOP TRAX-DVD MIX , % , % , % 1( ) , % vol , % , % 16 TEXT 66

75 A.1. DVD TOP 500 A , % A.D. ( ) , % ( 1 ) , % , % , % 27 ( ) , % C D G no ARASHI! Vol , % , % ( 4 ) , % , % 12( ) , % , % LOVE LETTER Tour 2009! , % vol , % ASKA SYMPHONIC CONCERT TOUR 2008 SCENE , % D-WARS , % , %! 09 Hello! Project 2009 Winter , % , % 2008 LIVE , % 00 I , % with C K LIVE TOUR , % , % , % Boys Over Flowers DVD-BOX1 (5 ) , % Hey!Say!JUMP! in , % ( ) , %! 8 ( ) , % , % 5 home , % Mai Kuraki LIVE Tour 2008 touch Me! , % , % ( 2 ) , % AAA TOUR 2009-A DEPARTURE PARTY , % 3 67

76 A.1. DVD TOP 500 A , % KYOSUKE HIMURO COUNTDOWN LIVE CROSSOVER st STAGE/2nd STAGE , % kuroyume the end CORKSCREW A GO GO! FINAL( ) , % LEGEND , % DISCO , % TM3 (2 ) , % DVD ( 3 ) , % 30th F91 [ ] , % FUNKY MONKEY BABYS , % - -!42.195km BOX ( ) , % /Ken Hirai Films Vol.10 FAKIN POP TOUR , % DVD-BOX , % , % , % , % Boys Over Flowers DVD-BOX2 (5 ) , % HEROES/ 3 DVD-BOX , % ROOKIES ( ) ( )BOX , % III , % P.S , % ASKA CONCERT TOUR 2009 WALK , % , % , % , % Boys Over Flowers DVD-BOX3 (6 ) , % Hello!Project 2009 Winter / Thank you for your LOVE! , % / , % 3 (2 ) , % , % ( DVD ) , % ( ) , % F FINAL in 68

77 A.1. DVD TOP 500 A , % ( ) , % VIII , % LIVE TOUR ROCK SOUL II , % 1 2 ( ) , % SUPERNATURAL / , %!! 25 DVD (10)( ) 24!! , % , % , % AVP2 VS. ( 2 ) , % , % , % NEWS CONCERT TOUR pacific THE FIRST TOKYO DOME CONCERT , % E.T , % , % PLAYZONE FINAL SHOW TIME Hit Series Change( ) , % DVD , %! , % , % , % HISTORY in JAPAN vol , % NHK! , % - -!42.195km BOX ( ) , % , % , % 2-Disc , %! M VS VS VS DVD , % TUBE Live Around Special 2008 Paradiso , % PV SHOW!!?? , % ( ) , % , % in , % -!!! , % ROOKIES ( ) ( )BOX 69

78 A.2. DVD TOP 500 A , % IV , % Deco Vs Deco , % , % , % 2009 BIGBANG LIVE CONCERT BIG SHOW , % A.2 DVD Top 500 DVD Top 500 Amazon.co.jp A.2 A.2: 2009 DVD Top % % sf % % % % % % % % % % dvd % % % % % % % % % % % % % % % % % % 70

79 A.2. DVD TOP 500 A % % % % % % % % % % % % dvd % michael jackson % miya % % % % tv % % studio ghibli % % tvxq dbsk % % % % % % % % % % % % % clannad % key % % % clannad after story % clannad dvd % tv % % arashi % % % 71

80 A.2. DVD TOP 500 A % % % % % % % % f % % % tvxq % % % dj miya % tv % % % % % % % % % % % % % % dvd % % % % % clamp % % % % % % % % % bd % % % 72

81 A.2. DVD TOP 500 A % kat-tun % tvxq % live % % % % dvd % % % % % % % % % type-moon % % the garden of sinners % ufotable % % % % % % % % % % % % % % % % % % perfume % % % % % news % j-pop % % % 73

82 A.2. DVD TOP 500 A % mr children % mrchildren % % % beat it % % % % % % % % % % % % % % % % % % shinichi tsutsumi % % % % v % % % % % % % % % % % % % % % % % % % 74

83 A.2. DVD TOP 500 A % % box % % % % % % % % % % % godfather % % % % % % % % % % % % % % % % % % % % % b z % % % % % % bank band % % kinki kids % % % % 75

84 A.2. DVD TOP 500 A % % janet jackson % ps % % % % hey say jump % % heysayjump % t % % % % % scifi % 2nd % % % pixar % % % % % % dvd % % % % % % % % kalafina % % % % % % % % % % % pv % larcenciel % 76

85 A.2. DVD TOP 500 A % % % % % % % % % smallville % % % % % % % % % % % % % % % ymo % % % % dvd % % mtv % % % % % % % % % % % % % % % % 77

86 A.2. DVD TOP 500 A % revo % sound horizon % jimang % rikki % % % % % % % % % % % % % tv % % % team nacs % % % % % % % % % % % % % % % aska % % % % % % % % % ps % % ps3 78

87 A.2. DVD TOP 500 A % ps % ps % ps % ps % ps % ps % % % % collection % collection % pv % % % % % exile % % exile live dvd % smap % blu-ray % best fiction tour % 79

88 A.2. DVD TOP 500 A % % % % % umd % % tvxq tvxq % bbc % mj % mj % % % % bz 80

89 A.2. DVD TOP 500 A % % % mr children live dvd % rock % kinki kids live dvd % kinkiyou kinki kids % music videos aaa % pabo % % biohazard % capcom % residentevil % % % satc % budoukaaaaaaaaaan 81

90 A.2. DVD TOP 500 A uc % % % sf % % cg % 7 3splash trick live tour koda kumi % % this is it % man in the mirror % mj % smooth criminal % ayu % ayumi hamasaki dvd 82

91 A.2. DVD TOP 500 A dvd live best live % aiko % br % br clear all % dreams come true % live % sprinter % unicorn % ebi % % % % 83

92 A.2. DVD TOP 500 A % v % salyu % co % eco-reso % % % % % % 84

93 A.2. DVD TOP 500 A % % bd % the last princess % l arc en ciel % larc en ciel % tetsuya % % % l arc % 85

94 A.2. DVD TOP 500 A % animation % madonna % twenty four % tt % % % coming century % endlicheri endlicheri % spitz % hyde % % % guitarhythm % % % arata 86

95 A.2. DVD TOP 500 A % p % m % cs % % game % capsule % 3 87

96 A.2. DVD TOP 500 A % djkaori % dragonball evolution % yuki % judy and mary % yuki nrg arashi % box arashi % jj % % % blu-ray % mononoke 88

97 A.2. DVD TOP 500 A % % % dog % super driver % % saw % % % % % non style % staple stable 89

98 A.2. DVD TOP 500 A % moira % sound % % clapton % jeff beck % vinnie colaiuta % eric clapton % jimmy page % tal wilkenfeld % cars % paul newman 90

99 A.2. DVD TOP 500 A % this is america % usa for africa % % % % % % % the yellow monkey sf x-men % % superfly 91

100 A.2. DVD TOP 500 A % % ambivalent world % ryo % supercell % % % % naruto % naruto dvd % % % dmc 92

101 A.2. DVD TOP 500 A ii % rc % % % ova % % % w-inds 93

102 A.2. DVD TOP 500 A % w-inds % ance % transformers % jennifer hudson % % dvd % bank band with great artists % ttt 94

103 A.2. DVD TOP 500 A fullmetal alchemst fadvd % five % x-files % dir en grey % xenophobia dvd % flumpool % clint eastwood % x % % disc % asian kung-fu generation % 9mm parabellum bullet % janne da arc 95

104 A.2. DVD TOP 500 A vs dvd % d-wars % vfx % % % umdvideo % a b c-z % ps3 v % % mai kuraki % mai-k % aaa dvd 96

105 A.2. DVD TOP 500 A % funky monkey babys % mrbig % music blu-ray dvd % greeeen % tbs % % % may n % supernatural % supernatural % arasi % kis-my-ft % megadeth 97

106 A.2. DVD TOP 500 A % a % zombies cue % % dvd dvd % rookies 98

107 A.3. DVD TOP 500 A % big bang A.1 Frequency Rank 1 A.1: 2009 DVD Top 500 A.1 A.3 DVD Top 500 DVD Top 500 Amazon.co.jp DVD Top 500 A.3 99

108 A.3. DVD TOP 500 A A.3: 2009 DVD Top % % (2 ) % % GOEMON % % % % % % % %! VALUE PRICE % % 3 (2 ) % DVD % % % G.I % % % % % DVD % % ( ) % % namie amuro BEST FICTION TOUR % % % %!! ( ) 300 DVD 15( ) 24 [DVD] % Koda Kumi Live Tour 2009 TRICK % LIVE( ) % % % % ( ) 100

109 A.3. DVD TOP 500 A % (2 ) % ( ) % % DVD % % DVD % DVD % % ( ) % % % % DVD % DVD % TIM % % % % % % % % % % % 20 ( 2 ) % % % % ZERO II % EXILE LIVE TOUR 2009 THE MONSTER % GO!5!KAELAND % % K % % (2 ) % % % TM3 (2 ) % II % F( ) % ARASHI AROUND ASIA 2008 in TOKYO % 101

110 A.3. DVD TOP 500 A % TOUR % % % % R2 volume % F( ) % R2 volume % R2 volume % % % % % % % ( ) % 30th F91 [ ] % R2 volume % F( ) % % SUMMER TOUR 2007 FINAL Time % 5 10 All the BEST! CLIPS % HERO % Mr.Children HOME TOUR 2007 in the field % X % % Part II % Mr.Children Tour % B z LIVE-GYM Pleasure 2008-GLORY DAYS % % % 2 VOL.6 SP [DVD] % / % % 30th [ ] % ARASHI AROUND ASIA + in DOME % C D G no ARASHI! Vol % C D G no ARASHI! Vol.2 102

111 A.3. DVD TOP 500 A % % 007 (2 ) % (2 ) % / 2-Disc % AVP2 VS. ( ) % FUNKY MONKEY BABYS % 27 ( ) % % % F( ) % Summer Concert 2004 Now % % DVD-BOX % TOKYO STAR Tour % 4TH LIVE TOUR 2009-THE SECRET CODE-FINAL IN TOKYO DOME % % % % %!! 25 DVD (10)( ) 24!! % Vol % 2 DVD-BOX(VOL.4 VOL.5) % % % 1( ) % % vol % % How s it going? Summer Concert % % with C K LIVE TOUR % 3rd LIVE TOUR 2008 T % All About Season % All About Season % E.T % % % % 2 103

112 A.3. DVD TOP 500 A %!!( )20 DVD (12)( ) % % % % % % % % % % ( ) % % % % % 1st LIVE TOUR 2006 Heart Mind and Soul %! 1 100! % Perfume BUDOUKaaaaaaaaaaN!!!!! % 2nd LIVE TOUR 2007 Five in the Black % All About % HISTORY in JAPAN Vol % HISTORY in JAPAN Vol % HISTORY in JAPAN Vol % HISTORY in JAPAN vol % ROOKIES ( ) ( )BOX % YUKI concert New Rhythm Tour % %!!( )20 DVD (13)( )!!!+! % Vol % Vol % EVOLUTION % DVD BOX2 ( ) % vol % vol % % % % 12( ) 104

113 A.3. DVD TOP 500 A % NHK %! % % % II % : % SUPERNATURAL / % DVD BOX % Ringo EXPO % % 30th I[ ] % 30th II [ ] % 4 ( 1 ) % % ayumi hamasaki ASIA TOUR th Anniversary % / (2 ) % ROCK N ROLL IN TOKYO DOME % ZEROII % 20th Anniversary DREAMS COME TRUE CONCERT TOUR 2009? ( ) % % % [DVD] % : Vol % 24 -TWENTY FOUR % 30th III [ ] % % ( ) % NHK!! % ayumi hamasaki PREMIUM COUNTDOWN LIVE A % VOLUME II % 105

114 A.3. DVD TOP 500 A % We Are The World 20th % ZERO II % : % % Perfume First Tour GAME % ICHI % : % D-WARS % / ( ) % / % ( 3 ) % ( 2 ) % NEO % % ( 4 ) % % TOUR 2 9 PUZZLE % % % DANGEROUS % NUMBER ONES % DVD ap bank fes % ROOKIES ( ) ( )BOX % % / 2 : 2-Disc % in % MW % ROOKIES - - LAST DVD ALBUM % / % % % % % III % CLANNAD AFTER STORY 7 ( ) % CLANNAD AFTER STORY 6 ( ) % CLANNAD AFTER STORY 4 ( ) 106

115 A.3. DVD TOP 500 A % CLANNAD AFTER STORY 5 ( ) % CLANNAD AFTER STORY 3 ( ) % CLANNAD AFTER STORY 2 ( ) % CLANNAD AFTER STORY 8 ( ) % F FINAL in % EXILE LIVE TOUR 2007 EXILE EVOLUTION(3 ) % 2008 Vol % DJ KAORI S INMIX DVD % NEWS LIVE DIAMOND % NEWS CONCERT TOUR pacific THE FIRST TOKYO DOME CONCERT % KAT-TUN LIVE TOUR 2008 QUEEN OF PIRATES % HEROES/ 3 DVD-BOX % NHK! % DVD %! % % ( ) % / ( ) % LIVE IN PARIS %! % Axis Powers vol % Axis Powers vol % Axis Powers vol % VS % Axis Powers vol % II % I % VIII % DVD ( 3 ) % ( 2 ) % ( 1 ) % Hey!Say!JUMP! in % TSUBASA IMAI Dance and Rock Tour 09 (2DVD+CD) % : (EVANGELION:1.11) % 2008 LIVE % X % 107

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes 2010 22 P2P - 2010 ( 22 ) P2P P2P P2P P2P 1 P2P P2P P2P P2P P2P Kademlia Kademlia P2P P2P P2P P2P P2P Churn GET P2P 1 P2P, 2., 3. Kademlia, 4., 5. Abstract of Master s Thesis - Academic Year 2010 Fast

More information

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes 2010 22 P2P - 2010 ( 22 ) P2P P2P P2P P2P 1 P2P P2P P2P P2P P2P Kademlia Kademlia P2P P2P P2P P2P P2P Churn GET P2P 1 P2P, 2., 3. Kademlia, 4., 5. Abstract of Master s Thesis - Academic Year 2010 Fast

More information

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes

Fast Selective Data Dissemination for Structured Peer-to-Peer Overlay Network with Object Attributes 2010 22 P2P - 2010 ( 22 ) P2P P2P P2P P2P 1 P2P P2P P2P P2P P2P Kademlia Kademlia P2P P2P P2P P2P P2P Churn GET P2P 1 P2P, 2., 3. Kademlia, 4., 5. Abstract of Master s Thesis - Academic Year 2010 Fast

More information

スライド 1

スライド 1 WWW Request Client Data Server Request Data Client WWW Request Data Client Server Request Data Client WWW CPU Request Data Client Server Request Data Client Request Client Data Server Request Data Client

More information

1 DHT Fig. 1 Example of DHT 2 Successor Fig. 2 Example of Successor 2.1 Distributed Hash Table key key value O(1) DHT DHT 1 DHT 1 ID key ID IP value D

1 DHT Fig. 1 Example of DHT 2 Successor Fig. 2 Example of Successor 2.1 Distributed Hash Table key key value O(1) DHT DHT 1 DHT 1 ID key ID IP value D P2P 1,a) 1 1 Peer-to-Peer P2P P2P P2P Chord P2P Chord Consideration for Efficient Construction of Distributed Hash Trees on P2P Systems Taihei Higuchi 1,a) Masakazu Soshi 1 Tomoyuki Asaeda 1 Abstract:

More information

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan SNS 1,a) 2 3 3 2012 3 30, 2012 10 10 SNS SNS Development of Firefighting Knowledge Succession Support SNS in Tokyo Fire Department Koutarou Ohno 1,a) Yuki Ogawa 2 Hirohiko Suwa 3 Toshizumi Ohta 3 Received:

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

P2P P2P Winny 3 P2P 15 20 P2P 1 P2P, i

P2P P2P Winny 3 P2P 15 20 P2P 1 P2P, i 26 P2P Reduction of search packets by sharing peer information in P2P communication 1175073 2015 2 27 P2P P2P Winny 3 P2P 15 20 P2P 1 P2P, i Abstract Reduction of search packets by sharing peer information

More information

生研ニュースNo.132

生研ニュースNo.132 No.132 2011.10 REPORTS TOPICS Last year, the Public Relations Committee, General Affairs Section and Professor Tomoki Machida created the IIS introduction video in Japanese. As per the request from Director

More information

( )

( ) NAIST-IS-MT0851100 2010 2 4 ( ) CR CR CR 1980 90 CR Kerberos SSH CR CR CR CR CR CR,,, ID, NAIST-IS- MT0851100, 2010 2 4. i On the Key Management Policy of Challenge Response Authentication Schemes Toshiya

More information

i

i 21 Fault-Toleranted Authentication Data Distribution Protocol for Autonomous Distributed Networks 1125153 2010 3 2 i Abstract Fault-Toleranted Authentication Data Distribution Protocol for Autonomous Distributed

More information

P2P Web Proxy P2P Web Proxy P2P P2P Web Proxy P2P Web Proxy Web P2P WebProxy i

P2P Web Proxy P2P Web Proxy P2P P2P Web Proxy P2P Web Proxy Web P2P WebProxy i 27 Verification of the usefulness of the data distribution method by browser cache sharing 1160285 2016 2 26 P2P Web Proxy P2P Web Proxy P2P P2P Web Proxy P2P Web Proxy Web P2P WebProxy i Abstract Verification

More information

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6)

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6) 1 2 1 3 Experimental Evaluation of Convenient Strain Measurement Using a Magnet for Digital Public Art Junghyun Kim, 1 Makoto Iida, 2 Takeshi Naemura 1 and Hiroyuki Ota 3 We present a basic technology

More information

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2 I. 200 2 II. ( 2001) 30 1992 Do X for S2 because S1(is not desirable) XS S2 A. S1 S2 B. S S2 S2 X 1 C. S2 X D. E.. (1) X 12 15 S1 10 S2 X+S1 3 X+S2 4 13 S1S2 X+S1+S2 X S1 X+S2. 2. 3.. S X+S2 X A. S1 2

More information

10 2000 11 11 48 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) CU-SeeMe NetMeeting Phoenix mini SeeMe Integrated Services Digital Network 64kbps 16kbps 128kbps 384kbps

More information

Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship be

Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship be Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship between broadcasting and sport (major sport and professional

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

Publish/Subscribe KiZUNA P2P 2 Publish/Subscribe KiZUNA 2. KiZUNA 1 Skip Graph BF Skip Graph BF Skip Graph Skip Graph Skip Graph DDLL 2.1 Skip Graph S

Publish/Subscribe KiZUNA P2P 2 Publish/Subscribe KiZUNA 2. KiZUNA 1 Skip Graph BF Skip Graph BF Skip Graph Skip Graph Skip Graph DDLL 2.1 Skip Graph S KiZUNA: P2P 1,a) 1 1 1 P2P KiZUNA KiZUNA Pure P2P P2P 1 Skip Graph ALM(Application Level Multicast) Pub/Sub, P2P Skip Graph, Bloom Filter KiZUNA: An Implementation of Distributed Microblogging Service

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

More information

\615L\625\761\621\745\615\750\617\743\623\6075\614\616\615\606.PS

\615L\625\761\621\745\615\750\617\743\623\6075\614\616\615\606.PS osakikamijima HIGH SCHOOL REPORT Hello everyone! I hope you are enjoying spring and all of the fun activities that come with warmer weather! Similar to Judy, my time here on Osakikamijima is

More information

ALT : Hello. May I help you? Student : Yes, please. I m looking for a white T-shirt. ALT : How about this one? Student : Well, this size is good. But do you have a cheaper one? ALT : All right. How about

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

2015 8 65 87. J. Osaka Aoyama University. 2015, vol. 8, 65-87. 20 * Recollections of the Pacific War in the eyes of a school kid Hisao NAGAOKA Osaka Aoyama Gakuen Summary Seventy years have passed since

More information

第16回ニュージェネレーション_cs4.indd

第16回ニュージェネレーション_cs4.indd New Generation Tennis 2014 JPTA ALL JAPAN JUNIOR TENNIS TOURNAMENT U15U13 JPTA ALL JAPAN JUNIOR TENNIS TOURNAMENT U10 20142.21Fri 22Sat 20142.22Sat 23Sun Japan Professional Tennis Association New Generation

More information

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf 1,a) 2,b) 4,c) 3,d) 4,e) Web A Review Supporting System for Whiteboard Logging Movies Based on Notes Timeline Taniguchi Yoshihide 1,a) Horiguchi Satoshi 2,b) Inoue Akifumi 4,c) Igaki Hiroshi 3,d) Hoshi

More information

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree LAN 1 2 3 2 LAN WiFiTag WiFiTag LAN LAN 100% WiFi Tag An Improved Determination Method with Multiple Access Points for Relative Position Estimation Using Wireless LAN Abstract: We have proposed a WiFiTag

More information

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst 情報処理学会インタラクション 2015 IPSJ Interaction 2015 15INT014 2015/3/7 1,a) 1,b) 1,c) Design and Implementation of a Piano Learning Support System Considering Motivation Fukuya Yuto 1,a) Takegawa Yoshinari 1,b) Yanagi

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

28 Horizontal angle correction using straight line detection in an equirectangular image

28 Horizontal angle correction using straight line detection in an equirectangular image 28 Horizontal angle correction using straight line detection in an equirectangular image 1170283 2017 3 1 2 i Abstract Horizontal angle correction using straight line detection in an equirectangular image

More information

< D8291BA2E706466>

< D8291BA2E706466> A 20 1 26 20 10 10 16 4 4! 20 6 11 2 2 3 3 10 2 A. L. T. Assistant Language Teacher DVD AV 3 A. E. T.Assistant English Teacher A. L. T. 40 3 A 4 B A. E. T. A. E. T. 6 C 2 CD 4 4 4 4 4 8 10 30 5 20 3 5

More information

24 POP POP (1) (2) POP (1976) (1980) (2001) (2001) (2011) (1994) (1999) (2004) (1999) (2006) (2011) (2012) (2010) (3) (4)

24 POP POP (1) (2) POP (1976) (1980) (2001) (2001) (2011) (1994) (1999) (2004) (1999) (2006) (2011) (2012) (2010) (3) (4) 2017 10 23 46. J. Osaka Aoyama University. 2017, vol.10, 23-46. * History of Japanese popular music -A study on the nearly one century time after the Meiji Era- Hisao NAGAOKA Osaka Aoyama Gakuen Summary

More information

-2-

-2- Unit Children of the World NEW HORIZON English Course 'Have you been to?' 'What have you done as a housework?' -1- -2- Study Tour to Bangladesh p26 P26-3- Example: I am going to Bangladesh this spring.

More information

平成29年度英語力調査結果(中学3年生)の概要

平成29年度英語力調査結果(中学3年生)の概要 1 2 3 1 そう思う 2 どちらかといえば そう思う 3 どちらかといえば そう思わない 4 そう思わない 4 5 楽しめるようになりたい 6 1 そう思う 2 どちらかといえば そう思う 3 どちらかといえば そう思わない 4 そう思わない 7 1 そう思う 2 どちらかといえば そう思う 3 どちらかといえば そう思わない 4 そう思わない 8 1 そう思う 2 どちらかといえば そう思う

More information

2. 2.1 Lytro [11] The Franken Camera [12] 2.2 Creative Coding Community Creative Coding Community [13]-[19] Sketch Fork 2.3 [20]-[23] 3. ourcam 3.1 ou

2. 2.1 Lytro [11] The Franken Camera [12] 2.2 Creative Coding Community Creative Coding Community [13]-[19] Sketch Fork 2.3 [20]-[23] 3. ourcam 3.1 ou 情 報 処 理 学 会 インタラクション 2013 IPSJ Interaction 2013 2013-Interaction (3EXB-06) 2013/3/2 ourcam: 1 2 ourcam ourcam: On-Site Programming Environment for Digital Photography RYO OSHIMA 1 YASUAKI KAKEHI 2 In these

More information

17 Multiple video streams control for the synchronous delivery and playback 1085404 2006 3 10 Web IP 1 1 1 3,,, i Abstract Multiple video streams control for the synchronous delivery and playback Yoshiyuki

More information

8 P2P P2P (Peer-to-Peer) P2P P2P As Internet access line bandwidth has increased, peer-to-peer applications have been increasing and have great impact

8 P2P P2P (Peer-to-Peer) P2P P2P As Internet access line bandwidth has increased, peer-to-peer applications have been increasing and have great impact 8 P2P (Peer-to-Peer) P2P P2P As Internet access line bandwidth has increased, peer-to-peer applications have been increasing and have great impact on networks. In this paper, we review traffic issues for

More information

自分の天職をつかめ

自分の天職をつかめ Hiroshi Kawasaki / / 13 4 10 18 35 50 600 4 350 400 074 2011 autumn / No.389 5 5 I 1 4 1 11 90 20 22 22 352 325 27 81 9 3 7 370 2 400 377 23 83 12 3 2 410 3 415 391 24 82 9 3 6 470 4 389 362 27 78 9 5

More information

IPSJ SIG Technical Report Vol.2010-GN-74 No /1/ , 3 Disaster Training Supporting System Based on Electronic Triage HIROAKI KOJIMA, 1 KU

IPSJ SIG Technical Report Vol.2010-GN-74 No /1/ , 3 Disaster Training Supporting System Based on Electronic Triage HIROAKI KOJIMA, 1 KU 1 2 2 1, 3 Disaster Training Supporting System Based on Electronic Triage HIROAKI KOJIMA, 1 KUNIAKI SUSEKI, 2 KENTARO NAGAHASHI 2 and KEN-ICHI OKADA 1, 3 When there are a lot of injured people at a large-scale

More information

【生】④木原資裕先生【本文】/【生】④木原資裕先生【本文】

【生】④木原資裕先生【本文】/【生】④木原資裕先生【本文】 WBC MLB J MLB MLB J J J http : //www.zen koutairen.com/: NHK NHK ABC Live NHK NHK ABC NHKABC NHK PTA NHK ABC WORLD BASEBALL CLASSIC WBC http : //www.topics.or.jp/kaishaannai/ http : //adv.yomiuri.co.jp/yomiuri/n

More information

untitled

untitled CAPEC, 2009 6 16 June 16, 2009 Page 1 CAPEC EMS 1. EMS USA EU 2. EMS 3. EMS 4. EMS 5. CAPEC 6. EMS June 16, 2009 Page 2 EMS EC 3 EMS EMS EMS EMS CAPEC EMS CAPEC EMS EMS June 16, 2009 Page 3 EU EU EC 1997/67/EC

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

ID Z-Ordering 4) P2P P2P 2. Peer-to-Peer(P2P) P2P Gnutella ) BitTorrent 2) P2P (DHT:Distributed Hash Table) Chord 5) CAN(Content Adressable Network) 6

ID Z-Ordering 4) P2P P2P 2. Peer-to-Peer(P2P) P2P Gnutella ) BitTorrent 2) P2P (DHT:Distributed Hash Table) Chord 5) CAN(Content Adressable Network) 6 Vol.29-DPS-39 No.3 29/6/8 P2P 2 P2P P2P P2P A configuration method for structured P2P overlay network considering delay variations Tomoya Kitani and Yoshitaka Nakamura 2 P2P networks can achieve high scalability

More information

NO.80 2012.9.30 3

NO.80 2012.9.30 3 Fukuoka Women s University NO.80 2O12.9.30 CONTENTS 2 2 3 3 4 6 7 8 8 8 9 10 11 11 11 12 NO.80 2012.9.30 3 4 Fukuoka Women s University NO.80 2012.9.30 5 My Life in Japan Widchayapon SASISAKULPON (Ing)

More information

デジタルメディアの時代における協働社会のデザインと地方行政の役割 : 元住吉商店街プロジェクトでの実践活動を通して

デジタルメディアの時代における協働社会のデザインと地方行政の役割 : 元住吉商店街プロジェクトでの実践活動を通して The Design of Co-productive Society with Digital Media and the New Role of Local Government Abstract As one of the roles of the local government in present Japan, the city planning of resident autonomy

More information

Web Basic Web SAS-2 Web SAS-2 i

Web Basic Web SAS-2 Web SAS-2 i 19 Development of moving image delivery system for elementary school 1080337 2008 3 10 Web Basic Web SAS-2 Web SAS-2 i Abstract Development of moving image delivery system for elementary school Ayuko INOUE

More information

ron.dvi

ron.dvi 12 Effect of occlusion and perception of shadow in depth perception caused by moving shadow. 1010361 2001 2 5 (Occlusion), i Abstract Effect of occlusion and perception of shadow in depth perception caused

More information

2). 3) 4) 1.2 NICTNICT DCRA Dihedral Corner Reflector micro-arraysdcra DCRA DCRA DCRA 3D DCRA PC USB PC PC ON / OFF Velleman K8055 K8055 K8055

2). 3) 4) 1.2 NICTNICT DCRA Dihedral Corner Reflector micro-arraysdcra DCRA DCRA DCRA 3D DCRA PC USB PC PC ON / OFF Velleman K8055 K8055 K8055 1 1 1 2 DCRA 1. 1.1 1) 1 Tactile Interface with Air Jets for Floating Images Aya Higuchi, 1 Nomin, 1 Sandor Markon 1 and Satoshi Maekawa 2 The new optical device DCRA can display floating images in free

More information

Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Educati

Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Educati Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Education of Disaster Preparedness System and Class Practice

More information

<95DB8C9288E397C389C88A E696E6462>

<95DB8C9288E397C389C88A E696E6462> 2011 Vol.60 No.2 p.138 147 Performance of the Japanese long-term care benefit: An International comparison based on OECD health data Mie MORIKAWA[1] Takako TSUTSUI[2] [1]National Institute of Public Health,

More information

03-田島.indd

03-田島.indd 研 究 論 文 : 雑 誌 Myojo における ジャニーズ イメージの 受 容 53 Myojo 1 Myojo 2012 10 60 / 1 Myojo 1952 27 1992 10 Myojo /Myojo 2 2002, 2003, 2008 1987 1950 1970 2002 2002 10 /Myojo /Myojo 50 /Myojo 10 1990 90 2000 2002 10

More information

WebRTC P2P Web Proxy P2P Web Proxy WebRTC WebRTC Web, HTTP, WebRTC, P2P i

WebRTC P2P Web Proxy P2P Web Proxy WebRTC WebRTC Web, HTTP, WebRTC, P2P i 26 WebRTC The data distribution system using browser cache sharing and WebRTC 1150361 2015/02/27 WebRTC P2P Web Proxy P2P Web Proxy WebRTC WebRTC Web, HTTP, WebRTC, P2P i Abstract The data distribution

More information

II

II No. 19 January 19 2013 19 Regionalism at the 19 th National Assembly Elections Focusing on the Yeongnam and Honam Region Yasurou Mori As the biggest issue of contemporary politics at South Korea, there

More information

B HNS 7)8) HNS ( ( ) 7)8) (SOA) HNS HNS 4) HNS ( ) ( ) 1 TV power, channel, volume power true( ON) false( OFF) boolean channel volume int

B HNS 7)8) HNS ( ( ) 7)8) (SOA) HNS HNS 4) HNS ( ) ( ) 1 TV power, channel, volume power true( ON) false( OFF) boolean channel volume int SOA 1 1 1 1 (HNS) HNS SOA SOA 3 3 A Service-Oriented Platform for Feature Interaction Detection and Resolution in Home Network System Yuhei Yoshimura, 1 Takuya Inada Hiroshi Igaki 1, 1 and Masahide Nakamura

More information

先端社会研究所紀要 第11号☆/3.李

先端社会研究所紀要 第11号☆/3.李 Annual Review of the Institute for Advanced Social Research vol.11! 1960 1952 1960 80 P 2012 2013 2 27 1 1944 6 9 3 2 15 3 70 1965 1968 8 1972 1 9 1949 2009 2 8 2009 28 4 1 5 2 2014 3 8 1965 1963 644 29

More information

,,.,,., II,,,.,,.,.,,,.,,,.,, II i

,,.,,., II,,,.,,.,.,,,.,,,.,, II i 12 Load Dispersion Methods in Thin Client Systems 1010405 2001 2 5 ,,.,,., II,,,.,,.,.,,,.,,,.,, II i Abstract Load Dispersion Methods in Thin Client Systems Noritaka TAKEUCHI Server Based Computing by

More information

評論・社会科学 90号(よこ)(P)/4.咸

評論・社会科学 90号(よこ)(P)/4.咸 1 2008 7 1 1 4 5 1 1998 2003 2005 3 2 2008 7 1 2009 7 30 2009 11 18 2009 2009 2008 1 1 1 1 65 1970 3.1 2000 7.2 7 2008 10.7 14 2018 1 2 1985 41.92008 50.0 2004 15 59 2003 2010 79 2020 114 OECD 1 65 2006

More information

840 Geographical Review of Japan 73A-12 835-854 2000 The Mechanism of Household Reproduction in the Fishing Community on Oro Island Masakazu YAMAUCHI (Graduate Student, Tokyo University) This

More information

23

23 Master's Thesis / 修 士 論 文 映 像 配 信 の 中 断 から 復 旧 までの 時 間 を 短 縮 するネットワーク 再 構 築 手 法 の 改 良 隅 田, 貴 久 三 重 大 学, 2011. 三 重 大 学 大 学 院 地 域 イノベーション 学 研 究 科 博 士 前 期 課 程 地 域 イノベーション 学 専 攻 http://hdl.handle.net/10076/12400

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

Building a Culture of Self- Access Learning at a Japanese University An Action Research Project Clair Taylor Gerald Talandis Jr. Michael Stout Keiko Omura Problem Action Research English Central Spring,

More information

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat 1 1 2 1. TF-IDF TDF-IDF TDF-IDF. 3 18 6 Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Satoshi Date, 1 Teruaki Kitasuka, 1 Tsuyoshi Itokawa 2

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

ABSTRACT The "After War Phenomena" of the Japanese Literature after the War: Has It Really Come to an End? When we consider past theses concerning criticism and arguments about the theme of "Japanese Literature

More information

& Vol.2 No (Mar. 2012) 1,a) , Bluetooth A Health Management Service by Cell Phones and Its Us

& Vol.2 No (Mar. 2012) 1,a) , Bluetooth A Health Management Service by Cell Phones and Its Us 1,a) 1 1 1 1 2 2 2011 8 10, 2011 12 2 1 Bluetooth 36 2 3 10 70 34 A Health Management Service by Cell Phones and Its Usability Evaluation Naofumi Yoshida 1,a) Daigo Matsubara 1 Naoki Ishibashi 1 Nobuo

More information

AERA_English_CP_Sample_org.pdf

AERA_English_CP_Sample_org.pdf W e l c o m e t o J A P A N 254 Singer-songwriter Kyrie Kristmanson I am isolating myself, when I am writing songs. Q: I have heard that you have been writing songs in the middle of nature. Why? A: The

More information

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi- 1 3 5 4 1 2 1,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-View Video Contents Kosuke Niwa, 1 Shogo Tokai, 3 Tetsuya Kawamoto, 5 Toshiaki Fujii, 4 Marutani Takafumi,

More information

52-2.indb

52-2.indb Jpn. J. Health Phys., 52 (2) 55 60 (2017) DOI: 10.5453/jhps.52.55 * 1 * 2 * 2 * 3 * 3 2016 10 28 2017 3 8 Enhancement of Knowledge on Radiation Risk Yukihiko KASAI,* 1 Hiromi KUDO,* 2 Masahiro HOSODA,*

More information

27 YouTube YouTube UGC User Generated Content CDN Content Delivery Networks LRU Least Recently Used UGC YouTube CGM Consumer Generated Media CGM CGM U

27 YouTube YouTube UGC User Generated Content CDN Content Delivery Networks LRU Least Recently Used UGC YouTube CGM Consumer Generated Media CGM CGM U YouTube 2016 2 16 27 YouTube YouTube UGC User Generated Content CDN Content Delivery Networks LRU Least Recently Used UGC YouTube CGM Consumer Generated Media CGM CGM UGC UGC YouTube k-means YouTube YouTube

More information

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica A CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communicative Skills of Japanese College Students The purpose of the present study

More information

スライド 1

スライド 1 JANOG 14 2004.07.23 NTT kamei.satoshi@lab.ntt.co.jp 1 Peer-to-Peer ISP P2P AS / Copyright 2004 NTT Corporation, All Rights Reserved 2 Peer-to-Peer ISP P2P AS Copyright 2004 NTT Corporation, All Rights

More information

SFCJ2-安村

SFCJ2-安村 Communication and Interaction Michiaki Yasumura / Professor, Faculty of Environmental Information, Keio University From the beginning, communication is an action or process conducted by human to human.

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

千葉県における温泉地の地域的展開

千葉県における温泉地の地域的展開 1) 1999 11 50 1948 23) 2 2519 9 3) 2006 4) 151 47 37 1.2 l 40 3.6 15 240 21 9.2 l 7. 210 1972 5) 1.9 l 5 1 0.2 l 6 1 1972 1.9 0.4 210 40-17- 292006 34 6 l/min.42 6) 2006 1 1 2006 42 60% 5060 4050 3040

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

(Visual Secret Sharing Scheme) VSSS VSSS 3 i

(Visual Secret Sharing Scheme) VSSS VSSS 3 i 13 A Visual Secret Sharing Scheme for Continuous Color Images 10066 14 8 (Visual Secret Sharing Scheme) VSSS VSSS 3 i Abstract A Visual Secret Sharing Scheme for Continuous Color Images Tomoe Ogawa The

More information

23 The Study of support narrowing down goods on electronic commerce sites

23 The Study of support narrowing down goods on electronic commerce sites 23 The Study of support narrowing down goods on electronic commerce sites 1120256 2012 3 15 i Abstract The Study of support narrowing down goods on electronic commerce sites Masaki HASHIMURA Recently,

More information

nishi1502_01_24.ai

nishi1502_01_24.ai NETWORK NETWORK NETWORK No.707 2015 2 vol.93 Hello Everyone! Happy New Year! Today I am going to talk about my winter vacation. This year my family and I met in Hawaii for Christmas. It was very

More information

大学論集第42号本文.indb

大学論集第42号本文.indb 42 2010 2011 3 279 295 COSO 281 COSO 1990 1 internal control 1 19962007, Internal Control Integrated Framework COSO COSO 282 42 2 2) the Committee of Sponsoring Organizations of the Treadway committee

More information

avex-Pages.indd

avex-Pages.indd Backstage Value Multiplier 21 9.4.1-1.3.31 Giving Life to a Blossoming Crescendo avex group 1 : 25 26 27 28 29 1 ORANGE RANGE EXILE 2 EXILE 3 Mr. Children B'z 4 SMAP EXILE B'z 5 KAT-TUN 6 EXILE KAT-TUN

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

63 Author s Address: A Study on the Activities and Characteristics of Johnny s fans in china WEI Ran, LU Yijing Foreign Lang

63 Author s  Address: A Study on the Activities and Characteristics of Johnny s fans in china WEI Ran, LU Yijing Foreign Lang 63 Author s E-mail Address: weiran@bfsu.edu.cn A Study on the Activities and Characteristics of Johnny s fans in china WEI Ran, LU Yijing Foreign Language Education Center, Kobe Shoin Women s University

More information

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Parallel Computer Ships1 Makoto OYA*, Hiroto MATSUBARA**, Kazuyoshi SAKURAI** and Yu KATO**

More information

Wikipedia YahooQA MAD 4)5) MAD Web 6) 3. YAMAHA 7) 8) 2 3 4 5 6 2. Vocaloid2 2006 1 PV 2009 1 1100 200 YouTube 1 minato minato ussy 3D MAD F EDis ussy

Wikipedia YahooQA MAD 4)5) MAD Web 6) 3. YAMAHA 7) 8) 2 3 4 5 6 2. Vocaloid2 2006 1 PV 2009 1 1100 200 YouTube 1 minato minato ussy 3D MAD F EDis ussy 1, 2 3 1, 2 Web Fischer Social Creativity 1) Social Creativity CG Network Analysis of an Emergent Massively Collaborative Creation Community Masahiro Hamasaki, 1, 2 Hideaki Takeda 3 and Takuichi Nishimura

More information

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came 3DCG 1,a) 2 2 2 2 3 On rigid body animation taking into account the 3D computer graphics camera viewpoint Abstract: In using computer graphics for making games or motion pictures, physics simulation is

More information

P

P 03-3208-22482013 Vol.2 Summer & Autumn 2013 Vol.2 Summer & Autumn 90 527 P.156 611 91 C O N T E N T S 2013 03-3208-2248 2 3 4 6 Information 7 8 9 10 2 115 154 10 43 52 61 156 158 160 161 163 79 114 1 2

More information

修士論文

修士論文 27 Mobile Ad Hoc Networks An Ant-based Routing Algorithm with Multi-phase Pheromone and Power-saving in Mobile Ad Hoc Networks 14T0013 Shohei Miyashita E-mail: shohei.miyashita.4j@stu.hosei.ac.jp : Abstract

More information

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa 情 報 処 理 学 会 インタラクション 2015 IPSJ Interaction 2015 A17 2015/3/5 Web 1 1 1 Web Web Position and Time based Summary System using Story Style for Web Contents Daichi Ariyama 1 Daichi Ando 1 Shinichi Kasahara

More information

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe Vol. 42 No. SIG 8(TOD 10) July 2001 1 2 3 4 HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Speed Networks Yutaka Kidawara, 1 Tomoaki Kawaguchi, 2

More information

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro TV 1,2,a) 1 2 2015 1 26, 2015 5 21 Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Rotation Using Mobile Device Hiroyuki Kawakita 1,2,a) Toshio Nakagawa 1 Makoto Sato

More information

fiš„v5.dvi

fiš„v5.dvi (2001) 49 2 293 303 VRML 1 2 3 2001 4 12 2001 10 16 Web Java VRML (Virtual Reality Modeling Language) VRML Web VRML VRML VRML VRML Web VRML VRML, 3D 1. WWW (World Wide Web) WWW Mittag (2000) Web CGI Java

More information

22 Google Trends Estimation of Stock Dealing Timing using Google Trends

22 Google Trends Estimation of Stock Dealing Timing using Google Trends 22 Google Trends Estimation of Stock Dealing Timing using Google Trends 1135064 3 1 Google Trends Google Trends Google Google Google Trends Google Trends 2006 Google Google Trend i Abstract Estimation

More information

Answers Practice 08 JFD1

Answers Practice 08 JFD1 Practice 8 Sentence Connectors 1) I / went / to Japan / for the first time last year. At first, I didn t understand / Japanese / *at all. [ ] [ ] [ ] [ ] * 2) I m / not hungry / because I *already ate

More information

untitled

untitled Studies in Human Geography 32 Geoenvironmental Sciences, Graduate School of Life and Environmental Sciences, University of Tsukuba, Japan ArcGIS Geography Network ArcGIS ArcGIS ArcGIS Geography Network

More information

きずなプロジェクト-表紙.indd

きずなプロジェクト-表紙.indd P6 P7 P12 P13 P20 P28 P76 P78 P80 P81 P88 P98 P138 P139 P140 P142 P144 P146 P148 #1 SHORT-TERM INVITATION GROUPS 2012 6 10 6 23 2012 7 17 14 2012 7 17 14 2012 7 8 7 21 2012 7 8 7 21 2012 8 7 8 18

More information

<88A E E706466>

<88A E E706466> 1990 2010 2010 2010 3D 2010 1 2009 12 23 156 20 2010 4 17 118 2 3D 1 2 5 3D 3D 9 3D THE LAST MESSAGE 80.4 7 THE MOIVE 3 73.1 2 3D 3D 2D 3D DVD YouTube TV SNS 30 010 2010 1 7 92.5 2 9 THE LAST MESSAGE 80.4

More information

LAN LAN LAN LAN LAN LAN,, i

LAN LAN LAN LAN LAN LAN,, i 22 A secure wireless communication system using virtualization technologies 1115139 2011 3 4 LAN LAN LAN LAN LAN LAN,, i Abstract A secure wireless communication system using virtualization technologies

More information

卒業論文2.dvi

卒業論文2.dvi 15 GUI A study on the system to transfer a GUI sub-picture to the enlarging viewer for operational support 1040270 2004 2 27 GUI PC PC GUI Graphical User Interface PC GUI GUI PC GUI PC PC GUI i Abstract

More information

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr Eclipse 1,a) 1,b) 1,c) ( IDE) IDE Graphical User Interface( GUI) GUI GUI IDE View Eclipse Development of Eclipse Plug-in to present an Object Diagram to Debug Environment Kubota Yoshihiko 1,a) Yamazaki

More information