0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

circuitjsの作法 その11

Last updated at Posted at 2025-01-07

概要

circuitjsを調査してみた。
練習問題やってみた。

練習問題

circuitjsは、論理回路がある。
論理回路、素子を探せ。

写真

image.png

結果

名称 和訳
Logic Input 論理入力 デジタル回路の入力として使用する。
Logic Output 論理出力 デジタル回路の出力として使用する。
Inverter インバーター(NOTゲート)
NAND Gate NANDゲート
NOR Gate NORゲート
AND Gate ANDゲート
OR Gate ORゲート
XOR Gate XORゲート
D Flip-Flop Dフリップ・フロップ
JK Flip-Flop JKフリップ・フロップ
T Flip-Flop Tフリップ・フロップ
7 Segment LED 7セグメントLED
7 Segment Decoder 7セグメントデコーダー
Multiplexer マルチプレクサ 4bit
Demultiplexer デマルチプレクサ 4bit
SIPO shift register SIPO(直列入力並列出力形) シフトレジスタ 8bit
PISO shift register PISO(並列入力直列出力形) シフトレジスタ 8bit
Counter カウンタ 4bit
Ring Counter リングカウンタ 10bit
Latch ラッチ 4bit
Sequence generator シーケンスジェネレータ
Full Adder 全加算器 4bit
Half Adder 半加算器
Custom Logic カスタムロジック

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?