Clojure — это современный диалект языка Lisp, работающий на платформе JVM. Это функциональный язык с акцентом на иммутабельность данных и параллельное программирование.
- Двоичная система и логические операции
- Представление данных в двоичном виде (биты, байты)
- Логические вентили: AND, OR, NOT, XOR, NAND
- Булева алгебра и её применение в схемах процессора
- Триггеры и регистры
- Как хранится бит информации (RS-триггер, D-триггер)
- Роль регистров в процессоре
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"hasReport": [ | |
{ | |
"type": "INFO", | |
"created": "2021-03-03T16:41:47.628Z", | |
"message": "Vendor package successfully received", | |
"event": { | |
"id": "5c98ca8b-b700-4639-9a1c-45c7a914eb0f", | |
"modelType": "WorkflowEvent" | |
} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workflow": { | |
"phase": "wwfl:ArticleProduction", | |
"id": "wwfl:ArticleStandardWorkflow", | |
"modelType": "Workflow" | |
}, | |
"payload": [ | |
{ | |
"requiresPayment": [ | |
{ |
NewerOlder