M in ing M ulti2d im en siona l Com plex A ssoc ia tion Rule Ba sed on Artif ic ia l Imm une System and Gene Expression Programm ing

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "M in ing M ulti2d im en siona l Com plex A ssoc ia tion Rule Ba sed on Artif ic ia l Imm une System and Gene Expression Programm ing"

Transcript

1 38 5 ( ) Vol. 38 No JOURNAL OF SICHUAN UN IVERSITY ( ENGINEER ING SC IENCE ED ITION) Sep t : (2006) , 1, 1, 2, 1, 3, 1, 1 (1., ; 2., ; 3., ) :,,,;, ;,, ;, 1 3 : ; ; ; ; : TP311 : A M in ing M ulti2d im en siona l Com plex A ssoc ia tion Rule Ba sed on Artif ic ia l Imm une System and Gene Expression Programm ing ZENG Tao 1, TAN G Chang2jie 1, ZHU M ing2fang 1, 2, X IAN G Yong 1, 3, L IU Yin2tian 1, CHEN Peng 1 (1. School of Computer, Sichuan Univ., Chengdu , China; 2. Dep t. of Computer Sci. and Technol., Shaanxi Univ. of Technol., Hanzhong , China; 3. Chengdu Electromechanical College, Chengdu , China ) Abstract: In order to handle rich sem antics for comp lex data m ining app lication, the formal concep t ofm ulti2dimen2 sional Comp lex A ssociation Rule (MDCAR) was p roposed. To m ine it, a novel method based on A rtificial Immune Gene Exp ression Programm ing (A IGEP) was introduced, where, new structures of antibody and immune cell were designed to decrease computing comp lexity, the special negative select strategy was p resented to elim inate invalid or redundant immune cells according to system requirements, and a heuristic MDCAR reduction criterion was intro2 duced, that is, a strong rule is fine only if the contra2positive of it is strong. Experiments showed that the new method can m ine MDCAR w ith good efficiency and high p recision and imp rove the performance, in certain case, times higher than that without negative select strategy. Key words: data m ining; multi2dimensional comp lex association rule; meta2rule; gene exp ression p rogramm ing; artificial immune system [ 1-4 ] : : ( ; ) : ( ),,. :.,,, [ 1-4 ],,,

2 5, : : (a), (b), (? c) (d), : 1: ( a b (? c) ) d,,,, 1 2 : (a), (b),5000 (c) (d), : 2: ( a ( b c) ) d 23: ( a b) d 4: ( a c) d, 3 4 2,,, 1 2,,,,,, 1 [ 4 ] Fu,, (1) (2), "" 1 () A ttr = {A 1, A 2,, A n } X < A ttr, Y < A ttr, X g, Y g, X Y = g P Q X Y,,? 1 : 1) P Q, P, Q 2) P Q 3) P Q,,, 2 ( ) ru le c, ru le m, : 1) ru le c ru le m (Unified),ru le c ru le m 2) ru le c, 3) ru le c, (MDCAR) : (Unified) [ 4 ] 2. 2 Unified 3: ru le m : (A B (? C) ) D, ru le c ru le m MDCAR ru le c : (A ( a) B ( b) (? C ( c) ) ) D ( d), ru le c,, : A ( x) x; B ( x) x; C ( x) x; D ( x) x ru le c :a, b, c,d, 1 (1), [ 1 ], 2[ 6 ],[ 6 ] GEP,GEP,,,, GEP [ 5-7 ] [ 8-10 ] (A IGEP), 2 A IGEP ( Gene Exp ression Program2 m ing, GEP), Candida Ferreira [ 5 ] GEP,,,, [ 5-7 ]

3 138 () 38,,, (A rtificial Im2 mune System, A IS) [ 8-10 ], [ 8-10 ] GEP [ 5-7 ],, [ 10 ], GEP,,,A IGEP,: : MDCAR : : : GEP : ( ), 1 n :MD2 CAR,,,,, [ 6 ] PAGEP 2. 1, GEP [ 5-7 ], MDCAR,1 1 Tab. 1 An exam ple of An tibody 1 f 1 (A ( a) B ( b) (? C ( c) ) ) f 2 D ( d) 2 s 1 A (30 40 ) B ( ) (? C ( ) ) s 2 D () 3 p 1 s 1 p 2 s 2 4 p 3 s 1 s 2 p total : A ( x) x; B ( x) x; C ( x) x; D ( x) x 1, : 3 (Antibody) 3 ( F, S, I),, 1) F = ( f 1, f 2 ) GEP 2 2) S = ( s 1, s 2 ) 2 3) I = ( p 1, p 2, p 3, p total ) 4,, p 1, p 2, p 3 s 1, s 2 s 1 s 2, p total,, 2 2 Tab. 2 An exam ple of BCell 1 g 1? AB C g 2 D 2 f 1 (A B (? C) ) f 2 D 3 v 0 2 GEP,GEP,[ 7 ], GEP K, GEP : 4 ( BCell ) 3 (G, F, v),,

4 5, : 139 1) G = ( g 1, g 2 ) 2, 2) F = ( f 1, f 2 ) GEP 2 3) v v { - 1, 0, 1, 2},, 0, - 1, 1, A IGEP [ 10 ],,,1 A IGEP A IGEP 1 A IGEP : TS,supp,conf : : 1 Initialize parameters; 2 WH ILE ( generation < maxgennum AND bgstate < m axzerocount) { 3DO{ 4 IF ( elitepool! = NULL) { 5 BCellSet. add ( generatebcellsbyelitepool ( every_ gen _ cellnum - B cellset. size ) ) ; } 6 nselect(bcellset) ; / / 7 IF (BCellSet. size > = every_gen_ cellnum ) BREAK; 8 BCellSet. add ( generatebcell ( every_gen_ cel2 lnum - BCellSet. size) ) ; 9 nselect(bcellset) ; 10 }WH ILE ( BCellSet. size < every_gen _ cellnum AND hfc < z ) 11 AntiBodySet = generateantibodyset ( BCellSet, TS ) ; / / 12 addtonrulepool(bcellset) ; / / 13 Match (AntiBodySet, TS) ; / / - 14 Select(AntiBodySet, conf, supp) ; / / 15 OutPut(AntiBdoySet) ; 16 addtoelitepool(antibodyset) ; / / 17 clone (BCellSet) ; / / 18 } STOP; 2. 3, A IGEP [ 10 ], : 1) BCell, ; 2) BCell. F = ( f 1, f 2 ), ( f 2, f 1 ) (? f 1, f 2 ) ( f 2,? f 1 ) ( f 1,? f 2 ) (? f 2, f 1 ) (? f 1,? f 2 ) (? f 2,? f 1 ) 7 ; : 1) 2) ; 3),, 2. 4 A b, A = A b. s 1 B = A b. s 2,, A b. I = ( p 1, p 2, p 3, p total ), P (A ) = p 1 P (B ) = p 2 p total p total P (A B ) = p 3, A B p total s = P (A B ) c = P (B A ), P (A ) P (B ) P (A B ) P (? A ) P (? B ) P (? A B ) P (A? B ) P (? A? B ), 8 MDCAR, 8 MDCAR: 1) A B; 2) A? B; 3) B A; 4) B? A; 5)? A B; 6)? A? B; 7)? B A; 8)? B? A 8, 8,,,,

5 140 () 38,,,, : ;,,, 3 1,2, 3,, [ 11 ] 1Ts n, m, - O ( n m ) 2Ts n, m, A ttr = {A 1, A 2,, A m }, A i A i, BCell X = { x 1,, x k }, X Α A ttr, B cell AB S ca le, max (AB S ca le) = n, AB S ca le Φ m in ( n, 7 k x i ) 1 3Ts n, m, A ttr = {A 1, A 2,, A m }, A i A i, k, 1 O ( n 2 ) 1 A IGEP O ( n 2 ) :, O ( c), O ( n), 3 O ( n 2 ),A IGEP C 1 O ( c) + C 2 O ( n) +O ( n 2 ) = O ( n 2 ), 1, A IGEP MDCAR,, 4, CPU: Intel C GHz, RAM: 384 M, HDD: 2 80 G;,MS W indows XP p rofessional SP1, JDK1. 5, UC I [ 6 ]PAGEP, A IGEP, Ap rior [ 3 ],Ap rior,,, :,, [ 1 ] Ap rior [ 3 ] 4. 1,,, A IGEP Ap rior( ) (, MD2 CAR),A IGEP Ap rior 1, 9, A IGEP ( { },),, A IGEP 1, 9, F ig. 1 The end of m in ing where d im en sion num ber is 9 and the objective is trad itiona l m ulti2d im en sion2 a l a ssoc ia tion rule 2, 3cmc,, 4, maxgenn um = 300, cellnum _every_gen = 20, m axz eroc oun t = 20, hfc =

6 5, : , A IGEP MDCAR, Ap riori, ( TMAR) 2 F ig. 2 Rela tion sh ip between d im en sion num ber and u2 n ique imm une cell num ber where the order of pred ica tes in MDCAR is not con sidered 3( conf = 95. 0% supp = 1. 0% ) Tab. 3 M in ing MDCAR( conf = 95. 0% su pp = 1. 0% ) A IGEP Apriori (MDCAR) ( TMAR) 1 {2, 3, 4, 5} { } {2, 3, 4, 5} {,,? } {2, 3, 4, 5} {,,? } {2, 3, 4, 6} { } {2, 3, 4, 6} {,,? } {2, 3, 4, 6} {,,? } {4} {2, 3, 5, 6, 7, 8, 9} {,,? } :7,,, 3,,,,,,, 32 3, ,,, = 703, = 293, 4MDCAR 4:5 6 36, 5: D 3 (2) D 6 (1) D 2 (2)? D 4 (0), conf = %, supp = 9. 10%; 6:? (D 2 (2)? D 4 (0) )? D 6 (1) ), conf = %, supp = 4. 82%, D i ( x) ix (D 3 (2) 5 6,, :,, MDCAR, A IGEP, MDCAR, 3 7, 4. 2 UC I cmc, : {,,? }, maxz erocoun t = 20, hfc = 200, 4 Tab. 4 Effect of nega tive select stra tegy 1 {2, 3, 4} {2, 3, 4, 5} {2, 3, 4, 5, 6} {2, 3, 4, 5, 6} {2, 3, 4, 5, 6, 7} {2, 3, 4, 5, 6, 7, 8} , ( ), 1 3,

7 142 () 38, GEP,, MDCAR 4. 3, : 1),, A IGEP Ap riori,, A IGEP Ap riori ; 2),, ; 3),, 1 3,, A IGEP, 5,,,,,,,,,, : [ 1 ] Han J iawei, Kambr M. Data m ining2concep ts and tech2 niques[m ]. Beijing: H igher Education Press, [ 2 ]Agrawal R, Im iclinski T, Swam i A. Database m ining : a performance perspective [ J ]. Data Enginnering, 1993, 5: IEEE Trans Knowledge and [ 3 ]Agrawal R, Srikant R. Fast algorithm for m ining association rules [ C ] / / Proc of 1994 International conference Very Large Data Bases (VLDB 94), Santiago : Chile, 1994: [ 4 ] Fu Y, Han J. Meta2rule2guided m ining of association rules in relational databases[ C ] / / Proc of First Int l Workshop Integration Knowledge D iscovery with Deductive and Ob2 ject2o riented Databases ( KDOOD 95), Singapore, 1995: [ 5 ] Ferreira C. Gene exp ression p rogramm ing: a new adap tive algorithm for solving p roblem s [ J ]. Comp lex System s, 2001, 13 (2) : [ 6 ] Zuo J ie, Tang Changjie, Zhang Tianqing. M ining p redicate association rule by gene exp ression p rogramm ing [ C ] / / Proc of the 3 rd International Conference on W eb2age Infor2 mation Management (WA IM 2002), Beijing, 2002: [ 7 ] Zuo J ie. Research on the key technology of gene exp ression p rogramm ing [ D ]. Chengdu: Sichuan University, [. [ D ]. :, ] [ 8 ]De Castro L N, Von Zuben F J. A rtificial immune system s: Part I Basic theory and app lications[ R ] [ 9 ]De Castro L N, Von Zuben F J. A rtificial immune system s: Part II A survey of app lications [ R ]. RT DCA, [ 10 ]. [M ]. :, [ 11 ] Zeng Tao, Tang Changjie, Zhu M ingfang, et al. A IGEP: an app roach for m ining multi2dimension comp lex association rule [DB /OL ]. http: / /www. paper. edu. cn, [,,,. A IGEP: [ DB /OL ]. http: / /www. paper. edu. cn, ] ( )

M in ing Recursive Function s Ba sed on Gene Expression Programm ing

M in ing Recursive Function s Ba sed on Gene Expression Programm ing 39 5 ( ) Vol. 39 No. 5 2007 9 JOURNAL OF SICHUAN UN IVERSITY ( ENGINEER ING SC IENCE ED ITION) Sep t. 2007 : 100923087 (2007) 0520127206 1, 2, 1, η 1, 3, 1, 1, 1, 2 (1., 610065; 2., 610074; 3., 610041)

Διαβάστε περισσότερα

Application of a novel immune network learn ing algorithm to fault diagnosis

Application of a novel immune network learn ing algorithm to fault diagnosis 3 5 Vol. 3. 5 2008 10 CAA I Transactions on Intelligent System s Oct. 2008 1, 2, 1, 2 (1., 525000; 2., 030024) :,.,.,.,., 5. : ; ; ; : TP18 : A : 167324785 (2008) 0520449206 Application of a novel immune

Διαβάστε περισσότερα

Knowledge Induction Ba sed on Genera liza tion of M ulti2benchmark A ttr ibute

Knowledge Induction Ba sed on Genera liza tion of M ulti2benchmark A ttr ibute 39 2 ( ) Vol. 39 No. 2 2007 3 JOURNAL OF SICHUAN UN IVERSITY ( ENGINEER ING SC IENCE ED ITION) Mar. 2007 : 100923087 (2007) 0220116205 1, 2, 1, 1, 3, 4, 1, 5 (1., 610065; 2., 610065; 3., 610041; 4., 610064;

Διαβάστε περισσότερα

Error ana lysis of P2wave non2hyperbolic m oveout veloc ity in layered media

Error ana lysis of P2wave non2hyperbolic m oveout veloc ity in layered media 28 1 2009 3 Vol128 No11 GLOBAL GEOLOGY Mar1 2009 : 1004 5589 (2009) 01 0098 05 P 1, 1, 2, 1 1., 130026; 2., 100027 :,,,, 1%,,, 12187%,, : ; ; ; : P63114 : A Abstract: Error ana lysis of P2wave non2hyperbolic

Διαβάστε περισσότερα

M in ing the Com pa tib ility Law of M ultid im en siona l M ed ic ines Ba sed on D ependence M ode Sets

M in ing the Com pa tib ility Law of M ultid im en siona l M ed ic ines Ba sed on D ependence M ode Sets 39 4 ( Vol. 39 No. 4 2007 7 JOURNAL OF SICHUAN UN IVERSITY ( ENGINEER ING SC IENCE ED ITION July 2007 : 100923087 (2007 0420134205 1, 1, 2, 1, 1, 3 (1., 610065; 2., 610075; 3., 150000 :, MM2 DE (MultidimesioalMedicie

Διαβάστε περισσότερα

Quick algorithm f or computing core attribute

Quick algorithm f or computing core attribute 24 5 Vol. 24 No. 5 Cont rol an d Decision 2009 5 May 2009 : 100120920 (2009) 0520738205 1a, 2, 1b (1. a., b., 239012 ; 2., 230039) :,,.,.,. : ; ; ; : TP181 : A Quick algorithm f or computing core attribute

Διαβάστε περισσότερα

Vol. 31,No JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb

Vol. 31,No JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb Ξ 31 Vol 31,No 1 2 0 0 1 2 JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 2 0 0 1 :025322778 (2001) 0120016205 (, 230026) : Q ( m 1, m 2,, m n ) k = m 1 + m 2 + + m n - n : Q ( m 1, m 2,, m

Διαβάστε περισσότερα

A multipath QoS routing algorithm based on Ant Net

A multipath QoS routing algorithm based on Ant Net 3 4 Vol. 3. 4 2008 8 CAA I Transactions on Intelligent System s Aug. 2008 AntNet QoS, (, 200237) : AntNet,, QoS, AntNet QoS. QoS,, AntNet QoS,, QoS : ; ; QoS; : TP393 : A : 67324785 (2008) 0420349206 A

Διαβάστε περισσότερα

DEIM Forum 2016 G7-5 152-8565 2-12-1 152-8565 2-12-1 889-1601 5200 E-mail: uragaki.k.aa@m.titech.ac.jp,,,.,,,,,,, 1. 1. 1,,,,,,.,,,,, 1. 2 [1],,,,, [2] (, SPM),,,,,,,. [3],, [4]. 2 A,B, A B, B A, B, 2,,,

Διαβάστε περισσότερα

Research on Economics and Management

Research on Economics and Management 36 5 2015 5 Research on Economics and Management Vol. 36 No. 5 May 2015 490 490 F323. 9 A DOI:10.13502/j.cnki.issn1000-7636.2015.05.007 1000-7636 2015 05-0052 - 10 2008 836 70% 1. 2 2010 1 2 3 2015-03

Διαβάστε περισσότερα

ER-Tree (Extended R*-Tree)

ER-Tree (Extended R*-Tree) 1-9825/22/13(4)768-6 22 Journal of Software Vol13, No4 1, 1, 2, 1 1, 1 (, 2327) 2 (, 3127) E-mail xhzhou@ustceducn,,,,,,, 1, TP311 A,,,, Elias s Rivest,Cleary Arya Mount [1] O(2 d ) Arya Mount [1] Friedman,Bentley

Διαβάστε περισσότερα

A Method for Creating Shortcut Links by Considering Popularity of Contents in Structured P2P Networks

A Method for Creating Shortcut Links by Considering Popularity of Contents in Structured P2P Networks P2P 1,a) 1 1 1 P2P P2P P2P P2P A Method for Creating Shortcut Links by Considering Popularity of Contents in Structured P2P Networks NARISHIGE Yuki 1,a) ABE Kota 1 ISHIBASHI Hayato 1 MATSUURA Toshio 1

Διαβάστε περισσότερα

China Academic Journal Electronic Publishing House. All rights reserved. O ct., 2005

China Academic Journal Electronic Publishing House. All rights reserved.  O ct., 2005 23 10( 142) V ol. 23, N o. 10 200510 System s Engineering O ct., 2005 100124098 (2005) 1020081205 Ξ 1, 2, 1 2, (1., 710049; 21, 266033),,,,,,,, ; ; F224. 32 A 20 6070 [1, 2 ], 1, 1. 1, (1) T = {1, 2},

Διαβάστε περισσότερα

Knowledge Rep resentation for Incomp lete Fault D iagnosis Based on Flow Graphs

Knowledge Rep resentation for Incomp lete Fault D iagnosis Based on Flow Graphs 14 3 20096 JOURNAL OF HARB IN UN IVERSITY OF SC IENCE AND TECHNOLOGY Vol114 No13 Jun. 2009,, (, 150001) :,. Paw2 lak,.,,,. : ;;; : TP206 : A : 1007-2683 (2009) 03-0042- 04 Knowledge Rep resentation for

Διαβάστε περισσότερα

Q L -BFGS. Method of Q through full waveform inversion based on L -BFGS algorithm. SUN Hui-qiu HAN Li-guo XU Yang-yang GAO Han ZHOU Yan ZHANG Pan

Q L -BFGS. Method of Q through full waveform inversion based on L -BFGS algorithm. SUN Hui-qiu HAN Li-guo XU Yang-yang GAO Han ZHOU Yan ZHANG Pan 3 2015 12 GLOBAL GEOLOGY Vol. 3 No. Dec. 2015 100 5589 2015 0 1106 07 L BFGS Q 130026 Q 2D L BFGS Marmousi Q L BFGS P631. 3 A doi 10. 3969 /j. issn. 1005589. 2015. 0. 02 Method of Q through full waveform

Διαβάστε περισσότερα

Optimizing Microwave-assisted Extraction Process for Paprika Red Pigments Using Response Surface Methodology

Optimizing Microwave-assisted Extraction Process for Paprika Red Pigments Using Response Surface Methodology 2012 34 2 382-387 http / /xuebao. jxau. edu. cn Acta Agriculturae Universitatis Jiangxiensis E - mail ndxb7775@ sina. com 212018 105 W 42 2 min 0. 631 TS202. 3 A 1000-2286 2012 02-0382 - 06 Optimizing

Διαβάστε περισσότερα

Grid Re source Allocation Algorithm Ba sed on Parallel Gene Expre ssio n Pro gra mming

Grid Re source Allocation Algorithm Ba sed on Parallel Gene Expre ssio n Pro gra mming 2 2009 2 ACTA ELECTRONICA SINICA Vol. 37 No. 2 Feb. 2009,,, (, 210003) : NP2.,,, ( Grid Resource Allocation Algorithm based on Parallel GEP,GRA2PGEP).,., GRA2PGEP GEP GA. : ; ; ; : TP301 : A : 037222112

Διαβάστε περισσότερα

Jou rnal of M athem atical Study

Jou rnal of M athem atical Study 38 4 2005 12 Jou rnal of M athem atical Study V ol 38 o 4 D ec 2005 α (, 361005),, (SVV ), SVV, SVV, SVV - H elm holtz, (SEM ); (SVV ); O 174 52 A 1,, 1g, ( ),, 80,, ( [ 4 ]),,,, (e g [ 1 ]),, Gibbs,,,,,,

Διαβάστε περισσότερα

, Litrrow. Maxwell. Helmholtz Fredholm, . 40 Maystre [4 ], Goray [5 ], Kleemann [6 ] PACC: 4210, 4110H

, Litrrow. Maxwell. Helmholtz Fredholm, . 40 Maystre [4 ], Goray [5 ], Kleemann [6 ] PACC: 4210, 4110H 57 6 2008 6 100023290Π2008Π57 (06) Π3486208 ACTA PHYSICA SINICA Vol. 57,No. 6,June,2008 ν 2008 Chin. Phys. Soc. 3 1) 2) 1) g 1) (, 130033) 2) (, 100049) (2007 9 11 ;2007 11 14 ),Littrow,,.,., Litrrow.

Διαβάστε περισσότερα

MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION

MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION 25 2 2003 3 RESOURCES SCIENCE Vol. 25 No. 2 Mar. 2003 1 2 1 (11 100101 21 410083) : : 7 : :F06215 F3 TP393107 :A :1007-7588(2003) 02-0020 - 06 MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION

Διαβάστε περισσότερα

Vol. 38 No Journal of Jiangxi Normal University Natural Science Nov. 2014

Vol. 38 No Journal of Jiangxi Normal University Natural Science Nov. 2014 38 6 Vol 38 No 6 204 Journal o Jiangxi Normal UniversityNatural Science Nov 204 000-586220406-055-06 2 * 330022 Nevanlinna 2 2 2 O 74 52 0 B j z 0j = 0 φz 0 0 λ - φ= C j z 0j = 0 ab 0 arg a arg b a = cb0

Διαβάστε περισσότερα

VSC STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL OF VSC2HVDC SYSTEM VSC (1. , ; 2. , )

VSC STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL OF VSC2HVDC SYSTEM VSC (1. , ; 2. , ) 22 1 2002 1 Vol. 22 No. 1 Jan. 2002 Proceedings of the CSEE ν 2002 Chin. Soc. for Elec. Eng. :025828013 (2002) 0120017206 VSC 1, 1 2, (1., 310027 ; 2., 250061) STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL

Διαβάστε περισσότερα

On a New Model for Solving B ilevel Leader2follower Decision2making Problem s

On a New Model for Solving B ilevel Leader2follower Decision2making Problem s 17 2 2008 4 ( ) Journal of Yunnan Nationalities University(Natural Sciences Edition) Vol. 17 No. 2 Ap r. 2008 [ ] (, 100083).,,.,.,,,,,,. ; ; TP181 A 1672 8513 (2008) 02-0097 - 06 On a New Model for Solving

Διαβάστε περισσότερα

Research of Han Character Internal Codes Recognition Algorithm in the Multi2lingual Environment

Research of Han Character Internal Codes Recognition Algorithm in the Multi2lingual Environment 18 2 JOURNAL OF CHINESE INFORMATION PROCESSING Vol118 No12 :1003-0077 (2004) 02-0073 - 07 Ξ 1,2, 1, 1 (11, 215006 ;21, 210000) : ISO/ IEC 10646,,,,,, 9919 % : ; ; ; ; : TP39111 :A Research of Han Character

Διαβάστε περισσότερα

Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] (P)

Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] (P) ( ) 1 ( ) : : (Differential Evolution, DE) (Particle Swarm Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] 2 2.1 (P) (P ) minimize f(x) subject to g j (x) 0, j = 1,..., q h j (x) = 0, j

Διαβάστε περισσότερα

GPGPU. Grover. On Large Scale Simulation of Grover s Algorithm by Using GPGPU

GPGPU. Grover. On Large Scale Simulation of Grover s Algorithm by Using GPGPU GPGPU Grover 1, 2 1 3 4 Grover Grover OpenMP GPGPU Grover qubit OpenMP GPGPU, 1.47 qubit On Large Scale Simulation of Grover s Algorithm by Using GPGPU Hiroshi Shibata, 1, 2 Tomoya Suzuki, 1 Seiya Okubo

Διαβάστε περισσότερα

Approximation Expressions for the Temperature Integral

Approximation Expressions for the Temperature Integral 20 7Π8 2008 8 PROGRSS IN CHMISRY Vol. 20 No. 7Π8 Aug., 2008 3 3 3 3 3 ( 230026),,,, : O64311 ; O64213 : A : 10052281X(2008) 07Π821015206 Approimation pressions for the emperature Integral Chen Haiiang

Διαβάστε περισσότερα

D esign and Imp lem en tation of Parallel Genetic A lgo rithm

D esign and Imp lem en tation of Parallel Genetic A lgo rithm 2004 6 6 : 100026788 (2004) 0620061206 1, 2, 1 2, (1., 230027; 2., 230039) : PGA, : ; ; : T P301. 6 : A D esign and Imp lem en tation of Parallel Genetic A lgo rithm fo r F inding Roo ts Comp lex Functional

Διαβάστε περισσότερα

Re-Pair n. Re-Pair. Re-Pair. Re-Pair. Re-Pair. (Re-Merge) Re-Merge. Sekine [4, 5, 8] (highly repetitive text) [2] Re-Pair. Blocked-Repair-VF [7]

Re-Pair n. Re-Pair. Re-Pair. Re-Pair. Re-Pair. (Re-Merge) Re-Merge. Sekine [4, 5, 8] (highly repetitive text) [2] Re-Pair. Blocked-Repair-VF [7] Re-Pair 1 1 Re-Pair Re-Pair Re-Pair Re-Pair 1. Larsson Moffat [1] Re-Pair Re-Pair (Re-Pair) ( ) (highly repetitive text) [2] Re-Pair [7] Re-Pair Re-Pair n O(n) O(n) 1 Hokkaido University, Graduate School

Διαβάστε περισσότερα

GPU. CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA. Parallelizing the Number Partitioning Problem for GPUs

GPU. CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA. Parallelizing the Number Partitioning Problem for GPUs GPU 1 1 NP number partitioning problem Pedroso CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA C Pedroso Python 323 Python C 12.2 Parallelizing the Number Partitioning Problem for

Διαβάστε περισσότερα

Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention

Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention 33 2 2011 4 Vol. 33 No. 2 Apr. 2011 1002-8412 2011 02-0096-08 1 1 1 2 3 1. 361005 3. 361004 361005 2. 30 TU746. 3 A Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention

Διαβάστε περισσότερα

2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems

2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems 2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems Multiple User Interfaces MobileSoft'16, Multi-User Experience (MUX) S1: Insourcing S2: Outsourcing S3: Responsive design

Διαβάστε περισσότερα

Nov Journal of Zhengzhou University Engineering Science Vol. 36 No FCM. A doi /j. issn

Nov Journal of Zhengzhou University Engineering Science Vol. 36 No FCM. A doi /j. issn 2015 11 Nov 2015 36 6 Journal of Zhengzhou University Engineering Science Vol 36 No 6 1671-6833 2015 06-0056 - 05 C 1 1 2 2 1 450001 2 461000 C FCM FCM MIA MDC MDC MIA I FCM c FCM m FCM C TP18 A doi 10

Διαβάστε περισσότερα

Schedulability Analysis Algorithm for Timing Constraint Workflow Models

Schedulability Analysis Algorithm for Timing Constraint Workflow Models CIMS Vol.8No.72002pp.527-532 ( 100084) Petri Petri F270.7 A Schedulability Analysis Algorithm for Timing Constraint Workflow Models Li Huifang and Fan Yushun (Department of Automation, Tsinghua University,

Διαβάστε περισσότερα

Development of the Nursing Program for Rehabilitation of Woman Diagnosed with Breast Cancer

Development of the Nursing Program for Rehabilitation of Woman Diagnosed with Breast Cancer Development of the Nursing Program for Rehabilitation of Woman Diagnosed with Breast Cancer Naomi Morota Newman M Key Words woman diagnosed with breast cancer, rehabilitation nursing care program, the

Διαβάστε περισσότερα

A research on the influence of dummy activity on float in an AOA network and its amendments

A research on the influence of dummy activity on float in an AOA network and its amendments 2008 6 6 :100026788 (2008) 0620106209,, (, 102206) : NP2hard,,..,.,,.,.,. :,,,, : TB11411 : A A research on the influence of dummy activity on float in an AOA network and its amendments WANG Qiang, LI

Διαβάστε περισσότερα

Antimicrobial Ability of Limonene, a Natural and Active Monoterpene

Antimicrobial Ability of Limonene, a Natural and Active Monoterpene 2010,32 (1) :24 28 http :/ / xuebao. jlau. edu. cn Journal of Jilin Agricultural University E2mail : jlndxb @vip. sina. com Ξ,,,, ΞΞ, 200062 : : 320 mg/ L,; ph 4 9, ; 80, 100,121 : : ; ; : TS20213 : A

Διαβάστε περισσότερα

1 Google Map s. ? Google Map s. Google Map s , HTTP : http: / /kh0. google. com /kh? n = 404&v = 8&t = t, t. , Google

1 Google Map s. ? Google Map s. Google Map s , HTTP : http: / /kh0. google. com /kh? n = 404&v = 8&t = t, t. , Google 2009 5 May 2009 : 1000-5463 (2009) 02-0106 - 05 ( ) JOURNAL OF SOUTH CH INA NORMAL UN IVERSITY (NATURAL SC IENCE ED ITION) 2009 2 No. 2, 2009 Googl e Map s, 3 (, 510631) : Google Map s, Google Map s GIS.

Διαβάστε περισσότερα

Reading Order Detection for Text Layout Excluded by Image

Reading Order Detection for Text Layout Excluded by Image 19 5 JOURNAL OF CHINESE INFORMATION PROCESSING Vol119 No15 :1003-0077 - (2005) 05-0067 - 09 1, 1, 2 (11, 100871 ; 21IBM, 100027) :,,, PMRegion,, : ; ; ; ; :TP391112 :A Reading Order Detection for Text

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

Διαβάστε περισσότερα

n 1 n 3 choice node (shelf) choice node (rough group) choice node (representative candidate)

n 1 n 3 choice node (shelf) choice node (rough group) choice node (representative candidate) THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. y y yy y 1565 0871 2 1 yy 525 8577 1 1 1 E-mail: yfmakihara,shiraig@cv.mech.eng.osaka-u.ac.jp, yyshimada@ci.ritsumei.ac.jp

Διαβάστε περισσότερα

IPSJ SIG Technical Report Vol.2014-CE-127 No /12/6 CS Activity 1,a) CS Computer Science Activity Activity Actvity Activity Dining Eight-He

IPSJ SIG Technical Report Vol.2014-CE-127 No /12/6 CS Activity 1,a) CS Computer Science Activity Activity Actvity Activity Dining Eight-He CS Activity 1,a) 2 2 3 CS Computer Science Activity Activity Actvity Activity Dining Eight-Headed Dragon CS Unplugged Activity for Learning Scheduling Methods Hisao Fukuoka 1,a) Toru Watanabe 2 Makoto

Διαβάστε περισσότερα

IL - 13 /IL - 18 ELISA PCR RT - PCR. IL - 13 IL - 18 mrna. 13 IL - 18 mrna IL - 13 /IL Th1 /Th2

IL - 13 /IL - 18 ELISA PCR RT - PCR. IL - 13 IL - 18 mrna. 13 IL - 18 mrna IL - 13 /IL Th1 /Th2 344 IL - 13 /IL - 18 1 2 1 2 1 2 1 2 1 2 3 1 2 13 18 IL - 13 /IL - 18 10% / OVA /AL OH 3 5% 16 ~ 43 d 44 d ELISA BALF IL - 13 IL - 18 PCR RT - PCR IL - 13 IL - 18 mrna IL - 13 mrna 0. 01 IL - 18 mrna 0.

Διαβάστε περισσότερα

Buried Markov Model Pairwise

Buried Markov Model Pairwise Buried Markov Model 1 2 2 HMM Buried Markov Model J. Bilmes Buried Markov Model Pairwise 0.6 0.6 1.3 Structuring Model for Speech Recognition using Buried Markov Model Takayuki Yamamoto, 1 Tetsuya Takiguchi

Διαβάστε περισσότερα

Comparison of carbon-sulfur and carbon-amine bond in therapeutic drug: -S-aromatic heterocyclic podophyllum derivatives display antitumor activity

Comparison of carbon-sulfur and carbon-amine bond in therapeutic drug: -S-aromatic heterocyclic podophyllum derivatives display antitumor activity Comparison of carbon-sulfur and carbon-amine bond in therapeutic drug: -S-aromatic heterocyclic podophyllum derivatives display antitumor activity Jian-Long Li 1,a, Wei Zhao 1,a, Chen Zhou 1,a, Ya-Xuan

Διαβάστε περισσότερα

23, 1 Vol123, No11 2006 1 JOURNAL OF SHENZHEN UN IVERSITY SC IENCE AND ENGINEER ING Jan1 2006 , 2.,, ;,,,. . 6 2,

23, 1 Vol123, No11 2006 1 JOURNAL OF SHENZHEN UN IVERSITY SC IENCE AND ENGINEER ING Jan1 2006 , 2.,, ;,,,. . 6 2, 23, 1 Vol123, No11 2006 1 JOURNAL OF SHENZHEN UN IVERSITY SC IENCE AND ENGINEER ING Jan1 2006 : 100022618 ( 2006) 0120042206 2 1, 2, 2 (1., 518060; 2., ) : 2. PFC 2D, 2., 2.,, ;,,,.. : ; 2 ; ; : TUY 435

Διαβάστε περισσότερα

Gro wth Properties of Typical Water Bloom Algae in Reclaimed Water

Gro wth Properties of Typical Water Bloom Algae in Reclaimed Water 31 1 2010 1 ENVIRONMENTAL SCIENCE Vol. 31,No. 1 Jan.,2010, 3, (,, 100084) :,.,, ( Microcystis aeruginosa),3 (A 2 O ) 10 6 ml - 1,> 0139 d - 1. A 2 O222,. TP ( K max ) ( R max ), Monod. :; ; ; ; :X173 :A

Διαβάστε περισσότερα

MSM Men who have Sex with Men HIV -

MSM Men who have Sex with Men HIV - ,**, The Japanese Society for AIDS Research The Journal of AIDS Research HIV,0 + + + + +,,, +, : HIV : +322,*** HIV,0,, :., n,0,,. + 2 2, CD. +3-ml n,, AIDS 3 ARC 3 +* 1. A, MSM Men who have Sex with Men

Διαβάστε περισσότερα

Arbitrage Analysis of Futures Market with Frictions

Arbitrage Analysis of Futures Market with Frictions 2007 1 1 :100026788 (2007) 0120033206, (, 200052) : Vignola2Dale (1980) Kawaller2Koch(1984) (cost of carry),.,, ;,, : ;,;,. : ;;; : F83019 : A Arbitrage Analysis of Futures Market with Frictions LIU Hai2long,

Διαβάστε περισσότερα

OLS. University of New South Wales, Australia

OLS. University of New South Wales, Australia 1997 2007 5 OLS Abstract An understanding of the macro-level relationship between fertility and female employment is relevant and important to current policy-making. The objective of this study is to empirically

Διαβάστε περισσότερα

A summation formula ramified with hypergeometric function and involving recurrence relation

A summation formula ramified with hypergeometric function and involving recurrence relation South Asian Journal of Mathematics 017, Vol. 7 ( 1): 1 4 www.sajm-online.com ISSN 51-151 RESEARCH ARTICLE A summation formula ramified with hypergeometric function and involving recurrence relation Salahuddin

Διαβάστε περισσότερα

Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo

Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo Bull. Earthq. Res. Inst. Univ. Tokyo Vol. 2.,**3 pp.,,3,.* * +, -. +, -. Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo Kunihiko Shimazaki *, Tsuyoshi Haraguchi, Takeo Ishibe +, -.

Διαβάστε περισσότερα

Adaptive grouping difference variation wolf pack algorithm

Adaptive grouping difference variation wolf pack algorithm 3 2017 5 ( ) Journal of East China Normal University (Natural Science) No. 3 May 2017 : 1000-5641(2017)03-0078-09, (, 163318) :,,.,,,,.,,. : ; ; ; : TP301.6 : A DOI: 10.3969/j.issn.1000-5641.2017.03.008

Διαβάστε περισσότερα

Prey-Taxis Holling-Tanner

Prey-Taxis Holling-Tanner Vol. 28 ( 2018 ) No. 1 J. of Math. (PRC) Prey-Taxis Holling-Tanner, (, 730070) : prey-taxis Holling-Tanner.,,.. : Holling-Tanner ; prey-taxis; ; MR(2010) : 35B32; 35B36 : O175.26 : A : 0255-7797(2018)01-0140-07

Διαβάστε περισσότερα

Optimization Investment of Football Lottery Game Online Combinatorial Optimization

Optimization Investment of Football Lottery Game Online Combinatorial Optimization 27 :26788 (27) 2926,2, 2, 3 (, 76 ;2, 749 ; 3, 64) :, ;,,, ;,, : ; ; ; ; ; : TB4 : A Optimization Investment of Football Lottery Game Online Combinatorial Optimization HU Mao2lin,2, XU Yin2feng 2, XU Wei2jun

Διαβάστε περισσότερα

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ Πτυχιακή Εργασία "Η ΣΗΜΑΝΤΙΚΟΤΗΤΑ ΤΟΥ ΜΗΤΡΙΚΟΥ ΘΗΛΑΣΜΟΥ ΣΤΗ ΠΡΟΛΗΨΗ ΤΗΣ ΠΑΙΔΙΚΗΣ ΠΑΧΥΣΑΡΚΙΑΣ" Ειρήνη Σωτηρίου Λεμεσός 2014 ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ

Διαβάστε περισσότερα

D evelopm en t and Applica tion of M odeling and S im ula tion Technology

D evelopm en t and Applica tion of M odeling and S im ula tion Technology [ ]:,,,,,,,,,,,,,, (, 100191) :, : ; ; ; ; : TH12; TP391. 9 : A : 167125276 (2010) 0120001206 D evelopm en t and Applica tion of M odeling and S im ula tion Technology WANG Xing2ren (B e ijing U n ive

Διαβάστε περισσότερα

,,, (, 100875) 1989 12 25 1990 2 23, - 2-4 ;,,, ; -

,,, (, 100875) 1989 12 25 1990 2 23, - 2-4 ;,,, ; - 25 3 2003 5 RESOURCES SCIENCE Vol. 25 No. 3 May 2003 ( 100875) : 500L - 2-4 - 6-8 - 10 114h - 120h 6h 1989 12 25 1990 2 23-2 - 4 : ; ; - 4 1186cm d - 1 10cm 514d ; : 714 13 317 714 119 317 : ; ; ; :P731

Διαβάστε περισσότερα

Correction of chromatic aberration for human eyes with diffractive-refractive hybrid elements

Correction of chromatic aberration for human eyes with diffractive-refractive hybrid elements 5 5 2012 10 Chinese Optics Vol. 5 No. 5 Oct. 2012 1674-2915 2012 05-0525-06 - * 100190-14 - - 14. 51 μm 81. 4 μm - 1. 64 μm / O436. 1 TH703 A doi 10. 3788 /CO. 20120505. 0525 Correction of chromatic aberration

Διαβάστε περισσότερα

Newman Modularity Newman [4], [5] Newman Q Q Q greedy algorithm[6] Newman Newman Q 1 Tabu Search[7] Newman Newman Newman Q Newman 1 2 Newman 3

Newman Modularity Newman [4], [5] Newman Q Q Q greedy algorithm[6] Newman Newman Q 1 Tabu Search[7] Newman Newman Newman Q Newman 1 2 Newman 3 DEWS2007 D3-6 y yy y y y y yy / DC 7313194 341 E-mail: yfktamura,mori,kuroki,kitakamig@its.hiroshima-cu.ac.jp, yymakoto@db.its.hiroshima-cu.ac.jp Newman Newman Newman Newman Newman A Clustering Algorithm

Διαβάστε περισσότερα

HIV HIV HIV HIV AIDS 3 :.1 /-,**1 +332

HIV HIV HIV HIV AIDS 3 :.1 /-,**1 +332 ,**1 The Japanese Society for AIDS Research The Journal of AIDS Research +,, +,, +,, + -. / 0 1 +, -. / 0 1 : :,**- +,**. 1..+ - : +** 22 HIV AIDS HIV HIV AIDS : HIV AIDS HIV :HIV AIDS 3 :.1 /-,**1 HIV

Διαβάστε περισσότερα

HOSVD. Higher Order Data Classification Method with Autocorrelation Matrix Correcting on HOSVD. Junichi MORIGAKI and Kaoru KATAYAMA

HOSVD. Higher Order Data Classification Method with Autocorrelation Matrix Correcting on HOSVD. Junichi MORIGAKI and Kaoru KATAYAMA DEIM Forum 2010 D1-4 HOSVD 191-0065 6-6 E-mail: j.morigaki@gmail.com, katayama@tmu.ac.jp Lathauwer (HOSVD) (Tensor) HOSVD Savas HOSVD Sun HOSVD,, Higher Order Data Classification Method with Autocorrelation

Διαβάστε περισσότερα

* * E mail : matsuto eng.hokudai.ac.jp. Zeiss

* * E mail : matsuto eng.hokudai.ac.jp. Zeiss 400 Vol., No., pp., * * R.... * * Email : matsutoeng.hokudai.ac.jp Zeiss 401 Petts Becker Petts Petts Opaluch Joos. I L T M P TMP MP IM A IP B LM C TMP LM D LM B LM E * LP F * km TMP C TP E * TP G * 402...

Διαβάστε περισσότερα

Analysis of energy consumption of telecommunications network and application of energy-saving techniques

Analysis of energy consumption of telecommunications network and application of energy-saving techniques 40 2 ( ) Vol.40 No.2 2009 4 Journal of Central South University (Science and Technology) Apr. 2009 1, 2 (1. 430074 2. 410015) TN915 A 1672 7207(2009)02 0464 07 Analysis of energy consumption of telecommunications

Διαβάστε περισσότερα

ΜΕΤΑΠΤΥΧΙΑΚΗ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ «ΘΕΜΑ»

ΜΕΤΑΠΤΥΧΙΑΚΗ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ «ΘΕΜΑ» ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΣΧΟΛΗ ΑΝΘΡΩΠΙΣΤΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΩΝ ΤΗΣ ΠΡΟΣΧΟΛΙΚΗΣ ΑΓΩΓΗΣ ΚΑΙ ΤΟΥ ΕΚΠΑΙΔΕΥΤΙΚΟΥ ΣΧΕΔΙΑΣΜΟΥ Π.Μ.Σ. «ΠΕΡΙΒΑΛΛΟΝΤΙΚΗ ΕΚΠΑΙΔΕΥΣΗ» ΜΕΤΑΠΤΥΧΙΑΚΗ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ «ΘΕΜΑ» «Εφαρμογή

Διαβάστε περισσότερα

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ Πτυχιακή εργασία ΓΝΩΣΕΙΣ ΚΑΙ ΣΤΑΣΕΙΣ ΝΟΣΗΛΕΥΤΩΝ ΠΡΟΣ ΤΟΥΣ ΦΟΡΕΙΣ ΜΕ ΣΥΝΔΡΟΜΟ ΕΠΙΚΤΗΤΗΣ ΑΝΟΣΟΑΝΕΠΑΡΚΕΙΑΣ (AIDS) Αλέξης Δημήτρη Α.Φ.Τ: 20085675385 Λεμεσός

Διαβάστε περισσότερα

Technical Research Report, Earthquake Research Institute, the University of Tokyo, No. +-, pp. 0 +3,,**1. No ,**1

Technical Research Report, Earthquake Research Institute, the University of Tokyo, No. +-, pp. 0 +3,,**1. No ,**1 No. +- 0 +3,**1 Technical Research Report, Earthquake Research Institute, the University of Tokyo, No. +-, pp. 0 +3,,**1. * Construction of the General Observation System for Strong Motion in Earthquake

Διαβάστε περισσότερα

ACTA MATHEMATICAE APPLICATAE SINICA Nov., ( µ ) ( (

ACTA MATHEMATICAE APPLICATAE SINICA Nov., ( µ ) (  ( 35 Þ 6 Ð Å Vol. 35 No. 6 2012 11 ACTA MATHEMATICAE APPLICATAE SINICA Nov., 2012 È ÄÎ Ç ÓÑ ( µ 266590) (E-mail: jgzhu980@yahoo.com.cn) Ð ( Æ (Í ), µ 266555) (E-mail: bbhao981@yahoo.com.cn) Þ» ½ α- Ð Æ Ä

Διαβάστε περισσότερα

ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. «Προστασία ηλεκτροδίων γείωσης από τη διάβρωση»

ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. «Προστασία ηλεκτροδίων γείωσης από τη διάβρωση» ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΠΟΛΥΤΕΧΝΙΚΗ ΣΧΟΛΗ ΤΜΗΜΑ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΤΟΜΕΑΣ ΗΛΕΚΤΡΙΚΗΣ ΕΝΕΡΓΕΙΑΣ ΕΡΓΑΣΤΗΡΙΟ ΥΨΗΛΩΝ ΤΑΣΕΩΝ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ «Προστασία ηλεκτροδίων

Διαβάστε περισσότερα

Toward a SPARQL Query Execution Mechanism using Dynamic Mapping Adaptation -A Preliminary Report- Takuya Adachi 1 Naoki Fukuta 2.

Toward a SPARQL Query Execution Mechanism using Dynamic Mapping Adaptation -A Preliminary Report- Takuya Adachi 1 Naoki Fukuta 2. SIG-SWO-041-05 SPAIDA: SPARQL Toward a SPARQL Query Execution Mechanism using Dynamic Mapping Adaptation -A Preliminary Report- 1 2 Takuya Adachi 1 Naoki Fukuta 2 1 1 Faculty of Informatics, Shizuoka University

Διαβάστε περισσότερα

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ ΠΤΥΧΙΑΚΗ ΕΡΓΑΣΙΑ ΕΠΗΡΕΑΖΕΙ ΤΗΝ ΠΡΟΛΗΨΗ ΚΑΡΚΙΝΟΥ ΤΟΥ ΜΑΣΤΟΥ

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ ΠΤΥΧΙΑΚΗ ΕΡΓΑΣΙΑ ΕΠΗΡΕΑΖΕΙ ΤΗΝ ΠΡΟΛΗΨΗ ΚΑΡΚΙΝΟΥ ΤΟΥ ΜΑΣΤΟΥ ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ ΤΜΗΜΑ ΝΟΣΗΛΕΥΤΙΚΗΣ ΠΤΥΧΙΑΚΗ ΕΡΓΑΣΙΑ ΠΩΣ Η ΚΑΤΑΝΑΛΩΣΗ ΦΡΟΥΤΩΝ ΚΑΙ ΛΑΧΑΝΙΚΩΝ ΕΠΗΡΕΑΖΕΙ ΤΗΝ ΠΡΟΛΗΨΗ ΚΑΡΚΙΝΟΥ ΤΟΥ ΜΑΣΤΟΥ Όνομα φοιτήτριας ΚΑΛΑΠΟΔΑ ΜΑΡΚΕΛΛΑ

Διαβάστε περισσότερα

TMA4115 Matematikk 3

TMA4115 Matematikk 3 TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet

Διαβάστε περισσότερα

ΣΤΥΛΙΑΝΟΥ ΣΟΦΙΑ Socm09008@soc.aegean.gr

ΣΤΥΛΙΑΝΟΥ ΣΟΦΙΑ Socm09008@soc.aegean.gr ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΣΧΟΛΗ ΚΟΙΝΩΝΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΚΟΙΝΩΝΙΟΛΟΓΙΑΣ ΜΕΤΑΠΤΥΧΙΑΚΟ ΠΡΟΓΡΑΜΜΑ ΣΠΟΥΔΩΝ «ΕΡΕΥΝΑ ΓΙΑ ΤΗΝ ΤΟΠΙΚΗ ΚΟΙΝΩΝΙΚΗ ΑΝΑΠΤΥΞΗ ΚΑΙ ΣΥΝΟΧΗ» ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ Θέμα: Διερεύνηση των απόψεων

Διαβάστε περισσότερα

( , ,

( , , 33 9 ( ) V o l. 33 N o. 9 2005 9 Jour. of N o rthw est Sci2T ech U niv. of A gri. and Fo r. (N aṫ Sci. Ed. ) Sep. 2005 Ξ 1, 2, 1, 1, 1, 1, 1, 2 (1 010018; 2 512005) [],, 8 8 9, () (),,,,,, ;, ;,, ;,,,

Διαβάστε περισσότερα

[4] 1.2 [5] Bayesian Approach min-max min-max [6] UCB(Upper Confidence Bound ) UCT [7] [1] ( ) Amazons[8] Lines of Action(LOA)[4] Winands [4] 1

[4] 1.2 [5] Bayesian Approach min-max min-max [6] UCB(Upper Confidence Bound ) UCT [7] [1] ( ) Amazons[8] Lines of Action(LOA)[4] Winands [4] 1 1,a) Bayesian Approach An Application of Monte-Carlo Tree Search Algorithm for Shogi Player Based on Bayesian Approach Daisaku Yokoyama 1,a) Abstract: Monte-Carlo Tree Search (MCTS) algorithm is quite

Διαβάστε περισσότερα

Research on vehicle routing problem with stochastic demand and PSO2DP algorithm with Inver2over operator

Research on vehicle routing problem with stochastic demand and PSO2DP algorithm with Inver2over operator 2008 10 10 :100026788 (2008) 1020076206 (, 400074) :, Inver2over,,, : ; ; ; Inver2over ; : F54015 : A Research on vehicle routing problem with stochastic demand and PSO2DP algorithm with Inver2over operator

Διαβάστε περισσότερα

Fo recasting Stock M arket Q uo tation s via Fuzzy N eu ral N etw o rk Based on T 2S M odel

Fo recasting Stock M arket Q uo tation s via Fuzzy N eu ral N etw o rk Based on T 2S M odel 2001 2 2 : 100026788 (2001) 0220066207 T 2S,, (, 400044) : T 2S,,, ( ),,. : ; ; α Fo recasting Stock M arket Q uo tation s via Fuzzy N eu ral N etw o rk Based on T 2S M odel CH EN X ing, M EN G W ei2dong,

Διαβάστε περισσότερα

ΤΕΧΝΙΚΕΣ ΑΥΞΗΣΗΣ ΤΗΣ ΑΠΟΔΟΣΗΣ ΤΩΝ ΥΠΟΛΟΓΙΣΤΩΝ I

ΤΕΧΝΙΚΕΣ ΑΥΞΗΣΗΣ ΤΗΣ ΑΠΟΔΟΣΗΣ ΤΩΝ ΥΠΟΛΟΓΙΣΤΩΝ I ΤΕΧΝΙΚΕΣ ΑΥΞΗΣΗΣ ΤΗΣ ΑΠΟΔΟΣΗΣ ΤΩΝ ΥΠΟΛΟΓΙΣΤΩΝ I MIPS Η MIPS (Microprocessor without Interlocked Pipeline Stages) είναι μία αρχιτεκτονική συνόλου εντολών (ISA) γλώσσας μηχανής που αναπτύχθηκε από την εταιρεία

Διαβάστε περισσότερα

An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software Defined Radio

An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software Defined Radio C IEEJ Transactions on Electronics, Information and Systems Vol.133 No.5 pp.910 915 DOI: 10.1541/ieejeiss.133.910 a) An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software

Διαβάστε περισσότερα

T he Op tim al L PM Po rtfo lio M odel of H arlow s and Its So lving M ethod

T he Op tim al L PM Po rtfo lio M odel of H arlow s and Its So lving M ethod 2003 6 6 00026788 (2003) 0620042206 H arlow, 2 3, (., 70049; 2., 7006; 3., 200433) H arlow,,,,, ;, ; ; F832. 5; F830. 9 A T he Op tim al L PM Po rtfo lio M odel of H arlow s ad Its So lvig M ethod W AN

Διαβάστε περισσότερα

1 (forward modeling) 2 (data-driven modeling) e- Quest EnergyPlus DeST 1.1. {X t } ARMA. S.Sp. Pappas [4]

1 (forward modeling) 2 (data-driven modeling) e- Quest EnergyPlus DeST 1.1. {X t } ARMA. S.Sp. Pappas [4] 212 2 ( 4 252 ) No.2 in 212 (Total No.252 Vol.4) doi 1.3969/j.issn.1673-7237.212.2.16 STANDARD & TESTING 1 2 2 (1. 2184 2. 2184) CensusX12 ARMA ARMA TU111.19 A 1673-7237(212)2-55-5 Time Series Analysis

Διαβάστε περισσότερα

Ó³ Ÿ , º 2(131).. 105Ä ƒ. ± Ï,.. ÊÉ ±μ,.. Šμ ² ±μ,.. Œ Ì ²μ. Ñ Ò É ÉÊÉ Ö ÒÌ ² μ, Ê

Ó³ Ÿ , º 2(131).. 105Ä ƒ. ± Ï,.. ÊÉ ±μ,.. Šμ ² ±μ,.. Œ Ì ²μ. Ñ Ò É ÉÊÉ Ö ÒÌ ² μ, Ê Ó³ Ÿ. 2006.. 3, º 2(131).. 105Ä110 Š 537.311.5; 538.945 Œ ƒ ˆ ƒ Ÿ ˆŠ ˆ ƒ Ÿ ƒ ˆ œ ƒ Œ ƒ ˆ ˆ Š ˆ 4 ². ƒ. ± Ï,.. ÊÉ ±μ,.. Šμ ² ±μ,.. Œ Ì ²μ Ñ Ò É ÉÊÉ Ö ÒÌ ² μ, Ê ³ É É Ö μ ² ³ μ É ³ Í ² Ö Ê³ μ μ ³ É μ μ μ²ö

Διαβάστε περισσότερα

Retrieval of Seismic Data Recorded on Open-reel-type Magnetic Tapes (MT) by Using Existing Devices

Retrieval of Seismic Data Recorded on Open-reel-type Magnetic Tapes (MT) by Using Existing Devices No. 3 + 1,**- Technical Research Report, Earthquake Research Institute, University of Tokyo, No. 3, pp. + 1,,**-. MT * ** *** Retrieval of Seismic Data Recorded on Open-reel-type Magnetic Tapes (MT) by

Διαβάστε περισσότερα

ΜΕΛΕΤΗ ΤΗΣ ΠΛΑΣΤΙΚΟΤΗΤΑΣ ΑΡΓΙΛΟΥΧΩΝ ΜΙΓΜΑΤΩΝ ΜΕ ΠΡΟΣΘΗΚΗ ΣΙΔΗΡΑΛΟΥΜΙΝΑΣ ΑΠΟ ΤΗ ΔΙΕΡΓΑΣΙΑ BAYER

ΜΕΛΕΤΗ ΤΗΣ ΠΛΑΣΤΙΚΟΤΗΤΑΣ ΑΡΓΙΛΟΥΧΩΝ ΜΙΓΜΑΤΩΝ ΜΕ ΠΡΟΣΘΗΚΗ ΣΙΔΗΡΑΛΟΥΜΙΝΑΣ ΑΠΟ ΤΗ ΔΙΕΡΓΑΣΙΑ BAYER Πρακτικά 1ου Πανελληνίου Συνεδρίου για την Αξιοποίηση των Βιομηχανικών Παραπροϊόντων στη Δόμηση, ΕΒΙΠΑΡ, Θεσσαλονίκη, 24-26 Νοεμβρίου 2005 ΜΕΛΕΤΗ ΤΗΣ ΠΛΑΣΤΙΚΟΤΗΤΑΣ ΑΡΓΙΛΟΥΧΩΝ ΜΙΓΜΑΤΩΝ ΜΕ ΠΡΟΣΘΗΚΗ ΣΙΔΗΡΑΛΟΥΜΙΝΑΣ

Διαβάστε περισσότερα

Fourier transform, STFT 5. Continuous wavelet transform, CWT STFT STFT STFT STFT [1] CWT CWT CWT STFT [2 5] CWT STFT STFT CWT CWT. Griffin [8] CWT CWT

Fourier transform, STFT 5. Continuous wavelet transform, CWT STFT STFT STFT STFT [1] CWT CWT CWT STFT [2 5] CWT STFT STFT CWT CWT. Griffin [8] CWT CWT 1,a) 1,2,b) Continuous wavelet transform, CWT CWT CWT CWT CWT 100 1. Continuous wavelet transform, CWT [1] CWT CWT CWT [2 5] CWT CWT CWT CWT CWT Irino [6] CWT CWT CWT CWT CWT 1, 7-3-1, 113-0033 2 NTT,

Διαβάστε περισσότερα

Study of urban housing development projects: The general planning of Alexandria City

Study of urban housing development projects: The general planning of Alexandria City Paper published at Alexandria Engineering Journal, vol, No, July, Study of urban housing development projects: The general planning of Alexandria City Hisham El Shimy Architecture Department, Faculty of

Διαβάστε περισσότερα

The toxicity of three chitin synthesis inhibitors to Calliptamus italicus Othoptera Acridoidea

The toxicity of three chitin synthesis inhibitors to Calliptamus italicus Othoptera Acridoidea 2011 48 4 909 914 * 1 2** 2 2 2 2 2*** 1. 110161 2. 100081 026000 3 Calliptamus italicus L. 3 LC 50 LC 90 1. 34 14. 17 mg / L LC 50 LC 90 2. 09 45. 22 mg / L 50 mg / L 14 d 87% 100% 50 mg / L 50% The toxicity

Διαβάστε περισσότερα

ΔΘΝΙΚΗ ΥΟΛΗ ΓΗΜΟΙΑ ΓΙΟΙΚΗΗ ΚΑ ΔΚΠΑΙΓΔΤΣΙΚΗ ΔΙΡΑ ΣΔΛΙΚΗ ΔΡΓΑΙΑ

ΔΘΝΙΚΗ ΥΟΛΗ ΓΗΜΟΙΑ ΓΙΟΙΚΗΗ ΚΑ ΔΚΠΑΙΓΔΤΣΙΚΗ ΔΙΡΑ ΣΔΛΙΚΗ ΔΡΓΑΙΑ Ε ΔΘΝΙΚΗ ΥΟΛΗ ΓΗΜΟΙΑ ΓΙΟΙΚΗΗ ΚΑ ΔΚΠΑΙΓΔΤΣΙΚΗ ΔΙΡΑ ΣΜΗΜΑ ΓΔΝΙΚΗ ΓΙΟΙΚΗΗ ΣΔΛΙΚΗ ΔΡΓΑΙΑ Θέκα: Η Γηνίθεζε Αιιαγώλ (Change Management) ζην Γεκόζην Σνκέα: Η πεξίπησζε ηεο εθαξκνγήο ηνπ ύγρξνλνπ Γεκνζηνλνκηθνύ

Διαβάστε περισσότερα

Stress Relaxation Test and Constitutive Equation of Saturated Soft Soil

Stress Relaxation Test and Constitutive Equation of Saturated Soft Soil 8 7 011 7 Journal of Highway and Transportation Research and Development Vol. 8 No. 7 Jul. 011 100-068 011 07-0014 - 05 1 1. 0009. 710064 k 0 Merchant 4 Merchant U416. 1 + 6 A Stress Relaxation Test and

Διαβάστε περισσότερα

ON NEGATIVE MOMENTS OF CERTAIN DISCRETE DISTRIBUTIONS

ON NEGATIVE MOMENTS OF CERTAIN DISCRETE DISTRIBUTIONS Pa J Statist 2009 Vol 25(2), 135-140 ON NEGTIVE MOMENTS OF CERTIN DISCRETE DISTRIBUTIONS Masood nwar 1 and Munir hmad 2 1 Department of Maematics, COMSTS Institute of Information Technology, Islamabad,

Διαβάστε περισσότερα

( ) , ) , ; kg 1) 80 % kg. Vol. 28,No. 1 Jan.,2006 RESOURCES SCIENCE : (2006) ,2 ,,,, ; ;

( ) , ) , ; kg 1) 80 % kg. Vol. 28,No. 1 Jan.,2006 RESOURCES SCIENCE : (2006) ,2 ,,,, ; ; 28 1 2006 1 RESOURCES SCIENCE Vol. 28 No. 1 Jan. 2006 :1007-7588(2006) 01-0002 - 07 20 1 1 2 (11 100101 ; 21 101149) : 1978 1978 2001 ; 2010 ; ; ; : ; ; 24718kg 1) 1990 26211kg 260kg 1995 2001 238kg( 1)

Διαβάστε περισσότερα

P Ë ³μ,.. μ μ³μ²μ,.. ŠμÎ μ,.. μ μ,.. Š μ. ˆ œ ˆ Š Œˆ ŠˆŒ ƒ Œ Ÿ ˆŸ Š ˆ ˆ -ˆ ˆŠ

P Ë ³μ,.. μ μ³μ²μ,.. ŠμÎ μ,.. μ μ,.. Š μ. ˆ œ ˆ Š Œˆ ŠˆŒ ƒ Œ Ÿ ˆŸ Š ˆ ˆ -ˆ ˆŠ P9-2008-102.. Ë ³μ,.. μ μ³μ²μ,.. ŠμÎ μ,.. μ μ,.. Š μ ˆ œ ˆ Š Œˆ ŠˆŒ ƒ Œ Ÿ ˆŸ Š ˆ ˆ -ˆ ˆŠ Ë ³μ... P9-2008-102 ˆ μ²ó μ Ô± μ³ Î ± ³ μ³ ²Ö μ²êî Ö Êα μ μ - ÉμÎ ± μ²êî É ÒÌ Ê ±μ ÒÌ Êαμ 48 Ö ²Ö É Ö μ μ ±²ÕÎ

Διαβάστε περισσότερα

Polyvinyl Chloride PVC, The effects of organotin thermal stabilizers on the dehydrochlorination of TPUΠPVC blends

Polyvinyl Chloride PVC, The effects of organotin thermal stabilizers on the dehydrochlorination of TPUΠPVC blends No. 4 J ul.,2004 Polyvinyl Chloride 4 2004 7 TPUΠPVC Ξ,, (, 210009) [ ] [ ] Π,, :,, 395A T - 137 DB TL CaSt 2, [ ] TQ325. 3 TQ328. 3 [ ] A [ ] 1009-7937 (2004) 04-0028 - 06 The effects of organotin thermal

Διαβάστε περισσότερα

Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1

Main source: Discrete-time systems and computer control by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 A Brief History of Sampling Research 1915 - Edmund Taylor Whittaker (1873-1956) devised a

Διαβάστε περισσότερα

* ** *** *** Jun S HIMADA*, Kyoko O HSUMI**, Kazuhiko O HBA*** and Atsushi M ARUYAMA***

* ** *** *** Jun S HIMADA*, Kyoko O HSUMI**, Kazuhiko O HBA*** and Atsushi M ARUYAMA*** J. Jpn. Soc. Soil Phys. No. +*2, p. +3,2,**2 * ** *** *** Influence Area of Stem Flow on a Soil of Deciduous Forest Floor by Electric Resistivity Survey and the Evaluation of Groundwater Recharge through

Διαβάστε περισσότερα

High order interpolation function for surface contact problem

High order interpolation function for surface contact problem 3 016 5 Journal of East China Normal University Natural Science No 3 May 016 : 1000-564101603-0009-1 1 1 1 00444; E- 00030 : Lagrange Lobatto Matlab : ; Lagrange; : O41 : A DOI: 103969/jissn1000-56410160300

Διαβάστε περισσότερα

VBA Microsoft Excel. J. Comput. Chem. Jpn., Vol. 5, No. 1, pp (2006)

VBA Microsoft Excel. J. Comput. Chem. Jpn., Vol. 5, No. 1, pp (2006) J. Comput. Chem. Jpn., Vol. 5, No. 1, pp. 29 38 (2006) Microsoft Excel, 184-8588 2-24-16 e-mail: yosimura@cc.tuat.ac.jp (Received: July 28, 2005; Accepted for publication: October 24, 2005; Published on

Διαβάστε περισσότερα

ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. ΘΕΜΑ: «ιερεύνηση της σχέσης µεταξύ φωνηµικής επίγνωσης και ορθογραφικής δεξιότητας σε παιδιά προσχολικής ηλικίας»

ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. ΘΕΜΑ: «ιερεύνηση της σχέσης µεταξύ φωνηµικής επίγνωσης και ορθογραφικής δεξιότητας σε παιδιά προσχολικής ηλικίας» ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΣΧΟΛΗ ΑΝΘΡΩΠΙΣΤΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΩΝ ΤΗΣ ΠΡΟΣΧΟΛΙΚΗΣ ΑΓΩΓΗΣ ΚΑΙ ΤΟΥ ΕΚΠΑΙ ΕΥΤΙΚΟΥ ΣΧΕ ΙΑΣΜΟΥ «ΠΑΙ ΙΚΟ ΒΙΒΛΙΟ ΚΑΙ ΠΑΙ ΑΓΩΓΙΚΟ ΥΛΙΚΟ» ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ που εκπονήθηκε για τη

Διαβάστε περισσότερα