PERFORMANCE ANALYSIS OF PARALLEL ALGORITHMS

Size: px
Start display at page:

Download "PERFORMANCE ANALYSIS OF PARALLEL ALGORITHMS"

Transcription

1 Software Analye PERFORMANCE ANALYSIS OF PARALLEL ALGORIHMS Felcan ALECU PhD, Unverty Lecturer, Economc Informatc Deartment, Academy of Economc Stude, Bucharet, Romana E-mal: Abtract: A grd a collecton of ndvdual machne. he goal to create the lluon of a owerful comuter out of a large collecton of connected ytem harng reource. Some reource may be ued by all uer of the grd whle other may have ecfc retrcton. he mot common reource comutng cycle rovded by the roceor. Grd comutng rereent unlmted oortunte n term of bune and techncal aect. he man reaon of arallelzaton a equental rogram to run the rogram fater. he frt crteron to be condered when evaluatng the erformance of a arallel rogram the eedu ued to exre how many tme a arallel rogram work fater than the correondng equental one ued to olve the ame roblem. When runnng a arallel rogram on a real arallel ytem there an overhead comng from roceor load mbalance and from communcaton tme needed for changng data between roceor and for ynchronzaton. h the reaon why the executon tme of the rogram wll be greater than the theoretcal value. Key word: grd comutng; grd network; arallel roceng; erformance analy; arallel eedu; arallel effcency he erformance of arallel algorthm executed on multroceor ytem he frt crteron taken nto conderaton when the erformance of the arallel ytem are analyzed the eedu ued to exre how many tme a arallel rogram work fater than a equental one, where both rogram are olvng the ame roblem. he mot mortant reaon of arallelzaton a equental rogram to run the rogram fater. he eedu formula S where - the executon tme of the fatet equental rogram that olve the roblem; 29

2 Software Analye - the executon tme of the arallel rogram ued to fnalze the ame roblem. If a arallel rogram executed on a comuter havng roceor, the hghet value that can be obtaned for the eedu equal wth the number of roceor from the ytem. he maxmum eedu value could be acheved n an deal multroceor ytem where there are no communcaton cot and the workload of roceor balanced. In uch a ytem, every roceor need / tme unt n order to comlete t job o the eedu value wll be a the followng: S here a very mle reaon why the eedu value cannot be hgher than n uch a cae, all the ytem roceor could be emulated by a ngle equental one obtanng a eral executon tme lower than. But th not oble becaue rereent the executon tme of the fatet equental rogram ued to olve the roblem. Accordng to the Amdahl law, t very dffcult, even nto an deal arallel ytem, to obtan a eedu value equal wth the number of roceor becaue each rogram, n term of runnng tme, ha a fracton α that cannot be arallelzed and ha to be executed equentally by a ngle roceor. he ret of ( - α) wll be executed n arallel. he arallel executon tme and the eedu wll become: + S When, we have α ( α) / α + ( α) / α + ( α) / α ( ) + lm S he maxmum eedu that could be obtaned runnng on a arallel ytem a rogram wth a fracton α that cannot be arallelzed /α, no matter of the number of roceor from the ytem. For examle, f a rogram fracton of 20% cannot be arallelzed on a four roceor ytem, the arallel executon tme and the eedu wll be equal wth: / S 0.4 α he arallel executon tme wll be 40% of the eral executon tme and the arallel rogram wll be only 2.5 tme fater than the equental one becaue 20% of the rogram cannot be arallelzed (fgure ). he maxmum eedu that we can obtan /0.2 5 and th mean that the arallel executon tme wll never be horter than 20% of the equental executon tme even n a ytem wth an nfnte number of roceor. Amdahl low conclude t very mortant to dentfy the fracton of a rogram than cannot be arallelzed and to mnmze t. 30

3 Software Analye he arallel effcency quantfe the number of the valuable oeraton erformed by the roceor durng the arallel rogram executon. he arallel effcency could be exreed a the followng: S E where S the eedu and rereent the number of the roceor from the ytem. Sequental executon Parallel executon P P 4 P P 2 P 3 20% equental 20% 20% 20% 20% 00% equental Fgure. Parallel executon on an deal ytem Due to the fact the eedu value lower than the number of roceor, the arallel effcency wll be alway located between 0 and. Another mortant ndcator the executon cot rereentng the total roceor tme ued to olve the roblem. For a arallel alcaton, the arallel cot could be calculated accordng wth the followng formula: C For a equental rogram, t cot (equental cot) wll be equal wth the total executon tme: C For th reaon, the arallel effcency could be alo exreed a the followng: S C E C Fnally, the ulementary cot of arallel roceng ndcate the total roceor tme ent for econdary oeraton not drectly connected wth the man uroe of the rogram that executed. Such a cot cannot be dentfed for a equental rogram. C C C u l he fgure 2 reent the way n whch a arallel rogram wll be executed on a real 4 roceor ytem. h tme, the rogram contan a fracton of 20% that cannot be 3

4 Software Analye arallelzed, the load of the roceor not balanced and the communcaton tme are not neglected anymore. he ource of th tye of cot rereented by the followng element: - load mbalance generated by the unbalanced tak that are agned to dfferent roceor. In uch a cae, ome roceor wll fnh the executon earler o they need to wat n an dle tate for the other tak to be comleted. Alo, the reence of a rogram fracton that cannot be arallelzed generate load mbalance becaue th orton of code hould be executed by a ngle roceor n a equental manner. - ulementary calculaton generated by the need to comute ome value locally even f they are already calculated by another roceor that, unfortunately, buy at the tme when thee data are neceary. - communcaton and ynchronzaton between roceor the roceor need to communcate each other n order to obtan the fnal reult. Alo, there are ome redefned executon moment when ome roceor hould ynchronze ther actvty. Sequental executon Parallel executon P P 4 P P 2 P 3 20% equental ~20% ~20% ~20% ~20% 00% equental Fgure 2. Parallel executon on a real ytem In order to obtan a fater rogram, we can conclude we need to reduce to the mnmum the fracton that cannot be arallelzed, to aure the load balance of the tak at the roceor level and alo to mnmze the tme dedcated for communcaton and ynchronzaton. he erformance of arallel algorthm executed on grd ytem A grd a collecton of machne that contrbute any combnaton of reource a a whole. Bacally, grd comutng rereent a new evolutonary level of dtrbuted comutng. It tre to create the lluon of a vrtual ngle owerful comuter ntead of a large collecton of ndvdual ytem connected together. hee ytem are harng varou reource lke comutng cycle, data torage caacty ung unfyng fle ytem over 32

5 Software Analye multle machne, communcaton, oftware and lcene, ecal equment and caacte. he ue of the grd often born from a need for ncreaed reource of ome tye. Grd can be bult n all ze, rangng from jut a few machne n a deartment to grou of machne organzed n herarchy annng the world. he mlet grd cont of jut few machne, all of the ame hardware archtecture and ame oeratng ytem, connected on a local network. Some eole would call th a cluter mlementaton rather than a grd. he next te to nclude heterogeneou machne but wthn the ame organzaton. Such a grd alo referred to a an ntragrd. Securty become more mortant a more organzaton are nvolved. Sentve data n one deartment may need to be rotected from acce by job runnng for other deartment. Dedcated grd machne may be added to ncreae the ervce qualty. Over tme, a grd may grow to cro organzaton boundare and may be ued for common nteret roject. h known a an ntergrd. We wll conder a arallel rogram that executed n a tme of on a grd network comoed by comuter numbered from to. Alo, the equental executon tme of the rogram on an ndvdual taton wll be. he eedu of a arallel rogram that run on the cluter of taton can be comuted by dvdng the bet equental tme by the arallel one: mn S grd he ndvdual comuter of the grd network are not dentcal o they wll have dfferent roceng ower. he rato between the ower of an ordnary comuter and the mot owerful one can be exreed can be exreed by the formula: j mn j P,.. Each roorton wll atfy the followng relaton: P. Baed on thee rato, we can calculate the heterogenety factor of the comuter beng art of the cluter of taton by ung the dfference n ower that ext between them: ( P ) HF Durng a rogram executon, the degree of arallelm wll vary and th wll generate the load mbalance of the roceor from the ytem. Bacally, the degree of arallelm equal wth the number of roceor that are artcatng to the rogram executon. he average degree of arallelm defned a beng the average number of taton that were actve durng the entre executon of the rogram, a the followng: GP m 33

6 Software Analye where rereent how much tme the taton wa actve. he eedu formula can be now obtaned baed on the heterogenety of the taton that are art of the grd network and ung the average degree of arallelm of the rogram that executed: S GP ( GE). grd m In concluon n order to obtan a fater arallel rogram, there the need to reduce to the mnmum the fracton that cannot be arallelzed, to aure the load balance of the tak at the roceor level and alo to mnmze the amount of data ued for communcaton and ynchronzaton. Reference. Grama, A. et al, An Introducton to Parallel Comutng: Degn and Analy of Algorthm, Addon Weley, 2 nd edton, Gro, W. et al, he Sourcebook of Parallel Comutng, Morgan Kaufmann, Jordan, H. F., Jordan, H. E. Fundamental of Parallel Comutng, Prentce Hall, Joeh, J., Fellenten, C., Grd Comutng, Prentce Hall, Ladd, S., Gude to Parallel Programmng, Srnger-Verlag, anenbaum, A. S. Dtrbuted Oeratng Sytem, Prentce Hall, Wyrzykowk, R., Parallel Proceng And Aled Mathematc, Srnger, 2004 Alecu Felcan ha graduated the Faculty of Cybernetc, Stattc and Economc Informatc n 2000 and he hold a PhD dloma n Economc from Currently he lecturer of Economc Informatc wthn the Deartment of Economc Informatc at Faculty of Cybernetc, Stattc and Economc Informatc from the Academy of Economc Stude. He the author of more than 20 journal artcle n the feld of arallel comuter, grd comutng and dtrbuted roceng. 34

T1 Estimates SAT - 2006

T1 Estimates SAT - 2006 T1 Etmate SAT - 006 Tax and Lmoune Servce (TL) NAICS : 4853** by Javer Oyarzun BSMD Stattc Canada 007-1-1 1. Introducton 1.1 Ue of admntratve data Over the lat few year, Stattc Canada (STC) ha been accentuatng

More information

Hospital care organisation in Italy: a theoretical assessment of the reform

Hospital care organisation in Italy: a theoretical assessment of the reform Dartmento d Scenze Economche Unvertà d Breca Va S. Fautno 7/b 5 BESCIA Tel. 3 98885 Fax. 3 988837 e-mal: levagg@eco.unb.t otal care organaton n Italy: a theoretcal aement of the reform oella evagg Abtract.

More information

Optimum Design of Magnetic Inductive Energy Harvester and its AC-DC Converter

Optimum Design of Magnetic Inductive Energy Harvester and its AC-DC Converter Otmum Degn of Magnetc nductve Energy Harveter and t AC-DC Converter Qan Sun, Sumeet Patl, Stehen Stoute, Nan-Xang Sun, Brad Lehman Deartment of Electrcal and Comuter Engneerng Northeatern Unverty Boton,

More information

A Novel Architecture Design of Large-Scale Distributed Object Storage System

A Novel Architecture Design of Large-Scale Distributed Object Storage System Internatonal Journal of Grd Dtrbuton Computng Vol.8, No.1 (2015), pp.25-32 http://dx.do.org/10.14257/gdc.2015.8.1.03 A Novel Archtecture Degn of Large-Scale Dtrbuted Obect Storage Sytem Shan Yng 1 and

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

An Integrated Resource Management and Scheduling System for Grid Data Streaming Applications

An Integrated Resource Management and Scheduling System for Grid Data Streaming Applications An Integrated eource Management and Schedulng Sytem for Grd Data Streamng Applcaton Wen Zhang, Junwe Cao 2,3*, Yheng Zhong,3, Lanchen Lu,3, and Cheng Wu,3 Department of Automaton, Tnghua Unverty, Bejng

More information

A Study on Secure Data Storage Strategy in Cloud Computing

A Study on Secure Data Storage Strategy in Cloud Computing Journal of Convergence Informaton Technology Volume 5, Number 7, Setember 00 A Study on Secure Data Storage Strategy n Cloud Comutng Danwe Chen, Yanjun He, Frst Author College of Comuter Technology, Nanjng

More information

JCM_VN_AM003_ver01.0 Sectoral scope: 03

JCM_VN_AM003_ver01.0 Sectoral scope: 03 Sectoral scoe: 03 Jont Credtng Mechansm Aroved Methodology VN_AM003 Imrovng the energy effcency of commercal buldngs by utlzaton of hgh effcency equment A. Ttle of the methodology Imrovng the energy effcency

More information

Development and use of prediction models in Building Acoustics as in EN 12354. 1 Introduction. 2 EN 12354, part 1 & 2. 2.2 Lightweight single elements

Development and use of prediction models in Building Acoustics as in EN 12354. 1 Introduction. 2 EN 12354, part 1 & 2. 2.2 Lightweight single elements evelopment and ue of predcton model n Buldng Acoutc a n EN 1354 Eddy TNO Scence and Indutry, P.O. Box 155, N-600 A elft, The Netherland, eddy.gerreten@tno.nl Improvng the acoutc clmate n buldng an mportant

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Pass by Reference vs. Pass by Value

Pass by Reference vs. Pass by Value Pa by Reference v. Pa by Value Mot method are paed argument when they are called. An argument may be a contant or a varable. For example, n the expreon Math.qrt(33) the contant 33 paed to the qrt() method

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

Impact of the design method of permanent magnets synchronous generators for small direct drive wind turbines for battery operation

Impact of the design method of permanent magnets synchronous generators for small direct drive wind turbines for battery operation Impact o the degn method o permanent magnet ynchronou generator or mall drect drve wnd turbne or battery operaton Mha PREDESCU, Dr. eng.*, Aurelan CRǍCIUNESCU, Pro. Dr. **, Andre BEJINARIU, Eng.*, Octavan

More information

Multifunction Phased Array Radar Resource Management: Real-Time Scheduling Algorithm

Multifunction Phased Array Radar Resource Management: Real-Time Scheduling Algorithm Journal of Computatonal Informaton Sytem 7:2 (211) 385-393 Avalable at http://www.jofc.com Multfuncton Phaed Array Radar Reource Management: Real-me Schedulng Algorm Janbn LU 1,, Hu XIAO 2, Zemn XI 1,

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Dynamic Load Balancing of Parallel Computational Iterative Routines on Platforms with Memory Heterogeneity

Dynamic Load Balancing of Parallel Computational Iterative Routines on Platforms with Memory Heterogeneity Dynamc Load Balancng of Parallel Comutatonal Iteratve Routnes on Platforms wth Memory Heterogenety Davd Clare, Alexey Lastovetsy, Vladmr Rychov School of Comuter Scence and Informatcs, Unversty College

More information

Evaluation of the information servicing in a distributed learning environment by using monitoring and stochastic modeling

Evaluation of the information servicing in a distributed learning environment by using monitoring and stochastic modeling MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol, o, 9, -4 ITERATIOAL JOURAL OF EGIEERIG, SCIECE AD TECHOLOGY wwwest-ngcom 9 MultCraft Lmted All rghts reserved Evaluaton of the nformaton

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Keywords: Tourism, Mobile Learning, Quality Management, Security

Keywords: Tourism, Mobile Learning, Quality Management, Security M-TOURIM EDUCATION FOR FUTURE QUALITY MANAGEMENT ABTRACT Ion Ivan 1 Aln Zamfrou 2 Toursm s the man ncome source of revenue n GDP n many countres. For 2012 the relatve contrbuton of toursm n GDP n Croata

More information

Dynamic Control of Data Streaming and Processing in a Virtualized Environment

Dynamic Control of Data Streaming and Processing in a Virtualized Environment > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 Dynamc Control of Data Streamng and Proceng n a Vrtualzed Envronment Junwe Cao, Senor Member, IEEE, Wen Zhang,

More information

Load Balancing of Parallelized Information Filters

Load Balancing of Parallelized Information Filters IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. XXX, NO. XX, XXXXXXX 2001 1 Load Balancng of Parallelzed Informaton Flters Nel C. Rowe, Member, IEEE Comuter Socety, and Amr Zaky, Member, IEEE

More information

JOINT IMPORTANCE MEASURES IN NETWORK SYSTEM

JOINT IMPORTANCE MEASURES IN NETWORK SYSTEM V CHACKO ANOHARAN JOINT IPORTANCE EASRES IN NETWORK SYSTE RT&A # 04 (3) (Vo) 0 December JOINT IPORTANCE EASRES IN NETWORK SYSTE V Chaco and anoharan Deartment of Stattc StThoma Coege Thrur-68000Keraa Inda

More information

Applying the Value/Petri Process to ERP Software Development in China

Applying the Value/Petri Process to ERP Software Development in China Applyng the Value/Petr Proce to ERP Software Development n Chna LGuo Huang Barry Boehm Computer Scence Department Unverty of Southern Calforna Lo Angele, CA 90089-0781, USA 001 213-740-6470 {lguohua, boehm}@

More information

THE ANALYSIS AND OPTIMIZATION OF SURVIVABILITY OF MPLS NETWORKS. Mohammadreza Mossavari, Yurii Zaychenko

THE ANALYSIS AND OPTIMIZATION OF SURVIVABILITY OF MPLS NETWORKS. Mohammadreza Mossavari, Yurii Zaychenko Internatonal Journal "Informaton Theore & Applcaton" Vol5 / 28 253 TE ANALYSIS AND OTIMIATION OF SURVIVABILITY OF MLS NETWORS Mohammadreza Moavar, Yur aychenko Abtract: The problem of MLS network urvvablty

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

ARTICLE IN PRESS. JID:COMAID AID:1153 /FLA [m3g; v 1.79; Prn:21/02/2009; 14:10] P.1 (1-13) Computer Aided Geometric Design ( )

ARTICLE IN PRESS. JID:COMAID AID:1153 /FLA [m3g; v 1.79; Prn:21/02/2009; 14:10] P.1 (1-13) Computer Aided Geometric Design ( ) COMAID:5 JID:COMAID AID:5 /FLA [mg; v 79; Prn:/0/009; 4:0] P -) Computer Aded Geometrc Degn ) Content lt avalable at ScenceDrect Computer Aded Geometrc Degn wwwelevercom/locate/cagd Fat approach for computng

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

Analysis and Modeling of Buck Converter in Discontinuous-Output-Inductor-Current Mode Operation *

Analysis and Modeling of Buck Converter in Discontinuous-Output-Inductor-Current Mode Operation * Energy and Power Engneerng, 3, 5, 85-856 do:.436/ee.3.54b63 Publshed Onlne July 3 (htt://www.scr.org/journal/ee) Analyss and Modelng of Buck Converter n Dscontnuous-Outut-Inductor-Current Mode Oeraton

More information

The issue of whether the Internet will permanently destroy the news media is currently a

The issue of whether the Internet will permanently destroy the news media is currently a Wll the Internet etroy the New Meda? or Can Onlne Advertng Market Save the Meda? by Suan Athey, Emlo Calvano and Johua S. Gan * Frt raft: October, 009 Th Veron: November, 00 PRELIMINARY PLEASE O NOT QUOTE

More information

Adaptive Load Balancing of Parallel Applications with Multi-Agent Reinforcement Learning on Heterogeneous Systems

Adaptive Load Balancing of Parallel Applications with Multi-Agent Reinforcement Learning on Heterogeneous Systems Adatve Load Balancng of Parallel Alcatons wth Mult-Agent Renforcement Learnng on Heterogeneous Systems Johan PAREN, Kata VERBEECK, Ann NOWE, Krs SEENHAU COMO, VUB Brussels, Belgum Emal: ohan@nfo.vub.ac.be,

More information

ESSAYS IN RENEWABLE ENERGY AND EMISSIONS TRADING

ESSAYS IN RENEWABLE ENERGY AND EMISSIONS TRADING ESSAYS IN RENEWABLE ENERGY AND EMISSIONS TRADING By JOSHUA D. KNEIFEL A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE

More information

IT PROJECT METRICS. Projects and Programs Evaluation. Risks, resources, activities, portfolio and project management. 1. IT projects.

IT PROJECT METRICS. Projects and Programs Evaluation. Risks, resources, activities, portfolio and project management. 1. IT projects. IT PROJECT METRICS Ion IVAN PhD, Unversty Professor, Department of Economc Informatcs Unversty of Economcs, Bucharest, Romana Author of more than 25 books and over 75 journal artcles n the feld of software

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

BPMSG AHP Excel Template with multiple Inputs

BPMSG AHP Excel Template with multiple Inputs BPMSG AP Excel Temlate wth multle Inuts Author: Klaus D. Goeel htt://bmsg.com Overvew The AP temlate works under Wndows OS and Excel verson MS Excel 2 (xlsx extenson). The workbook conssts of 2 nut worksheets

More information

Coordinate System for 3-D Model Used in Robotic End-Effector

Coordinate System for 3-D Model Used in Robotic End-Effector AU JT 8(: 8 (Apr Codnate Sytem f D Model Ued n Robot EndEffer ulfqar Al Soomro Shool of Advaned Stude, Aan Inttute of Tehnology Pathum Than, Thaland Abtrat Th paper reve the onept of odnate ytem on new

More information

Modeling ISP Tier Design

Modeling ISP Tier Design Modelng ISP Ter Degn We Da School of Informaton and Computer Scence Unverty of Calforna, Irvne Irvne, CA, US daw1@uc.edu Scott Jordan School of Informaton and Computer Scence Unverty of Calforna, Irvne

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

The Design of Reliable Trust Management Systems for Electronic Trading Communities

The Design of Reliable Trust Management Systems for Electronic Trading Communities The Degn of Relale Trut Management Sytem for Electronc Tradng Communte Chryantho Dellaroca Sloan School of Management Maachuett Inttute of Technology Room E53-315 Camrdge, MA 02139 dell@mt.edu Atract:

More information

ADOPTION OF BIG DATA ANALYTICS IN HEALTHCARE: THE EFFICIENCY AND PRIVACY

ADOPTION OF BIG DATA ANALYTICS IN HEALTHCARE: THE EFFICIENCY AND PRIVACY ADOPTION OF BIG DATA ANALYTICS IN HEALTHCARE: THE EFFICIENCY AND PRIVACY He L, School of Economc Informaton Engneerng, Southwestern Unversty of Fnance and Economcs, Chengdu, Chna, olverlhe@gmalcom Jng

More information

An Analytical Model for Multi-tier Internet Services and Its Applications

An Analytical Model for Multi-tier Internet Services and Its Applications An Analytcal Model for Mult-ter Internet Servces and Its Alcatons Bhuvan Urgaonkar, Govann Pacfc, Prashant Shenoy, Mke Sretzer, and Asser Tantaw Det. of Comuter Scence, Servce Management Mddleware Det.,

More information

Network Aware Load-Balancing via Parallel VM Migration for Data Centers

Network Aware Load-Balancing via Parallel VM Migration for Data Centers Network Aware Load-Balancng va Parallel VM Mgraton for Data Centers Kun-Tng Chen 2, Chen Chen 12, Po-Hsang Wang 2 1 Informaton Technology Servce Center, 2 Department of Computer Scence Natonal Chao Tung

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

A Structure Preserving Database Encryption Scheme

A Structure Preserving Database Encryption Scheme A Structure Preservng Database Encryton Scheme Yuval Elovc, Ronen Wasenberg, Erez Shmuel, Ehud Gudes Ben-Guron Unversty of the Negev, Faculty of Engneerng, Deartment of Informaton Systems Engneerng, Postfach

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Control and Coordination of Interactive Videoconferencing over Hybrid Networks

Control and Coordination of Interactive Videoconferencing over Hybrid Networks 1 of 5 ontrol and oordnaton of Interactve Vdeoconferencng over Hybrd Network Tng-hao Hou, horng-horng Yang., Yun-Sun hu, and Km-Joan hen epartment of Electrcal Engneerng Natonal hung heng Unverty 160,

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

Data Mining from the Information Systems: Performance Indicators at Masaryk University in Brno

Data Mining from the Information Systems: Performance Indicators at Masaryk University in Brno Data Mnng from the Informaton Systems: Performance Indcators at Masaryk Unversty n Brno Mkuláš Bek EUA Workshop Strasbourg, 1-2 December 2006 1 Locaton of Brno Brno EUA Workshop Strasbourg, 1-2 December

More information

INVENTORY MANAGEMENT REVISED

INVENTORY MANAGEMENT REVISED Scence & Mltary 2/2011 INVENTORY MANAGEMENT REVISED Analyss of behavoral asects of decson makng wthn Sales & Oeratons Plannng rocess Peter JUREČKA Abstract: The urose of ths artcle s to extend the standard

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS Chrs Deeley* Last revsed: September 22, 200 * Chrs Deeley s a Senor Lecturer n the School of Accountng, Charles Sturt Unversty,

More information

Portfolio Loss Distribution

Portfolio Loss Distribution Portfolo Loss Dstrbuton Rsky assets n loan ortfolo hghly llqud assets hold-to-maturty n the bank s balance sheet Outstandngs The orton of the bank asset that has already been extended to borrowers. Commtment

More information

Abstract. 2.2. Adjusted PPM.

Abstract. 2.2. Adjusted PPM. Effectvene of Avance an Authentcate Packet Markng Scheme for Traceback of Denal of Servce Attack Blal Rzv an Emmanuel Fernánez-Gaucheran Department of Electrcal & Computer Engneerng &Computer Scence Unverty

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

Mall Cell Network - Power, Memory and Networking

Mall Cell Network - Power, Memory and Networking Slow admon and power control for mall cell network va dtrbuted optmzaton Sew Eng Na, Tony Q.S. Quek, Mérouane Debbah To cte th veron: Sew Eng Na, Tony Q.S. Quek, Mérouane Debbah. Slow admon and power control

More information

Demographic and Health Surveys Methodology

Demographic and Health Surveys Methodology samplng and household lstng manual Demographc and Health Surveys Methodology Ths document s part of the Demographc and Health Survey s DHS Toolkt of methodology for the MEASURE DHS Phase III project, mplemented

More information

Efficient Computation of Optimal, Physically Valid Motion

Efficient Computation of Optimal, Physically Valid Motion Vol. xx No. xx,.1 5, 200x 1 Effcent Comutaton of Otmal, Physcally Vald Moton Anthony C. Fang 1 and Nancy S. Pollard 2 1 Deartment of Comuter Scence, Natonal Unversty of Sngaore 2 Robotcs Insttute, Carnege

More information

A Prediction System Based on Fuzzy Logic

A Prediction System Based on Fuzzy Logic Proceedngs of the World Congress on Engneerng and Comuter Scence 2008 WCECS 2008, October 22-24, 2008, San Francsco, USA A Predcton System Based on Fuzzy Logc Vadeh.V,Monca.S, Mohamed Shek Safeer.S, Deeka.M

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS Magdalena Rogalska 1, Wocech Bożeko 2,Zdzsław Heduck 3, 1 Lubln Unversty of Technology, 2- Lubln, Nadbystrzycka 4., Poland. E-mal:rogalska@akropols.pol.lubln.pl

More information

REVISTA INVESTIGACIÓN OPERACIONAL VOL., 33, NO. 3, 233-244, 2012.

REVISTA INVESTIGACIÓN OPERACIONAL VOL., 33, NO. 3, 233-244, 2012. REVISA INVESIGACIÓN OPERACIONAL VOL., 33, NO. 3, 33-44,. ORDERING POLICY FOR INVENORY MANAGEMEN WHEN DEMAND IS SOCK- DEPENDEN AND A EMPORARY PRICE DISCOUN IS LINKED O ORDER UANIY Nta H. Shah Department

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

More information

The Impact of the Internet on Advertising Markets for News Media

The Impact of the Internet on Advertising Markets for News Media The Impact of the Internet on Advertng Market for New Meda by Suan Athey, Emlo Calvano and Johua S. Gan * Frt Draft: October, 009 Th Veron: October 0 In th paper, we explore the hypothe that an mportant

More information

One Click.. Ȯne Location.. Ȯne Portal...

One Click.. Ȯne Location.. Ȯne Portal... New Addton to your NJ-HITEC Membershp! Member Portal Detals & Features Insde! One Clck.. Ȯne Locaton.. Ȯne Portal... Connect...Share...Smplfy Health IT Member Portal Benefts Trusted Advsor - NJ-HITEC s

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Selecting Best Employee of the Year Using Analytical Hierarchy Process

Selecting Best Employee of the Year Using Analytical Hierarchy Process J. Basc. Appl. Sc. Res., 5(11)72-76, 2015 2015, TextRoad Publcaton ISSN 2090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com Selectng Best Employee of the Year Usng Analytcal Herarchy

More information

Overview of monitoring and evaluation

Overview of monitoring and evaluation 540 Toolkt to Combat Traffckng n Persons Tool 10.1 Overvew of montorng and evaluaton Overvew Ths tool brefly descrbes both montorng and evaluaton, and the dstncton between the two. What s montorng? Montorng

More information

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications Methodology to Determne Relatonshps between Performance Factors n Hadoop Cloud Computng Applcatons Lus Eduardo Bautsta Vllalpando 1,2, Alan Aprl 1 and Alan Abran 1 1 Department of Software Engneerng and

More information

METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS

METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS Lus Eduardo Bautsta Vllalpando 1,2, Alan Aprl 1 and Alan Abran 1 1 Department of Software Engneerng

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Mathematical Model for the Home Health Care Routing and Scheduling Problem with Multiple Treatments and Time Windows

Mathematical Model for the Home Health Care Routing and Scheduling Problem with Multiple Treatments and Time Windows Mathematcal Metho n Scence an Engneerng Mathematcal Moel for the Home Health Care Routng an Scheulng Problem wth Multple Treatment an Tme Wnow Anré Felpe Torre-Ramo, Egar Hernán Alfono-Lzarazo, Lorena

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

M-applications Development using High Performance Project Management Techniques

M-applications Development using High Performance Project Management Techniques M-applcatons Development usng Hgh Performance Project Management Technques PAUL POCATILU, MARIUS VETRICI Economc Informatcs Department Academy of Economc Studes 6 Pata Romana, Sector, Bucharest ROMANIA

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Netherlands Published online: 27 Jun 2013.

Netherlands Published online: 27 Jun 2013. Th artcle wa downloaded by: [Bblotheek TU Delft] On: 04 Noveber 2013, At: 08:09 Publher: Routledge Infora Ltd Regtered n England and Wale Regtered Nuber: 1072954 Regtered offce: Morter Houe, 37-41 Morter

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

ADVERTISEMENT FOR THE POST OF DIRECTOR, lim TIRUCHIRAPPALLI

ADVERTISEMENT FOR THE POST OF DIRECTOR, lim TIRUCHIRAPPALLI ADVERTSEMENT FOR THE POST OF DRECTOR, lm TRUCHRAPPALL The ndan nsttute of Management Truchrappall (MT), establshed n 2011 n the regon of Taml Nadu s a leadng management school n nda. ts vson s "Preparng

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

Dynamic Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

More information

A Comprehensive Analysis of Bandwidth Request Mechanisms in IEEE 802.16 Networks

A Comprehensive Analysis of Bandwidth Request Mechanisms in IEEE 802.16 Networks A Comrehensve Analyss of Bandwdth Reuest Mechansms n IEEE 802.6 Networks Davd Chuck, Kuan-Yu Chen and J. Morrs Chang Deartment of Electrcal and Comuter Engneerng Iowa State Unversty, Ames, Iowa 500, USA

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management Apigee Edge: Apigee Cloud v. Private Cloud Evaluating deployment model for API management Table of Content Introduction 1 Time to ucce 2 Total cot of ownerhip 2 Performance 3 Security 4 Data privacy 4

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems 1 Applcaton of Mult-Agents for Fault Detecton and Reconfguraton of Power Dstrbuton Systems K. Nareshkumar, Member, IEEE, M. A. Choudhry, Senor Member, IEEE, J. La, A. Felach, Senor Member, IEEE Abstract--The

More information

Basic Principle of Buck-Boost

Basic Principle of Buck-Boost Bac Prncple of Buck-Boot he buck-boot a popular non-olated nvertng power tage topology, ometme called a tep-up/down power tage. Power upply degner chooe the buck-boot power tage becaue the requred output

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Optimal maintenance of a production-inventory system with continuous repair times and idle periods

Optimal maintenance of a production-inventory system with continuous repair times and idle periods Proceedngs o the 3 Internatonal Conerence on Aled Mathematcs and Comutatonal Methods Otmal mantenance o a roducton-nventory system wth contnuous rear tmes and dle erods T. D. Dmtrakos* Deartment o Mathematcs

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

A Programming Model for the Cloud Platform

A Programming Model for the Cloud Platform Internatonal Journal of Advanced Scence and Technology A Programmng Model for the Cloud Platform Xaodong Lu School of Computer Engneerng and Scence Shangha Unversty, Shangha 200072, Chna luxaodongxht@qq.com

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information