数字逻辑课后答案第二章.docx_第1页
数字逻辑课后答案第二章.docx_第2页
数字逻辑课后答案第二章.docx_第3页
数字逻辑课后答案第二章.docx_第4页
数字逻辑课后答案第二章.docx_第5页
已阅读5页,还剩8页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

leading cadres awareness of right in place, study the party Constitution and party rules, series of speeches can make proper effect. Party cadres to two lead by example, to lead by example we must change our mind, recognizing that two is important. First, learn the Communist Party Constitution Party rules, learning learning series important speech by General Secretary can enhance theory. With the third revolution the rise of rapid changes in our life are feeling, the Communists should adhere to the theory of confidence will continue to learn from the voices of the times, the times, in turn, will have new requirements for leading party cadres. Two is the most basic meaning of members all mastering the core theory and the most advanced weapons theory, complement the spirit of calcium. Secondly, the Communist Party Constitution Party rules, learning learning series important speech by General Secretary be able to firmly build the ideological foundation. Under the impact of multiple values, the two is to help cultivate independent judgment in numerous miscellaneous multiple concepts, so that the majority consensus of party members, the important magic weapon of the party with the resonance frequency. Finally, the Constitution of the Communist Party, party rules, learning learning series important speech can stand crowds, General Secretary position. Now, some grass-roots work in the the old way didnt work, hard way cannot, the new approach would not phenomenon, sometimes due to a mass of party members and cadres not understanding, does not meet. In fact, the mass convincing and identityBehind are likely to be party members and leading cadres themselves ignoring beliefs held, resulting in lack of persuasion and sense of identity. Two is in fact guaranteed party cadres work, an important prerequisite for convincing the masses. Bacon said it well: practical men can handle individual matters, but looking at the whole operation globally, but only man can do to knowledge. Giving up two effective, must first raise awareness of leading cadres of party members, as party members learn real responsibility to know to music , good changes, in parallel with the ground, do not forget to also answer the antenna, draw catches on meteorology, which sit between heaven and Earth which melds together the dreams of practicing Communist. Members cadres should in two learn a do in the based post do contribution in all members in the carried out learn Constitution Party rules, and learn series speech, do qualified members learning education, this is following party of mass line education practice activities and three strict three real topic education zhihou, deepening party education of and once important practice, is promoted three strict three real topic education from key minority to all members expand, and from concentrated education to regular education extends of important initiatives. Vast numbers of party members and cadres in the course of two, should be第二章 组合逻辑1. 分析图中所示的逻辑电路,写出表达式并进行化简2. 分析下图所示逻辑电路,其中S3、S2、S1、S0为控制输入端,列出真值表,说明 F 与 A、B 的关系。F1=F2=F=F1F2=3. 分析下图所示逻辑电路,列出真值表,说明其逻辑功能。解: F1=真值表如下: 当BC时, F1=A当B=C=1时, F1=A当B=C=0时, F1=0裁判判决电路,A为主裁判,在A同意的前提下,只要有一位副裁判(B,C)同意,成绩就有效。F2=真值表如下: 当A、B、C三个变量中有两个及两个以上同时为“1”时,F2 = 1 。4.图所示为数据总线上的一种判零电路,写出F的逻辑表达式,说明该电路的逻辑功能。解:F=只有当变量A0A15全为0时,F = 1;否则,F = 0。因此,电路的功能是判断变量是否全部为逻辑“0”。5. 分析下图所示逻辑电路,列出真值表,说明其逻辑功能解: 真值表如下:因此,这是一个四选一的选择器。6. 下图所示为两种十进制数代码转换器,输入为余三码,输出为什么代码?解:这是一个余三码 至8421 BCD 码转换的电路7. 下图是一个受 M 控制的4位二进制码和格雷码的相互转换电路。M=1 时,完成自然二进制码至格雷码转换;M=0 时,完成相反转换。请说明之解:Y3=X3当M=1时 Y3=X3 Y2=X2X3 Y1=X1X2 Y0=X0X1当M=0时 Y3=X3 Y2=X2X3 Y1=X1Y2=X1X2X3 Y0=X0Y1=X0X1X2X3 由真值表可知:M=1 时,完成8421 BCD码到格雷码的转换;M=0 时,完成格雷码到8421 BCD码的转换。8. 已知输入信号A,B,C,D的波形如下图所示,选择适当的集成逻辑门电路,设计产生输出 F 波形的组合电路(输入无反变量)解:列出真值表如下: 9. 用红、黄、绿三个指示灯表示三台设备的工作情况:绿灯亮表示全部正常;红灯亮表示有一台不正常;黄灯亮表示有两台不正常;红、黄灯全亮表示三台都不正常。列出控制电路真值表,并选出合适的集成电路来实现。解:设:三台设备分别为 A、B、C: “1”表示有故障,“0”表示无故障;红、黄、绿灯分别为Y1、Y2、Y3:“1”表示灯亮;“0”表示灯灭。据题意列出真值表如下: 于是得:10. 用两片双四选一数据选择器和与非门实现循环码至8421BCD码转换。解:(1)画函数卡诺图; (2)写逻辑函数表达式:(1) 画逻辑图:11. 用一片74LS148和与非门实现8421BCD优先编码器12. 用适当门电路,设计16位串行加法器,要求进位琏速度最快,计算一次加法时间。解:全加器真值表如下AiBiCi-1SiCi+10000000110010100110110010101011100111111可以写出以下表达式要使进位琏速度最快,应使用“与或非”门。具体连接图如下。若“与或非”门延迟时间为t1,“非门”延迟时间为t2,则完成一次16位加法运算所需时间为: 13.用一片4:16线译码器将8421BCD码转换成余三码,写出表达式解:14. 使用一个4位二进制加法器设计8421BCD码转换成余三码转换器:解: 15. 用74LS283加法器和逻辑门设计实现一位8421 BCD码加法器电路。解:16. 设计二进制码/格雷码转换器解:真值表 得: 17. 设计七段译码器的内部电路,用于驱动共阴极数码管。解:七段发光二极管为共阴极电路,各段为“1”时亮。8421BCD码七 段译码器A3A2A1A0YeYfYgYaYbYcYdabcdefg 七段译码器真值表如下:输入输出显示A3A2A1A0YaYbYcYdYeYfYg00001111110000010110000100101101101200111111001301000110011401011011011501101011111601111110000710001111111810011111011918. 设计一个血型配比指示器。解: 用XY表示供血者代码,MN表示受血者代码。代码设定如下:XY = 00 A型 MN = 00 A型 01 B型 01 B型 10 AB型 10 AB型 11 O 型 11 O 型得:F1 = (0,2,5,6,10,12,13,14,15)19. 设计保密锁。解: 设A,B,C按键按下为1,F为开锁信号(F=1为打开),G为报警信号(G=1为报警)。(1)真值表A B CF G 0 0 00 0 10 1 00 1 11 0 01 0 11 1 01 1 1 0 00 10 10 10 01 01 01 0(1) 卡诺图化简F的卡诺图: 化简得: G 的卡诺图化简得:非谓语动词是历年高考英语的重要考点之一,也是较难掌握的难点之一。它贯穿于英语学习和考试过程的始终。但是,只要认真分析、透彻理解、看透本质、准确把握,就一定能在高考中运筹帷幄,游刃有余。based on their actual, striving to be learning and done markers. Strengthening theoretical study, belief and faith. Theory is an action guide, only theoretical knowledge in place, to unity, action can consciously. Constitution is the fundamental law of the party, party rules are party must follow the General rules. Studying and implementing the party Constitution Party rules and a series of important speech, General Secretary, is a guide to persisting and developing socialism with Chinese characteristics, is a basic work of strengthening the partys construction, but also each and every Communist Party Members obligations and solemn responsibility. These important content, for each party, must know would believe will do both. WeGeneral Secretary of the party Constitution, a series of remarks with, and hold, grasp the real learning that basis, based on the Constitution speak to issue, in accordance with the series changed the problem. Second, disciplined in line, to become law-abiding model. Is not no rules. If there is no iron discipline, party members and cadres will become a mess, it will lose its fighting strength and vitality, purity and naturally much less advanced. By two education, party members and cadres to keep the bottom line, not the more red lines, consciously practice the three Suns and consciously act according to the Constitution, party rules, remains a political force, to perform party oath, a tree of its own image. Three is the loyal, dare to play and play to party members. Learning is the Foundation, is the key to development is the goal. Two main objective is to let the majority of the play to the exemplary role of party members and cadres, party Constitution, party rules to examine. To use new criteria to guide our behavior. Through education, the ideal and conviction, keep in mind that membership, learn, learn, learn go play a vanguard and exemplary role, the courage to play as, and always maintain the pioneer, pioneering and enterprising spirit, and constantly improve our own capacity and level of service, according to positions and make contributions. Hearts change, lead more strict began

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论