1
1
Fork
You've already forked Serial_Channel_Abstraction_Model
0
A succinct model for evaluating a serial sequence of boolean values on a domain.
2025年12月10日 11:08:46 -05:00
doc Extend schema 2025年12月10日 11:08:13 -05:00
src Add content to source README 2025年12月10日 11:08:46 -05:00
AUTHORS Add initial sources 2025年11月12日 09:53:12 -05:00
CHANGELOG Add initial sources 2025年11月12日 09:53:12 -05:00
LICENSE Add initial sources 2025年11月12日 09:53:12 -05:00
NEWS Add initial sources 2025年11月12日 09:53:12 -05:00
PRIMER Add initial sources 2025年11月12日 09:53:12 -05:00
README Extend README 2025年11月28日 10:32:49 -05:00
TODO Add initial sources 2025年11月12日 09:53:12 -05:00

/ Serial Domain Aggregator
 Serial Domain Aggregator (SDA) is a succinct model for evaluating a serial
sequence of boolean values on a domain.
 SDA is primarily intended to serve as an example of a minimal, algorithmic
model for processing a sequence of these values; the scope does not extend
beyond this purpose. Continuing, the model is simple to implement and has clean
mnemonics, as the system is based around one ubiquitous type of object. SDA can
be used as a target for programming languages, hardware implementation, and can
be applied in a practical context if the system supports extraneous domains.
 See the documentation for specifications and technical details.
+/