Annales UMCS Informatica AI 2 (2004) UMCS

Size: px
Start display at page:

Download "Annales UMCS Informatica AI 2 (2004) UMCS"

Transcription

1 Pobane z czasopisma Annales AI- Infomatica Annales Infomatica AI 2 (2004) Annales Infomatica Lublin-Polonia Sectio AI Embedding as a method to impove multichannel bus topology paametes Miosław Mazuek Depatment of Distibuted Systems, Faculty of Electical and Compute Engineeing, Rzeszów Univesity of Technology, W. Pola 2, Rzeszów, Poland Abstact This aticle attempts to discuss the poblems in building new topologies utilizing embedding. We popose to utilize the catesian poduct to descibe gaphs as a ight mathematical solution to adjacency matix. We applied the catesian poduct of two and sets of multiple dimensions in analysis. We poposed methodology of building logical topologies based on utilization of egula and symmetic gaphs. Fo thee paticula poducts, we pefomed the analysis to measue taffic intensity in the netwok.. Intoduction Cuently available computation o communication tasks utilized in paallel and distibuted systems show that in the ow of an accidental capacity, computing powe of cuently used computes is not sufficient. Constant gowth of computing complexity in the compute systems bings gowth of systems capacity. At the beginning this gowth was accomplished by enhancement to paametes of base elements utilized in building computing stuctues. This showed that available altenatives, offeed by base of new elements ae not sufficient. Theefoe, it becomes necessay to seach fo new diections towads impovement in tansmitting paametes of cuently available topologies. In the pocess of designing topologies, besides utilizing base topologies, meaning topologies descibed by paticula gaphs with specific abilities such as: small degee, small diamete, symmetical o a lage numbe of nodes, we should conside embedding as a ight tool to build new topologies. To achieve this goal we could use logical opeations utilized on matix of coesponding gaphs, in paticula the catesian poduct. These new developed oiginal topologies ae chaacteized by pedictable paametes descibed in base topologies. As topologies we could use those with opposite paametes (fo example bus and hypecube). Cuently conducted eseach showed that in building new multi channel communication systems egula and symmetic topologies ae of special use []. They insue minimal computation complexity of designing pocess and

2 Pobane z czasopisma Annales AI- Infomatica Miosław Mazuek liveness as well lage scalability assuing building the netwok with an unlimited numbe of nodes. 2. Embedding as a method to impove topology paametes The key ole in computing paallel and homologous computations fo example oganizing computations in the netwok of pocessos is pojection of one achitectue within anothe. The poblem with simulation of one netwok within anothe is defined as a poblem of embedding. Embedding of one topology within anothe gives new capacity of building a new communication netwok and also to allow to fomulate a poblem with finding effective epesentation of data stuctues o to allocate cicuits in the distibuto of VLSI. In ode to chaacteize opeation of embedding, we have to adopt paticula epesentation of topology. Any paticula netwok topology usually is descibed in the fomat of gaphs in which all the nodes epesent computes and all edges epesent netwok connections. Indiect gaphs ae usually used to model communication netwok. Exploiting theoy of gaphs to descibe topology could define opeation of embedding as: Definition. Any given gaph G (V, E ), known as gaph host whee V is the set of its nodes, but E is the set of its edges. Also let us have a gaph G 2 (V 2, E 2 ) known as the gaph guest, whee V 2 is the set of its nodes, and E 2 is the set of its edges. Embedding φ of gaph G (V, E ) within gaph G 2 (V 2, E 2 ) is called diect pojection of nodes of host gaph V within the guest gaph V 2 fo example φ = V V 2. The utility of embedding esults is futhe emphasized by the fact that many of the existing popula achitectues can be modeled as poduct netwoks. An embedding of a guest gaph G 2 in a host gaph G is a mapping of the vetices of G into the vetices of G 2 and the edges of G into paths in G 2. The main cost measues used in embedding efficiency ae: ) Load of embedding is the maximum numbe of nodes of G mapped to any nodes G 2. 2) Dilation of embedding is the maximum path length in G 2 epesenting an edge of G. 3) Congestion of embedding is the maximum numbe of paths that shae any edge of G 2. If G can be embedded in G 2 with load l, dilation d and congestion c, G 2 can emulate t steps of a computation unning on G in O(l+d+c)t steps. If the values l, d, and c ae constant, the slowdown intoduced by this emulation is also constant.

3 Pobane z czasopisma Annales AI- Infomatica Embedding as a method to impove multichannel Regulaity and symmety Classical communication topologies chaacteize degee of its nodes detemined by the numbe of nodes. The moment of lage incease in the numbe of nodes usually leads to the incease in a diamete, which is a geat disadvantage. Of many available topologies none of them could be consideed useful to build moden computing systems because of paametes. Achitectue of the paallel system should be chaacteized by its symmety, which allows implementing simple ules of outing and also should not be chaacteized by a lage numbe of nodes, which in esult keep the cost low. Howeve, consideing them in context of paticula attibutes, it shows that paticula systems with fixed citeia could utilize some base topologies. With egads to hypecube topologies its attention bings vey good paametes, such as: small diamete, egulaity, lage connectivity, ability to embed simple mechanisms of outing (comes fom symmety), and fault-toleance. Moeove, hypecube topologies give ability to imitate diffeent stuctues in place of stuctue nodes simplifying the embedding pocess. Fo example if we place in all nodes of cube ing of 3 nodes we get back vey popula topology CCC. The disadvantage of the above achitectue is limited scalability, which eliminates it fom being utilized in lage systems. Regulaity and symmety guaantee homogeneous topologies, which minimize cost of building and futhe exploitation [2]. By exploiting these kinds of topologies the pocess of modeling and also analysis becomes simple and it influences impovement of paametes. Based on the theoy of gaphs, a gaph is called egula, if evey pai of nodes has the same nodes degee. A gaph is called node-symmetic, if it is viewed the same fom all of its vetices o fom each banch. Fo cleane analysis of these paametes we illustate base definition of egulaity and symmety by utilizing the method of similaity. Definition 2. A topology is called egula if each node has the same node degee. If any node has diffeent node degee a topology is called iegula. In ode to descibe pecisely symmety we need to econside the definition of similaity: Definition 3. Two nodes u and v in a gaph G ae simila if fo some autompophism ρ of G, ρ(u)=v with u, v V. Two edges (u,v ) and (u 2,v 2 ) in gaph G ae simila, if fo some autompophism ρ of G, ρ((u,v ))= (u 2,v 2 ) with (u,v ), (u 2,v 2 ) E.

4 Pobane z czasopisma Annales AI- Infomatica Miosław Mazuek Definition 4. A gaph is called node-symmetic, if evey pai of nodes is simila. A gaph is called edge-symmetic, if evey pai of edges is simila. A gaph is called symmetic, if it is node-symmetic and edge-symmetic. By analyzing symmety we have to notice, that symmetic gaph by its nodes could be symmetic by its edges, although gaph which is symmetic by its edges it is not symmetic by its nodes. Definition 4 descibes only which of the gaphs is symmetic by its edges and which is symmetic by its nodes. But it is useless when compaing degee of symmety paticula high capacity netwok systems (does not allow to descibe which gaph is less o moe symmetic), theefoe it is equied to intoduce definition of s-symmety [3]. Definition 5. A gaph G(V,E) is said to be s-symmetic if the numbe of nodes YV s i i= can be divided into s subsets V,,V 2,...V s with = V and IV i = 0, and in each i= subset V i evey pai of nodes must be simila (analogous fo edges). 4. Catesian Poduct as an instument of embedding To geneate diffeent communication topologies based on those cuently existing, we exploit gaphical opeations. They allow building topologies chaacteized by incompaable paametes. If we talk about connection netwok in the context of logical opeations, we have to notice the fact that each newly built topology could be chaacteized by inheitance of outgoing gaphs paametes and all of its chaacteistics as well as by new featues. They esult fom opeation attibutes, which ae paameteized though chaacte and design of the gaphs. Of the pimay Boolean opeations such as conjunction, disjunction, symmetic diffeence, ejection, composition and catesian poduct the last one deseves a special emphasis, because of its benefit and simplicity in opeations [4]. In geneal a Boolean opeation G xg 2 esults in a gaph G with V = V xv 2, the catesian poduct of the node sets fom gaph G and gaph G 2. A node G is labeled ( u u2) with u Vi and E of G is expessed in tems of the edges in E and E 2 depending on the Boolean opeation applied. Most of the Boolean opeations could be descibed as opeations on matix of gaphs G and G2. Theefoe the catesian poduct could be defined as follows: Definition 6. A catesian poduct of two gaphs G (V, E ) and G 2 (V 2, E 2 ) is gaph G xg 2, whose set of its nodes is V xv 2 and set of its edges is defined as follows: if {u, u 2 } V and {v, v 2 } V 2 then (u v, u 2 v 2 ) is edge of G xg 2 and only then if u = u 2 and (v,v 2 ) E 2 o v = v 2 and (u, u 2 ) E. s

5 Pobane z czasopisma Annales AI- Infomatica Embedding as a method to impove multichannel 335 The example of two-dimensional catesian poduct of second degee of de Buijn s Gaph and the sta of five nodes is shown in Fig.. (4,00) (,00) (0,00) (3,00) 0 (4,0) (2,00) (4,0) (,0) (0,0) (3,0) (,0) (0,0) (3,0) (2,0) (4,) (2,0) de Buijn(2)Sta(5) (,) (0,) (3,) 3 (2,) Fig.. Example of two-dimensional catesian poduct of de Buijn(2) and Sta(5) 5. Attibutes of catesian poduct Cuent eseach shows, that the best solution fo connection netwok between all Boolean opeations is the catesian poduct. Fist of all it povides a limited numbe of solution nodes, secondly all ability to achieve a small diamete. It also allows connecting advantages povided by popula topologies, acquiing new topology that inheits advantages of both above topologies. It is possible to find topology X which is bette in scalability than topology Y and also is bette in eduction of degee o diamete but it is not bette consideing pocessing of boadcasting, fo example sta o hypecube. Theefoe of all the above opeations the catesian poduct is consideed the only ight choice within the opeations allowing building new netwoks. The catesian poduct opeation allows achieving absolute netwok components. The additional attibute of this opeation is the fact that the numbe of nodes gows in a multipliable way, but diamete and aveage distance gow in an addable way, thus cutting costs of building netwok. This new stuctue is also chaacteized by simple implementation of netwok algoithms, based on base and popula in topology

6 Pobane z czasopisma Annales AI- Infomatica Miosław Mazuek algoithms. These attibutes ae specifically useful in systems scalability and allow inceasing netwok size the same time etaining a stable numbe of nodes. Dependencies of the catesian poduct paametes in egad to input topologies descibe line of definitions which could be found in [5]. 6. -dimensional poduct Besides two-dimensional opeation, multi-dimensional opeation is of special usage in ceation of new topologies. The -dimensional poduct of G(N) is denoted PG (N), with the subscipt epesenting the numbe of dimensions. The -dimensional poduct we can identify as: Definition 7. Fo a given gaph G(N), then its dimensional catesian poduct labeled as PN (n) is equal to G (V, E ), G 2 (V 2, E 2 ),..., G N (V N, E N ) whee set of nodes V = V, V 2,V 3...V N = {u u 2...u n u V, u 2 V 2,..., u n V n } and set of edges E = {(u u 2...u n, v v 2...v n whee i exists whee (u i,v i ) V i and fo each j i we have uj= v j }. Notice that the nodes in dimension i fom copies of the gaph G i. Fo example when using the linea aay L n (V,E) defined as V = {0,,..., n } and E = {( i, i+ ) i= 0,,..., n 2} and also ing Pn(V,E) of n nodes defined as V = {0,,..., n } and E = {( i, i+ mod n) i= 0,,..., n }, simply by using the poduct opeation we could aive at -ay n cube, multidimensional gid and a multidimensional tous. Notice that gid a p x p 2 x..x p is the poduct netwok L n L n2...l n, but tous p x p 2 x..x p is the poduct netwok P n P n2...p n. Similaly the binay dimensional cube Q is a poduct of the gaph which contains one edge Q(V={0,}, E={(0,)}). One of the fundamental paametes in communication netwok is the numbe of nodes and connections in the above netwok. Compaison of pimay paametes of two- and multi-dimensional poducts is shown in Table. Table. Compaison of pimay paametes of two-and multi-dimensional poducts G(N) PG (N) Numbe of nodes N N Numbe of edges E EN - Diamete d Rd Connectivity κ κ Min. vetex degee δ Rδ Max. vetex degee Patitionability N i, dla i=0... k k

7 Pobane z czasopisma Annales AI- Infomatica Embedding as a method to impove multichannel Communication capabilities of poduct netwoks In ode to compae the communication capabilities of poduct netwoks a communication model is needed. The poposed model is a time-slotted packet switching model whee packets ae of fixed size. In each time slot, a pocesso can simultaneously send and eceive a packet. It can also geneate a single packet accoding to a Benoulli distibution of paamete p (p is the packet geneation ate of evey node). Destination nodes of geneated packets ae selected unifomly andomly. Each node contains a single unlimited buffe to accommodate incoming packets. The packets ae FIFO seviced. The links between pocessos ae full duplex. If seveal packets ae sent to the same pocesso, then a conflict occus. In this case, we assume that one of the packets to be eceived is chosen andomly, and the othes ae defeed. In ode to descibe communication ability of any given topology we intoduced concept of intensity of taffic. The taffic intensity of a node u in a netwok G(V,E) is defined to be the poduct of the load of that node by the aveage sevice time of a packet. Since the sevice time is deteministic, a pocesso can send a packet at each time slot. Thus the aveage sevice time is assumed to be one. Theefoe, the taffic intensity is educed to the total load of the node [6]. The load of node u is the total of the locally geneated load p l (defined as the aveage numbe of packets geneated by u pe time unit), the load designated to this node p d (defined as the aveage numbe of packets designated to u pe time unit) and the load that has to tansit thoughout this node p t (defined as the aveage numbe of packets tansiting u pe time unit). Theefoe, the load is defined as: p( u) = pl + pd + pt. Note that p l = p, whee p is the packet geneation ate. Let p e be equal to the sum of p t and p d. This load depends on the total numbe of paths used by the G outing algoithm, denoted by, that eithe ends at node u o have node u as an t u intemediate node and the taffic sent by each node to evey othe node. This p taffic is equal to since each node equally sends its locally geneated N taffic to evey othe node in the system (except to itself). A node u can eceive the total extenal load fom othe nodes in the system is: p G pe = tu. () N G G tu The quantity qu = N π called the extenal load facto of node u in netwok G. Theefoe, extenal load facto p e is defined as:

8 Pobane z czasopisma Annales AI- Infomatica Miosław Mazuek G N pe = qu p N. A node (u, u 2 ) in G G 2 will be denoted u u 2 and the cadinality of the set of nodes V i of a gaph G i (V i,e i ) will be denoted V i. Conside a poduct netwok G=G G 2 =(V,E) of 2 netwoks G (V,E ) and G 2 (V 2,E 2 ), the total extenal load is defined by lemma. Lemma. Let u and u 2 be two nodes in G and G 2 espectively, and G q u 2 thei coesponding extenal load facto. Then the extenal load facto of node uu 2 in G=G G 2 is: q = q q GG G G uu u u Poof. Fom fomula (), the extenal load facto of u u 2 in G is: GG 2 t GG uu 2 2 quu =. 2 N GG 2 Whee N = V V2, i.e, the numbe of nodes in G G 2 and is the total numbe of paths that eithe end at uu 2 o have node u u 2 as an intemediate node. Futhemoe, it can be easily concluded that GG 2 G G2 tuu = tu V2 + tu 2 2 Theefoe,. GG t uu 2 2 t uu 2 G q u and can be expessed as V since we have V2 copies of G and V copies of G 2. t t V + t V t t GG 2 G G2 G G2 uu u 2 u u u G G = = + = qu q u V V V V V V A coollay of this lemma fo the poduct of gaphs is that: q GG 2... G Gi uu n... u = qui i=. +. Theoem. The taffic intensity of a node u u 2 in a netwok G G 2 is defined as: N G G 2 puu = p ( ) 2 + qu + q u2 N. Poof. The poof follows fom fomula and lemma. To compute the taffic intensity of multidimensional tous P p, poduct netwoks -ay n-cube Q n and multidimensional mesh L p we fist need to detemine the extenal load facto of thei building blocks. Note that the

9 Pobane z czasopisma Annales AI- Infomatica Embedding as a method to impove multichannel 339 hypecube netwok can be obtained fom Q n by setting =2. When =2 we have K 2. Theoem 2. The extenal load facto of a node u in each building block espectively fo P n, K, L n is defined as: 2 P n p( p+ ) p p qu = p 2 2 2, K qu =, L q n u = ( p u)( 2u+ ) ( u+ ) p. The taffic intensity of each building block can be concluded fom the theoem and theoem 2. The taffic intensity of thee showed netwoks, is computed in the theoem 3. Theoem 3. The taffic intensity of a multidimensional tous N = p p p nodes, an -ay n-cube Q K of 2... n = n PP P... n n2 n of N = n nodes and a multidimensional mesh L L2... L of N = p p2... p nodes ae: N pi( pi + ) pi pi qu... u = p + N i= pi 2 2 2, N n qu... u = p + N n, N qu 2... u = p + p i ui ui + ui + N i= p i ( )( ) ( ). Poof. The poof follows fom theoem and theoem 2. Fom the theoem above, we note that the -ay n-cube and tous ae symmetic and in this case the taffic intensity does not dependent on the node. In the case of a multidimensional mesh the taffic depends on the node. The taffic intensity of a hypecube can be obtained fom that of a n-ay -cube by setting n=2. In the case of a mesh and a tous, we conside a two-dimensional netwok of size xy whee x and y ae both even. Since the mesh is not symmetic, we take the taffic intensity in the node u =y/2 and u 2 =x/2. The taffic intensity of a tous of N=xy, a hypecube of N nodes and a mesh of N=xy nodes is:

10 Pobane z czasopisma Annales AI- Infomatica Miosław Mazuek N N qu... u = p + + x 4 ( N ) x, q u... u N log2 N = p +, 2( N ) N N 2 qu ( )... u = p + + x 2 N x N. 8. Conclusions By utilizing methods of embedding in design of new topologies we allow to accomplish new oiginal topologies. These new stuctues ae chaacteized by pedictable paametes descibed above by attibutes of the base topologies. Opeation of the catesian poduct by one means guaantee of a small degee of computation nodes, by othe means it is possible to achieve a small diamete. Embedding allows connection of two popula topologies with fixed attibutes and attaining new topology, which inheit all the above topology abilities. Additional attibute of this opeation is the fact that a numbe of nodes gows by means of multiplicity and diamete gows by addict ability. The gown stuctue is also chaacteized by simple stuctue of implementation of the netwok algoithms based on fundamental and commonly known algoithms in base topologies. All these attibutes ae paticulaly useful in systems scalability and allow to incease netwok size although, etaining stabilized numbe of nodes. Refeences [] Hajde M., Dymoa P., Mazuek M., Impovement methods of multichanel bus topologies paametes, Sixth Intenational Confeence Soft Computing and Distibuted Pocessing WSIiZ Rzeszów, (200). [2] Hajde M., Mazuek M., Gafy egulane w pojektowaniu wielokanałowych optycznych systemów komunikacji, Zeszyty Naukowe Politechniki Rzeszowskiej, Infomatyka, Rzeszów (2003), in Polish. [3] Kotsis G., Inteconnection Topologies and Routing fo Paallel Pocessing Systems, Technical Repot Seies, ACPC/TR 92-9, (992). [4] Ohing S. R., Ibel M., Das S. K., Reliable Boadcasting in Poduct Netwoks in the Pesence of Faulty Nodes, Poceedings of the 7th Symposium on Paallel and Distibuted Pocessing, (995). [5] Youssef A., Design and Analysis of Poduct Netwoks, Poceedings of the 5th Symposium on the Fonties of Massively Paallel Computation, (995). [6] Bellachaachia A., Youssef A., A Unified Theoy fo a Taffic Analysis in Poduct Netwoks, Poceedings of the 9th Intenational Pocessing Symposium, (995). Poweed by TCPDF (

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Embeddings into Crossed Cubes

Embeddings into Crossed Cubes Embeddings into Cossed Cubes Emad Abuelub *, Membe, IAENG Abstact- The hypecube paallel achitectue is one of the most popula inteconnection netwoks due to many of its attactive popeties and its suitability

More information

Fault-Tolerant Routing Schemes in RDT(2,2,1)/α-Based Interconnection Network for Networks-on-Chip Designs

Fault-Tolerant Routing Schemes in RDT(2,2,1)/α-Based Interconnection Network for Networks-on-Chip Designs Fault-Toleant Routing Schemes in RDT(,,)/α-Based Inteconnection Netwok fo Netwoks-on-Chip Designs Mei Yang, Tao Li, Yingtao Jiang, and Yulu Yang Dept. of Electical & Compute Engineeing Univesity of Nevada,

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

A New Finite Word-length Optimization Method Design for LDPC Decoder

A New Finite Word-length Optimization Method Design for LDPC Decoder A New Finite Wod-length Optimization Method Design fo LDPC Decode Jinlei Chen, Yan Zhang and Xu Wang Key Laboatoy of Netwok Oiented Intelligent Computation Shenzhen Gaduate School, Habin Institute of Technology

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Also available at ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010)

Also available at  ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) Also available at http://amc.imfm.si ISSN 1855-3966 (pinted edn.), ISSN 1855-3974 (electonic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) 109 120 Fulleene patches I Jack E. Gave Syacuse Univesity, Depatment

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

Communication vs Distributed Computation: an alternative trade-off curve

Communication vs Distributed Computation: an alternative trade-off curve Communication vs Distibuted Computation: an altenative tade-off cuve Yahya H. Ezzeldin, Mohammed amoose, Chistina Fagouli Univesity of Califonia, Los Angeles, CA 90095, USA, Email: {yahya.ezzeldin, mkamoose,

More information

Shortest Paths for a Two-Robot Rendez-Vous

Shortest Paths for a Two-Robot Rendez-Vous Shotest Paths fo a Two-Robot Rendez-Vous Eik L Wyntes Joseph S B Mitchell y Abstact In this pape, we conside an optimal motion planning poblem fo a pai of point obots in a plana envionment with polygonal

More information

FACE VECTORS OF FLAG COMPLEXES

FACE VECTORS OF FLAG COMPLEXES FACE VECTORS OF FLAG COMPLEXES ANDY FROHMADER Abstact. A conjectue of Kalai and Eckhoff that the face vecto of an abitay flag complex is also the face vecto of some paticula balanced complex is veified.

More information

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set Modelling, simulation, and pefomance analysis of a CAN FD system with SAE benchmak based message set Mahmut Tenuh, Panagiotis Oikonomidis, Peiklis Chachalakis, Elias Stipidis Mugla S. K. Univesity, TR;

More information

Performance Optimization in Structured Wireless Sensor Networks

Performance Optimization in Structured Wireless Sensor Networks 5 The Intenational Aab Jounal of Infomation Technology, Vol. 6, o. 5, ovembe 9 Pefomance Optimization in Stuctued Wieless Senso etwoks Amine Moussa and Hoda Maalouf Compute Science Depatment, ote Dame

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS Daniel A Menascé Mohamed N Bennani Dept of Compute Science Oacle, Inc Geoge Mason Univesity 1211 SW Fifth

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

The Internet Ecosystem and Evolution

The Internet Ecosystem and Evolution The Intenet Ecosystem and Evolution Contents Netwok outing: basics distibuted/centalized, static/dynamic, linkstate/path-vecto inta-domain/inte-domain outing Mapping the sevice model to AS-AS paths valley-fee

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples Multi-azimuth Pestack Time Migation fo Geneal Anisotopic, Weakly Heteogeneous Media - Field Data Examples S. Beaumont* (EOST/PGS) & W. Söllne (PGS) SUMMARY Multi-azimuth data acquisition has shown benefits

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

arxiv: v2 [physics.soc-ph] 30 Nov 2016

arxiv: v2 [physics.soc-ph] 30 Nov 2016 Tanspotation dynamics on coupled netwoks with limited bandwidth Ming Li 1,*, Mao-Bin Hu 1, and Bing-Hong Wang 2, axiv:1607.05382v2 [physics.soc-ph] 30 Nov 2016 1 School of Engineeing Science, Univesity

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE

APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE 1 YAROSLAVTSEV A.F., 2 Al-THUNEIBAT S.A., 3 AL TAWALBEH N.A 1 Depatment of Netwoking, SSUTI, Novosibisk, Russia

More information

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments Wieless Netwoks 0, 3 32, 200 200 Kluwe Academic Publishes. Manufactued in The Nethelands. Combinatoial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registation in Mobile

More information

Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM

Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM J. Basic. Appl. Sci. Res., 1(10)1594-1602, 2011 2011, TextRoad Publication ISSN 2090-424X Jounal of Basic and Applied Scientific Reseach www.textoad.com Simulation and Pefomance Evaluation of Netwok on

More information

A Recommender System for Online Personalization in the WUM Applications

A Recommender System for Online Personalization in the WUM Applications A Recommende System fo Online Pesonalization in the WUM Applications Mehdad Jalali 1, Nowati Mustapha 2, Ali Mamat 2, Md. Nasi B Sulaiman 2 Abstact foeseeing of use futue movements and intentions based

More information

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma apreduce Optimizations and Algoithms 2015 Pofesso Sasu Takoma www.cs.helsinki.fi Optimizations Reduce tasks cannot stat befoe the whole map phase is complete Thus single slow machine can slow down the

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

More information

Cellular Neural Network Based PTV

Cellular Neural Network Based PTV 3th Int Symp on Applications of Lase Techniques to Fluid Mechanics Lisbon, Potugal, 6-9 June, 006 Cellula Neual Netwok Based PT Kazuo Ohmi, Achyut Sapkota : Depatment of Infomation Systems Engineeing,

More information

Efficient protection of many-to-one. communications

Efficient protection of many-to-one. communications Efficient potection of many-to-one communications Miklós Molná, Alexande Guitton, Benad Cousin, and Raymond Maie Iisa, Campus de Beaulieu, 35 042 Rennes Cedex, Fance Abstact. The dependability of a netwok

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

On Adaptive Bandwidth Sharing with Rate Guarantees

On Adaptive Bandwidth Sharing with Rate Guarantees On Adaptive Bandwidth Shaing with Rate Guaantees N.G. Duffield y T. V. Lakshman D. Stiliadis y AT&T Laboatoies Bell Labs Rm A175, 180 Pak Avenue Lucent Technologies Floham Pak, 101 Cawfods Cone Road NJ

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers XFVHDL: A Tool fo the Synthesis of Fuzzy Logic Contolles E. Lago, C. J. Jiménez, D. R. López, S. Sánchez-Solano and A. Baiga Instituto de Micoelectónica de Sevilla. Cento Nacional de Micoelectónica, Edificio

More information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information Title CALCULATION FORMULA FOR A MAXIMUM BENDING MOMENT AND THE TRIANGULAR SLAB WITH CONSIDERING EFFECT OF SUPPO UNIFORM LOAD Autho(s)NOMURA, K.; MOROOKA, S. Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54220

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

WIRELESS sensor networks (WSNs), which are capable

WIRELESS sensor networks (WSNs), which are capable IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. XX, NO. XX, XXX 214 1 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang, Kuan

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

Scaling Location-based Services with Dynamically Composed Location Index

Scaling Location-based Services with Dynamically Composed Location Index Scaling Location-based Sevices with Dynamically Composed Location Index Bhuvan Bamba, Sangeetha Seshadi and Ling Liu Distibuted Data Intensive Systems Laboatoy (DiSL) College of Computing, Geogia Institute

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Accepted fo publication Intenational Jounal of Flexible Automation and Integated Manufactuing. A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Nagiza F. Samatova,

More information

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1 Impovement of Fist-ode Takagi-Sugeno Models Using Local Unifom B-splines Felipe Fenández, Julio Gutiéez, Gacián Tiviño and Juan Calos Cespo Dep. Tecnología Fotónica, Facultad de Infomática Univesidad Politécnica

More information

Parallel processing model for XML parsing

Parallel processing model for XML parsing Recent Reseaches in Communications, Signals and nfomation Technology Paallel pocessing model fo XML pasing ADRANA GEORGEVA Fac. Applied Mathematics and nfomatics Technical Univesity of Sofia, TU-Sofia

More information

Prioritized Traffic Recovery over GMPLS Networks

Prioritized Traffic Recovery over GMPLS Networks Pioitized Taffic Recovey ove GMPLS Netwoks 2005 IEEE. Pesonal use of this mateial is pemitted. Pemission fom IEEE mu be obtained fo all othe uses in any cuent o futue media including epinting/epublishing

More information

ART GALLERIES WITH INTERIOR WALLS. March 1998

ART GALLERIES WITH INTERIOR WALLS. March 1998 ART GALLERIES WITH INTERIOR WALLS Andé Kündgen Mach 1998 Abstact. Conside an at galley fomed by a polygon on n vetices with m pais of vetices joined by inteio diagonals, the inteio walls. Each inteio wall

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

Method of controlling access to intellectual switching nodes of telecommunication networks and systems

Method of controlling access to intellectual switching nodes of telecommunication networks and systems ISSN (e): 2250 3005 Volume 05 Issue 05 ay 2015 Intenational Jounal of Computational Engineeing eseach (IJCE) ethod of contolling access to intellectual switching nodes of telecommunication netwoks and

More information

HISTOGRAMS are an important statistic reflecting the

HISTOGRAMS are an important statistic reflecting the JOURNAL OF L A T E X CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 D 2 HistoSketch: Disciminative and Dynamic Similaity-Peseving Sketching of Steaming Histogams Dingqi Yang, Bin Li, Laua Rettig, and Philippe

More information

Separability and Topology Control of Quasi Unit Disk Graphs

Separability and Topology Control of Quasi Unit Disk Graphs Sepaability and Topology Contol of Quasi Unit Disk Gaphs Jiane Chen, Anxiao(Andew) Jiang, Iyad A. Kanj, Ge Xia, and Fenghui Zhang Dept. of Compute Science, Texas A&M Univ. College Station, TX 7784. {chen,

More information

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives SPARK: Soot Reseach Kit Ondřej Lhoták Objectives Spak is a modula toolkit fo flow-insensitive may points-to analyses fo Java, which enables expeimentation with: vaious paametes of pointe analyses which

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design Tansmission Lines Modeling Based on Vecto Fitting Algoithm and RLC Active/Passive Filte Design Ahmed Qasim Tuki a,*, Nashien Fazilah Mailah b, Mohammad Lutfi Othman c, Ahmad H. Saby d Cente fo Advanced

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

High Performance Computing on GPU for Electromagnetic Logging

High Performance Computing on GPU for Electromagnetic Logging Intenational Confeence "Paallel and Distiuted Computing Systems" High Pefomance Computing on GPU fo lectomagnetic Logging Glinskikh V.N. Kontoovich A.. pov M.I. Tofimuk Institute of Petoleum Geology and

More information

High performance CUDA based CNN image processor

High performance CUDA based CNN image processor High pefomance UDA based NN image pocesso GEORGE VALENTIN STOIA, RADU DOGARU, ELENA RISTINA STOIA Depatment of Applied Electonics and Infomation Engineeing Univesity Politehnica of Buchaest -3, Iuliu Maniu

More information

A Family of Distributed Deadlock Avoidance Protocols and their Reachable State Spaces

A Family of Distributed Deadlock Avoidance Protocols and their Reachable State Spaces A Family of Distibuted Deadlock Avoidance Potocols and thei Reachable State Spaces Césa Sánchez, Henny B. Sipma, and Zoha Manna Compute Science Depatment Stanfod Univesity, Stanfod, CA 94305-9025 {cesa,sipma,manna}@cs.stanfod.edu

More information

THE THETA BLOCKCHAIN

THE THETA BLOCKCHAIN THE THETA BLOCKCHAIN Theta is a decentalized video steaming netwok, poweed by a new blockchain and token. By Theta Labs, Inc. Last Updated: Nov 21, 2017 esion 1.0 1 OUTLINE Motivation Reputation Dependent

More information

On the Conversion between Binary Code and Binary-Reflected Gray Code on Boolean Cubes

On the Conversion between Binary Code and Binary-Reflected Gray Code on Boolean Cubes On the Convesion between Binay Code and BinayReflected Gay Code on Boolean Cubes The Havad community has made this aticle openly available. Please shae how this access benefits you. You stoy mattes Citation

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

Worst-Case Delay Bounds for Uniform Load-Balanced Switch Fabrics

Worst-Case Delay Bounds for Uniform Load-Balanced Switch Fabrics Wost-Case Delay Bounds fo Unifom Load-Balanced Switch Fabics Spyidon Antonakopoulos, Steven Fotune, Rae McLellan, Lisa Zhang Bell Laboatoies, 600 Mountain Ave, Muay Hill, NJ 07974 fistname.lastname@alcatel-lucent.com

More information

Dynamic Multiple Parity (DMP) Disk Array for Serial Transaction Processing

Dynamic Multiple Parity (DMP) Disk Array for Serial Transaction Processing IEEE TRANSACTIONS ON COMPUTERS, VOL. 50, NO. 9, SEPTEMBER 200 949 Dynamic Multiple Paity (DMP) Disk Aay fo Seial Tansaction Pocessing K.H. Yeung, Membe, IEEE, and T.S. Yum, Senio Membe, IEEE AbstactÐThe

More information

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM LiLi Du Depatment of Civil, Achitectual, and Envionmental Engineeing Illinois Institute of Technology 3300

More information

Drag Optimization on Rear Box of a Simplified Car Model by Robust Parameter Design

Drag Optimization on Rear Box of a Simplified Car Model by Robust Parameter Design Vol.2, Issue.3, May-June 2012 pp-1253-1259 ISSN: 2249-6645 Dag Optimization on Rea Box of a Simplified Ca Model by Robust Paamete Design Sajjad Beigmoadi 1, Asgha Ramezani 2 *(Automotive Engineeing Depatment,

More information

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer Using the Gow-And-Pune Netwok to Solve Poblems of Lage Dimensionality B.J. Biedis and T.D. Gedeon School of Compute Science & Engineeing The Univesity of New South Wales Sydney NSW 2052 AUSTRALIA bbiedis@cse.unsw.edu.au

More information

Reachable State Spaces of Distributed Deadlock Avoidance Protocols

Reachable State Spaces of Distributed Deadlock Avoidance Protocols Reachable State Spaces of Distibuted Deadlock Avoidance Potocols CÉSAR SÁNCHEZ and HENNY B. SIPMA Stanfod Univesity We pesent a family of efficient distibuted deadlock avoidance algoithms with applications

More information

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion:

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion: Intoduction Intoduction to Medical Imaging Cone-Beam CT Klaus Muelle Available cone-beam econstuction methods: exact appoximate Ou discussion: exact (now) appoximate (next) The Radon tansfom and its invese

More information

On using circuit-switched networks for file transfers

On using circuit-switched networks for file transfers On using cicuit-switched netwoks fo file tansfes Xiuduan Fang, Malathi Veeaaghavan Univesity of Viginia Email: {xf4c, mv5g}@viginia.edu Abstact High-speed optical cicuit-switched netwoks ae being deployed

More information

Approximating Euclidean Distance Transform with Simple Operations in Cellular Processor Arrays

Approximating Euclidean Distance Transform with Simple Operations in Cellular Processor Arrays 00 th Intenational Wokshop on Cellula Nanoscale Netwoks and thei Applications (CNNA) Appoximating Euclidean Distance Tansfom with Simple Opeations in Cellula Pocesso Aas Samad Razmjooei and Piot Dudek

More information

Journal of Network and Computer Applications

Journal of Network and Computer Applications Jounal of Netwok and Compute Applications 34 (211) 135 142 Contents lists available at ScienceDiect Jounal of Netwok and Compute Applications jounal homepage: www.elsevie.com/locate/jnca Optimization of

More information

Improved Fourier-transform profilometry

Improved Fourier-transform profilometry Impoved Fouie-tansfom pofilomety Xianfu Mao, Wenjing Chen, and Xianyu Su An impoved optical geomety of the pojected-finge pofilomety technique, in which the exit pupil of the pojecting lens and the entance

More information

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry Univesity of Wollongong Reseach Online Faculty of Infomatics - Papes (Achive) Faculty of Engineeing and Infomation Sciences 2010 Fast quality-guided flood-fill phase unwapping algoithm fo thee-dimensional

More information

EE 6900: Interconnection Networks for HPC Systems Fall 2016

EE 6900: Interconnection Networks for HPC Systems Fall 2016 EE 6900: Inteconnection Netwoks fo HPC Systems Fall 2016 Avinash Kaanth Kodi School of Electical Engineeing and Compute Science Ohio Univesity Athens, OH 45701 Email: kodi@ohio.edu 1 Acknowledgement: Inteconnection

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

An Improved Resource Reservation Protocol

An Improved Resource Reservation Protocol Jounal of Compute Science 3 (8: 658-665, 2007 SSN 549-3636 2007 Science Publications An mpoved Resouce Resevation Potocol Desie Oulai, Steven Chambeland and Samuel Piee Depatment of Compute Engineeing

More information

Effective Data Co-Reduction for Multimedia Similarity Search

Effective Data Co-Reduction for Multimedia Similarity Search Effective Data Co-Reduction fo Multimedia Similaity Seach Zi Huang Heng Tao Shen Jiajun Liu Xiaofang Zhou School of Infomation Technology and Electical Engineeing The Univesity of Queensland, QLD 472,

More information

Signal integrity analysis and physically based circuit extraction of a mounted

Signal integrity analysis and physically based circuit extraction of a mounted emc design & softwae Signal integity analysis and physically based cicuit extaction of a mounted SMA connecto A poposed geneal appoach is given fo the definition of an equivalent cicuit with SMAs mounted

More information

INCORPORATION OF ADVANCED NUMERICAL FIELD ANALYSIS TECHNIQUES IN THE INDUSTRIAL TRANSFORMER DESIGN PROCESS

INCORPORATION OF ADVANCED NUMERICAL FIELD ANALYSIS TECHNIQUES IN THE INDUSTRIAL TRANSFORMER DESIGN PROCESS INCORPORATION OF ADVANCED NUMERICAL FIELD ANALYSIS TECHNIQUES IN THE INDUSTRIAL TRANSFORMER DESIGN PROCESS M A Tsili 1, A G Kladas 1, P S Geogilakis 2, A T Souflais 3 and D G Papaigas 3 1 National Technical

More information

Generalized Grey Target Decision Method Based on Decision Makers Indifference Attribute Value Preferences

Generalized Grey Target Decision Method Based on Decision Makers Indifference Attribute Value Preferences Ameican Jounal of ata ining and Knowledge iscovey 27; 2(4): 2-8 http://www.sciencepublishinggoup.com//admkd doi:.648/.admkd.2724.2 Genealized Gey Taget ecision ethod Based on ecision akes Indiffeence Attibute

More information

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2 Random Waypoint Model in n-dimensional Space Esa Hyytiä and Joma Vitamo Netwoking Laboatoy, Helsinki Univesity of Technology, Finland Abstact The andom waypoint model (RWP) is one of the most widely used

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

Analysis of Wired Short Cuts in Wireless Sensor Networks

Analysis of Wired Short Cuts in Wireless Sensor Networks Analysis of Wied Shot Cuts in Wieless Senso Netwos ohan Chitaduga Depatment of Electical Engineeing, Univesity of Southen Califonia, Los Angeles 90089, USA Email: chitadu@usc.edu Ahmed Helmy Depatment

More information

ANN Models for Coplanar Strip Line Analysis and Synthesis

ANN Models for Coplanar Strip Line Analysis and Synthesis 200 IJCSNS Intenational Jounal of Compute Science and Netwok Secuity, VOL.8 No.10, Octobe 2008 Models fo Coplana Stip Line Analysis and J.Lakshmi Naayana D.K.Si Rama Kishna D.L.Patap Reddy Chalapathi Institute

More information

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson DEADLOCK AVOIDANCE IN BATCH PROCESSES M. Tittus K. Åkesson Univesity College Boås, Sweden, e-mail: Michael.Tittus@hb.se Chalmes Univesity of Technology, Gothenbug, Sweden, e-mail: ka@s2.chalmes.se Abstact:

More information

IP Multicast Simulation in OPNET

IP Multicast Simulation in OPNET IP Multicast Simulation in OPNET Xin Wang, Chien-Ming Yu, Henning Schulzinne Paul A. Stipe Columbia Univesity Reutes Depatment of Compute Science 88 Pakway Dive South New Yok, New Yok Hauppuage, New Yok

More information

Gravitational Shift for Beginners

Gravitational Shift for Beginners Gavitational Shift fo Beginnes This pape, which I wote in 26, fomulates the equations fo gavitational shifts fom the elativistic famewok of special elativity. Fist I deive the fomulas fo the gavitational

More information

Bo Gu and Xiaoyan Hong*

Bo Gu and Xiaoyan Hong* Int. J. Ad Hoc and Ubiquitous Computing, Vol. 11, Nos. /3, 1 169 Tansition phase of connectivity fo wieless netwoks with gowing pocess Bo Gu and Xiaoyan Hong* Depatment of Compute Science, Univesity of

More information

Dynamic Topology Control to Reduce Interference in MANETs

Dynamic Topology Control to Reduce Interference in MANETs Dynamic Topology Contol to Reduce Intefeence in MANETs Hwee Xian TAN 1,2 and Winston K. G. SEAH 2,1 {stuhxt, winston}@i2.a-sta.edu.sg 1 Depatment of Compute Science, School of Computing, National Univesity

More information

A Caching Algorithm using Evolutionary Game Theory in a File-Sharing System

A Caching Algorithm using Evolutionary Game Theory in a File-Sharing System A Caching Algoithm using Evolutionay Game Theoy in a File-Shaing System Masahio Sasabe Cybemedia Cente Osaka Univesity 1-32 Machikaneyama-cho, Toyonaka-shi Osaka 56-43, Japan m-sasabe@cmc.osaka-u.ac.jp

More information

4.2. Co-terminal and Related Angles. Investigate

4.2. Co-terminal and Related Angles. Investigate .2 Co-teminal and Related Angles Tigonometic atios can be used to model quantities such as

More information

Achievable Catalog Size in Peer-to-Peer Video-on-Demand Systems

Achievable Catalog Size in Peer-to-Peer Video-on-Demand Systems Achievable Catalog Size in Pee-to-Pee Video-on-Demand Systems Yacine Boufkhad, Fabien Mathieu, Fabien De Montgolfie, Diego Peino, Lauent Viennot To cite this vesion: Yacine Boufkhad, Fabien Mathieu, Fabien

More information

Hierarchically Clustered P2P Streaming System

Hierarchically Clustered P2P Streaming System Hieachically Clusteed P2P Steaming System Chao Liang, Yang Guo, and Yong Liu Polytechnic Univesity Thomson Lab Booklyn, NY 11201 Pinceton, NJ 08540 Abstact Pee-to-pee video steaming has been gaining populaity.

More information