• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(725)
  • 리포트(633)
  • 시험자료(34)
  • 논문(31)
  • 자기소개서(12)
  • 방송통신대(8)
  • 서식(4)
  • 이력서(3)
판매자 표지는 다운로드시 포함되지 않습니다.

"Logical Operations" 검색결과 261-280 / 725건

  • 산술논리회로(ALU)
    = in_a - '1'; when others = alu_out = in_a; end case; --- logical operation elsif mode= 10 then case ... .std_logic_1164.all; Use ieee.std_logic_unsigned.all; Use ieee.std_logic_arith.all; entity ALU is ... port(ir_bus : in std_logic_vector(3 downto 0); in_a : in std_logic_vector(3 downto 0); in_b : in std
    리포트 | 11페이지 | 1,000원 | 등록일 2010.05.11
  • 산술논리연산 (결과)
    (logical operation) 2종류로 나누어진다.2. 이 론(1). 반가산기와 전가산기1비트인 두 수 x와 y의 덧셈을 수행하면, 그림 6-1(a)와 같이 4가지의 가능한 경우가 발생 ... 에 대해 알아 보는데에 목적이 있다.1. 서 론산술논리연산장치(Arithmetic Logical Unit)는 약자로 ALU라고 부르며 중앙처리장치(CPU)의 일부로써, 컴퓨터 명령 ... 이다. 그 외의 여러 데이터를 크기순으로 배치하거나 순서를 바꾸는 연산도 있다. 이러한 컴퓨터의 연산은 크게 산술연산(arithmetic operation)과 논리연산
    리포트 | 6페이지 | 1,000원 | 등록일 2012.07.03
  • Term Project Report Traffic Light Controller
    . ▶ VHDL and COMBO it leads and it studies in about digital logical operation circuit plan.1.2 ... and it improves Simulation abilities it made make. ▶ HBE-ComboⅡIt confirms an operational condition ... from the board and with Simulation results comparison it analyzes an operational condition
    리포트 | 16페이지 | 5,000원 | 등록일 2011.06.09
  • 트랜지스터(예비)
    을 스위칭모드 operation이라고 하고, 이 상태에서는 TR이 증폭기로 동작하는 것이아니라 마치 스위치처럼 작동하는 것이다.PNP 트랜지스터는 기본 개념은 위와 같고, 전류 ... , Zvonko Vranesic. Fundamentals of Digital Logic with Verilog Design. McGraw-Hill Publishing, 2002네이버 백과사전
    리포트 | 4페이지 | 2,000원 | 등록일 2012.10.11
  • 교육의 심리적 기초
    어서 빠른 성장을 보인 다. 또한 이 단계에서 아동은 다양한 개념을 형성한다.③구체적 조작기(concrete operation stage: 7∼11세)- 이 단계에서는 주변의 세계 ... 는 능력을 발전시키게 되며, 특히 수와 물질의 특성 에 대해서 배열과 분류의 능 력이 발달된다.④형식적 조작기(formal operation stage: 11세 혹은 사춘기에서 성인 ... )지능, 논리-수학(logical-mathematical)지능, 음악(musical)지능, 대인 관계(interpersonal)지능, 내성(intrapersonal)지능, 자연탐구
    리포트 | 4페이지 | 1,000원 | 등록일 2014.04.20
  • 판매자 표지 자료 표지
    인지행동치료와 실존치료
    )와 조작적 조건화(operant conditioning)와 같은 치료적 기법을 사용하는 정신치료법이다.1. 행동 치료1) 행동치료의 기본적 가정과 특징탈 학습에 의해 행동의 수정이 가능 ... (1) 교육적 측면대상자에게 인지적 삼재(congitive triad), 인지도식(schemas), 잘못된 논리(faulty logic)를 설명하고 사고와 정서, 정서와 행동간
    리포트 | 42페이지 | 5,900원 | 등록일 2016.04.16
  • Figurative Language 정리
    orrespondence, and yet is not so one-to-one, and certainly not so blatant. Whereas allegory operates ... very consciously, symbolism operates on the level of the unconscious. This does not mean that the ... the words. (언어의 경제성, 다른 문화권 이해 어려움)15. conceitan extended metaphor with a complex logic that govens
    리포트 | 4페이지 | 2,000원 | 등록일 2013.09.22
  • 판매자 표지 자료 표지
    VHDL을 이용한 엘리베이터 설계
    _up, en_down, en_open, en_stand: std_logic; --signal for each statesbegin--Process operate when 'iClk ... 하였다.클럭과 리셋 신호는 ‘0’과 ‘1’을 가지는 std_logic 타입이고, 설계 층수가 5층이기 때문에 층수를 나타내는 신호는 3비트를 가지는 std_logic_vector 타입 ... 이다. 포트 구성을 아래의 표와 같이 정리하였다.InputOutput포트명Type기능포트명Type기능in_floorstd_logic_vector(2 downto 0)요청 입력c
    리포트 | 6페이지 | 4,000원 | 등록일 2011.07.05 | 수정일 2014.10.22
  • VHDL 계산기 소스코드 및 보고서
    (4 downto 0);signal result : std_logic_vector(4 downto 0);signal operator : std_logic;Beginprocess ... 위에 있는 버튼 3개가 사용가능하다. 총 6개의 버튼이 사용가능하고, 각각은 오퍼랜드와 오퍼레이터에 사용되게 된다. 위쪽 2개의 스위치는 operator의 결정(+,-)에 사용 ... 보고서 작성시에는 교안처럼 하나로 작성하였습니다.library IEEE;use IEEE.STD_LOGIC_1164.ALL;use IEEE.STD_LOGIC_ARITH.ALL;use
    리포트 | 16페이지 | 4,000원 | 등록일 2010.07.09
  • 현대사회와조직 영어4
    . 객관적인, 실재하는- theory : 명사. 이론, 학설3. Scientific Theory is a set of logically connected concepts about ... , 장소, 사물들 간의 관계에 대한 논리적으로 연결된 일련의 개념이다.- logically : 부사. 논리적으로, 논리상, 필연적으로- concepts : 명사. 개념 ... 자자고 하다.4. 개념 (concept).- concept : 명사. 개념5. 조작적 정의 (operational definition)- operational : 형용사. 가동
    시험자료 | 15페이지 | 3,500원 | 등록일 2013.10.24
  • 8-Bit Arithmetic Logic Unit Design
    1. Objectives- To learn the basic structure and operation of ALU2. Design Requirements The ALU for ... operation. The output bus is designed to send out result of the ALU operation. It is a pure c ... SEL_ALU as control signal), the output on ANSWER reflects one of four different operations. The
    리포트 | 9페이지 | 1,000원 | 등록일 2010.11.11
  • 32-bit single-cycle MIPS microprocessor design
    1. Objectives- To learn the basic structure and operation of the single-cycle MIPS processor2 ... project is to implement and to complete the datapath and control logic for single-cycle ... , and, or, slt, sw, lw, beq, addi, jump, mult. Operation of each instruction follows the descriptions
    리포트 | 9페이지 | 1,000원 | 등록일 2010.11.11
  • Bit-Slicing 과 AND-OR MASK
    의 용량을 줄일 수도 있다. 이것을 이용하여 이미지의 손실 압축을 생각할 수 있다.(2) Logic operation아마 포토샵을 배웠던 사람들이라면 Mask가 무엇인지 정도는 알 수 ... Logic operation에 대해 알아보자. 역시 8bit 그레이 스케일 이미지의 하나의 pixel을 가지고 설명하겠다. 아래의 표와 같이 pixel1에 11010011값이 저장 ... 되어 있다. 이것을 mask1, mask2와 각각 Logic operation을 해보면 다음과같은 결과가 나온다.mask1과 Logic operation 한 결과는 AND연산을 했
    리포트 | 12페이지 | 10,000원 | 등록일 2009.12.31 | 수정일 2021.06.07
  • 판매자 표지 자료 표지
    SABMiller
    SABMiller case study analysisIdentify the corporate logics that SABMiller has adopted in its ... emerging economies and acquisitions around the world company has developed good corporate logics that is ... even when facing difficulties and setbacks in some of the operating countries and global economical
    리포트 | 2페이지 | 1,500원 | 등록일 2011.12.14
  • 정보공학 기말 정리
    the use case. (시나리오는 use case에 대한 event of flow를 꿰뚫는 한 경로인 use case의 인스턴스)logical view의 use case ... 의 use case와 logical view의 use case를 realize relationship으로 연결.logical view에 use case 만들 때는 use case ... 함을 의미나의 relationship을 가리킴operation signature를 기초로 한 relationship들은 처음에는 association으로 모델링되고시스템의 설계가 완성 되
    시험자료 | 6페이지 | 2,000원 | 등록일 2012.06.08
  • 배치설계설명서 [특허청 행정서식]
    ),Converter, Graphics & Video Modules,Operational Amplifier, Oscillator,Oversampling Modulator, PLL ... LogicAdder/Subtractor, Arithmetic & Logic Unit,Coordinates Conversion, Datapath,Divider, Floating Point ... Unit (FPU),Format Conversion, Multiplier,Square RootArithmetic & Logic FunctionCompression
    서식 | 4페이지 | 무료 | 등록일 2014.06.23
  • multi-cycle MIPS implementation
    1. Objectives- To learn the basic structure and operation of the Multi-cycle MIPS processor2 ... project are to implement and complete the datapath and control logic for multicycleimplementation ... , or, slt, sw, lw, beq, addi, jump. The operations of each instruction follow the descriptions given in
    리포트 | 20페이지 | 1,000원 | 등록일 2010.11.11
  • OP AMP
    쓰이지만 그 밖에도 여러 가지 용도가 있다. 예를 들면, 논리 회로(logic circuit)를 구성하는 소자 등의 스위칭(switching)에는 다이오드가 많이 사용된다. 또 ... 용량형 다이오드4)반도체 다이오드5)본드형 다이오드, 포토 다이오드OP AMP① op-amp 정의연산증폭기(op-amp, operational amplifier)는 한 개의 차동
    리포트 | 15페이지 | 1,000원 | 등록일 2016.06.06
  • 명령형 프로그래밍과 선언형 프로그래밍 방식 비교분석(영문)
    Long time ago, many machines are operated manually by operators. After the computer was invented ... computer as operator. Until now, computer programs have been used in many machines, computers, even ... aspect;“1. Advantage can be taken of previous knowledge.2. Declarative sentences have logical c
    리포트 | 3페이지 | 1,000원 | 등록일 2011.08.07
  • 결과보고서-Exp 1. Combinational Logic Design,Flip-Flop, and Counter.hwp
    Exp 1. Combinational Logic Design, Flip-Flop, and Counter1. Objectives- Understand the operation of ... - Understand the operation of flip-flop.- Implement simple digital logic circuits.2. Problem Statement1 ... combinational logic circuits- Understand how to simplify the Boolean function using Karnaugh map
    리포트 | 11페이지 | 2,000원 | 등록일 2010.10.11
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 08일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:00 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감