数字逻辑_chapter3_答案

合集下载

数字逻辑电路第三章部分答案

数字逻辑电路第三章部分答案

Hale Waihona Puke 根据与非与非式即可画出逻辑图其实将余3码直接当作一个二进制数十进制bcd代码再加3减去3就还原成为一位十进制数的bcd码设输出变量为ryg且低电平时点亮led即低电平输出有效
第三章习题讲解
A>B
A<B
同或电路
2线—4线译码电路
结果:
根据与非与非式即可 画出逻辑图
其实,将余3码直接当 作一个二进制 数(十进 制BCD代码再加3), 减去3就(还原)成为 一位十进制数的BCD码
8-1 MUX74151 功能表
功 能 表
S2 X 0 0 0 0 1 1 1 1 输入 S1 X 0 0 1 1 0 0 1 1 S0 X 0 1 0 1 0 1 0 1 使能 E 1 0 0 0 0 0 0 0 0 输出 Y 0 D0 D1 D2 D3 D4 D5 D6 D7 Y Y
设输出变量为R、Y、G,且低电平时点亮LED(即低电平输出有效)。 故可以列出真值表如下:
经变换 ,可以列出真值表如下:
列出最小项表达式 如下:
经变换 ,可以列出真值表如下:
列出最小项表达式 如下:
经变换 ,可以列出真值表如下:
卡诺图:
经变换 ,可以列出真值表如下:
根据简化后的与非与非式,选择合适的门电路 (与非门、OC输出门等)实现电路功能
11
D00 D D11 D D22 D D33 D D44 D D55 D D66 D D77 D
根据:
可得:
D0、D3、D4、D6为1; D1、D2、D5、D7为0。
则F的状态依次为: D0、D1、D2、D3、D4、D5、D6、D7、D0、D1………… 1 0 0 1 1 0 1 0 1 0 : D0、D3、D4、D6为1; D1、D2、D5、D7为0。

数字逻辑课后习题答案(科学出版社_第五版)

数字逻辑课后习题答案(科学出版社_第五版)

第一章开关理论基础1.将下列十进制数化为二进制数和八进制数十进制二进制八进制49 110001 6153 110101 65127 1111111 177635 1001111011 11737.493 111.1111 7.7479.43 10011001.0110111 231.3342.将下列二进制数转换成十进制数和八进制数二进制十进制八进制1010 10 12111101 61 751011100 92 1340.10011 0.59375 0.46101111 47 5701101 13 153.将下列十进制数转换成8421BCD码1997=0001 1001 1001 011165.312=0110 0101.0011 0001 00103.1416=0011.0001 0100 0001 01100.9475=0.1001 0100 0111 01014.列出真值表,写出X的真值表达式A B C X0 0 0 00 0 1 00 1 0 00 1 1 11 0 0 01 0 1 11 1 0 11 1 1 1 X=A BC+A B C+AB C+ABC5.求下列函数的值当A,B,C为0,1,0时:A B+BC=1(A+B+C)(A+B+C)=1(A B+A C)B=1当A,B,C为1,1,0时:A B+BC=0(A+B+C)(A+B+C)=1(A B+A C)B=1当A,B,C为1,0,1时:A B+BC=0(A+B+C)(A+B+C)=1(A B+A C)B=06.用真值表证明下列恒等式(1) (A⊕B)⊕C=A⊕(B⊕C)A B C (A⊕B)⊕C A⊕(B⊕C)0 0 0 0 00 0 1 1 10 1 0 1 10 1 1 0 01 0 0 1 11 0 1 0 01 1 0 0 01 1 1 1 1所以由真值表得证。

(2)A⊕B⊕C=A⊕B⊕CA B C A⊕B⊕C A⊕B⊕C0 0 0 1 10 0 1 0 00 1 0 0 00 1 1 1 11 0 0 0 01 0 1 1 11 1 0 1 11 1 1 0 07.证明下列等式(1)A+A B=A+B证明:左边= A+A B=A(B+B)+A B=AB+A B+A B=AB+A B+AB+A B=A+B=右边(2)ABC+A B C+AB C=AB+AC证明:左边= ABC+A B C+AB C= ABC+A B C+AB C+ABC=AC(B+B)+AB(C+C)=AB+AC=右边(3)EDCCDACBAA)(++++=A+CD+E 证明:左边=EDCCDACBAA)(++++=A+CD+A B C+CD E=A+CD+CD E=A+CD+E=右边(4) C B A C B A B A ++=C B C A B A ++ 证明:左边=C B A C B A B A ++=C B A C AB C B A B A +++)( =C B C A B A ++=右边8.用布尔代数化简下列各逻辑函数表达式9.将下列函数展开为最小项表达式 (1) F(A,B,C) = Σ(1,4,5,6,7)(2) F(A,B,C,D) = Σ(4,5,6,7,9,12,14) 10.用卡诺图化简下列各式(1)C AB C B BC A AC F +++=化简得F=C(2)C B A D A B A D C AB CD B A F++++=F=D A B A +(3) F(A,B,C,D)=∑m (0,1,2,5,6,7,8,9,13,14)化简得F=D BC D C A BC A C B D C ++++(4) F(A,B,C,D)=∑m (0,13,14,15)+∑ϕ(1,2,3,9,10,11)化简得F=AC AD B A ++11.利用与非门实现下列函数,并画出逻辑图。

《数字逻辑》第3章习题答案

《数字逻辑》第3章习题答案


【3-1】填空: (1) 逻辑代数中有三种最基本运算: 与 、 或 和 非 ,在此基础上又派生出五种基本运算, 分别为 与非 、 或非 、 异或 、 同或 、和 与或非 。 (2) 与运算的法则可概述为:有 0 出 0 ,全 1 出 1 ;类似地,或运算的法则为 有”1”出”1”, 全”0”出”0” 。 (3) 摩根定理表示为: A B = A B ; A B = A B 。 (4) 函数表达式 Y= AB C D ,则其对偶式为 Y ' = ( A B)C D 。 积的形式结果应为 M ( 0,1,2,4,5,8,9,10)。 (5) 函数式 F=AB+BC+CD 写成最小项之和的形式结果应为 m ((3,6,7,11,12,13,14,15)), 写成最大项之
0 0 1 1 1 1
1 1 0 0 1 1
0 1 0 1 0 1
1 1 0 0 1 0
【3-8】写出下列函数的反函数 F ,并将其化成最简与或式。 (1) F1 ( A D )( B C D)( AB C ) (2) F2 ( A B )( BCD E )( B C E )(C A) (3) F3 A B C A D (4) F4 ( A B)C ( B C ) D 解: (1) F1 AD C (2) F2 AB A C E (3) F3 AB AC A D (4) F4 BC C D ABD A B C 【3-9】用对偶规则,写出下列函数的对偶式 F ,再将 F 化为最简与或式。 (1) F1 AB B C A C (2) F2 A B C D (3) F3 ( A C )( B C D)( A B D) ABC (4) F4 ( A B )( A C )( B C )(C D) (5) F5 AB C CD BD C 解:题中各函数对偶函数的最简与或式如下: (1) F1 A BC AB C (2) F2 A B D A C D (3) F3 AC A BD (4) F4 A BC B C CD (5) F5 ABC D (6) F6 AB C D 【3-10】已知逻辑函数 F A B C , G=A⊙B⊙C,试用代数法证明: F G 。 解:

数字逻辑第3章答案

数字逻辑第3章答案

(最简与-或式)
F(A,B,C, D) ABC ABC
F(A,B,C, D) (A B C)(A B C) (最简或-与式)
(2)函数 F(A, B,C, D) BC D D (B C) (AD B) 的卡诺图如图 3 所示。
F(A,B,C, D) BC D D (B C) (AD B) BC D (B D C D)( AD B) BC D BCD
(2)
FA, B,C, D AB ABD (B CD)
A B ABD B CD (A B)(A B D) B CD AB AB AD BD B CD AB AD B CD AB(CD CD CD CD) AD(BC BC BC BC) B(ACD ACD ACD ACD ACD ACD ACD ACD) CD(AB AB AB AB) ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD m8 m9 m10 m11 m8 m10 m12 m14 m4 m5 m6 m7 m12 m13 m14 m15 m3 m7 m11 m15
(3) 正确。因为若 Y≠Z,则当 X=0 时,等式 X + Y = X + Z 不可能成立;当 X=1 时,等式 XY = XZ 不可能成立;仅当 Y=Z 时,才能使 X+Y = X+Z 和 XY = XZ 同时成立。

数字电路习题答案-第三章

数字电路习题答案-第三章
(2)写最简表达式
ABCD F
1000 1 1001 1 1010 Ø 1011 Ø 1100 Ø 1101 Ø 1110 Ø 1111 Ø
CD
AB
00
01
11
10
00
01
1
1
1
11
φ
φ
φ
φ
10
1
1
φ
φ
F = A + BD + BC=A · BD · BC (3)画逻辑电路,如下图所示:
D
&
B
&
C
所以,此时电路中存在功能冒险。
2.当 ABCD 从 1000 向 1101 变化时: 先判断是否有功能冒险,函数 F 的卡诺图如下图所
ABCD00 01 11 10 00 1
01 1
1
11 1 1 1 1
10 1 1 1
示: (1) F(1,0,0,0)=F(1,1,0,1); (2) 有 2 个变量同时变化; (3) AC对应的卡诺圈中全部为“1”; 所以,此时电路中不存在功能冒险。 再判断是否有逻辑冒险:
10 1 1 Ø = ABC·CD·AB·AD
画逻辑电路,如下图所示:
C&
D
A&
B
A&
D
A B
&
C
&
F
3.9 人的血型有 A、B、AB、O 四种。输血时输血者的血型与受血者的血型必须符合图 P3.4 中箭头指示的授受关系。试设计一个逻辑电路,判断输血者与受血者的血型是否符合上述规 定。 解:设00代表血型A、01代表血型B、10代表血型AB、11代表血型O。输血者的血型用逻辑 变量WX表示,受血者的血型用YZ表示,则由图中所指示的授受关系,列真值表:

数字逻辑第3章习题参考解答

数字逻辑第3章习题参考解答

3.68
分析图 3-37 所示反相器的下降时间,设 RL=900Ω ,VL=2V。
解:该电路图可以等效为下列带开关的一阶电路图。当输出从高态转 为低态时,可以等效为开关 K 从位置 1 转到位置 2。
按照一阶电路三要素法的分析方法,对于电容上的电压分析如下: 初态:VH=4.45V 终态:VL=0.2V
VOUT VL VH VL (1 e t / )
由上式可以得出从 1.5V 到 3.5V 的上升时间为:
t ln VH 1.5 19ns VH 3.5
可以驱动。
I=(3.84-2.03)/0.487 = 3.72 < 4mA
可以驱动。
3.40 一个发光二极管导通时的电压降约为 2.0V,正常发光时需要约 5mA 的电流。当发光二极管如图 3-54(a)那样连接时,确定上拉电 阻的适当值。 解:根据 3.7.5 所给的条件,低态输出电平 VOLmax=0.37V。 对应等效 电路如下:
13 画出 NOR3 对应的电路图。 解:3 输入端或非门结构应为:上部 3 个 P 管串联,下部 3 个 N 管并 联,结构如图所示。
3.15 画出 OR2 所对应的电路图。 解:在 NOR2 电路的输出端后面级联一个 INV。
3.59 解:
画出图 X3.59 逻辑图所对应的电路图。
3.21 若输出低电平阈值和高电平阈值分别设置为 1.5V 和 3.5V,对 图 X3.21 所示的反相器特性,确定高态与低态的 DC 噪声容限。 解:由图中可以看到,输出 3.5V 对应的输入为 2.4V,输出 1.5V 对应 的输入为 2.5V; 所以,高态噪声容限为:3.5-2.5=1 V ;低态噪声 容限为:2.4-1.5=0.9 V。

数字电子技术第三章(组合逻辑电路)作业及答案

数字电子技术第三章(组合逻辑电路)作业及答案

第三章(组合逻辑电路)作业及答案1、写出图3-1所示组合逻辑电路中输入输出的逻辑关系式和真值表。

图3-1:组合逻辑电路逻辑图解:(1)C A A AC B AY +=++=1(2)D B C B A CD B A CD B A D BD CD A B A Y ++=++=+=++=)(2 2、试分析图3-2所示组合逻辑电路,写出其逻辑函数表达式。

若设S 1﹑S 0为功能控制信号,A ﹑B 为输入信号,L 为输出,说明当S 1﹑S 0取不同信号值时,电路所实现的逻辑功能。

图3-2:组合逻辑电路逻辑图3、试用与门、或门和非门,或者与门、或门和非门的组合来实现如下各逻辑函数关ABS 1S=1=1&=1系,画出相应的逻辑电路图。

(1)1Y AB BC=+(2)2Y A C B=+()(3)3Y ABC B EF G=++()&&1≥Y1.1ABC.&1≥Y2.1ABC&1≥1≥&&1ABC.EFG.Y3...4、试用门电路设计4线-2线优先编码器,输入、输出信号都是高电平有效,要求任一按键按下时,G S为1,否则G S=0;还要求没有按键按下时,E O信号为1,否则为0。

5、试用逻辑门电路设计一个2选1数据选择器,输入信号为A、B,选择信号为S,输出信号为Y,要求写出真值表、逻辑函数表达式和画出逻辑电路图。

6、某公司3条装配线各需要100kW电力,采用两台发电动机供电,一台100kW,另外一台是200kW,3条装配线不同时开工,试设计一个发电动机控制电路,可以按照需求启动发电动机以达到节电的目的。

7、图3-3是由3线/8线译码器74LS138和与非门构成的组合逻辑电路,试写出P和P2的逻辑表达式,并列出真值表,说明其逻辑功能。

1BIN/OCT01201234567B AC 10074LS138P 1P 2图3-3 组合逻辑电路图8、试用3线-8线译码器74LS138和与非门实现以下多输出函数:1F AB C AB BC AC =++(,,) ∑=),,,(),,(75422m C B A F9、图3-4是由八选一数据选择器74LS151构成的组合逻辑电路,试写出当G 1G 0为各种不同取值时输出Y 与输入A 、B 的逻辑函数表达式。

数字逻辑课后答案 第三章

数字逻辑课后答案  第三章

第三章 时序逻辑1.写出触发器的次态方程,并根据已给波形画出输出 Q 的波形。

解:2. 说明由RS 触发器组成的防抖动电路的工作原理,画出对应输入输出波形解:3. 已知JK 信号如图,请画出负边沿JK 触发器的输出波形(设触发器的初态为0)4. 写出下图所示个触发器次态方程,指出CP 脉冲到来时,触发器置“1”的条件。

解:(1),若使触发器置“1”,则A 、B 取值相异。

(2),若使触发器置“1”,则A 、B 、C 、D 取值为奇数个1。

5.写出各触发器的次态方程,并按所给的CP 信号,画出各触发器的输出波形(设初态为0)解:6. 7. 1)(1=+++=+c b a Qa cb Q nn B A B A D +=D C B A K J ⊕⊕⊕==Q AQ B Q D Q C Q E Q F Q G Q H28. 作出状态转移表和状态图,确定其输出序列。

解:求得状态方程如下 故输出序列为:000119. 用D 触发器构成按循环码(000→001→011→111→101→100→000)规律工作的六进制同步计数器解:先列出真值表,然后求得激励方程PS NS 输出N0 0 0 0 0 1 00 0 1 0 1 1 0 0 1 1 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1化简得:逻辑电路图如下:10. 用D 触发器设计3位二进制加法计数器,并画出波形图。

n Q 2n Q 1n Q 012+n Q 11+n Q 10+n Q311. 用下图所示的电路结构构成五路脉冲分配器,试分别用简与非门电路及74LS138集成译码器构成这个译码器,并画出连线图。

解:先写出激励方程,然后求得状态方程得真值表得状态图若用与非门实现,译码器输出端的逻辑函数为:若用译码器74LS138实现,译码器输出端的逻辑函数为:12若将下图接成12进制加法器,预置值应为多少?画出状态图及输出波形图。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

C HAPTER 3 Exercise 3.1Exercise 3.3Exercise 3.5Exercise 3.7The circuit is sequential because it involves feedback and the output de-pends on previous values of the inputs. This is a SR latch. When S = 0 and R = 1, the circuit sets Q to 1. When S = 1 and R = 0, the circuit resets Q to 0. When both S and R are 1, the circuit remembers the old value. And when both S and R are 0, the circuit drives both outputs to 1.Exercise 3.9Exercise 3.11If A and B have the same value, C takes on that value. Otherwise, C retains its old value.Exercise 3.13Exercise 3.15Exercise 3.17If N is even, the circuit is stable and will not oscillate.Exercise 3.19The system has at least five bits of state to represent the 24 floors that the elevator might be on.Exercise 3.21The FSM could be factored into four independent state machines, one for each student. Each of these machines has five states and requires 3 bits, so at least 12 bits of state are required for the factored design.Exercise 3.23This finite state machine asserts the output Q when A AND B is TRUE.10S000S101S210TABLE 3.1State encoding for Exercise 3.231010000X000001X01001X000001X11001011101100000010010001010000 TABLE 3.2Combined state transition and output table with binary encodings for Exercise 3.23=S'1S1S0B S1AB+=S'0S1S0A=Q'S1ABExercise 3.25s t a t e e n c o d i n gs1:0S0000S1001TABLE 3.3State encoding for Exercise 3.2510S2010S3100S4101TABLE 3.3State encoding for Exercise 3.2521021000000000 00010010 00100000 00110100 01001000 01011010 10000000 10010011 10101001 10111010 TABLE 3.4Combined state transition and output table with binary encodings for Exercise 3.25=S'2S2S1S0S2S1S0+=S'1S2S1S0A=()+S'0A S2S0S2S1=Q S2S1S0A S2S1S0A+Exercise 3.27FIGURE 3.12020000001001011011010010110110111111101101100100000TABLE 3.5State transition table for Exercise 3.27S '2S 1S 0S 2S 0+=S '1S 2S 0S 1S 0+=S '0S 2S 1 =Q 2S 2=Q 1S 1=Q 0S 0=FIGURE 3.2Hardware for Gray code counter FSM for Exercise 3.27Exercise 3.29(a)FIGURE 3.3Waveform showing Z output for Exercise 3.29(b) This FSM is a Mealy FSM because the output depends on the current value of the input as well as the current state.(c)FIGURE 3.4State transition diagram for Exercise 3.29(Note: another viable solution would be to allow the state to transition from S0 to S1 on . The arrow from S0 to S0 would then be .)BA 0/BA 0/c u r r e n t s t a t es 1:0i n p u t s n e x t s t a t es '1:0o u t p u tz b a 00X 0000000111000110110100000010111101101010111011100X 00010110TABLE 3.6State transition table for Exercise 3.29FIGURE 3.5Hardware for FSM of Exercise 3.26Note: One could also build this functionality by registering input A , pro-ducing both the logical AND and OR of input A and its previous (registered)101101111000001101111111010111110111010TABLE 3.6State transition table for Exercise 3.29S '1BA S 1S 0+()BA S 1S 0+()+=S '0A S 1S 0B ++()=Z BA S 0A B +()+=value, and then muxing the two operations using B. The output of the mux is Z: Z = AA prev (if B = 0); Z = A + A prev (if B = 1).Exercise 3.31This finite state machine is a divide-by-two counter (see Section 3.4.2) when X = 0. When X = 1, the output, Q, is HIGH.1010000010011101000011101X X01TABLE 3.7State transition table with binary encodings for Exercise 3.31100000111X1TABLE 3.8Output table for Exercise 3.31Exercise 3.33(a) First, we calculate the propagation delay through the combinational log-ic:t pd = 3t pd_XOR= 3 × 100 ps= 300 psNext, we calculate the cycle time:T c≥ t pcq + t pd + t setup≥[70 + 300 + 60] ps= 430 psf = 1 / 430 ps = 2.33 GHz(b)T c > t pcq + t pd + t setup + t skewThus,t skew < T c - (t pcq + t pd + t setup), where T c = 1 / 2 GHz = 500 ps <[500 - 430] ps = 70 ps(c)First, we calculate the contamination delay through the combinational log-ic:t cd = t cd_XOR= 55 pst ccq + t cd > t hold + t skewThus,t skew < (t ccq + t cd) - t hold< (50 + 55) - 20< 85 ps(d)FIGURE 3.6Alyssa’s improved circuit for Exercise 3.33First, we calculate the propagation and contamination delays through the combinational logic:t pd = 2t pd_XOR= 2 × 100 ps= 200 pst cd = 2t cd_XOR= 2 × 55 ps= 110 psNext, we calculate the cycle time:T c≥ t pcq + t pd + t setup≥[70 + 200 + 60] ps= 330 psf = 1 / 330 ps = 3.03 GHzt skew < (t ccq + t cd) - t hold< (50 + 110) - 20< 140 psExercise 3.35(a) T c= 1 / 40 MHz = 25 nsT c ≥ t pcq + Nt CLB + t setup25 ns≥[0.72 + N(0.61) + 0.53] psThus, N < 38.9N = 38(b)t skew < (t ccq + t cd_CLB ) - t hold < [(0.5 + 0.3) - 0] ns < 0.8 ns = 800 psExercise 3.37P(failure)/sec = 1/MTBF = 1/(50 years * 3.15 x 107 sec/year) = 6.34 x 10-10 (EQ 3.26)P(failure)/sec waiting for one clock cycle: N*(T 0/T c )*e -(Tc-tsetup)/Tau = 0.5 * (110/1000) * e -(1000-70)/100 = 5.0 x 10-6P(failure)/sec waiting for two clock cycles: N*(T 0/T c )*[e -(Tc-tsetup)/Tau ]2 = 0.5 * (110/1000) * [e-(1000-70)/100]2 = 4.6 x 10-10This is just less than the required probability of failure (6.34 x10-10). Thus, 2 cycles of waiting is just adequate to meet the MTBF.Exercise 3.39We assume a two flip-flop synchronizer. The most significant impact on the probability of failure comes from the exponential component. If we ignore the T 0/T c term in the probability of failure equation, assuming it changes little with increases in cycle time, we get:Solving for T c 2 - T c 1, we get:P failure ()et τ--–=MTBF 1P failure ()--------------------------eT c t setup –τ-----------------------==MTBF 2MTBF 1------------------10e T c 2T c 1–30ps ---------------------==T c 2T c 1–69ps=Thus, the clock cycle time must increase by 69 ps. This holds true for cycle times much larger than T0 (20 ps) and the increased time (69 ps).Question 3.15050000001000001000000110000010000100000010000010100010000010000010000001001000001001000000001000100010100000100000100000010000100000110000000000101000001000001TABLE 3.9State transition table for Question 3.1 =S'5S4A=S'4S3A=S'3S2A=S'2S1A=()++S'1A S1S3S5=()+++S'0A S0S2S4S5=Q S5FIGURE 3.8Finite state machine hardware for Question 3.1Question 3.3A latch allows input D to flow through to the output Q when the clock is HIGH. A flip-flop allows input D to flow through to the output Q at the clock edge. A flip-flop is preferable in systems with a single clock. Latches are pref-erable in two-phase clocking systems, with two clocks. The two clocks are used to eliminate system failure due to hold time violations. Both the phase and fre-quency of each clock can be modified independently.Question 3.5FIGURE 3.9State transition diagram for edge detector circuit of Question 3.5n te 10i n p u t n e x t s t a t es'1:0a000000010101000011101000010110TABLE 3.10State transition table for Question 3.5 S'1AS1=S'0AS1S0=S O L U T I O N S 61David Money Harris and Sarah L. Harris, Digital Design and Computer Architecture, 2nd Edition © 2012 by Elsevier Inc.Exercise SolutionsFIGURE 3.10Finite state machine hardware for Question 3.5Question 3.7A flip-flop with a negative hold time allows D to start changing before the clock edge arrives.Question 3.9Without the added buffer, the propagation delay through the logic, t pd , mustbe less than or equal to T c - (t pcq + t setup ). However, if you add a buffer to theclock input of the receiver, the clock arrives at the receiver later. The earliestthat the clock edge arrives at the receiver is t cd_BUF after the actual clock edge.Thus, the propagation delay through the logic is now given an extra t cd _BUF . So,t pd now must be less than T c + t cd _BUF - (t pcq + t setup ).Q S 1=David Money Harris and Sarah L. Harris, Digital Design and Computer Architecture, © 2007 by Elsevier Inc. Exercise Solutions62S O L U T I O N S c h a p t e r3。

相关文档
最新文档