Backoff Lock uses an atomic value for critical section execution, and is suitable for memory-limited architectures.
-
Updated
Apr 10, 2025 - Java
Backoff Lock uses an atomic value for critical section execution, and is suitable for memory-limited architectures.
Hi guys. I developed this Java code, for demonstration purposes. This Code, creates a Java GUI (with swing and awt library) showing the graph of the function f (x) = 3 + [x-1] * exp(-x / 3). In addition to the graph of the function, the GUI also shows the Cartesian axes. This software also to change the extremes of the graph and enlarge or reduc…
Basic class to handle requests and resend them using exponential back-off
Java implementation of the matrix exponential method by Al-Mohy and Higham (2011)
Boggle word game implemented using alternative approaches each with a different time complexity
Searching algorithms explained in detail using Python/Java.
A program that asks the user for the exponent and base numbers as input and basically calculates the exponential number. (only for integer values)
This class accepts an integer from the user between 0-20 and then shows the powers of two up until that integer.
Exponentation by squaring is an algorithm that will quickly calculate x^n given user input. x and n are integers in this case. This implementation uses recursion, whereby a function calls itself within it's own body. The answer is outputted on the console.
A java class to track the frequency distribution of random numbers.
This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.
Add a description, image, and links to the exponential topic page so that developers can more easily learn about it.
To associate your repository with the exponential topic, visit your repo's landing page and select "manage topics."