The project will compare the runtime performance of Java and C on Palm OS device. I like to perform series of numerical computation and memory

Size: px
Start display at page:

Download "The project will compare the runtime performance of Java and C on Palm OS device. I like to perform series of numerical computation and memory"

Transcription

1 š œž Ÿ Ÿ š 4 ª «š Ÿ m œ; ± ² ³ œ µ ¹ ; º» 4.0/214365*798;:;<9=;>5*7?1;@A7?BC<ED;:AFG1AFH5*BI8 JLKNMPO?QSR JTVUXWSR YZ[SZ O\JP]L^LZ_`]aMPRNObMNY*cZK?de_PO6QPWLY*MNY Z_P].0fg=;<9BC>Nhi<91;8414j;=;<9=;8AF JLKNMPO?QSR JTLk MLlNMmQPcnZ OoZYZlpJ\YqaQaJblN^!rak MslpM\tXuev*JLdY.EwID4=47yxXz{fg ~}; w 7o5 fg1;>- ƒ1;84 xm?=;>84=;@ f 1;> B4 ˆ -5*7o5*1I@~ 4=;847 Š;<Œ1;>-?3.0fg=41436:;>`= 58E=oŽ =47 :AF5*BI8 F5<9= 1;8 <9=;<ŒBI>ah0:43b14j;= #$ -!" The project will compare the runtime performance of Java and C on Palm OS device. I like to perform series of numerical computation and memory management benchmark test with Java and C in resource limited embedded system. If time allows I also like to run some of official Java benchmark test from such as SpecJVM09 and SciMark. I will concentrate on the execution speed and memory usage of Java and C programs.

2 . / /;: E^L3E_SUIJY SUP`HJIBA3IJKaP]QbA3?JcC*PRdOEe?JQJQJK C*fg?TSC*PRWOE h1ikjol\monqp*r9sutsgvv8wuxzy {zsgm\}k{g~ u}k s ƒ yt{@v ytts >=@?BA3?DC*Ê IO?OE^L SUPŠK*IO?JcWX?JWOHVQOPOFeIJcŒ -djk h1 ŽpMƒ x1v s_ y tap* kr }kr h1ikt}_ 9 ytr p {z~šsbwzs {z~ksu{@ h1 œ}zv Gp {^ žsgtr }@ ŸpMy { #$ -!" Java is already used widely for many real-world applications because its fast development cycle and easy integration. And PDA and Wireless devices are becoming popular, so Java should be considered for development on those devices. But I like to find if Java s performances are acceptable or not on those resource limited PDA devices.

3 . / /;: hjiekml>npo qr smtvuwtyxz {}t~- ƒ ' nzˆ ŠgŒy Š Ž p m V šm Ž œÿža - jÿ nª~ «n G ²± ³µ o n o ¹»º; z r tys l¼µm½ ~¾µ µc ~ÀzgsgÁmµˆ ÂÄÃÄÅÇÆÈaÆcÃÊÉ»Ë ÌŸÍ ÎjÌŸÍ Ï ÐÒÑIÓGÃÔ Õ Ö²ÖØ >Ù Ú ÃÛÙ»ÜIÈ ÝßÞIÚyÚ¾ÍÙGÚÛàTÙGÚ@ÑVáNâãÞIäIäVå*Í_æmÞ Ï Í_ÙÛÎ1ÜIÈeçaÈVåÙÛäIèjÈVÎ Ï #$ -!" Here are some of the popular Java Virtual Machine available for some of popular PDA and Wireless devices. Different embedded JVM has its own specification and gives different performance output on the PDA devices.

4 .0/ /98 : ;=<7>@? ACBEDGFIHJDKFIL7MEN O!PQNSRTPVUXWZY[WCW\HJ]_^Kà^@b9b c[d\egf D e-h W\HJi d ijd hcc W e M*FkDlHCW\H[]mW\H[W\npo[FIM*F qsrtvuwt9xvyz {j}~ti * xi} ta~ƒ xj tkˆ~ { ˆ ŠŒ{ZŠŒxV Ž ˆ ktk} { ti k ~ ti { ˆ ~ xix xv X q9 Vš ~ *Šœ I xku {7Š {7 X~ž}vtI 2yk{2Š t I{ŸyvŽ škˆ I *Š ~- u { ~TŽ k{ ˆ Xˆ ~ {Itk x \r tvuwt9xvyz { }'~ q9 Kˆ {œti g ªtvŽ * kˆ~ { tk Ÿx ZzgtvuwtZ«ša~ƒ S «* { }'~ x qs Ju x ± }² { tx~³ * j X{ x yzg{ }'~ * Ÿ t7 w{ ˆx ~ µti!{ #$ " %'& &*)+, -!" Dennis Sosonoski carried out series of experiment on comparing Java and C performance. His results showed that Java performance can be improved if Java program is carefully written such that use Java primitive types as much as you can, avoid using java.util.vector, avoid creating new object whenever you can.

5 .0/ /98 : ;=<7>@? AB;=C65ED FHGJILKNMPOKRQSMUTVQPWXZY\[^]L_P`bacMPK-O*deQPWfdeIZaSgPÙThQUTO*IZ_ i9jlknm o-pqup*rtsuuwvxpyuu{znm{r9zwo} ~p z qnq p o-pƒyfu znu{q r k m o-p* nm*p ˆzwo}pyUu iv zxš zœ E ^ zxž p*u k7 v y Š{s7 ^ snz q y ^k7uxo-p*rts s{ pšuw œ iv zxš z r knm o-pqup*rts7u{vxpyuu{znm zn ^ zxž pvlzn ~ žzxžjy zn ^ zxž{vlÿrvˆmye s Ep u q sw pšu{ n iv zxš z9yuk o} s yf ~r vv p ªzxŠ z zn ^ zxž2 Rk uwo}p*r9s s{ pšuw 0pvVq pvz «nms{q #$ " %'& &*)+, -!" Moreira et al. carried out series of matrix computation experiment for Java, C and FORTRAN. FORTAN and C clearly outperforms Java in the experiment. But Java performance can be improve if Java array runtime checking is disabled.

6 1FE1HG?JI 1A:2G 9LKM58NO7 3 PQE9SR>14TU5 VXW Y[Z*\]Y_^*Ùa6bScD`6bUdeYD`6fhg6djikikdUl4mDdUlonqprlstÙa6\ud pvaxwjù^s yfz{wu ~} Ud] [Z*\ud6 ƒ `] D` pvl< <ˆ V knš Z*f g6djiœikdulq BY p6ž gd`6 Z*f;ƒ `] D` *f mddulonqprl-sxùa6\ud praxwu ~}HˆM -f ZiL`6\u\udUmjikÙgU^*d mddulonqprl-sxùa6\uduˆ VXW YD`jiQZs mulqpd DdUs duaji f \uùa_g6dest`6ud ikp ƒ `] D` ikp lc[aegddjiœi-dul<praxwu ~}Hˆ #$ -!" Most of the existing works compared Java and C/C++ performance on Unix or Window machines. My experiment will expand on those existing works by carrying out the similar benchmark test in embedded system such as Palm OS device. Hopefully I can answer these questions by end of the project.

7 .0/213/546/5798:/<; = [1] Dennis M. Sosnoski. Java performance programming, Part 1: Smart object-management saves the day. Java World, November performance.html [2] Dennis M. Sosnoski. Java Performance Comparison with C/C++. Sosnoski Software Solution, Inc. This report was presented in 1999 JavaOne conference. [3] J. E. Moreira, S. P. Midkiff, and M. Gupta. A Comparison of Java, C/C++, and FORTRAN for Numerical Computing. IEEE Antennas and Propagation Magazine, Vol. 40, No. 5, October #$ -! "

Java and C Performance Comparison on Palm OS. Zhi-Kai Xin

Java and C Performance Comparison on Palm OS. Zhi-Kai Xin Java and C Performance Comparison on Palm OS Zhi-Kai Xin zxin@cs.columbia.edu Abstract This paper investigates the performance comparisons of Java and C on Palm OS PDA device. The performance comparison

More information

III. CLAIMS ADMINISTRATION

III. CLAIMS ADMINISTRATION III. CLAIMS ADMINISTRATION Insurance Providers: Liability Insurance: Greenwich Insurance Company American Specialty Claims Representative: Mark Thompson 142 N. Main Street, Roanoke, IN 46783 Phone: 260-672-8800

More information

Pointers & Arrays. CS2023 Winter 2004

Pointers & Arrays. CS2023 Winter 2004 Pointers & Arrays CS2023 Winter 2004 Outcomes: Pointers & Arrays C for Java Programmers, Chapter 8, section 8.12, and Chapter 10, section 10.2 Other textbooks on C on reserve After the conclusion of this

More information

Version /10/2015. Type specimen. Bw STRETCH

Version /10/2015. Type specimen. Bw STRETCH Version 1.00 08/10/2015 Bw STRETCH type specimen 2 Description Bw Stretch is a compressed grotesque designed by Alberto Romanos, suited for display but also body text purposes. It started in 2013 as a

More information

Lecture 5 C Programming Language

Lecture 5 C Programming Language Lecture 5 C Programming Language Summary of Lecture 5 Pointers Pointers and Arrays Function arguments Dynamic memory allocation Pointers to functions 2D arrays Addresses and Pointers Every object in the

More information

GaN PA for 4G LTE-Advanced and 5G

GaN PA for 4G LTE-Advanced and 5G MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com GaN PA for 4G LTE-Advanced and 5G Ma, R.; Teo, K.H.; Shinjo, S.; Yamanaka, K.; Asbeck, P. TR2017-160 October 2017 Abstract This paper reviews

More information

Sheila. Regular Bold. User s Guide

Sheila. Regular Bold. User s Guide Sheila Regular Bold User s Guide font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your

More information

½ œ»ž Ž. «À- œïÿ µ à ] ½ ú ½ ƒä ½ œïÿ µ úˆå µ œï œ ˆÅ ½ ˆ½Å œ Ÿ ÄˆÅ Ä ½ ˆÅú ½ ˆÅ ž -

½ œ»ž Ž. «À- œïÿ µ à ] ½ ú ½ ƒä ½ œïÿ µ úˆå µ œï œ ˆÅ ½ ˆ½Å œ Ÿ ÄˆÅ Ä ½ ˆÅú ½ ˆÅ ž - ½ œ»ž Ž «À- œïÿ µ à ] ½ ú ½ ƒä ½ 9001-2008 œïÿ µ úˆå µ œï œ ˆÅ ½ ˆ½Å œ Ÿ ÄˆÅ Ä ½ ˆÅú ½ ˆÅ ž - ˆÅ í ½ ¾ ªŸ Ÿ í ½ ( ú] úœ ú) Ÿ º ƒä ] ½ ªŸ ¾ ½] Š Ÿ ˆÅ Ö ˆÅ Ä í¾, ˆÅ ½, œ î ½ /Š ½ ½ Ÿ ½ ˆÅ Ä ˆÅ Ÿ Š ½ ˆÅú

More information

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC This update to the AppleShare PC User's Guide discusses AppleShare PC support for the use of international character sets, paper sizes, and date

More information

Personal Conference Manager (PCM)

Personal Conference Manager (PCM) Chapter 3-Basic Operation Personal Conference Manager (PCM) Guidelines The Personal Conference Manager (PCM) interface enables the conference chairperson to control various conference features using his/her

More information

State of Connecticut Workers Compensation Commission

State of Connecticut Workers Compensation Commission State of Connecticut Workers Compensation Commission Notice to Employees Workers Compensation Act Chapter 568 of the Connecticut General Statutes (the Workers Compensation Act) requires your employer,

More information

CMPT 470 Based on lecture notes by Woshun Luk

CMPT 470 Based on lecture notes by Woshun Luk * ) ( & 2XWOLQH &RPSRQHQ 2EMHF 0RGXOHV CMPT 470 ased on lecture notes by Woshun Luk What is a DLL? What is a COM object? Linking two COM objects Client-Server relationships between two COM objects COM

More information

Pointers. CS2023 Winter 2004

Pointers. CS2023 Winter 2004 Pointers CS2023 Winter 2004 Outcomes: Introduction to Pointers C for Java Programmers, Chapter 8, sections 8.1-8.8 Other textbooks on C on reserve After the conclusion of this section you should be able

More information

Cartons (PCCs) Management

Cartons (PCCs) Management Final Report Project code: 2015 EE04 Post-Consumer Tetra Pak Cartons (PCCs) Management Prepared for Tetra Pak India Pvt. Ltd. Post Consumer Tetra Pak Cartons (PCCs) Management! " # $ " $ % & ' ( ) * +,

More information

Modules. CS2023 Winter 2004

Modules. CS2023 Winter 2004 Modules CS2023 Winter 2004 Outcomes: Modules C for Java Programmers, Chapter 7, sections 7.4.1-7.4.6 Code Complete, Chapter 6 After the conclusion of this section you should be able to Understand why modules

More information

HoneyBee User s Guide

HoneyBee User s Guide HoneyBee User s Guide font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is

More information

To provide state and district level PARCC assessment data for the administration of Grades 3-8 Math and English Language Arts.

To provide state and district level PARCC assessment data for the administration of Grades 3-8 Math and English Language Arts. 200 West Baltimore Street Baltimore, MD 21201 410-767-0100 410-333-6442 TTY/TDD msde.maryland.gov TO: FROM: Members of the Maryland State Board of Education Jack R. Smith, Ph.D. DATE: December 8, 2015

More information

The course that gives CMU its Zip! Web Services Nov 26, Topics HTTP Serving static content Serving dynamic content

The course that gives CMU its Zip! Web Services Nov 26, Topics HTTP Serving static content Serving dynamic content 15-213 The course that gives CMU its Zip! Web Services Nov 26, 2002 Topics HTTP Serving static content Serving dynamic content Web History 1945: 1989: 1990: Vannevar Bush, As we may think, Atlantic Monthly,

More information

Proc. of SPIE Vol W-1

Proc. of SPIE Vol W-1 012345617891167346178164831 6 "5&/)64)!7&4)8&!-0!7)-/4)!#$2'/)9!:#:;

More information

1. Oracle Mobile Agents? 2. client-agent-server client-server

1. Oracle Mobile Agents? 2. client-agent-server client-server 1. Oracle Mobile Agents?!"#$ application software system%. &'( )'*+, -. */0 1 23 45 678 9:; >?, %@ +%. - 6A(mobility) : B? CDE@ F GH8!" * channel #I 1 = / 4%. ()'*, &', LAN) - * application

More information

Adorn. Serif. Smooth. v22622x

Adorn. Serif. Smooth. v22622x s u Adorn f Serif Smooth 9 0 t v22622x user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION v O P E N T Y P E FAQ : For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs

More information

Bold U S E R S G U I D E

Bold U S E R S G U I D E Yana Regular Bold Italic USER S GUIDE S S S font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/.

More information

Curvature of subdivision surfaces

Curvature of subdivision surfaces Curvature of subdivision surfaces a differential geometric analysis and literature review Jörg Peters, jorg@cise.ufl.edu Georg Umlauf, georg.umlauf@gmx.de Motivation Almost all subdivision algorithms in

More information

CS 268: Lecture 9 Inter-domain Routing Protocol

CS 268: Lecture 9 Inter-domain Routing Protocol Overview CS 68: Lecture 9 Inter-domain Routing Protocol An Introduction to BGP BGP and the Stable Paths problem Convergence of BGP in the real world The End-to-End Effects of Internet Path Selection Scott

More information

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is available in two formats:

More information

ERNST. Environment for Redaction of News Sub-Titles

ERNST. Environment for Redaction of News Sub-Titles ERNST Environment for Redaction of News Sub-Titles Introduction ERNST (Environment for Redaction of News Sub-Titles) is a software intended for preparation, airing and sequencing subtitles for news or

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper December 2011

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper December 2011 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper December 2011 Disclaimer The following is intended to outline our general product direction.

More information

r v i e w o f s o m e r e c e n t d e v e l o p m

r v i e w o f s o m e r e c e n t d e v e l o p m O A D O 4 7 8 O - O O A D OA 4 7 8 / D O O 3 A 4 7 8 / S P O 3 A A S P - * A S P - S - P - A S P - - - - L S UM 5 8 - - 4 3 8 -F 69 - V - F U 98F L 69V S U L S UM58 P L- SA L 43 ˆ UéL;S;UéL;SAL; - - -

More information

Getting round your Mac with Shortcut Keys

Getting round your Mac with Shortcut Keys The Mac has many useful keyboard shortcuts but these do depend on you knowing the difference between the following keys: Shift Fn Ctrl Alt (Also referred to as Option) Command (Also referred to as the

More information

Adorn. Slab Serif Smooth R E G U LAR. v22622x

Adorn. Slab Serif Smooth R E G U LAR. v22622x s u Adorn f Slab Serif Smooth R E G U LAR B OL D t 0 v22622x 9 user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION v O P E N T Y P E FAQ : For information on how to access the swashes and alternates,

More information

Problem Set 7 Solutions

Problem Set 7 Solutions " [ Introduction to Algorithms November 29, 200 Massachusetts Institute of Technology 6046J/18410J Professors Shafi Goldwasser and Silvio Micali Handout 27 Problem Set 7 Solutions Problem 7-1 Shortest

More information

BUCKLEY. User s Guide

BUCKLEY. User s Guide BUCKLEY User s Guide O P E N T Y P E FAQ : For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs All operating systems come equipped with a utility that make

More information

Adorn. Serif. Smooth. v22622x. user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION

Adorn. Serif. Smooth. v22622x. user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION s u Adorn f Serif Smooth 9 0 t v22622x user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION v font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on

More information

Sigler Music Fonts Jazz Font Set

Sigler Music Fonts Jazz Font Set Sigler Music Fonts Jazz Font Set Thank you for your interest in the Jazz Font Set by Sigler Music Fonts. I hope it s everything you want in a jazz music font. Following is an explanation of the 5 fonts

More information

Research Metodelogy Prediction Model for Wave Scattering

Research Metodelogy Prediction Model for Wave Scattering Superresolution of Non-specular Wave Scattering from Building Surface Roughness June 16, 23 Hary Budiarto, Kenshi Horihata Katsuyuki Haneda and Jun-ichi Takada The Paper will be Presented in VTC 23 Fall

More information

ConMan. A Web based Conference Manager for Asterisk. How I Managed to get Con'd into skipping my summer vacation by building this thing

ConMan. A Web based Conference Manager for Asterisk. How I Managed to get Con'd into skipping my summer vacation by building this thing ConMan A Web based Conference Manager for Asterisk -or- How I Managed to get Con'd into skipping my summer vacation by building this thing $90503&07 $:3.74889028,-47,94708 $90503&078:3.42 Sun Labs, slide

More information

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is available in two formats:

More information

Semester Thesis. Ad-Hoc Services. Marc Schiely, Clemens Schroedter

Semester Thesis. Ad-Hoc Services. Marc Schiely, Clemens Schroedter Semester Thesis Ad-Hoc Services Marc Schiely, Clemens Schroedter maschiel@student.ethz.ch, clschroe@student.ethz.ch Dept. of Computer Science Swiss Federal Institute of Technology (ETH) Zurich Winter 2002

More information

) $ G}] }O H~U. G yhpgxl. Cong

) $ G}] }O H~U. G yhpgxl. Cong » Þ åî ïî á ë ïý þý ÿ þ ë ú ú F \ Œ Œ Ÿ Ÿ F D D D\ \ F F D F F F D D F D D D F D D D D FD D D D F D D FD F F F F F F F D D F D F F F D D D D F Ÿ Ÿ F D D Œ Ÿ D Ÿ Ÿ FŸ D c ³ ² í ë óô ò ð ¹ í ê ë Œ â ä ã

More information

Approximation algorithms for finding a -connected subgraph of a graph with minimum weight

Approximation algorithms for finding a -connected subgraph of a graph with minimum weight Approximation algorithms for finding a -connected subgraph of a graph with minimum weight Tamás Hajba Submitted to HEJ. Manuscript no.: ANM-001130-A This version is for internal use only! Abstract It is

More information

Configuring the SFS Environment Manually [4]

Configuring the SFS Environment Manually [4] Configuring the SFS Enironment Manually [4]!#" %$&'%() * +,-". *'# */,0" / 1 32 4 1 '5 *,76 1 2 198;: " < =/ 4@ A5B/C"!- CDFEFGH$&I 1 @ *44 / J@< SFS!5" K,< "L *'# */,LMNG 4> *'#,-,- " 44 '? : '#"!#" O

More information

A Survey of Current CLOS MOP Implementations

A Survey of Current CLOS MOP Implementations A Survey of Current CLOS MOP Implementations Raymond de Lacaze Artificial Intelligence Center SRI International 333 Ravenswood Ave. Menlo Park, CA 9402 delacaze@ai.sri.com Tim Bradshaw Cley Limited 6 East

More information

MAT 22B-001: Differential Equations

MAT 22B-001: Differential Equations MAT 22B-001: Differential Equations Final Exam Solutions Note: There is a table of the Laplace transform in the last page Name: SSN: Total Score: Problem 1 (5 pts) Solve the following initial value problem

More information

1 Swing 2006A 5 B? 18. Swing Sun Microsystems AWT. 3.1 JFrame JFrame GHI

1 Swing 2006A 5 B? 18. Swing Sun Microsystems AWT. 3.1 JFrame JFrame GHI ' þ ³ š ³ œ ³ 2006 1 Swing! " # &%' ()+-,./0 1 2 45-6 &8% 9 : ; < = >@? 2006A 5 B? 18 C@D E F : G HJILK-M!NPO-Q R S-I!T R!U V-W X Y!Z[N GUI\ ] ^ O-Q R S _a` b-w!c dje!f g Swing Wh i Z j k l m n N VisualEditor

More information

Second Year March 2017

Second Year March 2017 Reg. No. :... Code No. 5052 Name :... Second Year March 2017 Time : 2 Hours Cool-off time : 15 Minutes Part III COMPUTER APPLICATION (Commerce) Maximum : 60 Scores General Instructions to Candidates :

More information

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is available in two formats:

More information

O Type of array element

O Type of array element ! " #! $ % % # & : ; a ontiguous sequene of variables. all of the sae type. Eah variable is identified by its index. Index values are integers. Index of first entry is. ' ( ) * + May /,. - ( & ( ( J K

More information

Prepared by: Yvon Filion eng. TransÉnergie, a division of Hydro-Québec

Prepared by: Yvon Filion eng. TransÉnergie, a division of Hydro-Québec Prepared by: Yvon Filion eng. TransÉnergie, 1 1- Introduction 2- Technical aspects 3- Benefits for the circuit breaker 4- Benefits for the Capacitor units 5- Benefits for the system (power quality issues)

More information

The Logical Solution - Digital Video Extension. DVI EXTENSION - Velocity Series

The Logical Solution - Digital Video Extension. DVI EXTENSION - Velocity Series Digital Video Extension System-3 Digital Video Extension System-3R Digital Video Extension System-3 A/V+ Digital Video Extension System-3 A/V Pro Digital Video Extension System-3R A/V+ MRTS Technology

More information

A Parameter Study for Differential Evolution

A Parameter Study for Differential Evolution A Parameter Study for Differential Evolution ROGER GÄMPERLE SIBYLLE D MÜLLER PETROS KOUMOUTSAKOS Institute of Computational Sciences Department of Computer Science Swiss Federal Institute of Technology

More information

Cassandra: Distributed Access Control Policies with Tunable Expressiveness

Cassandra: Distributed Access Control Policies with Tunable Expressiveness Cassandra: Distributed Access Control Policies with Tunable Expressiveness p. 1/12 Cassandra: Distributed Access Control Policies with Tunable Expressiveness Moritz Y. Becker and Peter Sewell Computer

More information

NGN Charging issues NGN charging overview Some of IP charging projects and international activities Proposals for NGN charging

NGN Charging issues NGN charging overview Some of IP charging projects and international activities Proposals for NGN charging ! #" # % %$ Introduction NGN overview BcN overview BcN trial Service NGN Charging issues NGN charging overview Some of IP charging projects and international activities Proposals for NGN charging Conclusions

More information

Visualization (human) Analysis (computer) Documents, Textures, Biometrics, Object recognition

Visualization (human) Analysis (computer) Documents, Textures, Biometrics, Object recognition Dr. Yoram Tal! " # $ $ % & ' Visualization (human) Enhancement, Restoration Analysis (computer) Documents, Textures, Biometrics, Object recognition There are fundamental differences between them 3 Dr.

More information

A Methodology for the Optimal Configuration of TCP Traffic in Network Simulations under Link Load Constraints

A Methodology for the Optimal Configuration of TCP Traffic in Network Simulations under Link Load Constraints A Methodology for the Optimal Configuration of TCP Traffic in Network Simulations under Link Load Constraints Qi He, Constantinos Dovrolis, Mostafa Ammar qhe, dovrolis, ammar@cc.gatech.edu College of Computing,

More information

7. IP. » &!'() (IS: intermediate system) !"#$% *+'() (ES: end system) Copyright 2000, Suguru Yamaguchi, All right reserved

7. IP. » &!'() (IS: intermediate system) !#$% *+'() (ES: end system) Copyright 2000, Suguru Yamaguchi, All right reserved 7. IP»!"#$%» &!'() (IS: intermediate system) *+'() (ES: end system) 1 ISES ES: End System!"#$Ethernet%&' ()*+,'-./ Ethernet IS: Intermediate System =>?@&+12/AB$CD EF FDDI ES: End System 0 FDDI%&'12!"#$345

More information

A Mixed Fragmentation Algorithm for Distributed Object Oriented Databases 1

A Mixed Fragmentation Algorithm for Distributed Object Oriented Databases 1 A Mixed Fragmentation Algorithm for Distributed Object Oriented Databases 1 Fernanda Baião Department of Computer Science - COPPE/UFRJ Abstract Federal University of Rio de Janeiro - Brazil baiao@cos.ufrj.br

More information

Native ISS-SystemC Integration for the Co-Simulation of Multi-Processor SoC

Native ISS-SystemC Integration for the Co-Simulation of Multi-Processor SoC Native ISS-SystemC Integration for the Co-Simulation of Multi-Processor SoC Franco Fummi Stefano Martini Giovanni Perbellini Massimo Poncino Università di Verona Embedded Systems Design Center Verona,

More information

Another special matrix, called a Hilbert matrix is. A 5 / 5 magic square is given by. Here are some of the standard matrices from linear algebra.

Another special matrix, called a Hilbert matrix is. A 5 / 5 magic square is given by. Here are some of the standard matrices from linear algebra. Tutorial This is an interactive introduction to MATLAB. A sequence of commands has been provided for you to try. After each command you should type the or key to execute the command. MATLAB runs on many

More information

ASCII Code - The extended ASCII table

ASCII Code - The extended ASCII table ASCII Code - The extended ASCII table ASCII, stands for American Standard Code for Information Interchange. It's a 7-bit character code where every single bit represents a unique character. On this webpage

More information

Adorn. Slab Serif BOLD. v x. user s gu ide

Adorn. Slab Serif BOLD. v x. user s gu ide Adorn f Slab Serif BOLD t 9a0 v2226222x user s gu ide v fon t faq HOW T O I N S TA L L YOU R F ON T H O W T O I N S E R T S WA S H E S, You will receive your files as a zipped folder. For instructions

More information

ADORN. Roman. v x. user s gu ide

ADORN. Roman. v x. user s gu ide ADORN f Roman t 9a0 v2226222x user s gu ide v fon t faq HOW T O I N S TA L L YOU R F ON T H O W T O I N S E R T S WA S H E S, You will receive your files as a zipped folder. For instructions on how to

More information

Adorn. Serif. v x. user s gu ide

Adorn. Serif. v x. user s gu ide Adorn f Serif t 9a0 v2226222x user s gu ide v fon t faq HOW T O I N S TA L L YOU R F ON T H O W T O I N S E R T S WA S H E S, You will receive your files as a zipped folder. For instructions on how to

More information

Contrast. user s guide

Contrast. user s guide N Contrast chu U77777777V user s guide c P font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/.

More information

± ª ÓÓ ÓÓÛÓÌ. À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ô Ó. Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Ì Ï ÎÛÍ È È Ë Ë Á Ô

± ª ÓÓ ÓÓÛÓÌ. À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ô Ó. Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Ì Ï ÎÛÍ È È Ë Ë Á Ô ÎË Ã ± ª À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Œª ± ª ± Ʊ Installing Batteries in the Remote Control Remote Control Operation Range Making Video and Audio

More information

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual USB-ASC232 ASCII RS-232 Controlled USB Keyboard and Mouse Cable User Manual Thank you for purchasing the model USB-ASC232 Cable HAGSTROM ELECTRONICS, INC. is pleased that you have selected this product

More information

Placement for Hierarchical Interconnect based FPGA Devices. A final project report submitted

Placement for Hierarchical Interconnect based FPGA Devices. A final project report submitted Placement for Hierarchical Interconnect based FPGA Devices A final project report submitted by Kesava R. Talupuru ktalupur@ecs.umass.edu ID: 998-10-3850 Introduction:! "$#%'&)(+*,-".0/$. 1"$#2 3+ 4 54

More information

File Structures N F. Chapter 1-1. z M.Folk and B.Zoellick, File Structures, Addison Wesley.

File Structures N F. Chapter 1-1. z M.Folk and B.Zoellick, File Structures, Addison Wesley. File Structures žöof ú êëov f Ž N F z M.Folk and B.Zoellick, File Structures, Addison Wesley. z E. Horowitz, S. Sahni, and S. Anderson-Freed, Fundamentals of Data Structures in C, Computer Science Press.

More information

Copyright 2010 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2010 Pearson Education, Inc. Publishing as Addison-Wesley. Š Ž ž œžž Ž ŽŒ ž Ž ŽŒ œ œ Ž ŽšžŽœ œš œ ŸŽ Ž Ž œ Žœ ŠŒŽœ Ÿ Ž ŠŠŒ Š Ž Œ Ž ŽŒ ŽŒŒ ŒŽ ŽŠŒ Žœ œžœž Ÿ ŽŠ Š ŠŽ Žœ œž ž œž ŽŒ Š œ ŽŠ Ž ŠŽ Žœ œ Š Žœ ž Œ Œ žœ Š Ž ž œž ŽŒ Š œ Ž ž Žœ œ Š Žœ ž Œ Œ žœ Š Ž Ž ŽŸŽœ ŠŠŒ

More information

Effective Sequential Pattern Mining Algorithms for Dense Database

Effective Sequential Pattern Mining Algorithms for Dense Database DEWS2006 3A-o4 Abstract Effective Sequential Pattern Mining Algorithms for Dense Database Zhenglu YANG, Yitong WANG, and Masaru KITSUREGAWA Institute of Industrial Science, The Univeristy of Tokyo Komaba

More information

Dynascrip The Dynascript Manual And Typesetting Guide A n o t h e r O r i g i n a l

Dynascrip The Dynascript Manual And Typesetting Guide A n o t h e r O r i g i n a l The Dynascript Manual And Typesetting Guide Another Original Thank You! If you've purchased Dynascript, or are just looking into it Thank You! This manual will explain how Dynascript came to be, and how

More information

For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs

For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs Juicy User s Guide opent ype faq: For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs All operating systems come equipped with a utility that make it possible

More information

ClaimSpotter: an Environment to Support Sensemaking with Knowledge Triples

ClaimSpotter: an Environment to Support Sensemaking with Knowledge Triples ClaimSpotter: an Environment to Support Sensemaking with Knowledge Triples Bertrand Sereno, Simon Buckingham Shum & Enrico Motta Knowledge Media Institute The Open University Milton Keynes MK7 6AA, UK

More information

Estimate Traffic with Combined Neural Network Approach

Estimate Traffic with Combined Neural Network Approach Estimate Traffic with Combined Neural Network Approach Edmond Chin-Ping Chang, Ph.D., P.E Oak Ridge National Laboratory, Oak Ridge, TN 37831-6207 USA E-mail: ecc2005@ornl.gov Abstract - Many operating

More information

Myriad Pro Light. Lining proportional. Latin capitals. Alphabetic. Oldstyle tabular. Oldstyle proportional. Superscript ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹,.

Myriad Pro Light. Lining proportional. Latin capitals. Alphabetic. Oldstyle tabular. Oldstyle proportional. Superscript ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹,. Myriad Pro Light Latin capitals A B C D E F G H I J K L M N O P Q R S T U V W X Y Z & Æ Ł Ø Œ Þ Ð Á Â Ä À Å Ã Ç É Ê Ë È Í Î Ï Ì İ Ñ Ó Ô Ö Ò Õ Š Ú Û Ü Ù Ý Ÿ Ž Ă Ā Ą Ć Č Ď Đ Ě Ė Ē Ę Ğ Ģ Ī Į Ķ Ĺ Ľ Ļ Ń Ň Ņ

More information

Selective Open Recursion

Selective Open Recursion Selective Open Recursion A Solution to the ragile Baselass roblem Kevin Donnelly, Jonathan Aldrich Selective Open Recursion p.1 odularity What? Why? Break complex systems into modules with specified interfaces

More information

Quality of Service Provisioning for Supporting Premium Services in IP Networks

Quality of Service Provisioning for Supporting Premium Services in IP Networks Quality of Service Provisioning for Supporting Premium Services in IP Networks P. Trimintzios, T. Baugé, G. Pavlou, L. Georgiadis, R. Egan and P. Flegkas Centre for Communication Systems Research, University

More information

Dynamic Fault-Tolerant Routing in Cube-Based Multicomputers

Dynamic Fault-Tolerant Routing in Cube-Based Multicomputers : Dynamic Fault-Tolerant Routing in Cube-Based Multicomputers ABSTRACT The safety level model is a special coded fault information model designed to support fault-tolerant routing in hypercubes. In this

More information

Editors: prof. Ing. Iveta Ubrežiová, CSc., Ing. Drahoslav Lančarič, PhD., Ing. Ingrida Košičiarová, PhD. ISBN

Editors: prof. Ing. Iveta Ubrežiová, CSc., Ing. Drahoslav Lančarič, PhD., Ing. Ingrida Košičiarová, PhD. ISBN Proceedings from international scientific conference Corporate Social Responsibility and Human Resource Management in V4 Countries. Organised by the Department of Management, Faculty of Economy and Management,

More information

124 DISTO pro 4 / pro 4 a-1.0.0zh

124 DISTO pro 4 / pro 4 a-1.0.0zh 0 30 40 50 DISTO PD-Z01 14 DISTO pro 4 / pro 4 a-1.0.0 DISTO pro 4 / pro 4 a-1.0.0 15 16 DISTO pro 4 / pro 4 a-1.0.0 DISTO pro 4 / pro 4 a-1.0.0 17 1 PD-Z03 3 7 4 5 6 10 9 8 18 DISTO pro 4 / pro 4 a-1.0.0

More information

Partitioning Applications with Agents

Partitioning Applications with Agents Partitioning Applications with Agents Oskari Koskimies and Kimmo Raatikainen Department of Computer Science P.O. Box 26 (Teollisuuskatu 23) FIN-00014 UNIVERSITY OF HELSINKI Firstname.Lastname@cs.helsinki.fi

More information

Using Akaroa2 with OMNeT++

Using Akaroa2 with OMNeT++ Published at the 2nd Intl. OMNeT++ Workshop. January 8-9, 2002 Technical University Berlin Berlin, Germany Using Akaroa2 with OMNeT++ Steffen Sroka and Holger Karl Telecommunication Networks Group Technical

More information

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement OOstaExcel.ir J. Abbasi Syooki HTML Name HTML Number دهدهی ا کتال هگزاد سیمال باینری نشانه )کاراکتر( توضیح Null char Start of Heading Start of Text End of Text End of Transmission Enquiry Acknowledgment

More information

Robust Point Correspondence by Concave Minimization

Robust Point Correspondence by Concave Minimization Robust Point Correspondence by Concave Minimization João Maciel and João Costeira Instituto de Sistemas e Robótica Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisboa Codex, PORTUGAL maciel,jpc

More information

Real-Time Feature Tracking and Outlier Rejection with Changes in Illumination

Real-Time Feature Tracking and Outlier Rejection with Changes in Illumination Real-Time Feature Tracking and Outlier Rejection with Changes in Illumination Hailin Jin Paolo Favaro Stefano Soatto Washington University Washington University University of California, Los Angeles Electrical

More information

KBD-SFTCFG. Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80

KBD-SFTCFG. Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80 KBD-SFTCFG EN Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80 KBD-SFTCFG Instruction Manual Contents EN 2 Table of Contents 1.0 INTRODUCTION...3 2.0 REQUIREMENTS...3

More information

GNU groff interface for Bangla Font (SGAON)

GNU groff interface for Bangla Font (SGAON) GNU groff interface for Bangla Font (SGAON) Muhammad A. Muquit muquit@semcor.com ABSTRACT This document describes how bangla font is implemented with GNU groff software. The bangla font sgaon is a HP Laserjet

More information

User s Guide & Character Chart

User s Guide & Character Chart ÿ www. D I G I T A L T Y P O G R A P H Y & D E ÿn G S I.com C4=)mbiNumerals C4=) User s Guide & Character Chart 2001 The FontSite. All rights reserved. íwelcome to CombiNumerals 4.0, the freeware version

More information

;/ *. 7 &9*R . C 2 <0* # "2 <AC (:* "' < %)V AB C. Downloaded from qjal.smtc.ac.ir at 23: on Sunday May 13th 2018

;/ *. 7 &9*R . C 2 <0* # 2 <AC (:* ' < %)V AB C. Downloaded from qjal.smtc.ac.ir at 23: on Sunday May 13th 2018 ( - ) 1394 @R$ 8 %& b ;/ *. 7 1393/12/18 1394/2/28 :6# :G"#a 2 "V*D 1 AB C &9*R "' : > ; *$ id: 0* :6 i: > (:* 0 > ' # *,2 T# "? 0 > # "5 EOAB N*> # "5 UA;

More information

KbdKaz 500 layout tables

KbdKaz 500 layout tables a ao a ao a o o o o o a a oo A o a a o a a oa ao oo A o a a o oa ao A a o a oa oa ao o a a a a o a A a a A ˆ a a A ˇ ao a a A a a A o Ao a a A Ao a o a a A ao a o a a A α a A a a a A o o a a A A a a A

More information

Enhancement of the CBT Multicast Routing Protocol

Enhancement of the CBT Multicast Routing Protocol Enhancement of the CBT Multicast Routing Protocol Seok Joo Koh and Shin Gak Kang Protocol Engineering Center, ETRI, Korea E-mail: sjkoh@pec.etri.re.kr Abstract In this paper, we propose a simple practical

More information

A CORBA BASED UNIVERSAL OPTIMIZATION SERVICE

A CORBA BASED UNIVERSAL OPTIMIZATION SERVICE A CORBA BASED UNIVERSAL OPTIMIZATION SERVICE K. Lehner, M. Baitsch and D. Hartmann Department of Civil Engineering, Ruhr-University Bochum, D-44780 Bochum, Germany E-mail: Karlheinz.Lehner@ruhr-uni-bochum.de,

More information

Communication and processing of text in the Kildin Sámi, Komi, and Nenets, and Russian languages.

Communication and processing of text in the Kildin Sámi, Komi, and Nenets, and Russian languages. TYPE: 96 Character Graphic Character Set REGISTRATION NUMBER: 200 DATE OF REGISTRATION: 1998-05-01 ESCAPE SEQUENCE G0: -- G1: ESC 02/13 06/00 G2: ESC 02/14 06/00 G3: ESC 02/15 06/00 C0: -- C1: -- NAME:

More information

Rapid Prototyping of flexible Embedded Systems on multi-dsp Architectures

Rapid Prototyping of flexible Embedded Systems on multi-dsp Architectures Rapid Prototyping of flexible Embedded Systems on multi-dsp Architectures Bernhard Rinner, Martin Schmid and Reinhold Weiss Institut für Technische Informatik Technische Universität Graz Inffeldgasse 16/1,

More information

A COMPARISON BETWEEN OBJECT-ORIENTED DATABASE SYSTEMS AND INFORMATION SYSTEM SHELLS

A COMPARISON BETWEEN OBJECT-ORIENTED DATABASE SYSTEMS AND INFORMATION SYSTEM SHELLS A COMPARISON BETWEEN OBJECT-ORIENTED DATABASE SYSTEMS AND INFORMATION SYSTEM SHELLS ABSTRACT The work makes an overview of the main characteristics of object-oriented database systems (OODBS) and information

More information

C E R T I F I C A T E O F C O M P L I A N C E

C E R T I F I C A T E O F C O M P L I A N C E Issued to: SIEMENS AG LOW VOLTAGE SIEMENSSTRASSE 10 93055 REGENSBURG, GERMANY This is to certify that representative samples of Motor Controllers, Manual See following pages for list of models Have been

More information

± ª ÓÓ ÓÓÛÓÌ. À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ô Ó. Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Ì Ï ÎÛÍ È È Ë Ë Á Ô

± ª ÓÓ ÓÓÛÓÌ. À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ô Ó. Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Ì Ï ÎÛÍ È È Ë Ë Á Ô ± ª À ø µ ª Ã Ò fl ª ±Æßé ø Ò Œª ± ª fiø ª Õ ø º Ʊ Ò Œ Õ ºª ª ø º ± Ʊ ŒªøÆ ª ø º Õ± µª Œª ± ª ± Ʊ Installing Batteries in the Remote Control Remote Control Operation Range Making Video and Audio Connections

More information

Using the TI-83 Graphing Calculator in Math 111 at Tacoma Community College

Using the TI-83 Graphing Calculator in Math 111 at Tacoma Community College Using the TI-83 Graphing Calculator in Math 111 at Tacoma Community College Version 1.3 Scott MacDonald Copyright c 1998, 1999 by Scott MacDonald Permission is given to reproduce this document in whole

More information

Optimal Routing with Multiple Traffic Matrices Tradeoff between Average Case and Worst Case Performance

Optimal Routing with Multiple Traffic Matrices Tradeoff between Average Case and Worst Case Performance UMASS CMPSCI TR05-32 1 Optimal Routing with Multiple Traffic Matrices Tradeoff between Average Case and Worst Case Performance Chun Zhang, Zihui Ge, Jim Kurose, Yong Liu and Don Towsley Dept. of Computer

More information

Evaluation of Ethernet based Control Network used in the Distributed Control System

Evaluation of Ethernet based Control Network used in the Distributed Control System Proceedings on the 15th CISL Winter Workshop Kushu, Japan February 2002 Evaluation of Ethernet based Control Network used in the Distributed Control System Jae Young Choi Control Information Systems Lab.,

More information