Tag logic

3 bookmarks have this tag.

2024-02-10

1136.

Static typing isn’t free. Where do you think the C++ angry mob comes from?

wordsandbuttons.online/static_typing_isnt_free.html

C++ has a built-in logic deduction engine. It's not free, it's like a second program you are writing alongside the main one.

2023-08-26

599.

Sliding Blocks Computing - Catalog - Malleable Systems Forum

forum.malleable.systems/t/sliding-blocks-computing/75/3

2023-03-19

95.

Alexey1994/simple-processor-circuit: simple processor circuit suitable for repeating transistors

github.com/Alexey1994/simple-processor-circuit

Этот процессор может быть выполнен на транзисторах в домашних условиях. Схема строится только на логических элементах NOT, OR, AND, XOR, NOR. Битность можно задать любую добавляя провода и логические элементы в соответствии со схемой. Здесь представлена схема минималистичного 4-х битного варианта на 155 логических элементов.

This processor can be hand-made. The only logic gates the circuit uses are NOT, OR, AND, XOR, NOR. You can adjust the word size by adding more wires and logic gates in line with the circuit. The circuit provided here is a minimalistic 4-bit one with 155 logic components.

Я туда коммитнул чуток текста в ридми!