enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Mutual exclusion - Wikipedia

    en.wikipedia.org/wiki/Mutual_exclusion

    In computer science, mutual exclusion is a property of concurrency control, which is instituted for the purpose of preventing race conditions. It is the requirement that one thread of execution never enters a critical section while a concurrent thread of execution is already accessing said critical section, which refers to an interval of time ...

  3. Indonesian Criminal Code - Wikipedia

    en.wikipedia.org/wiki/Indonesian_Criminal_Code

    The Indonesian Criminal Code (Dutch: Wetboek van Strafrecht, WvS), commonly known in Indonesian as Kitab Undang-Undang Hukum Pidana (lit. ' Law Book of Penal Code ' , derived from Dutch), abbreviated as KUH Pidana or KUHP ), are laws and regulations that form the basis of criminal law in Indonesia.

  4. Coordinating Ministry for Legal, Human Rights, Immigration ...

    en.wikipedia.org/wiki/Coordinating_Ministry_for...

    In 2001–2004, this ministry was known as the Department of Law and Legislation (Departemen Hukum dan Perundang-undangan). From 2004–2009, this ministry was known as the Department of Law and Human Rights (Departemen Hukum dan Hak Asasi Manusia).

  5. Maekawa's algorithm - Wikipedia

    en.wikipedia.org/wiki/Maekawa's_Algorithm

    Maekawa's algorithm is an algorithm for mutual exclusion on a distributed system. The basis of this algorithm is a quorum -like approach where any one site needs only to seek permissions from a subset of other sites.

  6. Dekker's algorithm - Wikipedia

    en.wikipedia.org/wiki/Dekker's_algorithm

    Dekker's algorithm is the first known correct solution to the mutual exclusion problem in concurrent programming where processes only communicate via shared memory. The solution is attributed to Dutch mathematician Th. J. Dekker by Edsger W. Dijkstra in an unpublished paper on sequential process descriptions [1] and his manuscript on cooperating sequential processes. [2]

  7. Peterson's algorithm - Wikipedia

    en.wikipedia.org/wiki/Peterson's_algorithm

    Peterson's algorithm (or Peterson's solution) is a concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication. It was formulated by Gary L. Peterson in 1981. [1]

  8. Capital punishment in Indonesia - Wikipedia

    en.wikipedia.org/wiki/Capital_punishment_in...

    Indonesia Military Criminal Code (Indonesian: Kitab Undang-Undang Hukum Pidana Militer) is Staatsblad 1934 No. 167 and revised and amended several times with (1) Law No. 39/1947, (2) Law No. 5/1950, and (3) Law No. 31/1997. It listed several offenses that punishable by death.

  9. Lamport's distributed mutual exclusion algorithm - Wikipedia

    en.wikipedia.org/wiki/Lamport's_Distributed...

    Lamport's Distributed Mutual Exclusion Algorithm is a contention-based algorithm for mutual exclusion on a distributed system. Algorithm. Nodal properties