Essays about: "Mandelbrot Set"

Found 3 essays containing the words Mandelbrot Set.

  1. 1. Concurrency model for the Majo language : An analysis of graph based concurrency

    University essay from Mittuniversitetet/Avdelningen för informationssystem och -teknologi

    Author : Markus Fält; [2018]
    Keywords : Node; Thread; Concurrency; Mandelbrot; Majo;

    Abstract : Today most computers have powerful multi core processors that can perform many calculations simultaneously. However writing programs that take full advan- tage of the processors in modern day computers can be a challenge. This is due to the challenge of managing shared resources between parallel processing threads. READ MORE

  2. 2. Pthreads and OpenMP : A  performance and productivity study

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Henrik Swahn; [2016]
    Keywords : OpenMP; Pthreads; Algorithms; Performance; Productivity; Quick Sort; Matrix Multiplication; Mandelbrot Set;

    Abstract : Today most computer have a multicore processor and are depending on parallel execution to be able to keep up with the demanding tasks that exist today, that forces developers to write software that can take advantage of multicore systems. There are multiple programming languages and frameworks that makes it possible to execute the code in parallel on different threads, this study looks at the performance and effort required to work with two of the frameworks that are available to the C programming language, POSIX Threads(Pthreads) and OpenMP. READ MORE

  3. 3. Creating Music Visualizations in a Mandelbrot Set Explorer

    University essay from Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Christian Knapp; [2012]
    Keywords : mandelbrot; music; gpgpu;

    Abstract : The aim of this thesis is to implement a Mandelbrot Set Explorer that includes the functionality to create music visualizations. The Mandelbrot set is an important mathematical object, and the arguably most famous so called fractal. READ MORE