• 통합검색(687)
  • 리포트(542)
  • 논문(102)
  • 시험자료(21)
  • 자기소개서(11)
  • 방송통신대(11)
판매자 표지는 다운로드시 포함되지 않습니다.

"logic circuit" 검색결과 361-380 / 687건

  • 디지털 논리회로 자판기 구현
    understand the Mealy machine mechanism, and sequential circuit. Also, I learned how to use digital logic program during the homework. ... like below. I used Mealy machine.Using “Logic Aid”, I changed the state graph to the state table.The ... table to D-FF equations to realize the circuit.Finally, I designed the circuit using ROM and D-FF
    리포트 | 6페이지 | 1,000원 | 등록일 2011.06.28
  • 전전컴설계실험2-9주차결과
    -9주차 Post Lab#7-Sequential-Logic-Design(FSM and Clocked-Counter)학과전자전기컴퓨터공학부학번2009440138이름정필웅담당교수문 ... 된 디바이스를 검색한다.11. 검색된 FPGA 모듈에 4-bit up counter Logic이 설계된 bit 파일을 프로그래밍한다.12. 프로그래밍이 성공하면 장비의 작동을 확인 ... 를 검색한다.11. 검색된 FPGA 모듈에 8-bit up/down counter Logic이 설계된 bit 파일을 프로그래밍한다.12. 프로그래밍이 성공하면 장비의 작동을 확인
    리포트 | 18페이지 | 1,500원 | 등록일 2014.03.28 | 수정일 2014.04.15
  • 전동식 액추에이터를 적용한 무논정지기 개발 및 위치제어
    한국기계기술학회 이학성
    논문 | 6페이지 | 4,000원 | 등록일 2016.04.02 | 수정일 2023.04.05
  • 판매자 표지 자료 표지
    <컴퓨터 구조론> - 디지털 논리이론
    Chapter 04디지털 집적회로와 종류Computer Aechitecture디지털 집적회로집적회로(Integrated Circuit, IC) 다이오드(diode), 트랜지스터 ... (Transistor-Transistor Logic) 양극성(bipolar) 소자를 기초로 제작된 논리회로 양극성과 단극성 양극형 집적회로 전자와 정공(hole)의 2종류 전하를 이용하여 트랜지스터 ... 제조 방법 TTL에 비해 동작 속도는 늦으나 집적도가 높고 소비전력이 매우 적어서 손목시계나 휴대용 계산기 등의 제품에 많이 사용됨 ECL(Emitter Coupled Logic
    리포트 | 189페이지 | 3,000원 | 등록일 2015.09.16
  • LRC 회로
    ame logic in RC circuit and LC circuit, we obtain following differential equation by Kirchhoff`s ... RLC Circuits RLC Circuit means the circuit with resistors, capacitors, and inductors. We only consider
    리포트 | 10페이지 | 1,000원 | 등록일 2011.12.30
  • 실험1 예비보고서 실험 1. Basic Gates
    실험 1. Basic Gates1. 목적기본적인 logic gates(AND, OR, NOT, NAND, NOR, XOR)에 대하여 알아보고 이러한 gate들로 구성된 logic ... 를 이용하여 3-input OR, NAND, NOR gate를 실험하려 한다. 각각의 logic diagram을 그려라.① OR GATEAL1≡AL2L2BBCC(A+B)+C = A ... + B + C(2) 실험 (3)의 logic diagram에서 출력 X, Y, Z에 대한 Boolean equation을 두 입력 A, B로 나타내고 이 식의 truth table
    리포트 | 4페이지 | 1,000원 | 등록일 2013.01.01
  • 전기전자응용실험 Chapter 4 Digital-to-Analog Converters (DAC) Pre-report
    onverted out.3) V+, V- : Supply voltage. Using DC-to-DC converter circuit of chapter 1, these voltages ... value, potential will allow direct interface to other logic families.
    리포트 | 4페이지 | 1,000원 | 등록일 2012.08.05
  • [아주대]논리회로실험 1장[Basic gates] 예비 A+
    Experiment 1 Basic gatesOBJECTIVES- Logic gates의 이해.- Logic circuit 구성 법칙의 이해.- Boolean equation ... gate)? 74HC32(2-input or gate)? 74HC86(2-input exclusive-or gate)RESUME OF THEORY1. Logic gates→ 논리 ... , XOR, XNOR 게이트 등이 있다.2.Logic gates의 종류와 기능[1] NOT gate→ 입력 한 개와 출력 한 개가 있는 게이트로 논리 부정을 나타낸다. 입력이 1
    리포트 | 10페이지 | 2,000원 | 등록일 2013.09.13 | 수정일 2013.09.15
  • 전기전자응용실험 Chapter 9-12 Design Project: Line Tracer Pre-report
    . The input circuit is an active high type, as shown in following diagram. Output logic is ‘H’ when ... filter is used in circuits for lowering noise at the sensor, we can get information more exactly ... whend by an external control circuit, such as a microcontroller. To make the motor shaft turn, first
    리포트 | 11페이지 | 1,500원 | 등록일 2012.08.05
  • 디지털 시스템 (VHDL Half Adder, Full Adder, 로직과 VHDL로 설계) 인터비전 report
    Report?ALTERA QUARTUS를 이용한 Logic Circuit(Schematic, VHDL coding) -기말-분반Professor학번제출일 2010년 12월 일
    리포트 | 9페이지 | 1,000원 | 등록일 2012.12.28
  • VHDL을 이용한 16bit ALU 설계 및 파형
    (15 downto 0));end component;component Arith_Circuit --산술연산부Port ( AS_1 : in STD_LOGIC;AS_0 : in STD ... logic_circuit --LOGIC연산부Port ( LS_1 : in STD_LOGIC;LS_0 : in STD_LOGIC;LC_A : in STD_LOGIC_VECTOR (15 ... Circuit >LIBRARY IEEE;use IEEE.STD_LOGIC_1164.ALL;entity BIT_ADDER isport( a, b, cin : in STD_LOGIC;s
    리포트 | 18페이지 | 2,000원 | 등록일 2011.01.11
  • arithmetic circuit design(예비)
    Logic Unit) verilog code capable of 4-bit logic and arithmetic calculation. Then verify this with s ... adder and full adder. But subtracter is exceptional. If we design the circuit which subtracts number ... just like we do, it needs extra circuit, which is undesirable. To solve this problem, adder/subtracter
    리포트 | 11페이지 | 1,000원 | 등록일 2011.07.09
  • digitalAdder
    functionality of the digital adder circuit.To get a feel of the adder operation by using the 74LS83 4-bit ... full adder and building a 2-bit full adder from basic combinational logic.ChangesThere were no c
    리포트 | 4페이지 | 1,000원 | 등록일 2012.02.11
  • 논리회로실험 예비 4
    ://acms.ajou.ac.kr/contents/logical_circuit/4W1/default.htm3. http://www.bragitoff.com/2LH5/L2/4. http://e
    리포트 | 11페이지 | 1,500원 | 등록일 2016.09.24 | 수정일 2020.09.23
  • VLSI 설계의 여러가지 현상들
    1.PLD(Programmable Logic Device, 설계 가능 논리 소자)1)정의PLD(Programmable Logic Device)는 제조 후 사용자가 내부 논리 회로 ... 할 수 있어서 재설정 가능 논리 소자(Reconfigurable Logic Device)라고도 불린다. PLD는 설계시 사양이나 기능이 정해져서 제조되기 때문에 나중에 회로 구성 ... (Application Specific Integrated Circuit, 주문형 반도체)를 사용하지만 개발에 걸리는 기술자산과 설비, IP 등 초기 개발비가 들며 설계 자산을 다른
    리포트 | 9페이지 | 1,500원 | 등록일 2013.06.20
  • 컴퓨터 구조 - #1-2
    provided uncompleted schematic circuits, complete the 8-bit arithmetic logic. `ADD`, `AND`, `OR ... ` and `COMP` logical functions are what we want to achieve in this project. This ALU should be
    리포트 | 7페이지 | 1,000원 | 등록일 2011.06.26
  • finite state machine design(예비)
    output of current state register are inputted into the output logic circuit to decide the output and ... 2. Theory(1) Finite State Machine FSM is a circuit that has finite states and changes states s ... input. State register to save the current state, Combinational circuit to transit the state s
    리포트 | 9페이지 | 1,000원 | 등록일 2011.07.09
  • 논리회로 동작, 논리회로 종류, 논리회로 분류, 논리회로 명령, 논리회로 간소화, 논리회로와 부울대수, 논리회로와 2단논리회로, 논리회로와 조합논리회로, 논리회로와 컴퓨터논리회로
    )Ⅱ. 논리회로의 종류1. 조합논리회로(Combinational logic circuit)2. 순서논리회로(Sequential logic circuit)Ⅲ. 논리회로의 분류1 ... 논리회로의 NAND/NOR 게이트 구현Ⅷ. 논리회로와 조합논리회로1. BINARY LOGIC AND GATES1) Binary Logic2) Logic Gates2. BOOLEAN
    리포트 | 18페이지 | 7,500원 | 등록일 2013.02.22
  • 전기전자기초실험 Chapter 9 Arithmetic Circuit DesignReport
    Chapter 9Arithmetic Circuit DesignReport·Arithmetic Circuit DesignTable 9-4. T/F table of 4-bit ... trength/weakness of carry look ahead method and compare it with the circuit above.Generally used adder ... . It adds n-bit carry look ahead logic gate to n 1-bit full adders. Each 1-bit full adder performs c
    리포트 | 6페이지 | 1,000원 | 등록일 2011.12.18
  • 판매자 표지 자료 표지
    반도체 제조공정 및 동향 [ex)웨이퍼,식각,금속배선,EDS,]
    주기가 타 산업에 비해 매우 짧은 특성을 가지고 있다.반도체는 크게 다이오드, 트랜지스터, IC(integrated circuit: 직접회로)등 여러 가지가 있는데 전자제품을 만드 ... )으로 전환이 이루어지고 있다. 또한, 최근에는 이전의 도전재료(Al, W)보다 가격은 저렴하고 전도성은 더욱 우수한 구리(Cu)가 첨단 메모리, CPU 및 Logic 제품에 상용
    리포트 | 20페이지 | 3,000원 | 등록일 2016.11.15 | 수정일 2021.05.20
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 07월 09일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
12:32 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감