• 통큰쿠폰이벤트-통합
  • 통합검색(291)
  • 리포트(272)
  • 시험자료(14)
  • 자기소개서(4)
  • 서식(1)

"Array and function" 검색결과 1-20 / 291건

  • Computer Programming&Lab-Array and function
    Lab Solution Array and function (Lab Practice)Lab Assignment Write a program satisfying the following ... –Call a function func () that receives the char array and returns the number of vowels in the string. ... conditions: –Read a string and save it in a char array in main().
    리포트 | 3페이지 | 1,000원 | 등록일 2015.01.26
  • 연세대학교 기초디지털실험 10주차 결과레포트 (Filter/Equalizer)
    Each filter receives 3000*256 arrays of the Frequency domain, filters them, and returns filtered arrays ... of lpf, hpf and bpf and equalizer functions. lpf and bpf have the same difference equation. ... Then apply the difference estimate according to the column and row of the array.
    리포트 | 12페이지 | 5,000원 | 등록일 2022.04.18
  • Semiconductor Device and Design - 13~14__
    array fully functional devices such as stand logic devices, is stored in the wafer with a chip that has ... FPLD FPLD ▶ Basic structure : Input Buffer - AND array - OR array - Output Buffer2. ... Semi custom 1) Gate array ▶ Basic logic gate such as NAND and NOR, or metal Routing, which regularly
    리포트 | 17페이지 | 2,000원 | 등록일 2023.06.22 | 수정일 2023.06.25
  • 건국대학교 마이크로프로세서응용 Lab4, Lab5 A+
    Int2Ascii :;* Input Parameter : r24 (Integer Number);* Output Parameter : r24 & r22 (First Ascii & Second ... r24 ; sum-Hst X, r25 ; sum-Lforever:rjmp forever ;;*********************************************;* Function ... $0102, r24 ;sts $0103, r22 ;forever:rjmp forever ;;*********************************************;* Function
    리포트 | 25페이지 | 5,000원 | 등록일 2024.04.11 | 수정일 2024.04.22
  • 데이터과학 HW1 Math Review and Plotting
    functions (i.e. np.mean and np.var ); instead we will use NumPy to verify your code.d e f mean(population ... PythonQuestion 1 (1 pt)Recall the formula for population variance below:Complete the functions below ... to compute the variance of population , an array of numbers.For this question, do not use built-in NumPy
    리포트 | 15페이지 | 2,000원 | 등록일 2022.06.18
  • 고려대학교 객체지향프로그래밍 A+ 기말고사 치팅시트
    that occupies memory spaces / Object: instance of classEncapsulation: merging functions (methods) and ... ; Matlab is procedural and functional.Python: Multi-purpose (GUI, Web, Scripting), Object-oriented, Interpreted ... Language Processing): sentimental analysis, translation, text summary, chatbotTensor: n-dimensional array
    리포트 | 2페이지 | 2,000원 | 등록일 2023.07.02
  • 컴퓨터구조 MIPS MARS HW2 Heapsort
    $a0, $a1: 함수의 매개변수$s0, $s1, $s2:각각 largest, l, r 저장$s3, $s4, $s5:각각 &arr[largest], &arr[l], &arr[r] 저장2 ... -4) heapsortheapsort 함수 또한 main함수의 callee이면서 heapify와 swap을 호출하는 caller이므로 nested function의 구조를 가지게 되므로 ... 10을 읽으면 마지막으로 읽던 정수를 저장하고 count에 1을 더해 반복을 끝낸다.위 그림은 출력과정을 나타낸 것이다. printArray의 매개변수로 $a2, $a3을 각각 array
    리포트 | 7페이지 | 2,500원 | 등록일 2021.07.18 | 수정일 2021.10.21
  • 부경대 프로그래밍 언어론 과제
    [0..5] of real;i:integer;function check_avg(m:real; e:real; s:real):real;beginavg_3 := (m+e+s)/3;check_avg ... := avg_3;end;function check_grade(avg:real):char;beginif avg >= 90 thengra := 'A'elseif avg >= 80 thengra ... ", &stud1.math);printf("영어 점수 입력 : \n");scanf_s("%f", &stud1.english);printf("과학 점수 입력 : \n");scanf_s
    리포트 | 19페이지 | 1,500원 | 등록일 2020.11.04 | 수정일 2020.11.23
  • 영작 ) summary, what you think about it.
    And then, the evaluator works as a function and returns a value.4. ... type ihe data type of a given object.Type specifiers are system-defined symbols for data types like array ... These functions are called access functions.
    리포트 | 6페이지 | 5,000원 | 등록일 2021.07.26
  • Matlab을 이용한 간단한 음성필터 만들기
    )% varargout cell array for returning output args (see VARARGOUT);% hObject handle to figure% eventdata ... gui_Callback', []);if nargin && ischar(varargin{1})gui_State.gui_Callback = str2func(varargin{1});endif ... are returned to the command line.function varargout = filter_music_OutputFcn(hObject, eventdata, handles
    리포트 | 9페이지 | 1,000원 | 등록일 2022.05.30
  • 웹개발자 프론트 JavaScript(자바 스크립트) 기초 이론, 용어 정리 요약본
    , &)는변환하지 않는다.encodeURIComponent알파벳과 숫자를 제외한 모든 문자를 인코딩한다. ... arr3 = new Array(3);4) Array() 생성자 함수를 이용하여 배열 생성과 동시에 초기화var arr4 = new Array("바나나", "딸기", "사과", "자몽 ... )인 속성을 메소드라고 부른다.객체 안에 function이 있다.
    시험자료 | 7페이지 | 1,500원 | 등록일 2020.11.29 | 수정일 2021.04.11
  • [system programming] 시스템프로그래밍 실습 과제_정수3개 입력 곱 출력, Factorial 함수를 실행 Function의 프로토타입선언 INVOKE 디렉티브사용 함수호출, esp스택포인터
    , calculates the mul of the; array, and displays the mul.; Last update: 8/29/01INCLUDE mul.inc; modify ... 주어진 Factorial 함수를 실행시켜 Function의 프로토타입을 선언한 후 INVOKE 디렉티브를 사용하여 함수를 호출한다.2. ... BYTE "The mul of the integers is: ",0array DWORD Count DUP(?)
    리포트 | 11페이지 | 1,000원 | 등록일 2020.07.07
  • [A+ 레포트] 광촉매 이용 반응속도 상수 측정 결과보고서
    함수는 ODE에 있는 CRE function을 사용했으며, 최적화 알고리즘은 Nelder-Mead 방법을 차용했다. 최적화 코드는 아래와 같다. ... )**2), yo, method='Nelder-Mead')yo_optimized = res.xa = yo_optimized[0]k =The final value of alpha and ... ([0, 10, 20, 30, 40, 50, 60])Ca = np.array([3.0728, 3.0498, 2.5202, 2.2694, 2.007, 1.7456, 1.6145])yo
    리포트 | 10페이지 | 1,500원 | 등록일 2024.09.09
  • What the CRISPR/Cas9 is?
    resistance in cucumber (Cucumis sativus L.) using Cas9/ subgenomic RNA (sgRNA) technology to disrupt the function ... strain.Invading DNA (Foreign DNA from a virus invades the cell) Invading DNA is incorporated into CRISPR Array ... We modified the coeliac disease‐causing α‐gliadin gene array using CRISPR/Cas9 technology to obtain nontransgenic
    리포트 | 10페이지 | 1,500원 | 등록일 2021.08.16
  • 세종대학교 소프트웨어 특강 과제1
    points including the data x= 15.Write a code to determine the optimal parameters of the hypothesis function ... (data['x'])y = np.array(data['y'])def CostFunction1(X,y,a,b):cost=0for i in range(len(y)):cost+=(a*X[ ... Colab Notebooks/data-1.xlsx", sheet_name = 'HW1-1')plt.scatter(data['x'], data['y'] )plt.show()X = np.array
    리포트 | 12페이지 | 2,500원 | 등록일 2023.06.24
  • 경북대학교 컴퓨터그래픽스 기말고사 정리본 요약본
    eye, glm::vec3 const& at, glm::vec3 const& up);Other Viewing Methods1. ... 25. 2D 변환Affine Transform- constrained to linear functions- 벡터를 이용한 평행이동을 다뤄야하기 때문에 homogeneous coordinate ... , vbo[0]);glBufferData(GL_ARRAY_BUFFER, 2*18*4*sizeof(GLfloat), vertPosColor, GL_STATIC_DRAW); // array
    시험자료 | 8페이지 | 5,000원 | 등록일 2022.06.22 | 수정일 2022.07.27
  • [QT프로그래밍, GUI프로그래밍] QT그래픽- 도형그리기- 상속,배열이용, 모든 도형을 하나의 배열에 삽입하고 그 배열에서 꺼내어 도형을 그릴 수 있도록 구현
    Each Shape class should now have its own draw member function. ... in the array to from a screen image. ... As you create each shape, place a Shape* pointer to each new Shape object into an array.
    리포트 | 16페이지 | 2,000원 | 등록일 2020.07.30
  • 나의 운동 계획 영작
    Strengthening my muscles not only aids in better metabolic function but also assists in regulating blood ... I've chosen a diverse array of exercises to not only make the process enjoyable but also to target different ... health and steering it towards a brighter, healthier future.
    서식 | 2페이지 | 500원 | 등록일 2023.11.06
  • 이미지에 대한 low pass filter 실험 레포트, MATLAB 코드 포함
    low-pass filtering with the kernel 'h'.% do not use 'conv2()' or 'filter2()'.%% hint: the built-in function ... lena_gray_256.tif'); % read an image[height width] = size(I); % get the dimensions of the image%% create an array ... Result그림 2 original image(left) and filtered image(right)Image가 전체적으로 흐려지는 blurring 효과를 확인해볼 수 있었다.3.
    리포트 | 3페이지 | 1,000원 | 등록일 2019.10.02
  • [컴활1급 실기 엑셀 총정리]
    ("♡",9-RIGHT(F3,1))concatenater(값1,값2…)홍,길,동 - 홍길동 여러 개의 값을 이어 붙인다.FREQUENCY(date array, bins array) ... 빈도수를 계산할영역으로 블록 지정한 후 Ctrl+Shift+Enter를 눌러야 한다.Date array 구할 범위Binsarray이부분★배열수식★배열수식 예제★사용자정의함수함수를 사용자가 ... 범위로 변환’ 실행하기[표 도구] – [디자인] – [범위로변환]★외부데이터 가져오기의 조건수강과목이 수학이거나 결석일수가 3이하인 행만을 대상으로 하시오.1.2.3.필터할 열은 And
    시험자료 | 19페이지 | 1,500원 | 등록일 2020.07.31 | 수정일 2021.12.21
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:35 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대