France. Published online: 23 Apr 2007.

Size: px
Start display at page:

Download "France. Published online: 23 Apr 2007."

Transcription

1 This article was downloaded by: [the Bodleian Libraries of the University of Oxford] On: 29 August 213, At: 6:39 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: Registered office: Mortimer House, Mortimer Street, London W1T 3H, UK International ournal of Systems Science Publication details, including instructions for authors and subscription information: Estimating optimal parameters for parallel database hardware MARTIN C. COOPER a a Departement d'informatiue, Universite de Tours, Pare de Grandmont, Tours, 372, France. Published online: 23 Apr 27. To cite this article: MARTIN C. COOPER (1992) Estimating optimal parameters for parallel database hardware, International ournal of Systems Science, 23:1, , DOI: 1.18/ To link to this article: PLEASE SCROLL DOWN FOR ARTICLE Taylor & Francis makes every effort to ensure the accuracy of all the information (the Content ) contained in the publications on our platform. However, Taylor & Francis, our agents, and our licensors make no representations or warranties whatsoever as to the accuracy, completeness, or suitability for any purpose of the Content. Any opinions and views expressed in this publication are the opinions and views of the authors, and are not the views of or endorsed by Taylor & Francis. The accuracy of the Content should not be relied upon and should be independently verified with primary sources of information. Taylor and Francis shall not be liable for any losses, actions, claims, proceedings, demands, costs, expenses, damages, and other liabilities whatsoever or howsoever caused arising directly or indirectly in connection with, in relation to or arising out of the use of the Content. This article may be used for research, teaching, and private study purposes. Any substantial or systematic reproduction, redistribution, reselling, loan, sub-licensing, systematic supply, or distribution in any form to anyone is expressly forbidden. Terms & Conditions of access and use can be found at

2 INT.. SYSTEMS SCI., 1992, VOL. 23, NO. I, Estimating optimal parameters for parallel database hardware MARTIN C. COOPER Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 Relational database operations (selection, projection.join, etc.) can be implemented with 1% parallelism if each relation is stored as a set of bit vectors containing projections on subsets of the bits of a tuple (Ullmann 1988, 199). This representation is approximate in that spurious tuples, called false drops, may be recovered along with the genuine tuples. In small-scaleexperiments, the number of projections reuired to maintain the expected number of falsedrops at a low, constant value was reported to be linearly proportional to the number of tuples stored in the database (Ullmann 1988). We show that a previous estimate for the number of false drops (Roberts 1979), givenin the context of Bloom filters (Bloom 197), also demonstrates a near-linear behaviour, but seriously underestimates the number of falsedrops, due to an assumption of independence between the projections which is no longer valid for the parallel database hardware. We give an improved estimate for the number of false drops which agrees well with the experimental results. This allows us to determine optimal parameters for the parallel database hardware. 1. Parallel implementation of relational operations Let r be a relation (see e.g. Maier 1983). Assuming that the attributes of r are of fixed length, r can be represented by a set ofn-bit patterns, where N is the sum of the maximum number ofbits reuired to store each attribute. Furthermore, without loss ofgenerality, r can be considered as a relaion with N I-bit attributes. Ullmann (1988, 199) has described how 1% parallelism of the most important relational operations (selection, projection, join, intersection, union) can be achieved by storing a relation r as a set of projections n Sj (r), j = I, 2,...,, where the ~ are overlapping subsets of {I, 2,..., N} of fixed size n. If the number of projections is sufficiently large, r can be recovered from these projections by calculating their join, e-e ns(r) I=I Although the ineuality r S t><l_, ns(r) always holds (Maier 1983), the result may be lossy in the sense that r c t><l-, nslr). The extra tuples recovered, which are not in r, are traditionally called false drops in the present context (Roberts 1979). To give an example of the parallel implementation of a relational operation, consider the union. r, u r, of two relations r" r,. The projections ns(r,, u r,) can be calculated usmg the formula n,«,, u r,) = ns(r,), u ns(r,) from which a possibly lossy version of r, u r, can be recovered by r, u r, = t><l n s (r, U r,) j=1 Received 2 April 199. Revised 29 April t Departement d'informatiue, Universite de Tours, Pare de Grandmont, 372 Tours, France /92 $ Taylor & Francis Ltd.

3 12 M. C. Cooper Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 If n.l/r,) and n"i(r 2 ) are stored in bit vectors l'; and Vz of length 2 n (the kth bit of V, being set to I iff the binary representation of k is a tuple in n,,(r,», then n 5 (r,) v n,,/r can be calculated in parallel by DRing the bit vectors l'; and V 2 The advantage of working with the projections n 5 (r), rather than the original relation r, is the difference between the (2 n ) OR gates reuired to OR the bit vectors representing n"j(r l ) and n 5/r2) in parallel, and the (2 N ) gates which would be reuired to OR bit vectors representing the original relations r l and r 2 Possible values ofnand N are, for example, n = 8 and N = 32. The disadvantage of working with the projections, rather than the original relation, is the presence of false drops.. 2. Estimating the number of false drops Let H be the number of N-bit patterns in the relation r. These H tuples are to be stored in the projections n,/r), where each Sj(r) contains n bits. Estimating the number of false drops for given values of n, N, and H is clearly an important part of the design of the special purpose hardware for relational operations. It allows us to determine the relationship which must exist between these four parameters in order to make false drops rare. Roberts (1979) has given an estimate erd of the number of false drops, when r is stored as sets P"..., P where each P,is the result of applying a different hash-function to the original relation r. erdis derived using an assumption of independence of the ~ which is no longer valid when the ~ are replaced by the n,,/r), due to the non-empty intersection of the Sj. We rederive erd, as a first approximation to the number offalse drops 1l><i-1 n,,/r) - r], before improving it by making a more realistic assumption of independence. Let d be the density of a projection n 5 (r), i.e. d = (number of n-tuples in n.\/r»/2 n As in Ullmann (1988), we assume that rcontains Hrandom N-bit patterns. This implies, from basic probability arguments (which are given in detail by Mullin (1983», that d = I - (I - 1/2 n )H Assuming independence of the projections, the expected number of false drops, erd is eual to (2 N - H )d because each of the 2 N - H N-bit patterns x, not in r, will be a false drop iff n,,/x) E n"j(r) for each j = I,...,, and because each of the projections has density d. Therefore erd = (2 N - H){l - (I - 1/2 n )H} or euivalently = N - log2erd nn -log2{i - (I - 1/2 This relationship between and H is plotted in Fig. I (as small diamonds) for different values of Nand n, in each case with erd fixed at t ( is plotted along the x-axis and H along the.v-axis to be consistent with the presentation of experimental results in Ullmann (1988». The results are not very sensitive to the value chosen for erd, in the sense that decreasing erd from e, to e2(where e" e2.,:; I) produces an increase in by

4 no more than a factor of Optimal parameters for parallel database hardware 121 Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 For example, changing e rd from 1/2 to 1/1 produces only a 3% increase in for the case N = 32, n = 8. Ullmann (1988) has reported a linear relationship in experimental trials with random N-bit patterns, although he has also noted that H must eventually flatten off 22 Q 2 Q 18 Q 16 Q 14 Q 12 Q H 1 Q 8 Q 6 Q I (a) H I(b) 4 Q 2 I Q 2 Q 18 Q 16 Q 14 e 12 o 1 Q 8 Q 6 Q 4 Q 2 [ I

5 122 M. C. Cooper Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 Figure I. 6 H 6 (e) O Plot of points (, H) at which the (estimated) number of falsedrops wast: (a) when N = 32. n = 8; (b) when N = 24, n = 8; (c) when N = 24, n = 12. as increases, since H is bounded above by 2 N His results are plotted on the same graphs in Fig. I, as circled dots. For each value of, what is plotted is the average (over 2 independent trials) of the largest value of H for which there were no false drops. This is not exactly the same as the value of H for which the expected number offalse drops, e = t, but it is comparable due to the relative insensitivity ofthe results to the precise value of e. The similarity of the shapes of the curves is interesting since no theoretical explanation has previously been offered for the near-linearity of Ullmann's experimental results. The non-linearity of both curves becomes evident only outside the range of the plotted points. For the range of and H plotted in Fig. I, erd still underestimates the number of false drops by several orders ofmagnitude. This is due to the non-independence of the projections ns.(r). This non-independence implies that certain N-bit patterns are more likely to occur 'as false drops than others. To be precise, a pattern which differs in only one bit (or a small number of bits) from a pattern among the H tuples stored in the relation r is much more likely to occur as a false drop than a random N-bit pattern. We will estimate e;d, the number of false drops differing by a single bit from one of the H tuples in r. Let w be one of the tuples in r and let w' be different from won only the ith bit. For i 5., ns(w') = ns(w) and hence ns(w') is automatically in n s (r) since w E r. '}} I Thus w' will be a false drop iff ns/w') E ns,(r) for each j such tnat i E ~. The probability of this happening assuming independence again (but this time only of the ns/r) such that i E ~) is

6 Optimal parameters for parallel database hardware 123 assuming that bit i occurs in exactly njn of the ~. This follows from the argument above in the derivation of efd' There are H different tuples wand N different bits i, and so the expected number of such false drops w' is or euivalently efd = NH{1 - (I - 1/2 n )H- )}n/n, Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August Nlog 2 (NH/efd) = n log, {I - (I - 1/2 n )H )} If N does not divide n, then efd is given by where n = N) mod N, N 2 = N - N) and [xl is the greatest integer less than or eual to x, More accurately, the following term should be subtracted from efd' + N(N 2- (H 2-: I) {1 - (I _ 1/2n)H-, }nin I) H(H 2- I) dn {1 _ (I _ 1/2n)H- 2}()- (I- n/n)2) to cover the possibility that w' is already in r or that two such false drops w' are identical, but this makes only a negligible difference to efd for the most interesting values of Nand H (i.e. when H ~ 2 N ). The relationship between Hand is plotted in Fig. I, as solid dots, for efd = 1 These values are much closer to the experimental results than the values of (, H) given by efd = 1- For example, the average percentage error in has been reduced from 42% to 18% for the case N = 32, n = 8. However, we are still underestimating the number of false drops, due to the following facts: (a) independence between some of the projections is still assumed (b) only those false drops which differ from a tuple of r by a single bit are counted. Although near-linear for small values of Hand, the graphs (given by efd = t or efd = t) start to flatten out as the projections become saturated. This is illustrated in Fig. 2 for the case N = 32, n = 8. The rectangle framed by the broken lines corresponds to the range of values plotted in Fig. I (a). An obvious improvement would be to use a similar calculation to estimate the number efd(b) of false drops which differ from a tuple of r in exactly b bits, i),..., i b, for b?; I. Unfortunately, this reuires an assumption of independence between b projections, where b is the expected number ofprojections containing at least one of the bits i.,..., ib. As b increases, b increases, approaching the value of. Having to assume independence between more projections means that efd(b) underestimates the number of false drops (differing from a tuple of r in b bits) by an increasing factor as b increases. In fact, for the range of values of N, n, H plotted in Fig. I, adding Eb~\efd(b) to efd = erd(l) increased our estimate of the number of false drops by no more than 2%, which in turn produced no more than a 3% increase in the value of. (I)

7 IZ4 M. C. Cooper Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 Figure 2. H o. ",,,,, Plot of points (, H) at which e'd = t () and at which e'd = t (e). 3. Optimal choice of hardware parameters The hardware cost is strongly dominated by zn since bit vectors are stored, each of length zn. If a limit H on the number of N-tuples which will be stored in the relation r is known before the hardware is built, then the parameters nand can be chosen in order to minimise the cost of the hardware reuired. We wish to minimise the cost 2 n while ensuring that the expected number of false drops e'd is small (always bearing in mind that e'd is only an estimate). To ensure a given value ofe'd' and n must satisfy euation (I). Substituting for gives the hardware cost as a function of n only: I(n) = - znnlog2(n H/e'd) n log, {I - (I - 1/2 n )H '} Since finding the minimum of1(11) proved intractable analytically, we calculated 1(11) by computer for all values of II in the range I-N. Surprisingly, for H eual to every power of Z from Z3 to 2 25, the minimum value ofiwas always attained when II = I + log, H. Of course, when II was allowed to take on non-integral values, the minimum of1 was attained for a value of n close to but not exactly eual to I + log2h. Choosing n = I + log2h ensures that the expected density of a projection, d = I - (I - I/znt = I - (I - I/(ZH)t I I I I ~ I - I + 2" ~ 222! + 233! - 244! +... I - exp ( - liz) 3935 It follows that N(log2N + log2h + log2(lle'd)) (I + log2h)

8 Optimal parameters for parallel database hardware 125 (a) (b) Downloaded by [the Bodleian Libraries of the University of Oxford] at 6:39 29 August 213 (c) ~ ~ Figure 3. Tables indicating p, the ratio of the number of memory bits in the parallel hardware to the number of data bits stored, for various values of. Each entry in table (a), (b) or (c) corresponds to a data point (plotted as a circled dot) in Fig. 1(a), (b) or (c), respectively. This is D(N) assuming that efd = constant and N < H. The corresponding hardware costf = 2" is O(NH). If efd were an accurate estimate of the number of false drops, this would imply that the number of memory bits, 2" = O(NH), reuired to store the projections ns(r) would be asymptotically optimal since it is of the same order ofmagnitude as NH, the number ofbits in the original relation r. NH is clearly a lower bound on the number of memory bits reuired to store the relation. Figure 3 gives the ratio p = 2"jNH, which is the number of memory bits in the parallel architecture divided by the number of bits in the original relation, for Ullmann's experimental data (plotted as circles dots in Fig. I (a), (b) and (e». Ratios of(a) 3 4, (b) 3 4 and (e) 4 27 were attained, and in each case the ratio is decreasing, indicating that even lower ratios are attainable for larger values of and H. 4. Conclusion We have provided an estimate of the number of false drops when retrieving information from parallel database hardware, which has allowed us to estimate the optimal parameters for this hardware. Our estimate implies that the hardware size increases linearly with the number of data bits to be stored. An even more realistic model would take into account the non-randomness of the tuples stored in the database (Ahad et al. 1989), as well as analysing the results of relational operations rather than just considering the recovery of the data stored in the hardware. The near-linearity of the curves given by erd = t (within the range of values plotted in Fig. I) may be of interest in the design of Bloom filters, since Ramakrishna (1989) has shown that erd is an accurate estimate of the number of filter errors (false drops). REFERENCES AHAD, R., RAO, K. V., and McLEOD, D., 1989, ACM Trans. Databases, 14, 28. BLOOM, R. H., 197, Comm. ACM, 13,422. MAIER, D., 1983, The Theory of Relational Databases (London: Pitman). MULLIN,. K., 1983, Comm. ACM, 26, 57. RAMAKRISHNA, M. V., 1989, Comm. ACM, 32, ROBERTS, C. S., 1979, Proc. Inst, elect. electron. Engrs, 67, ULLMANN,. R., 1988, Comput.., 31, 147; 199, Proc. Instn elect. Engrs, Pt E, 137,283.

Use and Abuse of Regression

Use and Abuse of Regression This article was downloaded by: [130.132.123.28] On: 16 May 2015, At: 01:35 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Gilles Bourgeois a, Richard A. Cunjak a, Daniel Caissie a & Nassir El-Jabi b a Science Brunch, Department of Fisheries and Oceans, Box

Gilles Bourgeois a, Richard A. Cunjak a, Daniel Caissie a & Nassir El-Jabi b a Science Brunch, Department of Fisheries and Oceans, Box This article was downloaded by: [Fisheries and Oceans Canada] On: 07 May 2014, At: 07:15 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

The American Statistician Publication details, including instructions for authors and subscription information:

The American Statistician Publication details, including instructions for authors and subscription information: This article was downloaded by: [National Chiao Tung University 國立交通大學 ] On: 27 April 2014, At: 23:13 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954

More information

Open problems. Christian Berg a a Department of Mathematical Sciences, University of. Copenhagen, Copenhagen, Denmark Published online: 07 Nov 2014.

Open problems. Christian Berg a a Department of Mathematical Sciences, University of. Copenhagen, Copenhagen, Denmark Published online: 07 Nov 2014. This article was downloaded by: [Copenhagen University Library] On: 4 November 24, At: :7 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 72954 Registered office:

More information

Dissipation Function in Hyperbolic Thermoelasticity

Dissipation Function in Hyperbolic Thermoelasticity This article was downloaded by: [University of Illinois at Urbana-Champaign] On: 18 April 2013, At: 12:23 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954

More information

Nacional de La Pampa, Santa Rosa, La Pampa, Argentina b Instituto de Matemática Aplicada San Luis, Consejo Nacional de Investigaciones Científicas

Nacional de La Pampa, Santa Rosa, La Pampa, Argentina b Instituto de Matemática Aplicada San Luis, Consejo Nacional de Investigaciones Científicas This article was downloaded by: [Sonia Acinas] On: 28 June 2015, At: 17:05 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

George L. Fischer a, Thomas R. Moore b c & Robert W. Boyd b a Department of Physics and The Institute of Optics,

George L. Fischer a, Thomas R. Moore b c & Robert W. Boyd b a Department of Physics and The Institute of Optics, This article was downloaded by: [University of Rochester] On: 28 May 2015, At: 13:34 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Published online: 05 Oct 2006.

Published online: 05 Oct 2006. This article was downloaded by: [Dalhousie University] On: 07 October 2013, At: 17:45 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

University, Tempe, Arizona, USA b Department of Mathematics and Statistics, University of New. Mexico, Albuquerque, New Mexico, USA

University, Tempe, Arizona, USA b Department of Mathematics and Statistics, University of New. Mexico, Albuquerque, New Mexico, USA This article was downloaded by: [University of New Mexico] On: 27 September 2012, At: 22:13 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

CCSM: Cross correlogram spectral matching F. Van Der Meer & W. Bakker Published online: 25 Nov 2010.

CCSM: Cross correlogram spectral matching F. Van Der Meer & W. Bakker Published online: 25 Nov 2010. This article was downloaded by: [Universiteit Twente] On: 23 January 2015, At: 06:04 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Communications in Algebra Publication details, including instructions for authors and subscription information:

Communications in Algebra Publication details, including instructions for authors and subscription information: This article was downloaded by: [Professor Alireza Abdollahi] On: 04 January 2013, At: 19:35 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Testing Goodness-of-Fit for Exponential Distribution Based on Cumulative Residual Entropy

Testing Goodness-of-Fit for Exponential Distribution Based on Cumulative Residual Entropy This article was downloaded by: [Ferdowsi University] On: 16 April 212, At: 4:53 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered office: Mortimer

More information

Precise Large Deviations for Sums of Negatively Dependent Random Variables with Common Long-Tailed Distributions

Precise Large Deviations for Sums of Negatively Dependent Random Variables with Common Long-Tailed Distributions This article was downloaded by: [University of Aegean] On: 19 May 2013, At: 11:54 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Ankara, Turkey Published online: 20 Sep 2013.

Ankara, Turkey Published online: 20 Sep 2013. This article was downloaded by: [Bilkent University] On: 26 December 2013, At: 12:33 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

University, Wuhan, China c College of Physical Science and Technology, Central China Normal. University, Wuhan, China Published online: 25 Apr 2014.

University, Wuhan, China c College of Physical Science and Technology, Central China Normal. University, Wuhan, China Published online: 25 Apr 2014. This article was downloaded by: [0.9.78.106] On: 0 April 01, At: 16:7 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 10795 Registered office: Mortimer House,

More information

To cite this article: Edward E. Roskam & Jules Ellis (1992) Reaction to Other Commentaries, Multivariate Behavioral Research, 27:2,

To cite this article: Edward E. Roskam & Jules Ellis (1992) Reaction to Other Commentaries, Multivariate Behavioral Research, 27:2, This article was downloaded by: [Memorial University of Newfoundland] On: 29 January 2015, At: 12:02 Publisher: Routledge Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Online publication date: 01 March 2010 PLEASE SCROLL DOWN FOR ARTICLE

Online publication date: 01 March 2010 PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [2007-2008-2009 Pohang University of Science and Technology (POSTECH)] On: 2 March 2010 Access details: Access Details: [subscription number 907486221] Publisher Taylor

More information

The Fourier transform of the unit step function B. L. Burrows a ; D. J. Colwell a a

The Fourier transform of the unit step function B. L. Burrows a ; D. J. Colwell a a This article was downloaded by: [National Taiwan University (Archive)] On: 10 May 2011 Access details: Access Details: [subscription number 905688746] Publisher Taylor & Francis Informa Ltd Registered

More information

The Homogeneous Markov System (HMS) as an Elastic Medium. The Three-Dimensional Case

The Homogeneous Markov System (HMS) as an Elastic Medium. The Three-Dimensional Case This article was downloaded by: [J.-O. Maaita] On: June 03, At: 3:50 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 07954 Registered office: Mortimer House,

More information

Erciyes University, Kayseri, Turkey

Erciyes University, Kayseri, Turkey This article was downloaded by:[bochkarev, N.] On: 7 December 27 Access Details: [subscription number 746126554] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number:

More information

Diatom Research Publication details, including instructions for authors and subscription information:

Diatom Research Publication details, including instructions for authors and subscription information: This article was downloaded by: [Saúl Blanco] On: 26 May 2012, At: 09:38 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer House,

More information

Online publication date: 30 March 2011

Online publication date: 30 March 2011 This article was downloaded by: [Beijing University of Technology] On: 10 June 2011 Access details: Access Details: [subscription number 932491352] Publisher Taylor & Francis Informa Ltd Registered in

More information

FB 4, University of Osnabrück, Osnabrück

FB 4, University of Osnabrück, Osnabrück This article was downloaded by: [German National Licence 2007] On: 6 August 2010 Access details: Access Details: [subscription number 777306420] Publisher Taylor & Francis Informa Ltd Registered in England

More information

Guangzhou, P.R. China

Guangzhou, P.R. China This article was downloaded by:[luo, Jiaowan] On: 2 November 2007 Access Details: [subscription number 783643717] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number:

More information

Published online: 17 May 2012.

Published online: 17 May 2012. This article was downloaded by: [Central University of Rajasthan] On: 03 December 014, At: 3: Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 107954 Registered

More information

OF SCIENCE AND TECHNOLOGY, TAEJON, KOREA

OF SCIENCE AND TECHNOLOGY, TAEJON, KOREA This article was downloaded by:[kaist Korea Advanced Inst Science & Technology] On: 24 March 2008 Access Details: [subscription number 731671394] Publisher: Taylor & Francis Informa Ltd Registered in England

More information

Characterizations of Student's t-distribution via regressions of order statistics George P. Yanev a ; M. Ahsanullah b a

Characterizations of Student's t-distribution via regressions of order statistics George P. Yanev a ; M. Ahsanullah b a This article was downloaded by: [Yanev, George On: 12 February 2011 Access details: Access Details: [subscription number 933399554 Publisher Taylor & Francis Informa Ltd Registered in England and Wales

More information

Geometric View of Measurement Errors

Geometric View of Measurement Errors This article was downloaded by: [University of Virginia, Charlottesville], [D. E. Ramirez] On: 20 May 205, At: 06:4 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number:

More information

Full terms and conditions of use:

Full terms and conditions of use: This article was downloaded by:[rollins, Derrick] [Rollins, Derrick] On: 26 March 2007 Access Details: [subscription number 770393152] Publisher: Taylor & Francis Informa Ltd Registered in England and

More information

Derivation of SPDEs for Correlated Random Walk Transport Models in One and Two Dimensions

Derivation of SPDEs for Correlated Random Walk Transport Models in One and Two Dimensions This article was downloaded by: [Texas Technology University] On: 23 April 2013, At: 07:52 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Full terms and conditions of use:

Full terms and conditions of use: This article was downloaded by:[smu Cul Sci] [Smu Cul Sci] On: 28 March 2007 Access Details: [subscription number 768506175] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

Acyclic, Cyclic and Polycyclic P n

Acyclic, Cyclic and Polycyclic P n This article was downloaded by: [German National Licence 2007] On: 15 December 2010 Access details: Access Details: [subscription number 777306419] Publisher Taylor & Francis Informa Ltd Registered in

More information

Version of record first published: 01 Sep 2006.

Version of record first published: 01 Sep 2006. This article was downloaded by: [University of Miami] On: 27 November 2012, At: 08:47 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Dresden, Dresden, Germany Published online: 09 Jan 2009.

Dresden, Dresden, Germany Published online: 09 Jan 2009. This article was downloaded by: [SLUB Dresden] On: 11 December 2013, At: 04:59 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

G. S. Denisov a, G. V. Gusakova b & A. L. Smolyansky b a Institute of Physics, Leningrad State University, Leningrad, B-

G. S. Denisov a, G. V. Gusakova b & A. L. Smolyansky b a Institute of Physics, Leningrad State University, Leningrad, B- This article was downloaded by: [Institutional Subscription Access] On: 25 October 2011, At: 01:35 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Tore Henriksen a & Geir Ulfstein b a Faculty of Law, University of Tromsø, Tromsø, Norway. Available online: 18 Feb 2011

Tore Henriksen a & Geir Ulfstein b a Faculty of Law, University of Tromsø, Tromsø, Norway. Available online: 18 Feb 2011 This article was downloaded by: [Bibliotheek van het Vredespaleis] On: 03 May 2012, At: 03:44 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

University of Thessaloniki, Thessaloniki, Greece

University of Thessaloniki, Thessaloniki, Greece This article was downloaded by:[bochkarev, N.] On: 14 December 2007 Access Details: [subscription number 746126554] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number:

More information

Park, Pennsylvania, USA. Full terms and conditions of use:

Park, Pennsylvania, USA. Full terms and conditions of use: This article was downloaded by: [Nam Nguyen] On: 11 August 2012, At: 09:14 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Tong University, Shanghai , China Published online: 27 May 2014.

Tong University, Shanghai , China Published online: 27 May 2014. This article was downloaded by: [Shanghai Jiaotong University] On: 29 July 2014, At: 01:51 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Uniwersytet Slaski] On: 14 October 2008 Access details: Access Details: [subscription number 903467288] Publisher Taylor & Francis Informa Ltd Registered in England and

More information

Discussion on Change-Points: From Sequential Detection to Biology and Back by David Siegmund

Discussion on Change-Points: From Sequential Detection to Biology and Back by David Siegmund This article was downloaded by: [Michael Baron] On: 2 February 213, At: 21:2 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered office: Mortimer

More information

Communications in Algebra Publication details, including instructions for authors and subscription information:

Communications in Algebra Publication details, including instructions for authors and subscription information: This article was downloaded by: [Cameron Wickham] On: 21 July 2011, At: 21:08 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

The use of the Normalized Difference Water Index (NDWI) in the delineation of open water features

The use of the Normalized Difference Water Index (NDWI) in the delineation of open water features This article was downloaded by: [University of Thessaly] On: 07 May 2015, At: 06:17 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Online publication date: 22 March 2010

Online publication date: 22 March 2010 This article was downloaded by: [South Dakota State University] On: 25 March 2010 Access details: Access Details: [subscription number 919556249] Publisher Taylor & Francis Informa Ltd Registered in England

More information

Published online: 27 Aug 2014.

Published online: 27 Aug 2014. This article was downloaded by: [49.50.78.27] On: 26 August 2015, At: 22:51 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: 5 Howick

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Sun Yat-Sen University] On: 1 October 2008 Access details: Access Details: [subscription number 781195905] Publisher Taylor & Francis Informa Ltd Registered in England

More information

P. C. Wason a & P. N. Johnson-Laird a a Psycholinguistics Research Unit and Department of

P. C. Wason a & P. N. Johnson-Laird a a Psycholinguistics Research Unit and Department of This article was downloaded by: [Princeton University] On: 24 February 2013, At: 11:52 Publisher: Routledge Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Global Existence of Large BV Solutions in a Model of Granular Flow

Global Existence of Large BV Solutions in a Model of Granular Flow This article was downloaded by: [Pennsylvania State University] On: 08 February 2012, At: 09:55 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

C.K. Li a a Department of Mathematics and

C.K. Li a a Department of Mathematics and This article was downloaded by: [Brandon University GST] On: 31 August 2013, At: 07:46 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Geometrical optics and blackbody radiation Pablo BenÍTez ab ; Roland Winston a ;Juan C. Miñano b a

Geometrical optics and blackbody radiation Pablo BenÍTez ab ; Roland Winston a ;Juan C. Miñano b a This article was downloaded by: [University of California, Merced] On: 6 May 2010 Access details: Access Details: [subscription number 918975015] ublisher Taylor & Francis Informa Ltd Registered in England

More information

Published online: 04 Oct 2006.

Published online: 04 Oct 2006. This article was downloaded by: [Max-Planck Institut Fur Polymerforschung] On: 04 August 2015, At: 02:21 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954

More information

Sports Technology Publication details, including instructions for authors and subscription information:

Sports Technology Publication details, including instructions for authors and subscription information: This article was downloaded by: [Alan Nathan] On: 18 May 2012, At: 08:34 Publisher: Routledge Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer House, 37-41

More information

Published online: 10 Apr 2012.

Published online: 10 Apr 2012. This article was downloaded by: Columbia University] On: 23 March 215, At: 12:7 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered office: Mortimer

More information

Published online: 04 Jun 2015.

Published online: 04 Jun 2015. This article was downloaded by: [North Dakota State University] On: 05 June 2015, At: 13:47 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [University of Santiago de Compostela] On: 6 June 2009 Access details: Access Details: [subscription number 908626806] Publisher Taylor & Francis Informa Ltd Registered

More information

Projective spaces in flag varieties

Projective spaces in flag varieties This article was downloaded by: [Universita Studi la Sapienza] On: 18 December 2011, At: 00:38 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

A note on adaptation in garch models Gloria González-Rivera a a

A note on adaptation in garch models Gloria González-Rivera a a This article was downloaded by: [CDL Journals Account] On: 3 February 2011 Access details: Access Details: [subscription number 922973516] Publisher Taylor & Francis Informa Ltd Registered in England and

More information

T. Runka a, M. Kozielski a, M. Drozdowski a & L. Szczepańska b a Institute of Physics, Poznan University of

T. Runka a, M. Kozielski a, M. Drozdowski a & L. Szczepańska b a Institute of Physics, Poznan University of This article was downloaded by: [Politechnika Poznanska] On: 04 October 2013, t: 04:02 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Los Alamos National Laboratory] On: 21 July 2009 Access details: Access Details: [subscription number 908033413] Publisher Taylor & Francis Informa Ltd Registered in England

More information

Melbourne, Victoria, 3010, Australia. To link to this article:

Melbourne, Victoria, 3010, Australia. To link to this article: This article was downloaded by: [The University Of Melbourne Libraries] On: 18 October 2012, At: 21:54 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954

More information

A Strongly Convergent Method for Nonsmooth Convex Minimization in Hilbert Spaces

A Strongly Convergent Method for Nonsmooth Convex Minimization in Hilbert Spaces This article was downloaded by: [IMPA Inst de Matematica Pura & Aplicada] On: 11 November 2011, At: 05:10 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954

More information

35-959, Rzeszów, Poland b Institute of Computer Science, Jagiellonian University,

35-959, Rzeszów, Poland b Institute of Computer Science, Jagiellonian University, This article was downloaded by: [Polska Akademia Nauk Instytut Matematyczny] On: 07 March 03, At: 03:7 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 0795 Registered

More information

MSE Performance and Minimax Regret Significance Points for a HPT Estimator when each Individual Regression Coefficient is Estimated

MSE Performance and Minimax Regret Significance Points for a HPT Estimator when each Individual Regression Coefficient is Estimated This article was downloaded by: [Kobe University] On: 8 April 03, At: 8:50 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 07954 Registered office: Mortimer House,

More information

PLEASE SCROLL DOWN FOR ARTICLE. Full terms and conditions of use:

PLEASE SCROLL DOWN FOR ARTICLE. Full terms and conditions of use: This article was downloaded by: On: 2 January 211 Access details: Access Details: Free Access Publisher Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered

More information

A Simple Approximate Procedure for Constructing Binomial and Poisson Tolerance Intervals

A Simple Approximate Procedure for Constructing Binomial and Poisson Tolerance Intervals This article was downloaded by: [Kalimuthu Krishnamoorthy] On: 11 February 01, At: 08:40 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 107954 Registered office:

More information

Fractal Dimension of Turbulent Premixed Flames Alan R. Kerstein a a

Fractal Dimension of Turbulent Premixed Flames Alan R. Kerstein a a This article was downloaded by: [University of Southern California] On: 18 March 2011 Access details: Access Details: [subscription number 911085157] Publisher Taylor & Francis Informa Ltd Registered in

More information

Xiaojun Yang a a Department of Geography, Florida State University, Tallahassee, FL32306, USA Available online: 22 Feb 2007

Xiaojun Yang a a Department of Geography, Florida State University, Tallahassee, FL32306, USA   Available online: 22 Feb 2007 This article was downloaded by: [USGS Libraries Program] On: 29 May 2012, At: 15:41 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Raman Research Institute, Bangalore, India

Raman Research Institute, Bangalore, India This article was downloaded by: On: 20 January 2011 Access details: Access Details: Free Access Publisher Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Avenue G. Pompidou, BP 56, La Valette du Var cédex, 83162, France

Avenue G. Pompidou, BP 56, La Valette du Var cédex, 83162, France This article was downloaded by: [Laurent Poinsot] On: 03 June 2013, At: 05:19 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

PLEASE SCROLL DOWN FOR ARTICLE. Full terms and conditions of use:

PLEASE SCROLL DOWN FOR ARTICLE. Full terms and conditions of use: This article was downloaded by: [Stanford University] On: 20 July 2010 Access details: Access Details: [subscription number 917395611] Publisher Taylor & Francis Informa Ltd Registered in England and Wales

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[bochkarev, N.] On: 14 December 2007 Access Details: [subscription number 746126554] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number:

More information

Astrophysical Observatory, Smithsonian Institution, PLEASE SCROLL DOWN FOR ARTICLE

Astrophysical Observatory, Smithsonian Institution, PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Stanford University Libraries] On: 6 January 2010 Access details: Access Details: [subscription number 901732950] Publisher Taylor & Francis Informa Ltd Registered in England

More information

100084, People's Republic of China Published online: 07 May 2010.

100084, People's Republic of China Published online: 07 May 2010. This article was downloaded by: Tsinghua University] On: 09 September 205, At: 00: Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered umber: 072954 Registered office: 5

More information

Quan Wang a, Yuanxin Xi a, Zhiliang Wan a, Yanqing Lu a, Yongyuan Zhu a, Yanfeng Chen a & Naiben Ming a a National Laboratory of Solid State

Quan Wang a, Yuanxin Xi a, Zhiliang Wan a, Yanqing Lu a, Yongyuan Zhu a, Yanfeng Chen a & Naiben Ming a a National Laboratory of Solid State This article was downloaded by: [Nanjing University] On: 07 April 2012, At: 19:39 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Online publication date: 29 April 2011

Online publication date: 29 April 2011 This article was downloaded by: [Volodin, Andrei] On: 30 April 2011 Access details: Access Details: [subscription number 937059003] Publisher Taylor & Francis Informa Ltd Registered in England and Wales

More information

Móstoles, Madrid. Spain. Universidad de Málaga. Málaga. Spain

Móstoles, Madrid. Spain. Universidad de Málaga. Málaga. Spain This article was downloaded by:[universidad de Malaga] [Universidad de Malaga] On: 7 March 2007 Access Details: [subscription number 758062551] Publisher: Taylor & Francis Informa Ltd Registered in England

More information

András István Fazekas a b & Éva V. Nagy c a Hungarian Power Companies Ltd., Budapest, Hungary. Available online: 29 Jun 2011

András István Fazekas a b & Éva V. Nagy c a Hungarian Power Companies Ltd., Budapest, Hungary. Available online: 29 Jun 2011 This article was downloaded by: [András István Fazekas] On: 25 July 2011, At: 23:49 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[universidad de Malaga] [Universidad de Malaga] On: 29 May 2007 Access Details: [subscription number 778576705] Publisher: Taylor & Francis Informa Ltd Registered in England

More information

Marko A. A. Boon a, John H. J. Einmahl b & Ian W. McKeague c a Department of Mathematics and Computer Science, Eindhoven

Marko A. A. Boon a, John H. J. Einmahl b & Ian W. McKeague c a Department of Mathematics and Computer Science, Eindhoven This article was downloaded by: [Columbia University] On: 8 March 013, At: 1: Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 107954 Registered office: Mortimer

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[youssef, Hamdy M.] On: 22 February 2008 Access Details: [subscription number 790771681] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

To link to this article:

To link to this article: This article was downloaded by: [Bilkent University] On: 26 February 2013, At: 06:03 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Online publication date: 12 January 2010

Online publication date: 12 January 2010 This article was downloaded by: [Zhang, Lanju] On: 13 January 2010 Access details: Access Details: [subscription number 918543200] Publisher Taylor & Francis Informa Ltd Registered in England and Wales

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[university of Torino] [University of Torino] On: 18 May 2007 Access Details: [subscription number 778576145] Publisher: Taylor & Francis Informa Ltd Registered in England

More information

A. H. Abuzaid a, A. G. Hussin b & I. B. Mohamed a a Institute of Mathematical Sciences, University of Malaya, 50603,

A. H. Abuzaid a, A. G. Hussin b & I. B. Mohamed a a Institute of Mathematical Sciences, University of Malaya, 50603, This article was downloaded by: [University of Malaya] On: 09 June 2013, At: 19:32 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[university of Maryland] On: 13 October 2007 Access Details: [subscription number 731842062] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

Silvio Franz a, Claudio Donati b c, Giorgio Parisi c & Sharon C. Glotzer b a The Abdus Salam International Centre for Theoretical

Silvio Franz a, Claudio Donati b c, Giorgio Parisi c & Sharon C. Glotzer b a The Abdus Salam International Centre for Theoretical This article was downloaded by: [141.212.38.99] On: 15 May 2015, At: 15:24 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

William Henderson a & J. Scott McIndoe b a Department of Chemistry, The University of Waikato, Hamilton,

William Henderson a & J. Scott McIndoe b a Department of Chemistry, The University of Waikato, Hamilton, This article was downloaded by: [University of Victoria] On: 29 September 214, At: 17:15 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1954 Registered office:

More information

Analysis of Leakage Current Mechanisms in BiFeO 3. Thin Films P. Pipinys a ; A. Rimeika a ; V. Lapeika a a

Analysis of Leakage Current Mechanisms in BiFeO 3. Thin Films P. Pipinys a ; A. Rimeika a ; V. Lapeika a a This article was downloaded by: [Rimeika, Alfonsas] On: 23 July 2010 Access details: Access Details: [subscription number 923058108] Publisher Taylor & Francis Informa Ltd Registered in England and Wales

More information

Fokker-Planck Solution for a Neuronal Spiking Model Derek J. Daniel a a

Fokker-Planck Solution for a Neuronal Spiking Model Derek J. Daniel a a This article was downloaded by: [Montana State University] On: 31 March 2010 Access details: Access Details: [subscription number 790568798] Publisher Taylor & Francis Informa Ltd Registered in England

More information

Hunter College of the CUNY. New York, NY. USA PLEASE SCROLL DOWN FOR ARTICLE

Hunter College of the CUNY. New York, NY. USA PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[new York University] [New York University] On: 16 July 2007 Access Details: [subscription number 769426389] Publisher: Taylor & Francis Informa Ltd Registered in England

More information

Morris J. Robins a, Sanchita Sarker a & Stanislaw F. Wnuk a a Department of Chemistry, Biochemistry, Brigham Young

Morris J. Robins a, Sanchita Sarker a & Stanislaw F. Wnuk a a Department of Chemistry, Biochemistry, Brigham Young This article was downloaded by: [Florida International University] On: 02 April 2014, At: 07:03 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

CENTER, HSINCHU, 30010, TAIWAN b DEPARTMENT OF ELECTRICAL AND CONTROL ENGINEERING, NATIONAL CHIAO-TUNG

CENTER, HSINCHU, 30010, TAIWAN b DEPARTMENT OF ELECTRICAL AND CONTROL ENGINEERING, NATIONAL CHIAO-TUNG This article was downloaded by: [National Chiao Tung University 國立交通大學 ] On: 28 April 214, At: 1:36 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered

More information

CS5314 Randomized Algorithms. Lecture 15: Balls, Bins, Random Graphs (Hashing)

CS5314 Randomized Algorithms. Lecture 15: Balls, Bins, Random Graphs (Hashing) CS5314 Randomized Algorithms Lecture 15: Balls, Bins, Random Graphs (Hashing) 1 Objectives Study various hashing schemes Apply balls-and-bins model to analyze their performances 2 Chain Hashing Suppose

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Ingrid, Beltita] On: 2 March 29 Access details: Access Details: [subscription number 9976743] Publisher Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

Osnabrück, Germany. Nanotechnology, Münster, Germany

Osnabrück, Germany. Nanotechnology, Münster, Germany This article was downloaded by:[universitatsbibliothek Munster] On: 12 December 2007 Access Details: [subscription number 769143588] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [HEAL-Link Consortium] On: 19 November 2008 Access details: Access Details: [subscription number 772725613] Publisher Taylor & Francis Informa Ltd Registered in England

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[michigan State University Libraries] On: 7 August 2007 Access Details: [subscription number 731611205] Publisher: Taylor & Francis Informa Ltd Registered in England and

More information

Yan-Qing Lu a, Quan Wang a, Yuan-Xin Xi a, Zhi- Liang Wan a, Xue-Jing Zhang a & Nai-Ben Ming a a National Laboratory of Solid State

Yan-Qing Lu a, Quan Wang a, Yuan-Xin Xi a, Zhi- Liang Wan a, Xue-Jing Zhang a & Nai-Ben Ming a a National Laboratory of Solid State This article was downloaded by: [Nanjing University] On: 07 April 2012, At: 19:44 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Codes for Partially Stuck-at Memory Cells

Codes for Partially Stuck-at Memory Cells 1 Codes for Partially Stuck-at Memory Cells Antonia Wachter-Zeh and Eitan Yaakobi Department of Computer Science Technion Israel Institute of Technology, Haifa, Israel Email: {antonia, yaakobi@cs.technion.ac.il

More information