• LF몰 이벤트
  • 파일시티 이벤트
  • 유니스터디 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(376)
  • 리포트(345)
  • 시험자료(22)
  • 자기소개서(6)
  • 방송통신대(2)
  • 논문(1)

"Binary Number" 검색결과 121-140 / 376건

  • 컴퓨터 구조 및 디지털 논리
    대부분의 디지털 시스템의 신호가 2진수(binary number)로 되어 있는데 이에 대한 여러 가지 진수 시스템과 진수 변환에 대해 설명을 하였다. 4.2.1-3절에서는 10진수를
    리포트 | 23페이지 | 2,000원 | 등록일 2017.12.31
  • 알고리즘 활용사례
    Serach)순차적으로 비교하면서 검색하는 알고리즘으로 선형 검색 방법입니다.구현은 쉽지만 성능이 나쁩니다.수행 속도는 O(N)이진 검색(Binary Search)제어 검색 방법으로 ... 부름오버플로우(Overflow): 충돌이 발생하였고 버켓이 꽉 차 저장할 기억 공간이 없을 때-해시 함수의 종류제산법: H(key) = Key % Prime No, 키를 소수(Prime Number
    리포트 | 14페이지 | 1,000원 | 등록일 2018.04.05
  • Combination Logic Circuit Design
    In easy method, Thc combination of binary can create a number with connecting four switches. ... It's number is 7,1,2,6. ... This can change the value 0 over 9 into the binary. It is called BCD switch too.
    리포트 | 5페이지 | 1,500원 | 등록일 2012.11.27
  • [C언어] 파일 입출력 함수정리
    .- "b" is added to open a binary file- (ex: "rb+" to open binary file for both read & write)- 주: update ... with error indicatorset.int fscanf( )FILE *fpconst char *string......if input stream is empty, EOFelse number
    리포트 | 2페이지 | 1,000원 | 등록일 2014.01.10
  • 최대값최소값
    declaretype numarray is table of number(5) index by binary_integer;num numarray;nummax number(5);imax ... integer;nummin number(5);imin integer;beginfor i IN 1..100 loopnum(i) := dbms_random.value(1,100);dbms_output.put_line
    리포트 | 1,000원 | 등록일 2012.05.23
  • AWGN 채널에서의 BPSK/QPSK 변조기법의 BER 분석 (매틀랩 분석)
    ---siglen = 1000; % Number of bits in each trialM = 2; % BPSK is binary. ... These encoders can be placed before for binary data source, but have been placed after to illustrate ... modem.dpskdemod(hMod); % Create a PSK% demodulator using the modulator objectsnr = EbNo; % Because of binary
    리포트 | 33페이지 | 2,500원 | 등록일 2012.06.05
  • 통신실험 프로젝트 PPT
    PCM use binary number 0 or 1. ... I t can also reduce the number of bit for encoding. ... It means you can transmit more information using same number of bits.
    리포트 | 20페이지 | 2,500원 | 등록일 2013.12.19
  • 통신실험 예비11
    - It`s little difficult to build a circuit which produces random binary signals. but, periodic sequences ... The number of 1`s per sequence is exactly one more that the number of 0`s- The statistical distribution ... - the power of a unipolar binary signal is the same as the power of a unipolar square wave of the same
    리포트 | 2페이지 | 2,000원 | 등록일 2012.01.18
  • 공학영어
    an analog communication system should deliver this waveforanswers are possible, because the set of numbers ... an "internet" being a connected set of networks.이것은 네트워크의 연결된 상태로 된 인터넷의 첫 번째 정의 중 하나를 야기한다.1984 : Number ... 추가되고 있는 중이다.1985 : The first registered domain is Symbolics.com .첫 번째 등록한 도메인은 Symbolics.com이다.1987 : Number
    리포트 | 10페이지 | 1,500원 | 등록일 2013.03.30
  • 소팅
    declaretype numarray is table of number(5) index by binary_integer;num numarray;nummax number(5);temp ... number(5);imax integer;beginfor i IN 1..100 loopnum(i) := dbms_random.value(1,100);dbms_output.put_line
    리포트 | 1,000원 | 등록일 2012.05.23
  • 8051 microcontroller를 이용한 7-segment stop watch구현
    (B) LEDDuring stopwatch operates, 8 LED modules present the number of 7 segment LED as binary number. ... For example, if number of 7 segment is 37.2, 8 LED modules should be 0011 0111. ... In other words, the position of a decimal point shifts right and the number of 1/100 second disappears
    리포트 | 9페이지 | 8,000원 | 등록일 2009.12.23
  • 실험1
    file로부터 각각 number, string, character에 해당하는 data를 읽어들여 저장. ... 구현한다.② Describe how do you solve the problem.- 각각 number, string, character를 담을 수 있는 변수들과 파일의 포인터를 선언 ... 한 뒤, 문장의 길이를 나타내는 변수를 선언하고, 그 문장의 길이만큼 읽으면서, number, string, character를 각각 해당하는 변수에 기록하고 text file에
    리포트 | 7페이지 | 1,000원 | 등록일 2011.11.19
  • ppt4
    shifts the number one place to the right. division by any power of two 2 k may be performed by right-shifting ... What is the effect of right bitshift and left bitshift of binary expression? ... How many states are possible (i.e., possible different values) if 4-bit binary digits are used?
    리포트 | 2페이지 | 1,000원 | 등록일 2012.01.26
  • 디지털 회로 설계 프로젝트 vending machine (자판기)
    number를 할당하면 000부터 110까지를 쓴다. ... number system에서는 간단히 2's compliment number를 이용해 뺀 것과 같은 값을 출력할 수 있음을 이용해, 각각의 음료수 input 400원, 500원, ... display될 때 그렇게 더해진 값이 출력되지만, 음료수를 선택했을 때는 선택하는 순간 넣은 돈에서 음료수의 가격만큼 값이 낮아져야한다. subtraction 회로를 쓰는 대신 binary
    리포트 | 7페이지 | 2,000원 | 등록일 2013.01.02 | 수정일 2021.01.31
  • 결과보고서(5bit Integer Divider by 3 and the A through J)
    number by 3 to produce a 4-bit binary quotient and 2-bit remainder. ... Need goods ▪ Review and reflection ▪ Design Schedule- KWANGWOON UNIVERSITYDesign ObjectDivide a 5-bit binary ... Displays the quotient using the letters A through J instead of numbers 1 through 10.- KWANGWOON UNIVERSITYFlow
    리포트 | 29페이지 | 3,000원 | 등록일 2012.11.01
  • [자료구조론] - C언어 Tree,
    Course Title (과목명)(reserved for prof or TA)HW Number (HW 번호)Submit Date (제출일)Grade (학년)ID (학번)Name (이름 ... leftChild, rightChild;};int tree[MAX_NODE];// tree in arraytreePointer root;// tree in linkedintn;// number ... 먼저, tree.txt안의 내용을 출력을 하고, tree에 binary search tree에 맞게 inorder와 postorder로 display하였다. 13과 12를 search할
    리포트 | 9페이지 | 1,000원 | 등록일 2014.05.06
  • 아주대 논회실 실험1 결과보고서
    컴퓨터의 binary number와 많이 닮은 것 같다.또한 실험 도중에는 조심해야 할 것들이 몇몇 있었는데, 위에서 기술 하였듯이,1) data sheet 특히 핀넘버 확인. 2) ... number로 표현했기 때문에 나타나는 특징들이 논리적 연산을 하는데 도움을 주기 때문이다.또 드모르간 법칙이 잘 성립되는 것도 알 수 있었다. ... }=Z(XNOR) 이 게이트들의 표현법들이 불 대수로 표현한 것들이다, 불대수가 중요한 점은 덧셈과 곱셈에서의 특징처럼 교환법칙과 분배법칙 결합법칙 등이 때에 따라 성립하는 것과 binary
    리포트 | 4페이지 | 1,500원 | 등록일 2014.03.10 | 수정일 2014.03.21
  • [Matlab]디지털 통신 ramdom binary data를 이용한 eye diagram
    data period;no_binary = length(bit_sequence); % Number of bitsno_sample = no_binary * Tb/Ts; % Number ... (bit_sequence);for k = 1:no_binary % Binary to bipolar conversionb_seq(k,1) = bit_sequence(k) * (-1)^ ... = channel_filter(x,gain,noise_power,f_cutoff,fs)Ts = 1/fs; % Sampling periodn_sample = length(x); % Number
    리포트 | 11페이지 | 1,500원 | 등록일 2011.11.28
  • 설계제안서(5bit Integer Divider by 3 and the A through J)
    number by 3 to produce a 4-bit binary quotient and 2-bit remainder. ... Design 5bit Integer Divider by 3 ▪ Deisgn A through J ▪ PSPICE simulationDesign ObjectDivide a 5-bit binary ... Ic chips to take full advantage to reduce the number of chips.
    리포트 | 20페이지 | 2,000원 | 등록일 2012.11.01
  • [컴기설2 보고서] Shifter & Counter
    encoding : binary number system으로 encoding한다.- One-hot encoding : 하나의 state를 표현하는데 하나의 flipflop을 사용한다.Coding ... finite state diagram- Define states / Define inputs / Define outputs / Draw the diagramEncoding states- Binary
    리포트 | 18페이지 | 1,500원 | 등록일 2015.03.17
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 04일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:03 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대