• 통합검색(236)
  • 리포트(163)
  • 논문(57)
  • 시험자료(8)
  • 서식(4)
  • 이력서(2)
  • 자기소개서(1)
  • 노하우(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Code Assignment" 검색결과 161-180 / 236건

  • Post lab - BCD to Excess3 code converter !! (A+리포트 보장)
    Lecture 4BCD to Excess-3Code Conveter==================Contents===============Pre Report----------- ... coding 후 SAVE 및 Syntax check3) Assign Package Pins 에서 pin 할당4) Synthesize – XST (논리소자 합성하기 ... assignments 1 and 2) obtained in the class in detail.2. Specify the experimental results (for assignments 1
    리포트 | 14페이지 | 2,000원 | 등록일 2009.06.29
  • 설비관리시스템
    Code분류 체계신 분류체계현행 분류체계※ 새롭게 설계된 예비품 분류체계를 적용하기 위해서는 현재의 ERP 시스템 분류체계도 새로운 분류체계로 변경하여 MAXIMO 시스템과 동일 ... 는 I/F를 통해 활용작업접수 Planning, Scheduling, Assign,이력입력Work Order 관리PM(예방작업)TBM작업 Work Order 자동생성 UBM작업
    리포트 | 27페이지 | 2,000원 | 등록일 2014.04.17
  • Verilog 언어를 이용하여 지연시간을 코딩하고 클럭펄스에 대한 결과값 출력
    의 출력을 제출)-Verilog Code-`timescale 1ns/100psmodule test_circuit_with_delay;reg A,B,C;wire x,y;circuit ... : 0→0 (출력이 나오기까지는 18ns가 걸린다)(b)-Verilog Code1-`timescale 1ns/100psmodule test_XOR;reg x, y;wire c;XOR ... -Verilog Code2-`timescale 1ns/1nsmodule XOR(x, y, c);input x, y;output c;wire e1, e2, e3, e4;not #4 g1(e1
    리포트 | 4페이지 | 3,000원 | 등록일 2008.04.15
  • bcd to excess-3 코드의 spartan-3 보드 구현결과(VHDL)
    cablesPost Lab1. Specify the simulation results (for assignments 1 and 2) obtained in the class in ... 0111 입력 1000 입력 1001 입력 1010 입력 2. Specify the experimental results (for assignments 1 and 2 ... ) obtained in the class in detail. library IEEE; --ieee 라이브러리use IEEE.STD_LOGIC_1164
    리포트 | 19페이지 | 3,000원 | 등록일 2008.06.01
  • 진수 변화 프로그램 (c 프로그램) -> 2, 8, 10, 16진수를 각각 변환 (영어 리포트 - 영국대학)
    ..FILE:assignment 2-rha.hwpCONTENTS��Introduction (Problem Definition)・・・・・・・・・・.2��Algorithm ... Design (Data Structure)・・・・・・・・・・.3��Test Data・・・・・・・・・・.9��Source Code・・・・・・・・・・.11��Screen Dump using ... 'for-loop'.('j' is assigned to repetition times)During every repetition, multiply each value of 'num
    리포트 | 20페이지 | 6,000원 | 등록일 2009.02.21
  • Mobile WiMAX Protocol Layering
    onnections.Assign channel ID (CID).Can perform Payload Header Supperssion (PHS).1. CS는 크게 ATM CS와 Packet ... systemAMC(Adaptive Modulation and Coding)The signal processing and frame structuringare tailored for ... / QPSK / 16QAM / 64QAM 등 다양한 변복조 방식을 가변적으로 사용할 수 있는 AMC(Adaptive Modulation Coding) 방식을 적용하고 있고, 이 방식
    리포트 | 21페이지 | 1,000원 | 등록일 2011.02.14
  • [공학]FSM설계실험-예비보고서
    = w1|w2|w3;assign w8 = w4|w5|w6;D_FF D_FF1(B,w7,clk);D_FF D_FF2(A,w8,clk);endmodule[Source Code]④ 교통 ... ;wire w1,w2,w3,w4,w5,w6,w7;assign w1 = X&B&A;assign w2 = X&(~B)&A;assign w3 = X&B&(~A);assign w4 = (~X) ... &B&A;assign w5 = X&(~C)&(~A);assign w6 = w2|w3|w4;assign w7 = w3|w4|w5;D_FF D_FF1(C,w1,clk);D_FF D_FF
    리포트 | 4페이지 | 1,000원 | 등록일 2006.12.07
  • c언어를 이용한 학생 주소록 관리 프로그램
    ........................................ 06(2) Source Code & 설명 ... ......................................... 35(2) Source Code & 설명 ............................................. 435 ... . System II의 수정 내역서 ..................... 531. 과제 내용Assignment #1(2008/03/04)Ⅰ. C Language를 이용하여 아래의 요구
    리포트 | 55페이지 | 5,000원 | 등록일 2010.10.11
  • 4x1 Verilog MUX 설계
    InvePIN_A16(LEDR0)(3)DE2-70 pin descriptionVerilog Code 분석module mx2(input d0,d1,s,output y);//모듈이름 및 ... 을 nand연산하여 y에 값을 넣음.endmodule//모듈 끝module iv(output y,input a);//모듈이름 및 포트선언assign y=~a;// 입력 a를 not 연산 ... 한 값을 y에 넣음endmodule//모듈 끝module nd2(output y,input a,b);//모듈이름 및 포트선언assign y=~(a&b);// 입력 a,b를 nand연산
    리포트 | 9페이지 | 1,500원 | 등록일 2010.12.21
  • 샐러리(salary) 프로그램 (c++) - 초과시간, 부양가족에 따른 봉급계산
    �� Source Code// This is for assignment 1 of U08003 Structured Programming#include using namespace std;c ... ..FILE:assignment 1-rha.hwpCONTENTS�� Problem Definition ・・・・・・・・・・・. 2�� Algorithm Design ... ・・・・・・・・・・・. 3�� 5 sets of Test Data ・・・・・・・・・・・. 4�� Source Code ・・・・・・・・・・・. 5�� Screen Dump using Test
    리포트 | 7페이지 | 3,500원 | 등록일 2008.10.14
  • ADDER COMPARATOR
    ModeAT17010에 프로그램을 넣은 후에 Spartan에 Download하는 방식Assignment 1▶ Program Code1-1 Eight_bit _adder
    리포트 | 21페이지 | 1,000원 | 등록일 2010.03.26
  • 행맨 프로그램 (hangman c++[array사용]) - 모듈화를 통한 데이터베이스 구축, 파일 입출력가능(35pages)
    ..FILE:assignment 1-rha.hwpCONTENTS��Introduction (Problem Definition)・・・・・・・・・・.2��Algorithm ... Design・・・・・・・・・・.3��Data Structure (Test Data)・・・・・・・・・・.14��Source Code・・・・・・・・・・.15��Screen Dump using ... )Argument 7 : Max (integer number, by the reference)The variable Max is assigned to the number 3 which
    리포트 | 35페이지 | 6,000원 | 등록일 2008.10.14
  • PostLab> Usage of xilinxISE on Spartan-3 설계실험 자일링스 및 스파르탄 사용법
    on”VHDL 코딩 후 Program을 Spartan board에서 실행해 보니 예측한 결과값과 일치함을 확인했다. Assign Pin 할당 변경 후 Decoder Input ... Switch 변화에 따른 Output LED 변화< Assign Pin 을 역순으로 할당 시켜줌 >우리 1조가 이렇게 실험을 진행한 이유는 Assign pin 지정을 내 마음대로 바꾸 ... 어서 원하는 LED를 켤수 있는가가 궁금해서였다. 이렇게 자신의 마음대로 Assign pin 할당을 지정해 준다면 더많은 LED가 있는 Board 판에서 LED를 이용한 여러 가지
    리포트 | 12페이지 | 2,000원 | 등록일 2009.01.02
  • 연세대학교 공학수치해석(Numerical Analysis) 5주차숙제-(Thomas 알고리즘)
    5th Assignment■ Problem 11.3 of the text book.▶ OS - Windows XP language, compiler - Microsoft ... Visual C++▶ Code List (Prt Sc.)(모니터가 작아 Print Screen 과정에서 분할로 되었습니다.)▶ Output▶ 간단한 과정 설명목표 : Thomas 알고리즘
    리포트 | 4페이지 | 1,000원 | 등록일 2009.06.26
  • 모자, 자켓, 허리 사이즈 구하기 (c++) - 몸무게, 키, 나이에 따른 값 구하기
    ..FILE:assignment 2b-rha.hwpCONTENTS�� 5 sets of Test Data ・・・・・・・・・・・. 2�� Source Code ... .0669185497.7844.4533.4669185507.7844.5733.56�� Source Code// This program is to ask for the customer
    리포트 | 6페이지 | 4,000원 | 등록일 2008.10.14
  • 체스(chess) 프로그램 (c) - 체스피스와 이동경로를 표시하는 프로그램
    ..FILE:assignment 1-rha.hwpCONTENTS��Introduction (Problem Definition)・・・・・・・・・・.2��Algorithm ... Design (Data Structure)・・・・・・・・・・.3��Test Data・・・・・・・・・・.12��Source Code・・・・・・・・・・.16��Screen Dump using ... '.('i' is assigned to repetition times)Call the row_line function to draw the one row line for the chess
    리포트 | 30페이지 | 5,000원 | 등록일 2008.10.14
  • 위성통신
    증폭기),통신제어기 등으로 구성된다.3. 통신방식에 의한 분류가. 계통도음성DATA영상Coding(변,복조)Coding(변,복조)Coding(변,복조)Coding(변,복조 ... (Pre Assignment Multiple Access) - 사전할당。channel을 사전에 할당하여 고정적으로 사용하는 방식으로, KBS위성방송과 같이 1년 365일, 24시간 방송 ... Assignment) - 요구할당。 통신요구가 발생할 때 마다 회션을 할당하는 방식을 말한다.。 많고 작은 묶음회선 Access시에 적합하다.라· RA (Random
    리포트 | 6페이지 | 2,000원 | 등록일 2007.07.07
  • tecsol Syllabus Assignment(어린이테솔)4-6세
    CODE TEC-P4PSLSyllabus Assignment for 4 - 6 year oldsPrepare an 8 lesson syllabusWrite your vocab
    리포트 | 4페이지 | 1,500원 | 등록일 2011.03.20
  • tecsol Syllabus Assignment(어린이테솔)7-9세
    CODE TEC-P4PSLSyllabus Assignment for 7 - 9 year oldsPrepare an 8 lesson syllabusWrite your vocab
    리포트 | 4페이지 | 1,500원 | 등록일 2011.03.20
  • Quartus 툴을 이용하여 verilog로 가감산기.간단한 ALU 구현하기
    ), HDL등이 있다.Ex> assign C=A & B;☞ Structural Structure : System의 기술방법으로 input 과 ouput 사이의 관계를 하나의 연산자 ... or two sentence plain English description of how it is done).Code Additions and Modifications ... (Hardware Part)First Project Source Code/* ---------------------------------------------------------
    리포트 | 18페이지 | 9,000원 | 등록일 2007.12.09
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 08월 16일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:52 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감