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

"Array and function" 검색결과 21-40 / 294건

  • 판매자 표지 자료 표지
    컴퓨터활용능력 1급 정리본
    에는 Match 함수에서 Lookup_array 작성시 시작값을 블록설정하고 Match type은 1로 설정 (내림차순의 경우는 반대로 끝값 & -1 로 설정)-Match함수 ... ))-[배열수식]=계산함수((조건)*(계산범위))-배열수식은 첫셀이 아니라 블록설정-조건이 and 일때는 * 로 연결 / 조건이 or 일때는 + 로 연결-배열수식은 ctrl+s ... hift+enter-배열수식일 때는 MATCH 함수식 lookup_array에도 조건식을 입력-LOOKUP 함수와 MATCH 함수가 같이 있을 땐 MATCH 함수 먼저 계산-Select
    시험자료 | 9페이지 | 2,000원 | 등록일 2023.06.24
  • 판매자 표지 자료 표지
    분자세포생물학 chapter 16, 17, 18, 20 정리본
    functions=> how the dynamic instability of microtubules and the activity of microtubule-associated ... animal cells use to receive and interpret signalsSignaling mechanisms that operates in plantsGeneral ... reception and transduction : (cell signaling)Signaling cell – extracellular signal molecule -> detected by
    시험자료 | 134페이지 | 6,000원 | 등록일 2024.07.09
  • 판매자 표지 자료 표지
    수치해석을 AI로 해보자 (파이썬 예제코드 포함)
    를 예측하고, 전통적인 유한차분법(FDM) 결과와 비교한다.import tensorflow as tf# Check if GPU is available and set the ... # Collocation pointsNc = 10000 # Number of collocation points# Initialize an array for boundary condition data ... = DNN_builder(2, 1, 9, 20, "tanh")# Define functions for PINN@tf.functiondef u(x, y):return model
    리포트 | 11페이지 | 2,500원 | 등록일 2024.07.20 | 수정일 2024.07.21
  • 판매자 표지 자료 표지
    토익 900점, 토익스피킹 대비 [ 영어 문장,문법,단어 자료 ]
    견적estimation평가distributor유통업자function~기능을하다ex) The sofa functions as a bedavoid ~ingex) I want to ... : 매우 상세하게challenging economic times: 어려운 경제시기employ고용하다, 이용하다ex) employ an array of high ... basis? B의 유무를 확인하고자A를 점검하다? 규칙적으로ex) We need to check the computersin the library for viruses and
    Non-Ai HUMAN
    | 시험자료 | 16페이지 | 2,000원 | 등록일 2022.11.26 | 수정일 2022.12.02
  • 판매자 표지 자료 표지
    생체분자진단공학에 대한 기본 개념 정리입니다.
    Johann Miescher (1844 ~ 1985) : Purification of DNA (백혈구로부터 핵산을 추출)- 1953년 Watson and crick : DNA ... 고 ORF에서 얻은 gDNA를 증폭한후, PCR product는 ethanol precipitation을 통해 정제한다.- 이후 PCR product는 robotic arrayer ... 을 흡수하는 흡수패드가 조합된 스트립을 사용한다.6. Biosensor&Biosensing (특정 물질의 존재 여부를 감지, 확인할 수 있는 장치 또는 부품)- 물리화학적 반응
    시험자료 | 6페이지 | 3,000원 | 등록일 2023.06.28
  • 가톨릭대학교 의학분자진단학 중간고사 5~7주차 요약정리본
    유전체학(functional genomics) 연구O준비단계: sample RNA분리-> cDNA제작 -> (dsDNA => ssDNA)-> Hybridzation -> 형광감지 ... 개든 염색체 확인o)* NGS 와 array CGH => “태아 검사” : 염색체의 수적 변화 or 구조적 변화 검사- NGS : 주로 Whole Exome Sequencing ... (WES) 또는 Targeted sequencing을 이용해유전자 전체X 특정부위만O 검사- array CGH : 유전자 전체O 검사?Trisomy 21 : 21번 염색체 3개(중복
    Non-Ai HUMAN
    | 시험자료 | 23페이지 | 3,000원 | 등록일 2021.07.09
  • 부경대 프로그래밍 언어론 과제
    ;stud2:student;arr : array[0..5] of real;i:integer;function check_avg(m:real; e:real; s:real):real ... 형 배열을 선언하고자 하면 Pascal의 경우 arr : array[1..5] of integer, C언어의 경우 int arr[5]; 라고 선언한다.pascal의 경우 arr[0 ... 는 =이고 C언어의 대입연산자는 = , 관계 연산자는 == 이다.※ 나누기 & 나머지 :Pascal의 경우 나누기,나머지에 대해 /, div, mod 세가지 경우가 있고 C언어
    Non-Ai HUMAN
    | 리포트 | 19페이지 | 1,500원 | 등록일 2020.11.04 | 수정일 2020.11.23
  • 웹개발자 프론트 JavaScript(자바 스크립트) 기초 이론, 용어 정리 요약본
    이 functiodow 객체의 필드로 추가됨.var 변수명; -> 전역 변수(global)script 태그 바로 하위에 작성된 var 변수는 전역 변수이다.function 함수명(){변수명; ... 될 함수를 지정window.onload는 페이지 내에서 한 번만 작성할 수 있다. (문제점)window.onload = function(){}1. html 문서 로딩 *중* 코드 ... 값)object(객체)function(함수)undefined(정의되지 않은, 초기 값이 없는 변수)*** 중요배열을 초기화 할 때는 대괄호 [] 사용var hobby = ["영화
    Non-Ai HUMAN
    | 시험자료 | 7페이지 | 1,500원 | 등록일 2020.11.29 | 수정일 2021.04.11
  • 인터넷 활용 정리
    .prototype.getHak = function(p) {tot = this.a + this.b + this.c;if (tot>=140 && this.a>=60 && this.b>=30 ... 함수function Student(name, school, dept){this.name = name; this.school = school; this.dept = dept ... ;this.study = function() {if (this.dept == "컴퓨터 공학")document.write("Java Study" + "");else if (this.dept
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 1,500원 | 등록일 2019.08.05
  • 판매자 표지 자료 표지
    [system programming] 시스템프로그래밍 실습 과제_정수3개 입력 곱 출력, Factorial 함수를 실행 Function의 프로토타입선언 INVOKE 디렉티브사용 함수호출, esp스택포인터
    integers from the user,; stores them in an array, calculates the mul of the; array, and displays the mul ... 를 실행시켜 Function의 프로토타입을 선언한 후 INVOKE 디렉티브를 사용하여 함수를 호출한다.2. 문제 분석 및 풀이 방법a-1) 주어진 코드들을 살펴보고 함수별 기능 ... ; mul of the array----------------------------------------------------------------------TITLE Integer
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2020.07.07
  • [연세대학교 물리학과 물리학실험(A-1)] 5번 실험 결과레포트 (연세대학교 물리학과 전공필수 실험과목)
    difficult circuits that contain more functions and abilities.The goal of the experiment is to design ... the circuit on an array of bipolar transistors and to create a mixture of common-mode and ... ******ClassPHY2105-01-01Team*Date2019. 4. 5.연세대학교 물리학과 전공필수 물리학실험 (A-1)1. Experiments & GoalsIn the
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 5,000원 | 등록일 2019.07.23
  • 자동제어 분석자료
    ). For MIMO models with NY outputs and NU inputs, NUM and DEN are NY-by-NU cell arrays of row vectors ... where NUM{i,j} and DEN{i,j} specify the transfer function from input j to output i. For example, H ... and NU inputs, * Z and P are NY-by-NU cell arrays where Z{i,j} and P{i,j} specify the zeros and
    Non-Ai HUMAN
    | 리포트 | 26페이지 | 7,500원 | 등록일 2017.10.29
  • 판매자 표지 자료 표지
    [QT프로그래밍, GUI프로그래밍] QT그래픽- 도형그리기- 상속,배열이용, 모든 도형을 하나의 배열에 삽입하고 그 배열에서 꺼내어 도형을 그릴 수 있도록 구현
    function. Write a polymorphic screen manager that walks through the array, sending draw messages to each ... Object-Oriented Programming Project 9To make draw program using hierarchy□ 문제개요▲ 문제 내용Design and ... , rectangles, triangle, and circles, making Shape the topmost class in the heriarchy.Interact with the user
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 2,000원 | 등록일 2020.07.30
  • IT업체에서 활용되는 꼭 알아야할 C언어 필수 기능들
    ->nAlpha=0;CMTVGDI::GetInstance()->SetOSDConfig(MTVGDI_LAYERTYPE_BIFS, &osdConfig );Array ... 변수를 선언하고, this is array pointer.int i;pst=st; //pst를 사용한다.for(i=0;i mtvr&argv[1]argv[1]+4 ---> 0x ... ].label;위와 같은 구조에서 앞에 &를 붙여야 할 것 같지만 실제 label의 array 주소가 전달 되는 것임으로 안 붙여도 됨사례2)Struct의 내부 구성원이 같아도 tag명
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 3,000원 | 등록일 2018.11.16 | 수정일 2018.12.13
  • A+받은 일반생물학 요약본 37.38.39장 신경계: 감각수용,신호전달,운동
    . Neurotransmitters(1)Acetylcholine- vital for functions involving muscle stimulation, memory formation ... 일반생물학2020.06.25.37, 38, 39장 요약_신경계: 감각수용, 신호전달 그리고 운동Ⅰ. EURONS, SYNAPSES & SIGNALING가. Neuron ... system (PNS): 뇌와 척수를 제외한 나머지나. Ion pumps & ion channels1. 종류- sodium-potassium pumps /sodium c
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2020.10.28
  • [컴활1급 실기 엑셀 총정리]
    수가 3이하인 행만을 대상으로 하시오.1.2.3.필터할 열은 And로 묶여 있음. 이거나로 바꿔줄려면 [Microsoft Query에서 데이터 보기 또는 쿼리 편집] 클릭 – 그림 ... )조건범위와 구할범위는 열제목포함x조건범위와 구할범위 영역 겹치지x=IF(LEFT(A3,1)="T","전화("&COUNTIF($A$3:A3,"T*")&")",IF(LEFT(A3,1 ... 로 표시TEXT(값,"표시형식")=TEXT(d19,"YYYY년 M월 D일") =Text(B17,"0점")REPT(값,반복횟수) =REPT("♥",RIGHT(F3,1))&REPT
    Non-Ai HUMAN
    | 시험자료 | 19페이지 | 1,500원 | 등록일 2020.07.31 | 수정일 2021.12.21
  • Labiew 기초 활용 실험 예비보고서 결과보고서 통합본
    을 받을 수 있다.Numeric and BooleanComparison Function수를 넣고 같으면 참값을 표시한다. Numeric 두 변수로 참값과 거짓값을 출력할 수 있 ... 됩니다.2. Labview예제 실행 및 분석A. Fundamentals > Loops and structures > loop tunnel modes.vi전체 기능 : 회로에 들어온 ... input Array에 대해 Front Panel에서 설정한 Min, Max값 사이에 있는값들을 제외하고, 나머지 값들을 일차배열로 하여 Output Array를 생성한다.입력받
    Non-Ai HUMAN
    | 리포트 | 19페이지 | 3,000원 | 등록일 2019.09.07
  • 데이터 구조 포인터, 어레이 과제
    tore the above data using function in two 2-dimension array, respectively. You can show the result.1 ... .2. Please create a new array ‘element[2][3]’ to obtain the sum of the value of First array and ... 인하대학교 전자공학과 데이터 구조 과제1. Array : Let’s assume that we have the following declaration:1.1. Please s
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2017.10.13 | 수정일 2017.10.16
  • Advance practice nurse practitioner (APRN) 전문간호사의 역할 2
    , demonstrate reflection relative to role expectations & anticipated role changes upon graduation ... .Set goals (behavioral, specific, measurable, outcomes expected) and expectations based on the above ... for clinical practice.Share and discuss your new APRN role development plan and its implications
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 2,000원 | 등록일 2020.12.27
  • 데이터 구조 숙제, 시스템 스택, linear list
    example after each function call for the iterative and recursive function.2. We can maintain a ... linear list circularly in an array, circle[MAX_SIZE]. We set up front and rear indices similar to those ... function that inserts an element, item, immediately after the k-th element.(d) What is the time complexity of your functions for (b) and (c)?
    Non-Ai HUMAN
    | 리포트 | 3,000원 | 등록일 2017.10.13 | 수정일 2017.10.16
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 24일 화요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:41 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감