karnaugh-map
There are 58 repositories under karnaugh-map topic.
upsetjs/upsetjs
😠 UpSet.js - a set visualization library for rendering UpSet Plots (a JavaScript re-implementation of UpSet(R) by Lex et al), Euler Diagrams, Venn Diagrams, and Karnaugh Maps
int-main/Quine-McCluskey
Implementation of Quine McCluskey algorithm in Python 3
2pi/karnaugh-map
LaTeX package for drawing karnaugh maps with up to 6 variables
MathBunny/karnaugh-map-simplifier
Karnaugh map simplification software, used to visually simplify boolean expressions
wredan/Karnaugh-Map-Solver
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician.
zhcHoward/Kmap
A simple function to simplify boolean algebra expressions, inspired by Karnaugh Map.
hosseinfani/digital_odyssey
Materials for the Computer Science course, Digital Design (Logic Circuits)
cotur/Karnaugh-Map-Minimizer
Karnaugh Map Minimizer
NikosMouzakitis/Karnaugh-Map_Python_GUI
Karnaugh Map Minimization 4 variables
hkproj/karno
Karnaugh map solver that works with any number of variables
toborochi/University
Lectures, Codes and Projects
DanielGunna/VeitchKarnaugh-Verilog-Examples
Some examples of Veitch-Karnaugh maps solved using verilog language developed as coursework of Architecture and Computer Organization I- @Puc Minas
danlutz/karnaughmap
React app for generating Karnaugh maps
rondinif/XOR-in-ZX-Spectrum-basic
[How to mimic logical XOR in ZX Spectrum basic?](https://stackoverflow.com/q/46097574/1657028) rondinif performance lab.
waterv/karnaugh
4-variables truth table & Karnaugh Map simplifier for "Discrete Mathematics" & "Digital Logic" learning.
arashsm79/two-bit-multiplier
Two's complement two bit multiplier developed in Proteus
frostrot/k_map-solver
This is a python code which solves the karnaugh map of 2 to 4 variables for you. It uses quine mccluskey algorithm to do so.
linguini1/logicGates
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
obsfx/kmap-solver
kmap-solver is a command line tool to solve and visualize Karnaugh Maps up to 4 variables.
varaste/Logical-Circuits-And-Digital-Design
Logical Circuits And Digital Design Course CEIT@AUT
AmitGZ/Karnaugh_Solver
Karnaugh map solver
blackbishop313/ks-boolean-expression
KS Boolean Expression is a free software used to minimize boolean functions by a graphic method of Karnaugh maps.
d-bohls/shrinquem
An algorithm for logic minimization.
emranffl/karnaugh-map-solver
A K-Map solver up-to four variables with interactive UI for Windows platform
Ghost---Shadow/karnaugh-map-simplifier
A program in c++ used to simplify expressions using Karnaugh Map.
iamareebjamal/boolean-minimizer
A Java GUI application for minimizing boolean expressions showing Truth Table and K-Map using Quine McCluskey Technique
judahpaul16/kmaps
Generate Karnaugh maps fast with Python.
mehmetalpsumer/boolean-simplifier-visualizer
Boolean expression simplifier and visualizer
obsfx/kmap-solver-lib
This is a utility function that is using in kmap-solver to solve Karnaugh Maps up to 4 variables.
speelbarrow/kmap
A program for generating k-maps based on user input.
Unisa-Notes/COS1521
LaTex files needed to build notes for the course Computer Systems at the University of South Africa
yakout/quine-mccluskey
Implementing Quine-McCluckey algorithm in java with GUI and web application.
Yuliamz/ElectronicBasicTools
Solucionador de tablas de activación, Mapas de karnaugh, representación en miniterminos y maxiterminos, y diagramación de circuitos lógicos usando compuertas AND y OR
ahmd-kamel/Quine-McCluskey-Boolean-Minimizer
The Quine-McCluskey algorithm is a method used for minimizing Boolean expressions.
dabecart/LogicFunctionReducer
A really useful tool to reduce logic functions on your digital circuits using Petrick's Method.