• 전문가 요청 쿠폰 이벤트
  • 통합검색(294)
  • 리포트(272)
  • 시험자료(15)
  • 자기소개서(5)
  • 논문(1)
  • 서식(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Array and function" 검색결과 81-100 / 294건

  • 판매자 표지 자료 표지
    전자전기컴퓨터설계실험2(전전설2)8주차결과
    PostReport주 제: Lab#08 Application_Design_Ⅰ@ 7-segment and Piezo_Control지도교수 : 신 창 환 교수님실험조교 : 이 영 택 ... 의 같은 주파수에서 다음과 같은 음을 발생시킨다.Ⅱ. 방법 (Materials & Methods)1. Materials가. Xilinx프로그램을 만든 자일링스라는 회사는 PGA ... (Programmable Gate ArrayPLD(Programmable Logic Array)를 생산하는 반도체회사이다. xlinx라는 프로그램은 EDA소프트웨어로 게이트 어레이
    Non-Ai HUMAN
    | 리포트 | 24페이지 | 1,500원 | 등록일 2016.01.14 | 수정일 2017.02.10
  • 전전컴실험Ⅱ 06반 제10주 Lab#08 [7-segment, Piezo] 결과 보고서
    하게 작동하도록 만들었다. 0.5Hz로 분주했기 때문에 2초마다 FND 숫자가 바뀌는 것을 확인 할 수 있었다. 두 번째 실험인 piezo & FND ARRAY 실험은 성공하지 못했 ... 마다 동작하게 만들 수 있다. piezo & FND ARRAY를 이해하고 CODE로 작성 할 수 있다.나. Essential Backgrounds (Required theory) for ... 다. Hypothesis(Expected results) of this Lab & Basis of the assumption ‥‥ 22. Materials & Methods (실험 장비 및
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 1,500원 | 등록일 2013.09.09 | 수정일 2013.09.15
  • visual studio로 binary search tree 만들기(display, search, insert, delete 기능포함)
    node, return NULL. */if (!root) return NULL;if (key == root->data) return &(root->data);if (key ... (treePointer tree, int k){while(tree){if(k==tree->data) return &(tree->data);if(kdata)tree=tree->leftChild ... *node, int k){if (*node) {if (k < (*node)->data) {deleteNode(&(*node)->leftChild, k);} else if (k
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,500원 | 등록일 2014.02.03
  • Data Structures HW5
    minimum value node over nodes. And heap is almost shape of array. So we can use this usefully. So in ... functionThis function implement the insertion sort. The for function in this function starts S[1] and c ... process, we can get the sorted order. And print function can show you the result.-Heapsort functionHeap s
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 2,000원 | 등록일 2012.12.01
  • 아주대 통합설계프로젝트1 전파테크(이해영교수님) 예비5 passive component design, Microstrip line
    determination of operation performance and function of circuit. So designer have to determine shape and ... mall, then impedance is large.There are functional and perfomance merit of microstrip. First, it is ... .However, there are functional and perfomance weakness of microstrip as well. First, it can not control
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2014.10.05
  • 01 논리회로설계실험 예비보고서(And,or gate)
    논리회로설계 실험 예비보고서 #1실험 1. 기본게이트 설계1. 실험 목표VHDL을 이용하여 AND gate와 OR gate를 설계한다.각 게이트를 설계 할 때, 동작적 모델링 ... 에 내장된 소자- FPGA(field programmable gate array)산업 현장에서 엔지니어가 직접 디바이스를 프로그래밍하여 설계한 회로를 반도체 칩 상에 구현할 수 있 ... Description보다 한 단계 낮은 Level이며, Boolean Function, RTL, 또는 연산자를 표현한다.- 구조적 모델링primitive gate나 기존에 설계된 모듈
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 3,000원 | 등록일 2014.09.27 | 수정일 2021.04.15
  • Data Structures HW6
    heapsorting function which I made it in homework 5. The graph consists of a set of vertices and a s ... my homework 5. The heapsorting function is consisted of percolate down function and swap function ... . The swap function can change their position of inputs. And the percolate down function can make the
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,000원 | 등록일 2012.12.01
  • 판매자 표지 자료 표지
    전자전기컴퓨터설계실험2(전전설2)3주차예비
    );and (c2, s1, cin);xor (cout, c2, c1);endmodule구현 회로코딩Functional simulationa=0 b=0 cin=0 sum=0 cout=0a ... ;assign sum = a + b + cin;assign cout = a[3] & b[3];endmodule구현 회로코딩Functional simulation0(00000)+0 ... . Verilog HDL의 연산자Ⅱ. 방법 (Materials & Methods)1. Materials가. Xilinx프로그램을 만든 자일링스라는 회사는 PGA(Programmable Gate
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2016.01.14 | 수정일 2017.02.10
  • 아주대 전자회로실험 설계 결과보고서 2. C측정회로
    , and in accepting a personal obligation to our profession, its members and the communities we serve ... , do hereby commit ourselves to the highest ethical and professional conduct and agree:1. to accept ... responsibility in making decisions consistent with the safety, health and welfare of the public, and
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 2,000원 | 등록일 2015.10.06 | 수정일 2015.10.31
  • 전전컴설계실험1-6주차예비
    의 운동 에너지 값 (질량 = 1g)Array & Plotting (별다른 사항이 없을 경우 0≤≤2sec구간에서 1,000/로 하시오)1=sin21, 1=4의 파형을 하시오2=s ... -MATLAB의 소스코드 작성법과 실행법을 숙지하여 회로에 대한 이해와 해석을 연습한다.3.Supposed Date and Results of this LabPreLab1. Array ... ,2,3), plot(t,X), subplot(2,2,4),plot(t,Ek)(2)실행결과PreLab4Array & Plotting (별다른 사항이 없을 경우 0≤≤2sec구간
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2014.03.28 | 수정일 2014.04.15
  • php 채팅소스
    <비밀번호>는 채팅방을 잠글때만  현재 열려있는 채팅방 1 || $time - $ftime < $dellinterval) {$och[$i] = array ... ="?id=&down=1&file=" + doc;}else imgview("?id=&file=" + doc);}}function imgview(src) {var img = document;}} ... ..FILE:chat/index.php $new) {for($i =$new + 1;$i 1 && vew[1]){aline = vew[1].split("\x18");if
    Non-Ai HUMAN
    | 리포트 | 무료 | 등록일 2014.03.09
  • 논리회로실험 2014 Memory
    선언되어있는 함수를 이용하여 데이터 변환을 실행할 것이다. 따라서 data conversion function이 존재하는 std_logic_arith_package와 std ... . Sources & Results1) VHDL sourceRAMlibrary IEEE;use IEEE.STD_LOGIC_1164.ALL;use IEEE.STD_LOGIC_arith.ALL; - ... of ram istype ram_type is array( 15 downto 0 ) of std_logic_vector( 3 downto 0);-- 사용자 지정 데이터 타입 설정
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 1,000원 | 등록일 2014.11.05
  • 서강대학교 마이크로프로세서응용실험 7주차결과
    을 갖는 소자들이 array 형태로 배열되어 있을 때 이를 multiplexing을 통해 access하는 방법에 대해 이해하고 프로그램을 통해 구현한다.(dot matrix ... function I/O)한 프로세서에 있는 pin들은 동일한 기능을 수행하지만, 사용목적에 따라서 pin의 역할이 바뀔 수 있다. 이를 AFIO라고 한다. 예를 들면 PC4는 ADC12_IN ... -UpGPIOE->ODR = DIPSW_CS;GPIOC->ODR &= ~(1> 2);GPIOC->ODR |= (1CRH = 0x00000033;GPIOD->ODR = (sdata
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 2,000원 | 등록일 2014.01.02
  • 서강대학교 마이크로프로세서응용실험 텀프로젝트
    다.● part3- Timers and Counters의 구조 및 동작 : 임베디드 시스템에서 Timer의 하드웨어 적인 구조는 그림1과 같이 Counter과 동일하다. 주로 일정한 주파 ... 를 의미한다.이번 실험에서는 16bit counter와 auto-reload 레지스터로 구성된 timer를 사용한다. 이는 그림 1과 같이 up/down/up&down counting ... 18,0x30},{0x00,0x10,0x18,0x08},{0x00,0x00,0x18,0x30}}// s block};/* Define variables */u8 main_array
    Non-Ai HUMAN
    | 리포트 | 36페이지 | 4,000원 | 등록일 2014.01.02
  • Microfabricated Wedge-Shaped Adhesive Array Using Biodegradable and Biocompatible Polymers
    A Reversible Wet/Dry Adhesive and Microfabricated Wedge-Shaped Adhesive Array Inspired by Geckos ... under water for uncoated (hereafter ‘gecko’) and p(DMA-co-MEA) coated (‘geckel’) pillar arrays (Fig ... Using Biodegradable and Biocompatible PolymersNAMEDepartment of XXXIntroductionGecko adhesion has
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 2,000원 | 등록일 2014.03.25
  • 판매자 표지 자료 표지
    전자전기컴퓨터설계실험2(전전설2)8주차예비
    PreliminaryReport주 제: Lab#08 Application_Design_Ⅰ@ 7-segment and Piezo_Control지도교수 : 신 창 환 교수님실험조교 ... (Materials & Methods)1. Materials가. Xilinx프로그램을 만든 자일링스라는 회사는 PGA(Programmable Gate ArrayPLD(Programmable ... Logic Array)를 생산하는 반도체회사이다. xlinx라는 프로그램은 EDA소프트웨어로 게이트 어레이나 디지털 신호 처리기 등등을 시뮬레이션 가능하게 한 프로그램이다.나
    Non-Ai HUMAN
    | 리포트 | 26페이지 | 1,500원 | 등록일 2016.01.14 | 수정일 2017.02.10
  • 카이스트 Bioengineering Laboratory 1 lab6_final [Microarray data analysis]
    . DEG(Differentially Expressed Gene)Micro array에는 몇몇 sample(normal, disease)들에서의 다양한 gene의 발현 정도가 기록 ... ***********************************************************************************************/class DecisionTree{private:void drawGraph(Node* n, string pre); // private function for ... (*it2)->second;FS=FS||dise;TS=TS&&dise;}if(FS==false){n->cls.clsResult=2;return;}else if(TS==true){n->c
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 3,000원 | 등록일 2015.01.04
  • 멀티미디어처리설계(chapter4)
    two filters for M = N = 600, D0 = 50, W = 8, and n = 1. Don't forget to use function fftshift to ... REPORT제 목 :Chapter4. Frequency Domain Processing과 목 명 : 멀티미디어 처리설계(Project1) Bandreject and ... Bandpass FilteringIn the book we discuss lowpass and highpass filtering in detail. Although used less often
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2014.12.06
  • 판매자 표지 자료 표지
    전자전기컴퓨터설계실험2(전전설2)7주차예비
    PreliminaryReport주 제: Lab#07 Sequential_Logic_Design_Ⅱ@ Flip-Flop, Register and SIPO지도교수 : 신 창 환 교 ... 라 input에 의해 state도 변경되고 output도 얻을 수 있다. 즉, 현재상태와 input에 의해 output과 state가 결정되는 회로이다.Ⅱ. 방법 (Materials ... Array)를 생산하는 반도체회사이다. xlinx라는 프로그램은 EDA소프트웨어로 게이트 어레이나 디지털 신호 처리기 등등을 시뮬레이션 가능하게 한 프로그램이다.나. HBE
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 1,500원 | 등록일 2016.01.14 | 수정일 2017.02.10
  • 판매자 표지 자료 표지
    전자전기컴퓨터설계실험2(전전설2)7주차결과
    PostReport주 제: Lab#07 Sequential_Logic_Design_Ⅱ@ Flip-Flop, Register and SIPO지도교수 : 신 창 환 교수님실험조교 ... state도 변경되고 output도 얻을 수 있다. 즉, 현재상태와 input에 의해 output과 state가 결정되는 회로이다.Ⅱ. 방법 (Materials & Methods ... )1. Materials가. Xilinx프로그램을 만든 자일링스라는 회사는 PGA(Programmable Gate ArrayPLD(Programmable Logic Array
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2016.01.14 | 수정일 2017.02.10
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 24일 화요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:41 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감