• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(37)
  • 리포트(27)
  • 논문(6)
  • 자기소개서(3)
  • 방송통신대(1)

"Linear Recursion" 검색결과 1-20 / 37건

  • 워드파일 자료구조론 과제2 인하대
    그러나 메모리 공간을 살펴보면 n번째 항을 구할 때 n개의 칸이 필요하므로 공간 복잡도는 O(n)이다. linear recursion을 사용한 피보나치 수열의 경우 각 항에 대해서 ... 따라서 지수적으로 수행시간이 증가한 binary recursion을 사용한 피보나치 수열보다 압도적으로 수행시간이 빠르다. ... 풀이한 T(n)의 개념이 모호해서 풀이에 어려움이 조금 있었으나, 교재와 인터넷을 통해 추가적으로 공부하였다. binary recursion을 사용한 피보나치 수열의 경우 하나의 항을
    리포트 | 3페이지 | 1,500원 | 등록일 2021.08.31
  • 워드파일 베버의 이론
    It captures a relationship between social forces that is not linear and causal but rather recursive and
    리포트 | 2페이지 | 3,000원 | 등록일 2020.04.09
  • 워드파일 포항공과대학교(포항공대, 포스텍) 산업경영공학과 구술면접 대비 자료정리
    프로그래밍 관련 - factorial를 재귀함수(recursive function)로 구현해 보라 (파이썬으로 구성했음) : def factorial(a): if a==1: return ... equations etc) Homo 일반해: , A는 상수 Exact(완전 미.방): 임의 함수 u에 대해 du=dx+dy=0 Linear: - Euler-type second-order ... 다항함수로 나타내는 방법. - First-order ordinary differential equation (homogeneous equations, exact equations, linear
    자기소개서 | 7페이지 | 8,500원 | 등록일 2019.10.31
  • 한글파일 전자전기컴퓨터설계1 결과보고서 5주차
    (주 의: for문을 사용하지 말고 recursion을 사용할 것.) recursion 이란 함수가 다시 자기 자신으로 되돌아오는 재귀를 의미한다. ... 선형관계로 된 그래프 4. semilogy : x축은 선형관계, y축은 log관계로 된 그래프 5. plotyy : 두 개의 축 모두 y의 선형관계로 된 그래프 - linspace 뜻은 linearly
    리포트 | 11페이지 | 1,500원 | 등록일 2023.03.16
  • 파일확장자 구조물 최적화를 위한 선형화 기법
    The linearization method as one of the recursive quadratic programming method is applied for the optimal ... The linearization method transforms all constraints of the design problem into an ∞uivalent linearized ... The linearization method among many 1s 양lown to glve succ않sf비 optlmum ∞lutions with satlsfactory convergen
    논문 | 8페이지 | 4,000원 | 등록일 2023.04.05
  • 파일확장자 부유식 해상 풍력 발전기의 Tower Top 및 Rotor Shaft에 작용하는 동적 하중 계산
    The non-linear hydrostatic force, the linear hydrodynamic force, the aerodynamic force, the mooring force ... 본 연구에서 부유식 풍력 발전기의 운동 방정식은 다물체계 동역학을 기반으로 한 운 동방정식 구성 방법 중 하나인 recursive formulation을 이용하여 구성하였다. ... The recursive formulation is adopted for constructing the equations of motion for the floating wind turbine
    논문 | 9페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 transformational syntax chapter 2. structure 요약
    which we call constituents. (3) Thisboywillspeakveryslowlytothatgirl - Sentences aren’t unstructured linear ... of different sentence-positions and sentence-types (40) (c) Jim knows Fred knows John knows Joe. * recursive
    리포트 | 10페이지 | 3,000원 | 등록일 2021.11.09 | 수정일 2021.11.22
  • 워드파일 [영어학개론] 영어 요약 정리본 (syntex)
    tree): a tree diagram with syntactic category information PS trees represent syntactic knowledge ① The linear ... the categories one level below Sisters: categories that are immediately dominated by the same node Recursive
    리포트 | 8페이지 | 1,000원 | 등록일 2020.07.17
  • 워드파일 Transformational Grammar 챕터 1, 2 요약
    Structure - Sentences can be structured into constituents in a hierarchical order, not a linear order ... general statements about distribution (2) The former hardly can achieve observational adequacy (cf. recursion
    리포트 | 5페이지 | 2,000원 | 등록일 2020.12.30
  • 파일확장자 상하동요 감쇠장치 적용을 통한 새로운 다물체동역학 프로그램의 적용성 검토
    The hydrostatic force with nonlinear effects, the linearized hydrodynamic force, and the pneumatic and ... 다물체계 동역학 커널은 입력 받은 heave compensation system 시뮬레이션 모델의 운동학적 정보를 이용하여 recursive Newton-Euler formulation ... motion of the multibody system and to determine the unknown accelerations and constraint forces, the recursive
    논문 | 8페이지 | 4,000원 | 등록일 2023.04.05
  • 워드파일 2024 컴퓨터공학과 편입 전공면접 기출문제
    Close hashing with linear probing의 결과를 그리시오 3. ... 대한 Quick_sort 알고리즘으로 정렬하는 문제 ▶ 트리 순회방법에 대한 문제 ▶ 관계, 추이폐포에 관한 문제 ▶ C언어 결과값 구하는 문제 연세대학교 ▶ 소수의 비트표현법 ▶ recursive하게
    자기소개서 | 29페이지 | 30,000원 | 등록일 2023.11.15 | 수정일 2023.12.15
  • 워드파일 2024 컴퓨터공학과 편입 전공면접 기출문제
    Close hashing with linear probing의 결과를 그리시오 3. ... 대한 Quick_sort 알고리즘으로 정렬하는 문제 ▶ 트리 순회방법에 대한 문제 ▶ 관계, 추이폐포에 관한 문제 ▶ C언어 결과값 구하는 문제 연세대학교 ▶ 소수의 비트표현법 ▶ recursive하게
    자기소개서 | 36페이지 | 30,000원 | 등록일 2023.10.18 | 수정일 2023.12.15
  • 워드파일 OR(경영과학)간단개념정리-면접준비용
    -선형계획법(LP, linear programming)이란 주어진 목적을 달성하기 위하여 어떻게 제한된 자원을 합리적으로 배분하냐에 대한 의사결정 문제를 해결하기 위해 개발된 수리적 ... -따라서 문제에 따라 해법이 서로 다른데, 모든 경우에 적용되는 개념이 최적성의 원리이다 3)순환식(recursive equation) -최적성의 원리가 반영되어 모형의 해를 단계적으로
    리포트 | 7페이지 | 2,000원 | 등록일 2020.12.25
  • 한글파일 Recursion의 형태 조사 분석
    Binary Recursive ▶ 함수가 실행되는 동안 재귀적함수를 두 번 호출하는 형태이다. ▶ Linear Recursion(Tail Recursion) 의 범주에도 속한다. ▶ ... Tail Recursionlinear recursion의 또 다른 형태이다. ▶ 함수가 실행될 때 마지막 부분에서 호출된다. ▶ 재귀적인 함수를 반복적인 함수로 바꾸기가 용이하다 ... Linear Recursion ▶ 그 기능이 필요로 할 때만 호출하는 재귀적인 함수를 말한다. ▶ 보통 간단한 반복적 방법과 동일하다. ▶ 예 number sqrt(number x,
    리포트 | 3페이지 | 1,500원 | 등록일 2007.02.21
  • 파일확장자 데이터 구조 숙제, 시스템 스택, linear list
    We can maintain a linear list circularly in an array, circle[MAX_SIZE]. ... of the system stack diagram such as below the example after each function call for the iterative and recursive
    리포트 | 3,000원 | 등록일 2017.10.13 | 수정일 2017.10.16
  • 한글파일 영어문장구조의이해 문장의 선형성과 계층성이란 무엇인가
    이를 선형성(linearity)라 한다. a. *That he has won't 부구조를 갖는다. ... 언어의 회귀성(recursion)이란 무엇인가? 회귀성은 반복 되풀이를 말한다. ... 언어의 회귀성(recursion)이란 무엇인가? 4. 수형도와 표지괄호법이란 무엇인가? 5. 구범주와 어휘범주란 무엇인가? 6.
    방송통신대 | 10페이지 | 3,000원 | 등록일 2014.04.13
  • 한글파일 Data Structures HW2
    The running time is not linear but is = . ... So BIG-Oh is O( ). (5) Merits and drawbacks of recursive functions - It is the merits of recursive function ... But the recursive function has higher complexity and larger memory usage than sequential one.
    리포트 | 2페이지 | 2,000원 | 등록일 2012.12.01
  • 한글파일 RLS 알고리즘을 이용한 간단한 Parameter 추정
    RLS를 이용한 Parameter 추정 Recursive Least Square Example Linear parametric model Inputx01235101318 Outputy
    리포트 | 6페이지 | 1,000원 | 등록일 2016.04.16
  • 파일확장자 구성주의적 교수설계 모형 R2D2 탐구 (A Study on Constructivist Instructional Design Model: The New R2D2 Model)
    R2D2 model may seem most radical when it is compared to other ID models in the linear tradition. ... The three principles are recursion, reflection and participation. ... The R2D2 is abbreviations of the Recursive, Reflective Design and Development model.
    논문 | 15페이지 | 4,400원 | 등록일 2015.03.25 | 수정일 2017.02.01
  • 파워포인트파일 Z Transform 발표자료
    system - find current output using past output and current input - IIR System Non-recursive system - ... variable Example Order : 2 Order : 3 Example Difference equation The representation of Difference equation Recursive ... the Z-transform Solution of linear constant coefficient difference equations Solution of linear constant
    리포트 | 42페이지 | 2,000원 | 등록일 2010.10.15
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 05월 04일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:04 오후