画出RS触发器、D触发器和JK触发器
时间: 2023-06-03 13:05:21 浏览: 248
RS触发器,D触发器,JK触发器 .docx
Sure, I can help you with that! Here are the diagrams of RS flip-flop, D flip-flop, and JK flip-flop:
RS flip-flop:
```
_____
| |
SET input ---|S |
|_____|
_____
| |
RESET input ---|R |
|_____|
_____
| |
Q output ---| |
|_____|
_____
| |
Q' output ---| |
|_____|
```
D flip-flop:
```
_____
| |
D input ---|D |
|_____|
_____
| |
CLK input ---|CLK |
|_____|
_____
| |
Q output ---| |
|_____|
_____
| |
Q' output ---| |
|_____|
```
JK flip-flop:
```
_____
| |
J input ---|J |
|_____|
_____
| |
K input ---|K |
|_____|
_____
| |
CLK input ---|CLK |
|_____|
_____
| |
Q output ---| |
|_____|
_____
| |
Q' output ---| |
|_____|
```
I hope this helps! Let me know if you have any more questions.
阅读全文