Parallel algorithms for regular architectures : meshes and pyramids /
Parallel-Algorithms for Regular Architectures is the first book to concentrate exclusively on algorithms and paradigms for programming parallel computers such as the hypercube, mesh, pyramid, and mesh-of-trees. Algorithms are given to solve fundamental tasks such as sorting and matrix operations, as...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Cambridge, Mass. :
MIT Press,
©1996.
©1996 |
Colección: | MIT Press series in scientific computation.
|
Temas: | |
Acceso en línea: | Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBSCO_ocm42854592 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 871222s1996 maua ob 000 0 eng d | ||
010 | |z 87035360 | ||
040 | |a N$T |b eng |e pn |c N$T |d OCL |d OCLCQ |d YDXCP |d OCLCQ |d TUU |d OCLCQ |d TNF |d OCLCQ |d U9X |d OCLCF |d OCLCO |d NLGGC |d OCLCQ |d SINTU |d COO |d CUS |d MYG |d ZCU |d VT2 |d OCLCQ |d MWM |d LIP |d OCLCQ |d RRP |d ROC |d MNS |d LUE |d RCC |d VTS |d CEF |d XOS |d XQH |d MUO |d AGLDB |d OCLCQ |d TOF |d WYU |d YOU |d STF |d M8D |d JZ6 |d RDF |d UKBTH |d LUN |d PTL |d EBLCP |d QGK |d OCLCO |d OCLCQ |d INARC | ||
019 | |a 60852813 |a 173606126 |a 508286425 |a 961641669 |a 962713002 |a 970766711 |a 990543105 |a 990656839 |a 1020542655 |a 1077870948 |a 1113540861 |a 1128448349 |a 1159616318 |a 1167496314 |a 1188975595 |a 1194809255 |a 1241929224 |a 1342134582 | ||
020 | |a 0585037043 |q (electronic bk.) | ||
020 | |a 9780585037042 |q (electronic bk.) | ||
020 | |a 0262515547 | ||
020 | |a 9780262515542 | ||
020 | |a 9780262279833 | ||
020 | |a 0262279835 | ||
020 | |z 9780262132336 |q (print) | ||
020 | |z 0262132338 |q (print) | ||
024 | 3 | |a 9780262279833 | |
029 | 1 | |a AU@ |b 000051400771 | |
029 | 1 | |a DEBBG |b BV043143626 | |
029 | 1 | |a DEBSZ |b 42262182X | |
029 | 1 | |a GBVCP |b 800514467 | |
029 | 1 | |a NZ1 |b 13074248 | |
035 | |a (OCoLC)42854592 |z (OCoLC)60852813 |z (OCoLC)173606126 |z (OCoLC)508286425 |z (OCoLC)961641669 |z (OCoLC)962713002 |z (OCoLC)970766711 |z (OCoLC)990543105 |z (OCoLC)990656839 |z (OCoLC)1020542655 |z (OCoLC)1077870948 |z (OCoLC)1113540861 |z (OCoLC)1128448349 |z (OCoLC)1159616318 |z (OCoLC)1167496314 |z (OCoLC)1188975595 |z (OCoLC)1194809255 |z (OCoLC)1241929224 |z (OCoLC)1342134582 | ||
050 | 4 | |a QA76.6 |b .M5226 1996eb | |
072 | 7 | |a COM |x 051390 |2 bisacsh | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |2 19 |
049 | |a UAMI | ||
100 | 1 | |a Miller, Russ. | |
245 | 1 | 0 | |a Parallel algorithms for regular architectures : |b meshes and pyramids / |c Russ Miller, Quentin F. Stout. |
260 | |a Cambridge, Mass. : |b MIT Press, |c ©1996. | ||
264 | 4 | |c ©1996 | |
300 | |a 1 online resource (xvii, 310 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a MIT Press series in scientific computation | |
504 | |a Includes bibliographical references (pages 289-310). | ||
588 | 0 | |a Print version record. | |
505 | 0 | 0 | |t Meshes and Pyramids -- |t List of Figures -- |t Preface -- |g 1. |t Overview -- |g 2. |t Fundamental Mesh Algorithms -- |g 3. |t Mesh Algorithms for Images and Graphs -- |g 4. |t Mesh Algorithms for Computational Geometry -- |g 5. |t Tree-like Pyramid Algorithms -- |g 6. |t Hybrid Pyramid Algorithms -- |t A Order Notation -- |t B Recurrence Equations -- |t Bibliography. |
520 | 8 | |a Parallel-Algorithms for Regular Architectures is the first book to concentrate exclusively on algorithms and paradigms for programming parallel computers such as the hypercube, mesh, pyramid, and mesh-of-trees. Algorithms are given to solve fundamental tasks such as sorting and matrix operations, as well as problems in the field of image processing, graph theory, and computational geometry. The first chapter defines the computer models, problems to be solved, and notation that will be used throughout the book. It also describes fundamental abstract data movement operations that serve as the foundation to many of the algorithms presented in the book. The remaining chapters describe efficient implementations of these operations for specific models of computation and present algorithms (with asymptotic analyses) that are often based on these operations. The algorithms presented are the most efficient known, including a number of new algorithms for the hypercube and mesh-of-trees that are better than those that have previously appeared in the literature. The chapters may be read independently, allowing anyone interested in a specific model to read the introduction and then move directly to the chapter(s) devoted to the particular model of interest. Russ Miller is Assistant Professor in the Department of Computer Science, State University of New York at Buffalo. Quentin F. Stout is Associate Professor in the Department of Electrical Engineering and Computer Science at the University of Michigan. Parallel Algorithms for Regular Architectures is included in the Scientific Computation series, edited by Dennis Gannon. | |
546 | |a English. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Parallel algorithms. | |
650 | 0 | |a Parallel programming (Computer science) | |
650 | 0 | |a Computer architecture. | |
650 | 6 | |a Algorithmes parallèles. | |
650 | 6 | |a Programmation parallèle (Informatique) | |
650 | 6 | |a Ordinateurs |x Architecture. | |
650 | 7 | |a COMPUTERS |x Programming |x Open Source. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x Tools. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a Computer architecture. |2 fast |0 (OCoLC)fst00872026 | |
650 | 7 | |a Parallel algorithms. |2 fast |0 (OCoLC)fst01052920 | |
650 | 7 | |a Parallel programming (Computer science) |2 fast |0 (OCoLC)fst01052939 | |
653 | 0 | |a Programming |a Algorithms. | |
700 | 1 | |a Stout, Quentin F. | |
776 | 0 | 8 | |i Print version: |a Miller, Russ. |t Parallel algorithms for regular architectures. |d Cambridge, Mass. : MIT Press, ©1996 |z 0262132338 |w (DLC) 87035360 |w (OCoLC)17327915 |
830 | 0 | |a MIT Press series in scientific computation. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=669 |z Texto completo |
936 | |a BATCHLOAD | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL5966402 | ||
938 | |a EBSCOhost |b EBSC |n 669 | ||
938 | |a YBP Library Services |b YANK |n 10835558 | ||
938 | |a YBP Library Services |b YANK |n 2303699 | ||
938 | |a Internet Archive |b INAR |n parallelalgorith0000mill | ||
994 | |a 92 |b IZTAP |