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

"Array and function" 검색결과 221-240 / 294건

  • [자료구조] [샤니]3장 연습문제 풀이
    array};(b) What should the initial values of first and last be?sol)fisrt와 last의 초기값은 다음과 같이 생성자에서 0 ... array이다.}templatebool LinearList::Find(int k, T& x) const{if (k < 1 || k > Length()) return false ... MaxSize is the size of the array in which the elements are stored. Rather than storing the list size
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 1,500원 | 등록일 2005.08.03
  • [프로그래밍] 더블 스택(Double Stack)을 이용한 공학용 계산기 (ANSI C)
    array_calculator[ARRAY_N]={AR_NUL}; //배열개산 공간 할당//수학함수들을 인자구분으로 문자열 생성char *function1[] = {"asin ... #include #include #include #include #define N 100#define AR_NUL -999.1023#define ARRAY_N 100//계산 완료 ... //주석double byunsu[26]={AR_NUL}; //단일변수 공간 할당double array[26][ARRAY_N]={AR_NUL}; //배열변수 공간 할당double
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,000원 | 등록일 2004.04.06
  • [유전학] Functional Genomics에 대하여
    Functional Genomics에 대하여[ 차례 ]서론Functional genomics란?GenomeGenomicsStructural genomicsFucntional ... 와 Proteomics의 차이점Proteomics의 목표Proteomics의 특성결론Functional Genomics로의 접근 방향국내 Bioinformatics의 현황과 대책 ... Functional Genomics에 대한 앞으로의 나의 생각 및 태도.참고문헌1. 서론2000년 5월 경, 드디어 인간의 genome 지도가 완성 되었고 현재 40종 정도
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2005.03.22 | 수정일 2019.09.30
  • 단백질 칩
    Array and Array and Microfluidic Microfluidic Systems, 김용권, 서울대 전기컴퓨터공학부, 2001. 8⑥ http:// www.ifm ... , Proteome은 세포가 처해있는 환경에 따라 세포의 실제적인 기능을 표현해 준다. 이러한 이유로 급속한 속도로 밝혀지고 있는 미지의 유전자들의 기능을 밝혀내고자 하는 Functional ... 시간 이상 담가놓았을 때 가장 좋은 self-assembled monlayer층을 보인다.- Terminated functional groups-CH3-OH-(C=O)OCH3-O
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2007.05.01
  • scrambler
    and Sequence array.If you excute this program, this program will show you First 144 bitsafter sc ... data from "input.txt" file. =>GetMessage();Next, Generate Sequence array with the Seed "1011101 ... ".This process includes "Xor process".Last, Scrambler function generates scrambled data using DATA bits
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2004.09.17
  • [기계공학실험] labview 프로그래밍 실습
    Controls and Indicators? List and Ring Controls and Indicators? Array and Cluster Controls and Indicators ... tructures? Numeric functions? Boolean functions? String functions? Array functions? Cluster functions ... ? Comparison functions? Time and Dialog functions? File I/O functions? Communication VIs? Instrument I
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 2,000원 | 등록일 2005.03.18
  • AD컨버터(ATmega128)를 이용한 광량 라인트레이서
    _value>>8) & 0xffff); // 모터 주기 생성을 위해 16비트 데이터로 변환L_CLK=L_phase[phase][l_array];// 모터 상 호출l_array+ ... +;l_array &=0x07;if(l_mark_flag)l_mark_count++;// 마크 카운트 증가if(cross_flag){if(not_check_count!=0) // 교차 ... ){while(tuning_start){mode_switch();tuning_system();}while(!tuning_start && !run_flag){tuning();}while
    Non-Ai HUMAN
    | 리포트 | 37페이지 | 2,500원 | 등록일 2006.12.10
  • 플립 칩 패키징
    화(multiple functions) 및 고속화 (high speed)를 들 수 있다. 전자 시스템이란 여러 가지 별개의 기술이 적절히 어우러져 단일 기능을 수행하는 장치를 의미하는 것 ... (pheripheral array)방식이 아닌 면정렬(area away)방식으로 솔더 범프를 형성하여 접합하므로 I/O(input/output) 형성의 수적 제약이 적어진다는 장점 ... ~수십 GHz 사용주파수를 갖는 RF 통신소자가 상용화하면서 phased-array 안테나 시스템, 충돌방지 시스템 등의 송수신(Rx/Tx) 모듈부분에 와이어 본딩 대신에 플립 칩
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 2,500원 | 등록일 2008.11.06
  • [자료구조론] [샤니][자료구조]7,8,9장 연습문제 풀이
    all functions and test the code using suitable test data.sol)SortedList 클래스 정의 부분templateclass ... representation. Provide the same member functions as provided in the class SortedChain. Write code for ... (const K& k, E& e) const;SortedList& Delete(const K& k, E& e);SortedList& Insert(const E& e
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 1,000원 | 등록일 2005.08.03 | 수정일 2019.09.06
  • [MEMS]DNA based nanotechnology
    promote self-array nano particles and even the DNA cemented nano structure by its programmable self ... -assembly property [23~31]. The controllable and predictable property of DNA is highly remarked through all ... -related nano mechanics, such as DNA structural devices, DNA-assembled nano particles, and carbon
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 6,000원 | 등록일 2006.06.11
  • Flowcytometry(유세포분석기)의 임상적 응용
    identify and to quantify disease-related gene sequences. Here we give an overview of current and future ... clinical applications. this article demonstrates flow cytometry as a rapid, sensitive, and ... 항체를 이용하여 염색하고 형광염료는 이 단 클론 항체에 직접 붙이는 직접법 혹은 이차 항체에 붙여서 간접법으로 염색된다.* Leukemia and lymphoma
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,500원 | 등록일 2008.03.29
  • 로미오와 줄리엣에 나타나는 모순 어법의 특성
    ; and, as the custom is,In all her best array bear her to church:65-6. Confusion's cure ... confusions ... . Heaven and yourselfHad part in this fair maid; now heaven hath all,And all the better is it for the ... you sought was her promotion;For 'twas your heaven she should be advanced:And weep ye now, seeing s
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2007.10.21
  • [JAVA과제] 대표적은 언어들의 특성 및 소스 코드의 예제 / 알고리즘의 이해와 플로우차트로의 표현
    종류에서는 실행되지 않음 - 소스코드 예 ▪ 세 수를 더하는 프로그램 예제TITLE Add and Subtract (AddSub.asm) ; This program adds and ... 은 언어 - 소스코드 예 ▪ 글자 출력하기 간단한 포트란 예제BEGIN FILE F (KIND=REMOTE); EBCDIC ARRAY E [0:11]; REPLACE E BY ... - 소스코드 예 ▪ 예제프로그램(일부)package PASSWORD is type VALUE is limited private; function IS_VALID(CODE:in VALUE
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2008.07.09
  • VHDL The Usage of Xilinx ISE on Spartan-3(자일링스 초기 사용법 입니다.)
    ) Theory HYPERLINK \l "실험방법" 2. 실 험 방 법 (Meterials & Methods) HYPERLINK \l "실험도구" 1) 실 험 도 구 HYPERLINK \l ... 된 코드의 기능적인(functional) 관점을 시뮬레이션하기 위한 Synthesis와 실제 시간적인(timing) 관점 시뮬레이션 및 구현을 위한 Implementation 과정 ... 다.(3) Spartan-3 Board발전배경19년 전 Xilinx는 FPGA(Field Programmable Gate Array)를 최초로 출시하였다. FPGA의 개념은 단순
    Non-Ai HUMAN
    | 리포트 | 19페이지 | 2,000원 | 등록일 2008.09.28
  • CRC(cyclic redundancy check) 기본 설명 및 C 를 이용한 소스 구현
    다.function crc(bit array bitString[1..len], int polynomial) {shiftRegister := initial value // 보통 ... hash functions 로 교체된다.* CRC-128 (IEEE)* CRC-256 (IEEE)from http://en.wikipedia.org/wiki/Cyclic ... -----------------------------------------------//// DATA COMMUNICATIONS AND NETWORKING //// CRC
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 5,000원 | 등록일 2007.06.01
  • Velilog이용해서 ALU설계.(쿼터스툴에서)
    ALU functions (and, or, xor, inv) added.Modified the Flag register as …Updated by:(2007.xx.xx ... Your Name & Student ID김 순 준 , 2003709083OverviewProject Description이번 프로젝트는 다양한 종류의 디지털 시스템 설계를 위해 사용 ... .Quartus II 설계 툴의 개념 및 사용 방법의 이해간단한 ALU (Arithmetic and Logic Unit)의 설계를 예제로 Verilog를 이용한 설계 방법에 대한 이해 및
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 1,500원 | 등록일 2008.04.09
  • [프로그램] dup system call을 사용하여 redirection의 구현, 및 cat명령어 구현
    delimiter is the " " & "\t".* you must know strtok function(type man strtok, in the shell ... Copy(int argc, char *argv[]){int i=0,j=0; // array indexint i_value[2],o_value[2]; // this array will s ... tore offset valuechar *buf[2]; // this pointer array will store file nameint fd_to, fd_from; // read
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 9,000원 | 등록일 2004.07.09
  • matlab 강의자료
    은 Cleve Moler에 의해서 FORTRAN으로 작성되었으나, 현재는 미국의 Mathworks사에 의해서 C++로 작성되었습니다. 기본 테이터 요소는 차원에 제한이 없는 Array ... elements of X are NaN's and 0's where they are not. For example ISNAN([pi NaN Inf -Inf]) is [0 1 0 0 ... result=4 가 출력된다.Control statement(8)Example1 function [avg,med]=newstats(in) %NEWSTATS 서브함수를 이용해 평균
    Non-Ai HUMAN
    | 리포트 | 31페이지 | 9,000원 | 등록일 2007.06.07 | 수정일 2022.11.10
  • 판매자 표지 자료 표지
    멀티미디어에 대하여..(자세히)
    자료구조배열(array, vector)동일형 자료 집합레코드, 구조체서로다른 자료집합(계층성)파일추상적자료구조클래스, 객체프로그램과 자료 집합미디어별 분류텍스트숫자, 문자 파일멀티 ... Cybernetics사- 이미지획득, 개선, 분석- 400 여개의 imaging function- 이미지획득 : 외부장치로부터의 파일획득- 이미지 관리 : 다양한 파일 포맷 지원(tiff ... 에 변환- 이미지연상 : AND, OR, NAND, NOT, ADD, SUBTRACT, DIFF 등- 측정 : 자동측정, 수동측정, 히스토그램 분석라인수 등- 매크로 : 표준화된 일련
    Non-Ai HUMAN
    | 리포트 | 44페이지 | 1,500원 | 등록일 2009.04.16
  • [dsp 신호 처리] An Approach for Quick Development of High-Performance
    Communications array signal processing Lab.An Approach for Quick Development of High-Performance ... 로 복잡성을 유발1. IntroductionCommunications array signal processing Lab.(2) 최적화된 멀티 채널, 멀티 알고리즘 응용 개발 ... 메모리 안에 고정되어 있지 않다.Communications array signal processing Lab.멀티알고리즘 통신 응용에 관한 두가지 방법 1. 최상의 기능을 가진 특정
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2003.11.28
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 25일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
1:57 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감