Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
21
Task/Logical-operations/Dc/logical-operations.dc
Normal file
21
Task/Logical-operations/Dc/logical-operations.dc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[ 1 q ] sT
|
||||
|
||||
[ 0=T 0 ] s!
|
||||
[ l! x S@ l! x L@ + l! x ] s&
|
||||
[ l! x S@ l! x L@ * l! x ] s|
|
||||
|
||||
[ 48 + P ] s.
|
||||
|
||||
[ Sb Sa
|
||||
la l. x [ ] P lb l. x [ ] P
|
||||
la lb l& x l. x [ ] P
|
||||
la Lb l| x l. x [ ] P
|
||||
La l! x l. x
|
||||
A P
|
||||
] sF
|
||||
|
||||
[a b a&b a|b !a] P A P
|
||||
0 0 lF x
|
||||
0 1 lF x
|
||||
1 0 lF x
|
||||
1 1 lF x
|
||||
Loading…
Add table
Add a link
Reference in a new issue