Explore: Algorithmes Parallèles

Discover books, insights, and more — all in one place.

Learn more about Algorithmes Parallèles with top reads curated from trusted sources — all in one place.

Topic Search

Search for any topic

AI-Generated Overview About “algorithmes-parall%C3%A8les”:


Books Results

Source: The Open Library

The Open Library Search Results

Search results from The Open Library

1Parallel algorithms

By

Book's cover

“Parallel algorithms” Metadata:

  • Title: Parallel algorithms
  • Authors:
  • Language: English
  • Number of Pages: Median: 360
  • Publisher: ➤  Chapman & Hall/CRC - CRC Press - Taylor & Francis Group
  • Publish Date:
  • Publish Location: Boca Raton, FL

“Parallel algorithms” Subjects and Themes:

Edition Identifiers:

Access and General Info:

  • First Year Published: 2008
  • Is Full Text Available: No
  • Is The Book Public: No
  • Access Status: No_ebook

Online Access

Downloads Are Not Available:

The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

Online Borrowing:

    Online Marketplaces

    Find Parallel algorithms at online marketplaces:


    2Iterative Receiver Design

    By

    Book's cover

    “Iterative Receiver Design” Metadata:

    • Title: Iterative Receiver Design
    • Author:
    • Language: English
    • Number of Pages: Median: 272
    • Publisher: Cambridge University Press
    • Publish Date:

    “Iterative Receiver Design” Subjects and Themes:

    Edition Identifiers:

    Access and General Info:

    • First Year Published: 2007
    • Is Full Text Available: No
    • Is The Book Public: No
    • Access Status: No_ebook

    Online Access

    Downloads Are Not Available:

    The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

    Online Borrowing:

      Online Marketplaces

      Find Iterative Receiver Design at online marketplaces:


      3Parallel iterative algorithms

      By

      Book's cover

      “Parallel iterative algorithms” Metadata:

      • Title: Parallel iterative algorithms
      • Author:
      • Language: English
      • Number of Pages: Median: 239
      • Publisher: ➤  Chapman & Hall/CRC - Taylor & Francis Group
      • Publish Date:
      • Publish Location: Boca Raton

      “Parallel iterative algorithms” Subjects and Themes:

      Edition Identifiers:

      Access and General Info:

      • First Year Published: 2007
      • Is Full Text Available: No
      • Is The Book Public: No
      • Access Status: No_ebook

      Online Access

      Downloads Are Not Available:

      The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

      Online Borrowing:

        Online Marketplaces

        Find Parallel iterative algorithms at online marketplaces:


        4Algorithm engineering for integral and dynamic problems

        By

        “Algorithm engineering for integral and dynamic problems” Metadata:

        • Title: ➤  Algorithm engineering for integral and dynamic problems
        • Author:
        • Language: English
        • Number of Pages: Median: 258
        • Publisher: Gordon & Breach
        • Publish Date:
        • Publish Location: Amsterdam

        “Algorithm engineering for integral and dynamic problems” Subjects and Themes:

        Edition Identifiers:

        Access and General Info:

        • First Year Published: 2001
        • Is Full Text Available: No
        • Is The Book Public: No
        • Access Status: No_ebook

        Online Marketplaces

        Find Algorithm engineering for integral and dynamic problems at online marketplaces:


        5CONPAR 86

        By

        Book's cover

        “CONPAR 86” Metadata:

        • Title: CONPAR 86
        • Author: ➤  
        • Language: English
        • Number of Pages: Median: 418
        • Publisher: Springer-Verlag
        • Publish Date:
        • Publish Location: New York - Berlin

        “CONPAR 86” Subjects and Themes:

        Edition Identifiers:

        Access and General Info:

        • First Year Published: 1986
        • Is Full Text Available: Yes
        • Is The Book Public: No
        • Access Status: Printdisabled

        Online Access

        Downloads Are Not Available:

        The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

        Online Borrowing:

          Online Marketplaces

          Find CONPAR 86 at online marketplaces:



          Wiki

          Source: Wikipedia

          Wikipedia Results

          Search Results from Wikipedia

          Parallel algorithm

          In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can do multiple operations in a given time

          Analysis of parallel algorithms

          science, analysis of parallel algorithms is the process of finding the computational complexity of algorithms executed in parallel – the amount of time

          Topological sorting

          variation of Kahn's algorithm that breaks ties lexicographically forms a key component of the Coffman–Graham algorithm for parallel scheduling and layered

          Genetic algorithm

          genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA).

          Algorithm

          In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ) is a finite sequence of mathematically rigorous instructions, typically used to solve

          Parallel RAM

          sequential-algorithm designers to model algorithmic performance (such as time complexity), the PRAM is used by parallel-algorithm designers to model parallel algorithmic

          Automatic parallelization

          14 July 2014. Rünger, Gudula (2006). "Parallel Programming Models for Irregular Algorithms". Parallel Algorithms and Cluster Computing. Lecture Notes in

          Matrix multiplication algorithm

          graph. Many different algorithms have been designed for multiplying matrices on different types of hardware, including parallel and distributed systems

          Hidden-line removal

          O(log n)-time parallel algorithm using n2 processors for the hidden-line problem under the concurrent read, exclusive write (CREW) parallel random-access

          Merge sort

          merge algorithm is again executed in parallel until the base case of the recursion is reached. The following pseudocode shows the modified parallel merge