| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
An Introduction to General-Purpose GPU Programming Book by Edward Kandrot and Jason Sanders.
First comprehensive presentation of the principles and tools available for programming multiprocessor machines by Maurice Herlihy, Nir Shavit.
Intel 4004 assembler, for learning.
Dekker's algorithm is the first known correct solution to the mutual exclusion problem in concurrent programming.
MCS Queue Lock maintains a linked-list for threads waiting to enter critical section, and is suitable for cache-less NUMA architectures.
Numeric 4-bit adder on Digilent’s Basys 3 with Xilinx’s Artix-7 FPGA.
Structural 4-bit adder on Digilent’s Basys 3 with Xilinx’s Artix-7 FPGA.
Render Julia fractals, geometrical shapes with arbitrarily detailed structures, in parallel using OpenMP.
Find the histogram of an image, which acts as a graphical representation of the tonal distribution in a digital image, in C.
A TCP-based file transfer server and client, with mu-ch clean nav-igation UI; Group 1 CSE301 (M25).
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |