This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "T-n-T: Logical OR with multiple operands"

From CANNY Wiki
Jump to: navigation, search
[checked revision][checked revision]
(Created page with "12.02 == Задача == Требуется проверить выполнение хотя бы одного из 8 условий. == Наи...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Tips and Tricks|12.02]]
 
[[Category:Tips and Tricks|12.02]]
== Задача ==
+
== The problem ==
  
Требуется проверить выполнение хотя бы одного из 8 условий.
+
Implement "Logical OR" operation with eight operands.
  
== Наивное решение ==
+
== Obvious solution ==
  
[[Изображение:example2.png|800px]]
+
[[File:example2.png|800px]]
  
Использовано 7 функциональных блоков.
+
== Alternative solution ==
  
== Альтернативное решение ==
+
[[File:example2a.png|600px]]
 
+
[[Изображение:example2a.png|600px]]
+
 
+
Использовано 2 функциональных блока.
+

Latest revision as of 13:43, 23 December 2018

The problem

Implement "Logical OR" operation with eight operands.

Obvious solution

Example2.png

Alternative solution

Example2a.png