Politecnico di Torino. Porto Institutional Repository

Size: px
Start display at page:

Download "Politecnico di Torino. Porto Institutional Repository"

Transcription

1 Politecnico i Torino Porto Institutional Repository [Proceeing] Automatic March tests generation for multi-port SRAMs Original Citation: Benso A., Bosio A., i Carlo S., i Natale G., Prinetto P. (26). Automatic March tests generation for multi-port SRAMs. In: IEEE 3r International Workshop on Electronic esign, Test an Applications (ELTA), Kuala Lumpur, MY, 7-9 Jan. 26. pp Availability: This version is available at : since: January 27 Publisher: IEEE Publishe version: OI:.9/ELTA.26.7 Terms of use: This article is mae available uner terms an conitions applicable to Open Access Policy Article ("Public - All rights reserve"), as escribe at html Porto, the institutional repository of the Politecnico i Torino, is provie by the University Library an the IT-Services. The aim is to enable open access to all the worl. Please share with us how this access benefits you. Your story matters. (Article begins on net page)

2 Automatic March Tests Generation for Multi-Port SRAMs A. Benso, A. Bosio, S. i Carlo, G. i Natale, P. Prinetto Politecnico i Torino ipartimento i Automatica e Informatica Torino, Italy {benso, bosio, icarlo, inatale, prinetto}@polito.it Abstract Testing of Multi-Port (MP) SRAMs requires special tests since the multiple an simultaneous access can sensitize faults that are ifferent from the conventional single-port memory faults. In spite of their growing use, few works have been publishe on testing MP memories. In aition, most of the publishe work concentrate only on two ports memories (i.e., 2P memories). This paper presents a methoology to automatically generate march tests for MP memories. It is base on generations of single port memory march test firstly, then etening it to test a generic MP SRAMs. A set of eperimental results shows the effectiveness of the propose solution.. Introuction Multi-Port memories (MP) peculiarity is their capability of performing more than one operation simultaneously. Semiconuctor MPs are compose of a unique array of memory cell an a p-port to access it (p 2). Each port has an inepenent set of aress, control, an ata buses, making possible writing a value on a cell while another cell is being rea. Multi-port SRAMs are nowaays wiely use as embee memories in a plenty of igital systems, like telecommunications ASICs an multiprocessor systems []. The problem of testing multi-port memories has been face using an a-hoc technique, without targeting specific functional fault moels, In [2] [3] the authors assume that Single Port (SP) test algorithms provie a high fault coverage when applie to MP memories. The test methoology performs SP test algorithms on each port, but the eep fall of the effectiveness of the applie tests shows that a-hoc fault moels for MP must be aopte. In [4] a new theoretical fault moel (comple coupling fault) an its test solution are presente. Unfortunately the fault moel is not valiate by eperimental analysis (i.e., it isn t a realistic fault moel), an the test compleity (i.e., the length of the test algorithm) is eponential w.r.t. the number of port: O(n p ). In [5] the authors present realistic fault moels valiate by inustrial analysis. Taking into account the simultaneous access in memories, march tests were evelope. All the publishe tests solutions have been manually generate, a task that always requires a lot of time, epertise, an that sometimes oes not succees in covering particularly comple memory faults. Although several methoologies to automatize the march tests generations have been propose [6] [7] [8] [9] [], none of them faces the problem of the MP test. In this paper, we present a systematic approach to automatically generate March Tests for MP SRAMs base on the tests generator engine presente in []. Moreover taonomy of realistic fault moels for generic p-port memories will be presente. The paper is structure as follows: section 2 presents the propose test generation methoology. In Section 3 a complete escription of memory faults moeling will be eploit. Section 4 etails the notation use to represent march tests for both single an multi port memories. In section 5 a etaile analysis of the methoology is presente, while section 6 provies eperimental results that proof the efficiency of our approach. Section 7 summarizes the main contributions an future evelopments of this research. 2. The Propose Test Generation Methoology The aopte methoology relies on a formal moel representing the fault behaviour (see Section 3). Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

3 To automatize the test generation phase we first generate the single port march test by resorting the march test generation tool publishe in []. The main steps of the methoology are: (i) automatically translate the FPs to an operational representation of the faulty behaviour, referre to as Aresses FP, or AFP. (ii) The original memory graph moel is then automatically moifie accoring to the AFP, to buil the fault graph that is then traverse to generate the test. An efficient implementation has been one, profitably eploiting pruning conitions impose by the goal of primarily generating March Test. (iii) After the generation of Single Port (SP) March test, we apply the Multi Port translation able to eten the SP March in to MP march. Each generate march test has been valiate by simulation performe by memory fault simulator tool [] The overall generation methoology is summarize in Figure. Fault Graph Generation March Test Generator Valiation Fault Moels MP March Test SP March Tests Multi Port Transaltion Fault Simulator Figure : Automatic MP march tests generation flow 3. Fault moeling A Functional Fault Moel (FFM) is a eviation of the memory behavior from the epecte one uner a set of performe operations. A FFM involves one or more Faulty Memory Cells (FC) classifie in two categories: Aggressor cells (a-cells), i.e., the memory cells that sensitize a given FFM an Victim cells (v-cells), i.e., the memory cells that show the effect of a FFM. Each faulty behavior is sensitize by a sequence of stimuli applie on the FCs. In testing SRAMs, the stimuli to be applie are memory operations. When ealing with MP SRAMs, each stimulus coul be applie on a ifferent port. MP faults can thus be ranke into two main classes: Strong fault: a memory fault that can be fully sensitize by an operation; e.g., a single-port write P or rea operations fails, two simultaneous rea operations fail, etc. Weak fault: a fault which is partially sensitize by an operation; e.g., ue to a efect that creates a small isturbance of the voltage of the true noe of the cell. However, a fault can be fully sensitize (i.e., become strong) when two or more weak faults are sensitize simultaneously, since their faults effect can be aitive. This may occur when a MP operation is applie. Fault moeling requires a rigorous formalism; first of all we have to specify the initial conitions of the cell, i.e., the value (state) of the memory cell, where we are going to apply the operations. Hereinafter we use n as the size of the memory (i.e., the number of memory cells) efinition : C is the set of the memory states (values), formalize as C = { [i], [i], - [i] i n-} () where ape ientifies the aress of the cell. If the aress is omitte, it means that the state coul be applie on every memory cell inifferently. The - enotes a on t care conition. efinition 2: X is the set of the memory operations, formalize as X = {r [i] [], w [i] i n-; (,)} {t} (2) where: w i : a write operation of the value performe in the cell i; r i : a rea operation performe in the cell i. The value it is not strictly neee in case of a rea operation. If use, it means the epecte value that shoul be re from the i-th memory cell; t : a wait operation for a efine perio of time. This aitional element is neee to eal with ata Retention Faults [6]. If the aress is omitte, it means that the operation coul be applie on every memory cell, inifferently. Each FFM can be escribe by a set of Fault Primitives (FPs) [2]. efinition 3: A Sequence of conitions/operations (S) is the minimum sequence of stimuli an conitions of length m neee to sensitize the fault. The j-th conition/operation is represente as c[], where c C, an X. Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

4 efinition 4: A Fault Primitive FP represents the ifference between an epecte (fault-free) an the observe (faulty) memory behavior, enote by: < SA ; SV / F / R > (3) Where SA an SV are the set of S respectively applie to a-cell an v-cell, neee to sensitize the given fault. Since S coul be applie via several ports in parallel, SA an SV are represente as: (S ) : (S 2 ) : : (S p ) p- (4) The : enotes the fact that the sequences of operations (from to p-) are applie simultaneously via the p ports. The ape enotes the target port. F = {(f) n f C } is the faulty behavior, i.e., the value (state) store in the victim cells after applying S. R = { (r) n r C } is the sequence of values rea on the aggressor cell when applying S. As an eample FP = < w : r ; / / - > means that the operations w an r performe on the a-cell, trough the two ports, when the initial state is for both a an v cells, causes the victim to flip. No aresses are specifie; therefore this fault can affect each couple of memory cell. The terminology of weak an strong faults is use in representing the MP FFMs as follow: FP enotes a strong fault represente by its FP, while wfp enotes the weak fault FP. For eample, RF enotes a strong Rea estructive Fault, while wrf enotes a weak Rea estructive Fault. wfp&wfp2 &wfpp: enotes a ppf consisting of p weak faults; & enotes the fact that the p faults in parallel (i.e., simultaneously) form the p- port fault (ppf). For eample the wrf&wrf&wrf enote a 3PF base on three weak RFs [] Several FPs classification rules can be aopte, base on the number of memory operations (m) neee to sensitize the FP (e.g., static when m = or ynamic fault elsewhere); or base on the number of memory cells (#FC) involve by the FP (e.g., single-cell where #FC = or n-cells fault, elsewhere) [2]. 3.. Multi Port Constraints As iscusse in the previous section, a MP FFM requires the use of the ports to perform the sensitizing operations in parallel. Physical constraints impose some limitations on the set of allowe concurrent memory operations: simultaneous write operations are not allowe; simultaneous rea operations are allowe; simultaneous rea an write are allowe. In this case the write operation has the highest priority an therefore the rea ata will be iscare; simultaneous operations are symmetric: (w :r ) sensitize the same fault as (r :w ); All the above constraints have been valiate by simulation eperiments in []. 4. March Test notation As pointe out in [3] a so calle March Test is compose of a sequence of March Elments (MEs). A March Element is a sequence of memory operations applie on every cell of the memory. The way one moves from a certain aress to the net one is calle aress orer (AO) an it characterizes each ME. The aress orer can be specifie resorting to the following symbols: : Increasing Aress Orer (Up AO) : ecreasing Aress Orer (own AO) : on t care aress orer : it is possible to use either the up or own AO Not necessarily an up/own AO means that the ME starts from the lowest/highest memory aress to the highest/lowest aress. One can choose an arbitrary AO an labeling it as up, without reucing the fault coverage of a given March Test [4]. The only constraint is that the own AO must be eactly the reverse of the Up AO. Hereinafter we enote a March Test by a { } bracket, an a ME by a ( ) bracket. The i-th operation is efine as op i X, where the aress of the target cell is not inicate since alreay specifie by the aress orer. The compleity of a March Test is efine as the number of memory operations it inclues. We can formalize the above efinitions resorting to the following contet free grammar [5]: efinition 5: A SP March Test is efine as: MTGsp = (N,, S, P) (5) where: N = {MT, ME, AO, OP,}is the collection of the nonterminal symbols; = {,, w, r,,, (, ), {, },,, }is the set of terminal symbols (i.e., the alphabet) ; S = MT is the start symbol. S N; P N (N ) * is the set of prouctions etaile as follows: Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

5 ) MT '{' ME '}' 2) ME AO '(' OP ')' AO ' 3) OP ' w' ' r' ' w' ', ' OP ' r' 4) AO ' ' ' ' ' ' 5) '' ' ' (' OP ')' ME ', ' OP As an eample consier the follow March Test: { (w ) (r,w ) (r )} (6) Starting from (5) we can etene it to apply the operation simultaneously. efinition 6: A MP March Test is efine as: MTGmp = (N p, p, S p, P p ) (7) where: N p = N {OPs} is the set of the nonterminal symbols; p = { :, -, n } is the set of terminal symbols (i.e., the alphabet). on t care - enotes that any operation is allowe on the selecte port, an n enotes that no operations are allowe on the selecte port; S p = S is the start symbol. S p N p ; P p N p (N p p ) * is the set of prouctions etaile as follows: ) MT '{' ME '}' 2) ME AO '(' OP ')' AO '(' OP ' )' ME 3) OP OPs OPs', ' OP 4) OPs ' w' ':' OPs ' r' ':' OPs ' w' 5)OPs ' w' ' r' ' ' ' n' 5) AO ' ' ' ' ' ' 6) '' ' ' ':' OPs' r' ':' OPs The march test (6) coul be etene to MP test purpose as: { (w : n) (r : -, w : r ) (r : -)} (8) This march test has been translate for two port memories (i.e., only two operations at each time are applie in parallel). 5. Multi Port Translation The translation of a single port march test to a generic p Port march test is feasible uner the constraints presente in Section 2..This phase requires as input the single port march test previously generate, an the number p of port (Figure ) The input march test has to be formatte by the march test generator phase in orer to evience the nature of the memory operations (i.e., by labeling each operations of the march test), that can be clustere in three categories: ) Initializing operations : their can be only write operations; 2) Sensitizing operations : their coul be either write or rea operations; 3) Observing operations : their can be only rea operations; Note that an operation coul be, at the same time, sensitize an observe the fault (i.e., rea fault [3]) or initialize an sensitize the fault (i.e., state fault [3]) This labeling proceure is one by the SP march test generator, where the information about each operations (i.e., if an operation is a sensitizing or initializing or observing) irectly from the fault moel (Section 3). This phase correspons to a set of rewrite rules, since the single port march test can be consier as a string accepte by the grammar efine in (5) where each symbol is a memory operation. Each rewrite rules is represente by the regular epression formalism [5]. Table shows the rewrite rules, as an eample if an operation is tagge Sensitizing, then rule # will be aopte. In case of multiple labelling (i.e. the operation is labelle both Sensitizing an Observing ); the operator preceence has been implemente by the orer of rewrite rules. Table : rewrite rules # Operation Rewrite Rules Sensitizing w w : r : : r r r : r : : r 2 Initializing w w : n : : n 3 Observing r r : - : : - The rule having the highest preceence (# table ) is that relate to sensitizing operations, since we must a p- ifferent operations to apply in parallel to fully sensitize the fault. The problem of what kin of ae operations (write or rea) is solve by constraints etaile in Section 2.. Only simultaneous p rea operations are supporte or one write an p- rea operations are supporte. Therefore rule # inserts p- rea operations. The epecte value to rea from the memory cell () epens from the previous memory state. Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

6 6. Eperimental results This section reports some eperimental results obtaine applying the propose algorithm to automatically generate March Tests to cover ifferent sets of faults. We first generate march tests able to cover 3 port FFMs etaile in [5] an here summarize for sake of reaability. FFMs involving one cell are: wrf&wrf&wrf : applying three simultaneous rea operations to the v-cell causes the cell to flip, but returning the correct values. (eceptive Rea estructive Fault, RF); wrf&wrf&wrf : applying three simultaneous rea operations to the v-cell causes the cell to flip, returning the incorrect value. (Rea estructive Fault, RF) FFMs involving two cells are: wcfs&wcfs&wcfs : applying three simultaneous operations to the a-cell causes the cell to flip. (isturb Coupling Fault, CFs ) wcfs&wrf&wrf : applying three simultaneous rea operations to the v-cell causes the cell to flip if the a-cell is in a specific state, but returning the correct values. wcfs&wrf&wrf : applying three simultaneous rea operations to the v-cell causes the cell to flip if the a-cell is in a specific state, returning the incorrect values. Consier as an eample the wcfs&wcfs&wcfs that is escribe by 8 FPs in Figure 2. w : r : r ;/ /, w : r : r ;/ /, w : r : r ;/ /, w : r : r ;/ /, r : r : r ;/ /, r : r : r ;/ /. Figure 2 : {,}, = on t care The FFM is fully sensitize by the applications of the three weak faults on the ifferent memory port. We generate first the SP march test covering the first FPs an summarize in Figure 3 w ; / /, w ;/ /, w ; / /, w ;/ /, r ; / /, r ;/ /. Figure 3 : single port FPs, {,} The generate SP march test is { (w ) (r,w ) (r,w ) (r,w ) (r,w ) (r )} (9) After MP translation (i.e., applying the rewrite rules Table ) we obtain: { (w -:-) (r :r :r,w :r :r ) (r :r :r,w :r :r ) () (r :r :r,w :r :r ) (r :r :r,w :r :r ) (r : -:-)} That is able to cover wcfs&wcfs&wcfs [5]. Table 3 shows the resulting March Tests. For each march test we report its compleity (length of march test) an the equivalent march test foun in literature, an the targete fault list, the last column shows the cpu time (in secon). The algorithm has been implemente in about 9 lines of C++ coe, compile with gcc compiler. All the eperiments are performe on an ASUS, AM 5Mhz base Laptop with 52 MB of RAM. Table 2 reports the fault list covere by each march test. The first four generate march tests have been alreay publishe [5], the last three are unknown, an #7 (whose compleity is 22n) has the same structure of march SS [6]. It is able to etect all the static faults (one an two-cells) etensions for multiple-port memories. All generate March Tests have been verifie using an a hoc memory fault simulator [] able to valiate their correctness w.r.t. the target FP list. The fault simulator is also use to check the nonreunancy of each generate March Test. 7. Conclusion This paper presente a methoology to automatically generate March Tests for multiple-port memories. A general moel has been use to represent known memory static faults, an to possibly a new userefine faults. The generation process stems from the generation of SP march tests, then properly translate into MP march tests by applying a set of rewrite rules. Eperimental results have been presente to prove the applicability an the efficiency of the propose approach. On going activities are focuse on the automatic generation of MP march tests targeting aitional classes of memory fault, incluing ynamic an Linke Faults. Table 2 : fault list # Fault List # wrf&wrf&wrf wrf&wrf&wrf #2 wcfs&wcfs&wcfs #3 wcfs&wrf&wrf wcfs&wrf&wrf #4 All the 3port FFM #5 All the single cell Static Fault #6 All the CFs #7 All static FFMs Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

7 8. References Table 3 : eperimental results # Algorithm # #2 #3 #4 #5 #6 #7 {(w :-:-) (r :r :r,r :-:-) (w :-:-) (r :r :r,r :-:-)} {(w -:-) (r :r :r,w :r :r ) (r :r :r,w :r :r ) (r :r :r,w :r :r ) (r :r :r,w :r :r ) (r : -:-)} {(w :-:-) (r :r :r, r :-:-,w :-:-) (r :r :r, r :-:-,w :-:-) (r :r :r, r :-:-,w :-:-) (r :r :r, r :-:-,w :-:-)} {(w :-:-) (r :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r ) (r :-:-)} {(w :-:-) (w :r :r ) (r :r :r, w :r :r, r :-:-) (w :r :r ) (r :r :r, w :r :r,r :-:-)} {(w -:-) (r :r :r,w :r :r,w :r :r ) (r :r :r,w :r :r,w :r :r ) (r :r :r,w :r :r,w :r :r ) (r :r :r,w :r :r,w :r :r ) (r -:-)} {(w -:-) (r :r :r,r :-:-,w :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r,r :-:-,w :r :r ) (r :r :r,r :-:-,w :r :r,r :-:-,w :r :r ) (r :-:-)} O (n) Known March Test CPU time (s) 6n 3PF.3 n 3PF2a.28 3n 3PF2v.2 4n 3PF.24 9n n -,2 22n -.22 [] S.Hamioui, Testing Multi-Port Memories: Theory an Practice [2] M.J. Raposa, ual-port Static Ram Testing ITC 988, IEEE International Test Conference, 988, pp [3] T. Matsumara, An Efficient Test Metho for Embee Multi-Port RAM with BIST Circuitry MTT 995: IEEE International Workshop on Memory Technology, esign an Testing, 995, pp [4] K. Chakrabortry P. Mazumer, New March Test for Multi-Port RAM evices, Journal of Electronic Testing: Theory an Application, vol 6, 2, pp [5] S. Hamioui; A.J. Van e Goor;. Eastwick, M. Rogers, etecting unique faultsi in multi-port SRAMs ATS 2, th IEEE Asian Test Symposium, 2, pp [6] A. J. van e Goor, B. Smit, Generating March Tests Automatically, ITC 994, IEEE International Test Conference, 994, pp [7] K. Zarrineh, S. J. Upahyaya, S. Chakravarty, A New Framework for Generating Optimal March Tests for Memory Arrays, ITC 998, IEEE International Test Conference, 998, pp [8]. Niggemeyer, E.M. Runick, Automatic Generation of iagnostic Memory Tests Base on Fault ecomposition an Output Tracing, IEEE Transactions on Computers, Volume: 53, Issue: 9, Sept. 24 pp [9] A. Benso, S. i Carlo, G. i Natale,P. Prinetto, An optimal algorithm for the automatic generation of March tests ATE 22, IEEE esign, Automation an Test in Europe Conference an Ehibition, 22 pp [] A. Benso, A. Bosio, S. i Carlo, G. i Natale, P. Prinetto, Automatic March Tests Generation for Static an ynamic Faults in SRAMs, ETS 25, th IEEE European Test Symposium, 25. [] A. Benso, S. i Carlo, G. i Natale, P. Prinetto, Specification an esign of a new memory fault simulator, ATS 22, th IEEE Asian Test Symposium, 22. pp [2] A. J. van e Goor, Z. Al-Ars, Functional Memory Faults: A Formal Notation an a Taonomy, VTS 2, 8th IEEE VLSI Test Symposium, 2, pp [3] A. J. van e Goor, Testing Semiconuctor Memories: theory an practice, Wiley, Chichester (UK), 99 [4]. Niggemeyer, M. Reeker, J. Otterstet, Integration of non-classical faults in stanar March tests, MTT 998, IEEE International Workshop on Memory Technology, esign an Testing, 998, pp [5] A.V. Aho, R. Sethi, J.. Ullman, Compilers: Principles, Techniques an Tools, AisonWesley, 986. [6] S. Hamioui, A J. van e Goor, M. Rogers, March SS: A Test for All Static Simple RAM Faults, MTT 22: IEEE International Workshop on Memory Technology, esign an Testing, 22 pp. 95 Proceeings of the Thir IEEE International Workshop on Electronic esign, Test an Applications (ELTA 6)

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources An Algorithm for Builing an Enterprise Network Topology Using Wiesprea Data Sources Anton Anreev, Iurii Bogoiavlenskii Petrozavosk State University Petrozavosk, Russia {anreev, ybgv}@cs.petrsu.ru Abstract

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

You Can Do That. Unit 16. Motivation. Computer Organization. Computer Organization Design of a Simple Processor. Now that you have some understanding

You Can Do That. Unit 16. Motivation. Computer Organization. Computer Organization Design of a Simple Processor. Now that you have some understanding .. ou Can Do That Unit Computer Organization Design of a imple Clou & Distribute Computing (CyberPhysical, bases, Mining,etc.) Applications (AI, Robotics, Graphics, Mobile) ystems & Networking (Embee ystems,

More information

Coupling the User Interfaces of a Multiuser Program

Coupling the User Interfaces of a Multiuser Program Coupling the User Interfaces of a Multiuser Program PRASUN DEWAN University of North Carolina at Chapel Hill RAJIV CHOUDHARY Intel Corporation We have evelope a new moel for coupling the user-interfaces

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

+ E. Bit-Alignment for Retargetable Code Generators * 1 Introduction A D T A T A A T D A A. Keen Schoofs Gert Goossens Hugo De Mant

+ E. Bit-Alignment for Retargetable Code Generators * 1 Introduction A D T A T A A T D A A. Keen Schoofs Gert Goossens Hugo De Mant Bit-lignment for Retargetable Coe Generators * Keen Schoofs Gert Goossens Hugo e Mant IMEC, Kapelreef 75, B-3001 Leuven, Belgium bstract When builing a bit-true retargetable compiler, every signal type

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

Using Vector and Raster-Based Techniques in Categorical Map Generalization

Using Vector and Raster-Based Techniques in Categorical Map Generalization Thir ICA Workshop on Progress in Automate Map Generalization, Ottawa, 12-14 August 1999 1 Using Vector an Raster-Base Techniques in Categorical Map Generalization Beat Peter an Robert Weibel Department

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Adjacency Matrix Based Full-Text Indexing Models

Adjacency Matrix Based Full-Text Indexing Models 1000-9825/2002/13(10)1933-10 2002 Journal of Software Vol.13, No.10 Ajacency Matrix Base Full-Text Inexing Moels ZHOU Shui-geng 1, HU Yun-fa 2, GUAN Ji-hong 3 1 (Department of Computer Science an Engineering,

More information

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH Galen H Sasaki Dept Elec Engg, U Hawaii 2540 Dole Street Honolul HI 96822 USA Ching-Fong Su Fuitsu Laboratories of America 595 Lawrence Expressway

More information

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency Software Reliability Moeling an Cost Estimation Incorporating esting-effort an Efficiency Chin-Yu Huang, Jung-Hua Lo, Sy-Yen Kuo, an Michael R. Lyu -+ Department of Electrical Engineering Computer Science

More information

Waleed K. Al-Assadi. Anura P. Jayasumana. Yashwant K. Malaiya y. February Colorado State University

Waleed K. Al-Assadi. Anura P. Jayasumana. Yashwant K. Malaiya y. February Colorado State University Dierential I DDQ Testable Static RAM Architecture Walee K. Al-Assai Anura P. Jayasumana Yashwant K. Malaiya y Technical Report CS-96-102 February 1996 Department of Electrical Engineering/ y Department

More information

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER FFICINT ON-LIN TSTING MTHOD FOR A FLOATING-POINT ADDR A. Droz, M. Lobachev Department of Computer Systems, Oessa State Polytechnic University, Oessa, Ukraine Droz@ukr.net, Lobachev@ukr.net Abstract In

More information

Verifying performance-based design objectives using assemblybased vulnerability

Verifying performance-based design objectives using assemblybased vulnerability Verying performance-base esign objectives using assemblybase vulnerability K.A. Porter Calornia Institute of Technology, Pasaena, Calornia, USA A.S. Kiremijian Stanfor University, Stanfor, Calornia, USA

More information

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Queueing Moel an Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Marc Aoun, Antonios Argyriou, Philips Research, Einhoven, 66AE, The Netherlans Department of Computer an Communication

More information

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE БСУ Международна конференция - 2 THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE Evgeniya Nikolova, Veselina Jecheva Burgas Free University Abstract:

More information

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation DEIM Forum 2018 I4-4 Abstract Ranom Clustering for Multiple Sampling Units to Spee Up Run-time Sample Generation uzuru OKAJIMA an Koichi MARUAMA NEC Solution Innovators, Lt. 1-18-7 Shinkiba, Koto-ku, Tokyo,

More information

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Supporting Fully Adaptive Routing in InfiniBand Networks

Supporting Fully Adaptive Routing in InfiniBand Networks XIV JORNADAS DE PARALELISMO - LEGANES, SEPTIEMBRE 200 1 Supporting Fully Aaptive Routing in InfiniBan Networks J.C. Martínez, J. Flich, A. Robles, P. López an J. Duato Resumen InfiniBan is a new stanar

More information

Change Patterns and Change Support Features in Process-Aware Information Systems

Change Patterns and Change Support Features in Process-Aware Information Systems hange Patterns an hange Support eatures in -Aware Information Systems arbara Weber 1,, Stefanie Rinerle 2, an Manfre Reichert 3 1 Quality ngineering Research Group, University of Innsbruck, Austria arbara.weber@uibk.ac.at

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

From an Abstract Object-Oriented Model to a Ready-to-Use Embedded System Controller

From an Abstract Object-Oriented Model to a Ready-to-Use Embedded System Controller From an Abstract Object-Oriente Moel to a Reay-to-Use Embee System Controller Stanislav Chachkov, Diier Buchs Software Engineering Laboratory, Swiss Feeral Institute for Technology 1015 Lausanne, Switzerlan

More information

Table-based division by small integer constants

Table-based division by small integer constants Table-base ivision by small integer constants Florent e Dinechin, Laurent-Stéphane Diier LIP, Université e Lyon (ENS-Lyon/CNRS/INRIA/UCBL) 46, allée Italie, 69364 Lyon Ceex 07 Florent.e.Dinechin@ens-lyon.fr

More information

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems On the Role of Multiply Sectione Bayesian Networks to Cooperative Multiagent Systems Y. Xiang University of Guelph, Canaa, yxiang@cis.uoguelph.ca V. Lesser University of Massachusetts at Amherst, USA,

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Enabling Rollback Support in IT Change Management Systems

Enabling Rollback Support in IT Change Management Systems Enabling Rollback Support in IT Change Management Systems Guilherme Sperb Machao, Fábio Fabian Daitx, Weverton Luis a Costa Coreiro, Cristiano Bonato Both, Luciano Paschoal Gaspary, Lisanro Zambeneetti

More information

Optimal Routing and Scheduling for Deterministic Delay Tolerant Networks

Optimal Routing and Scheduling for Deterministic Delay Tolerant Networks Optimal Routing an Scheuling for Deterministic Delay Tolerant Networks Davi Hay Dipartimento i Elettronica olitecnico i Torino, Italy Email: hay@tlc.polito.it aolo Giaccone Dipartimento i Elettronica olitecnico

More information

Handling missing values in kernel methods with application to microbiology data

Handling missing values in kernel methods with application to microbiology data an Machine Learning. Bruges (Belgium), 24-26 April 2013, i6oc.com publ., ISBN 978-2-87419-081-0. Available from http://www.i6oc.com/en/livre/?gcoi=28001100131010. Hanling missing values in kernel methos

More information

Compiler Optimisation

Compiler Optimisation Compiler Optimisation Michael O Boyle mob@inf.e.ac.uk Room 1.06 January, 2014 1 Two recommene books for the course Recommene texts Engineering a Compiler Engineering a Compiler by K. D. Cooper an L. Torczon.

More information

Disjoint Multipath Routing in Dual Homing Networks using Colored Trees

Disjoint Multipath Routing in Dual Homing Networks using Colored Trees Disjoint Multipath Routing in Dual Homing Networks using Colore Trees Preetha Thulasiraman, Srinivasan Ramasubramanian, an Marwan Krunz Department of Electrical an Computer Engineering University of Arizona,

More information

Preamble. Singly linked lists. Collaboration policy and academic integrity. Getting help

Preamble. Singly linked lists. Collaboration policy and academic integrity. Getting help CS2110 Spring 2016 Assignment A. Linke Lists Due on the CMS by: See the CMS 1 Preamble Linke Lists This assignment begins our iscussions of structures. In this assignment, you will implement a structure

More information

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics CS 106 Winter 2016 Craig S. Kaplan Moule 01 Processing Recap Topics The basic parts of speech in a Processing program Scope Review of syntax for classes an objects Reaings Your CS 105 notes Learning Processing,

More information

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES OLIVIER BERNARDI AND ÉRIC FUSY Abstract. We present bijections for planar maps with bounaries. In particular, we obtain bijections for triangulations an quarangulations

More information

Lecture 1 September 4, 2013

Lecture 1 September 4, 2013 CS 84r: Incentives an Information in Networks Fall 013 Prof. Yaron Singer Lecture 1 September 4, 013 Scribe: Bo Waggoner 1 Overview In this course we will try to evelop a mathematical unerstaning for the

More information

Robust Camera Calibration for an Autonomous Underwater Vehicle

Robust Camera Calibration for an Autonomous Underwater Vehicle obust Camera Calibration for an Autonomous Unerwater Vehicle Matthew Bryant, Davi Wettergreen *, Samer Aballah, Alexaner Zelinsky obotic Systems Laboratory Department of Engineering, FEIT Department of

More information

Loop Scheduling and Partitions for Hiding Memory Latencies

Loop Scheduling and Partitions for Hiding Memory Latencies Loop Scheuling an Partitions for Hiing Memory Latencies Fei Chen Ewin Hsing-Mean Sha Dept. of Computer Science an Engineering University of Notre Dame Notre Dame, IN 46556 Email: fchen,esha @cse.n.eu Tel:

More information

E2EM-X4X1 2M *2 E2EM-X4X2 2M Shielded E2EM-X8X1 2M *2 E2EM-X8X2 2M *1 M30 15 mm E2EM-X15X1 2M *2 E2EM-X15X2 2M

E2EM-X4X1 2M *2 E2EM-X4X2 2M Shielded E2EM-X8X1 2M *2 E2EM-X8X2 2M *1 M30 15 mm E2EM-X15X1 2M *2 E2EM-X15X2 2M Long-istance Proximity Sensor EEM CSM_EEM_DS_E_7_ Long-istance Proximity Sensor Long-istance etection at up to mm enables secure mounting with reuce problems ue to workpiece collisions. No polarity for

More information

Experion PKS R500 Migration Planning Guide

Experion PKS R500 Migration Planning Guide Experion PKS R500 Migration Planning Guie EPDOC-XX70-en-500E May 2018 Release 500 Document Release Issue Date EPDOC-XX70- en-500e 500 0 May 2018 Disclaimer This ocument contains Honeywell proprietary information.

More information

ETNA Kent State University

ETNA Kent State University Electronic Transactions on Numerical Analysis. Volume 6, pp. 246-254, December 997. Copyright 997,. ISSN 068-963. ETNA etna@mcs.kent.eu FAST SOLUTION OF MSC/NASTRAN SPARSE MATRIX PROBLEMS USING A MULTILEVEL

More information

NET Institute*

NET Institute* NET Institute* www.netinst.org Working Paper #08-24 October 2008 Computer Virus Propagation in a Network Organization: The Interplay between Social an Technological Networks Hsing Kenny Cheng an Hong Guo

More information

NAND flash memory is widely used as a storage

NAND flash memory is widely used as a storage 1 : Buffer-Aware Garbage Collection for Flash-Base Storage Systems Sungjin Lee, Dongkun Shin Member, IEEE, an Jihong Kim Member, IEEE Abstract NAND flash-base storage evice is becoming a viable storage

More information

Inuence of Cross-Interferences on Blocked Loops: to know the precise gain brought by blocking. It is even dicult to determine for which problem

Inuence of Cross-Interferences on Blocked Loops: to know the precise gain brought by blocking. It is even dicult to determine for which problem Inuence of Cross-Interferences on Blocke Loops A Case Stuy with Matrix-Vector Multiply CHRISTINE FRICKER INRIA, France an OLIVIER TEMAM an WILLIAM JALBY University of Versailles, France State-of-the art

More information

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM International Journal of Physics an Mathematical Sciences ISSN: 2277-2111 (Online) 2016 Vol. 6 (1) January-March, pp. 24-6/Mao an Shi. THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM Hua Mao

More information

Correlation-based color mosaic interpolation using a connectionist approach

Correlation-based color mosaic interpolation using a connectionist approach Correlation-base color mosaic interpolation using a connectionist approach Gary L. Embler * Agilent Technologies, Inc. 75 Bowers Avenue, MS 87H Santa Clara, California 9554 USA ABSTRACT This paper presents

More information

Computer Organization

Computer Organization Computer Organization Douglas Comer Computer Science Department Purue University 250 N. University Street West Lafayette, IN 47907-2066 http://www.cs.purue.eu/people/comer Copyright 2006. All rights reserve.

More information

The Reconstruction of Graphs. Dhananjay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune , India. Abstract

The Reconstruction of Graphs. Dhananjay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune , India. Abstract The Reconstruction of Graphs Dhananay P. Mehenale Sir Parashurambhau College, Tila Roa, Pune-4030, Inia. Abstract In this paper we iscuss reconstruction problems for graphs. We evelop some new ieas lie

More information

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory Feature Extraction an Rule Classification Algorithm of Digital Mammography base on Rough Set Theory Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative

More information

Distributed Line Graphs: A Universal Technique for Designing DHTs Based on Arbitrary Regular Graphs

Distributed Line Graphs: A Universal Technique for Designing DHTs Based on Arbitrary Regular Graphs IEEE TRANSACTIONS ON KNOWLEDE AND DATA ENINEERIN, MANUSCRIPT ID Distribute Line raphs: A Universal Technique for Designing DHTs Base on Arbitrary Regular raphs Yiming Zhang an Ling Liu, Senior Member,

More information

Rough Set Approach for Classification of Breast Cancer Mammogram Images

Rough Set Approach for Classification of Breast Cancer Mammogram Images Rough Set Approach for Classification of Breast Cancer Mammogram Images Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative Methos an Information Systems

More information

Appearance Sensing distance Output configuration Operation mode Model. Appearance Sensing distance Output configuration Operation mode Model

Appearance Sensing distance Output configuration Operation mode Model. Appearance Sensing distance Output configuration Operation mode Model Spatter-resistant Proximity Sensor EEQ CSM_EEQ_DS_E Spatter-resistant Fluororesincoate Proximity Sensor Superior spatter resistance. Long Sensing-istance s ae for sensing istances up to mm. DC -Wire s.

More information

Appearance Sensing distance Output configuration Operation mode Model. Appearance Sensing distance Output configuration Operation mode Model

Appearance Sensing distance Output configuration Operation mode Model. Appearance Sensing distance Output configuration Operation mode Model Spatter-resistant Proximity Sensor EEQ CSM_EEQ_DS_E Spatter-resistant Fluororesincoate Proximity Sensor Superior spatter resistance. Long Sensing-istance s ae for sensing istances up to mm. Pre-wire Smartclick

More information

THE increasingly digitized power system offers more data,

THE increasingly digitized power system offers more data, 1 Cyber Risk Analysis of Combine Data Attacks Against Power System State Estimation Kaikai Pan, Stuent Member, IEEE, Anré Teixeira, Member, IEEE, Milos Cvetkovic, Member, IEEE, an Peter Palensky, Senior

More information

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises verview Frequent Pattern Mining comprises Frequent Pattern Mining hristian Borgelt School of omputer Science University of Konstanz Universitätsstraße, Konstanz, Germany christian.borgelt@uni-konstanz.e

More information

Research Article REALFLOW: Reliable Real-Time Flooding-Based Routing Protocol for Industrial Wireless Sensor Networks

Research Article REALFLOW: Reliable Real-Time Flooding-Based Routing Protocol for Industrial Wireless Sensor Networks Hinawi Publishing Corporation International Journal of Distribute Sensor Networks Volume 2014, Article ID 936379, 17 pages http://x.oi.org/10.1155/2014/936379 Research Article REALFLOW: Reliable Real-Time

More information

Lab work #8. Congestion control

Lab work #8. Congestion control TEORÍA DE REDES DE TELECOMUNICACIONES Grao en Ingeniería Telemática Grao en Ingeniería en Sistemas e Telecomunicación Curso 2015-2016 Lab work #8. Congestion control (1 session) Author: Pablo Pavón Mariño

More information

CS269I: Incentives in Computer Science Lecture #8: Incentives in BGP Routing

CS269I: Incentives in Computer Science Lecture #8: Incentives in BGP Routing CS269I: Incentives in Computer Science Lecture #8: Incentives in BGP Routing Tim Roughgaren October 19, 2016 1 Routing in the Internet Last lecture we talke about elay-base (or selfish ) routing, which

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

WLAN Indoor Positioning Based on Euclidean Distances and Fuzzy Logic

WLAN Indoor Positioning Based on Euclidean Distances and Fuzzy Logic WLAN Inoor Positioning Base on Eucliean Distances an Fuzzy Logic Anreas TEUBER, Bern EISSFELLER Institute of Geoesy an Navigation, University FAF, Munich, Germany, e-mail: (anreas.teuber, bern.eissfeller)@unibw.e

More information

Fundamentals of the stiffness method. Fundamentals of the stiffness method. Fundamentals of the stiffness method

Fundamentals of the stiffness method. Fundamentals of the stiffness method. Fundamentals of the stiffness method CHAPER 6 russ Analsis using Stiffness Metho Objectives เข าใจว ธ ของ stiffness metho ใช ว ธ stiffness metho ก บ russ, BM & rame จะพ ดถ งในบท หน า unamentals of the stiffness metho he stiffness metho: Is

More information

ACE: And/Or-parallel Copying-based Execution of Logic Programs

ACE: And/Or-parallel Copying-based Execution of Logic Programs ACE: An/Or-parallel Copying-base Execution of Logic Programs Gopal GuptaJ Manuel Hermenegilo* Enrico PontelliJ an Vítor Santos Costa' Abstract In this paper we present a novel execution moel for parallel

More information

The Journal of Systems and Software

The Journal of Systems and Software The Journal of Systems an Software 83 (010) 1864 187 Contents lists available at ScienceDirect The Journal of Systems an Software journal homepage: www.elsevier.com/locate/jss Embeing capacity raising

More information

Backpressure-based Packet-by-Packet Adaptive Routing in Communication Networks

Backpressure-based Packet-by-Packet Adaptive Routing in Communication Networks 1 Backpressure-base Packet-by-Packet Aaptive Routing in Communication Networks Eleftheria Athanasopoulou, Loc Bui, Tianxiong Ji, R. Srikant, an Alexaner Stolyar Abstract Backpressure-base aaptive routing

More information

Considering bounds for approximation of 2 M to 3 N

Considering bounds for approximation of 2 M to 3 N Consiering bouns for approximation of to (version. Abstract: Estimating bouns of best approximations of to is iscusse. In the first part I evelop a powerseries, which shoul give practicable limits for

More information

Applying March Tests to K-Way Set-Associative Cache Memories

Applying March Tests to K-Way Set-Associative Cache Memories 13th European Test Symposium Applying March Tests to K-Way Set-Associative Cache Memories Simone Alpe, Stefano Di Carlo, Paolo Prinetto, Alessandro Savino Politecnico di Torino, Dep. of Control and Computer

More information

Variable Independence and Resolution Paths for Quantified Boolean Formulas

Variable Independence and Resolution Paths for Quantified Boolean Formulas Variable Inepenence an Resolution Paths for Quantifie Boolean Formulas Allen Van Geler http://www.cse.ucsc.eu/ avg University of California, Santa Cruz Abstract. Variable inepenence in quantifie boolean

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Discrete Markov Image Modeling and Inference on the Quadtree

Discrete Markov Image Modeling and Inference on the Quadtree 390 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 9, NO. 3, MARCH 2000 Discrete Markov Image Moeling an Inference on the Quatree Jean-Marc Laferté, Patrick Pérez, an Fabrice Heitz Abstract Noncasual Markov

More information

Scalable Deterministic Scheduling for WDM Slot Switching Xhaul with Zero-Jitter

Scalable Deterministic Scheduling for WDM Slot Switching Xhaul with Zero-Jitter FDL sel. VOA SOA 100 Regular papers ONDM 2018 Scalable Deterministic Scheuling for WDM Slot Switching Xhaul with Zero-Jitter Bogan Uscumlic 1, Dominique Chiaroni 1, Brice Leclerc 1, Thierry Zami 2, Annie

More information

CONTENT-BASED RETRIEVAL OF DEFECT IMAGES. Jukka Iivarinen and Jussi Pakkanen

CONTENT-BASED RETRIEVAL OF DEFECT IMAGES. Jukka Iivarinen and Jussi Pakkanen Proceeings of ACIVS 2002 (Avance Concepts for Intelligent Vision Systems), Ghent, Belgium, September 9-11, 2002 CONTENT-BASED RETRIEVAL OF DEFECT IMAGES Jukka Iivarinen an Jussi Pakkanen jukka.iivarinen@hut.fi,

More information

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation On Effectively Determining the Downlink-to-uplink Sub-frame With Ratio for Mobile WiMAX Networks Using Spline Extrapolation Panagiotis Sarigianniis, Member, IEEE, Member Malamati Louta, Member, IEEE, Member

More information

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times Algorithm for Intermoal Optimal Multiestination Tour with Dynamic Travel Times Neema Nassir, Alireza Khani, Mark Hickman, an Hyunsoo Noh This paper presents an efficient algorithm that fins the intermoal

More information

Improving Performance of Sparse Matrix-Vector Multiplication

Improving Performance of Sparse Matrix-Vector Multiplication Improving Performance of Sparse Matrix-Vector Multiplication Ali Pınar Michael T. Heath Department of Computer Science an Center of Simulation of Avance Rockets University of Illinois at Urbana-Champaign

More information

Comparison of Wireless Network Simulators with Multihop Wireless Network Testbed in Corridor Environment

Comparison of Wireless Network Simulators with Multihop Wireless Network Testbed in Corridor Environment Comparison of Wireless Network Simulators with Multihop Wireless Network Testbe in Corrior Environment Rabiullah Khattak, Anna Chaltseva, Laurynas Riliskis, Ulf Boin, an Evgeny Osipov Department of Computer

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Backpressure-based Packet-by-Packet Adaptive Routing in Communication Networks

Backpressure-based Packet-by-Packet Adaptive Routing in Communication Networks 1 Backpressure-base Packet-by-Packet Aaptive Routing in Communication Networks Eleftheria Athanasopoulou, Loc Bui, Tianxiong Ji, R. Srikant, an Alexaner Stoylar arxiv:15.4984v1 [cs.ni] 27 May 21 Abstract

More information

Tight Wavelet Frame Decomposition and Its Application in Image Processing

Tight Wavelet Frame Decomposition and Its Application in Image Processing ITB J. Sci. Vol. 40 A, No., 008, 151-165 151 Tight Wavelet Frame Decomposition an Its Application in Image Processing Mahmu Yunus 1, & Henra Gunawan 1 1 Analysis an Geometry Group, FMIPA ITB, Banung Department

More information

Sampling the Disparity Space Image

Sampling the Disparity Space Image Accepte for publication, June 2003. To appear in IEEE Transactions on Pattern Analysis an Machine Intelligence (PAMI) Sampling the Disparity Space Image Richar Szeliski Daniel Scharstein Microsoft Research

More information

Divide-and-Conquer Algorithms

Divide-and-Conquer Algorithms Supplment to A Practical Guie to Data Structures an Algorithms Using Java Divie-an-Conquer Algorithms Sally A Golman an Kenneth J Golman Hanout Divie-an-conquer algorithms use the following three phases:

More information

Usability Testing: The Relation between Tasks and Issues

Usability Testing: The Relation between Tasks and Issues Usability Testing: The Relation between Tasks an Issues Avinash Mairey Human-Centere Systems (HCS) Department of Computer an Information Science (IDA) MASTER THESIS-TQDT30 LIU-IDA/LITH-EX-A--12/032--SE

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Supervised tracking and correction of inconsistencies in RDF data

Supervised tracking and correction of inconsistencies in RDF data Supervise tracking an correction of inconsistencies in RDF ata Youen Péron, Frééric Raimbault, Gilas Ménier, Pierre-François Marteau To cite this version: Youen Péron, Frééric Raimbault, Gilas Ménier,

More information

I DT MC. Operating Manual SINAMICS S120. Verification of Performance Level e in accordance with EN ISO

I DT MC. Operating Manual SINAMICS S120. Verification of Performance Level e in accordance with EN ISO I DT MC Operating Manual SINAMICS S20 Verification of Performance Level e in accorance with EN ISO 3849- Document Project Status: release Organization: I DT MC Baseline:.2 Location: Erl. F80 Date: 24.09.2009

More information

Van der Waals Force Computation of Freely Oriented Rough Surfaces for Micromanipulation Purposes

Van der Waals Force Computation of Freely Oriented Rough Surfaces for Micromanipulation Purposes The 00 IEEE/RSJ International Conference on Intelligent Robots an Systems October 8-, 00, Taipei, Taiwan Van er Waals Force Computation of Freely Oriente Rough Surfaces for Micromanipulation Purposes Mariaana

More information

Bayesian localization microscopy reveals nanoscale podosome dynamics

Bayesian localization microscopy reveals nanoscale podosome dynamics Nature Methos Bayesian localization microscopy reveals nanoscale poosome ynamics Susan Cox, Ewar Rosten, James Monypenny, Tijana Jovanovic-Talisman, Dylan T Burnette, Jennifer Lippincott-Schwartz, Gareth

More information

A Duality Based Approach for Realtime TV-L 1 Optical Flow

A Duality Based Approach for Realtime TV-L 1 Optical Flow A Duality Base Approach for Realtime TV-L 1 Optical Flow C. Zach 1, T. Pock 2, an H. Bischof 2 1 VRVis Research Center 2 Institute for Computer Graphics an Vision, TU Graz Abstract. Variational methos

More information

3D CITY REGISTRATION AND ENRICHMENT

3D CITY REGISTRATION AND ENRICHMENT 3D CITY REGISTRATION AND ENRICHMENT J. A. Quinn, P. D. Smart an C. B. Jones School of Computer Science, Cariff University {j.a.quinn, p.smart, c.b.jones}@cs.cf.ac.uk KEY WORDS: City moels, registration,

More information

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes Chapter 5 Propose moels for reconstituting/ aapting three stereoscopes - 89 - 5. Propose moels for reconstituting/aapting three stereoscopes This chapter offers three contributions in the Stereoscopy area,

More information

Architecture Design of Mobile Access Coordinated Wireless Sensor Networks

Architecture Design of Mobile Access Coordinated Wireless Sensor Networks Architecture Design of Mobile Access Coorinate Wireless Sensor Networks Mai Abelhakim 1 Leonar E. Lightfoot Jian Ren 1 Tongtong Li 1 1 Department of Electrical & Computer Engineering, Michigan State University,

More information

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

More information

Object. frame. Sensor. C(t) frame. y Mo. Mp t. Sensor frame at equilibrium (Absolute frame)

Object. frame. Sensor. C(t) frame. y Mo. Mp t. Sensor frame at equilibrium (Absolute frame) Position base visual servoing using a non-linear approach Philippe Martinet an Jean Gallice LSME, Université Blaise Pascal, UMR 662 u CNRS, 6377 ubi ere cee, France martinet@lasmea.univ-bpclermont.fr bstract

More information

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction Local Path Planning with Proximity Sensing for Robot Arm Manipulators Ewar Cheung an Vlaimir Lumelsky Yale University, Center for Systems Science Department of Electrical Engineering New Haven, Connecticut

More information

Design Management Using Dynamically Defined Flows

Design Management Using Dynamically Defined Flows Design Management Using Dynamically Deine Flows Peter R. Sutton*, Jay B. Brockman** an Stephen W. Director* *Department o Electrical an Computer Engineering, Carnegie Mellon University, Pittsburgh, PA

More information

d 3 d 4 d d d d d d d d d d d 1 d d d d d d

d 3 d 4 d d d d d d d d d d d 1 d d d d d d Proceeings of the IASTED International Conference Software Engineering an Applications (SEA') October 6-, 1, Scottsale, Arizona, USA AN OBJECT-ORIENTED APPROACH FOR MANAGING A NETWORK OF DATABASES Shu-Ching

More information