Lauritabrenes / Proyecto-1

Proyecto Diseño Logico
MIT License
1 stars 0 forks source link

Busqueda del algoritmo Quine-McCluskey #8

Open Lauritabrenes opened 2 years ago

Lauritabrenes commented 2 years ago

Buscar información del algoritmo y colocar los links de las páginas más representativas para las referencias.

AzofeifaJ commented 2 years ago

Como convertir un entero a un número binario

https://www.delftstack.com/es/howto/python/python-int-to-binary/#:~:text=binario%20en%20Python.-,Utiliza%20la%20funci%C3%B3n%20bin()%20para%20convertir%20int%20a%20binario,binaria%20equivalente%20prefijada%20con%200b%20.

AzofeifaJ commented 2 years ago

https://julianayliseth.blogspot.com/2020/05/metodo-de-quine-mccluskey.html

AzofeifaJ commented 2 years ago

https://www.youtube.com/watch?v=bk0s7hTk79k

AzofeifaJ commented 2 years ago

https://www.youtube.com/watch?v=DTOzK88Inkk

Lauritabrenes commented 2 years ago

Donald Krambeck. Everything About the Quine-McCluskey Method - technical articles. url: https: //www.allaboutcircuits.com/technical-articles/everything-about-the-quine-mccluskeymethod/.