Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
ladder logic
Source code formatted in two columns with
conditions on the left that lead to outputs on the right:
if (c1) s1 else
if (c2) s2 else
if (c3) s3 ...
(2007-03-15)