Revision history of "CSC270 Homework 4 Solution"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 21:10, 8 March 2009Thiebaut (talk | contribs). . (906 bytes) (+906). . (New page: ==Exercise #1== <code><pre> Sn Sn+1 G Y R S0 S1 1 0 0 S1 S2 1 0 0 S2 S3 1 0 0 S3 S4 0 1 0 S4 S5 0 0 1 2 flipflops Y = Q1.Q2 R = Q0 G = not(Y+R) D0 = Y D1 = Q1 xor Q2 D2 ...)