• 파일시티 이벤트
  • 유니스터디 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(20)
  • 리포트(18)
  • 시험자료(2)

"explicit scheme" 검색결과 1-20 / 20건

  • [열유체공학실험]-Parabolic, Elliptic, Hyperbolic 편미분 방정식의 수치해석
    as npclass Hyperbolic:PI = math.pidef __init__(self):self.scheme = 'Ex_Upwind'print("Solve Explicit Upwind ... = "{0}/{1}, c = {2}.csv.".format(self.dirname, self.Scheme_name, self.CFL)filename = "%s%.6f"%(filename ... ")self.Scheme_name = "Explicit_Upwind"def Initialize(self):self.dx = 5.0self.dt = 0.02self.end_t = 1.0self.L
    리포트 | 12페이지 | 3,000원 | 등록일 2021.11.17 | 수정일 2021.11.18
  • 외국어교육론 5단원 내용정리
    ) Observation schemes (수업관찰 분석법)- Start: many different observation schemes have been use in second language ... the content rather tent exchanges, but less so in explicit language-focused exchanges. ... schemes: Communicative Orientation of language Teaching.
    리포트 | 6페이지 | 3,500원 | 등록일 2023.02.02 | 수정일 2023.02.08
  • [전산열유체역학(CFD)]1차 Wave Equation에 FEM(유한요소법) 적용
    Error distribution of the BTCS scheme','at t = 0.5 sec for several Courant numbers'})legend('c=2.5',' ... Comparison of the solutions of the wave equation','by the implicit first upwind scheme at','t ) = 100 ... Comparison of the solutions of the wave equation', 'by the explicit first upwind differencing method
    리포트 | 31페이지 | 2,500원 | 등록일 2021.10.05
  • 영문(English) 관광 산업 에세이에 대한 비평적 감상문
    Overall, Becker severely criticizes the cruise industry’s schemes of increasing profits through immoral ... Had Becker explicitly cited her question in the text, readers may not have had such distorted feelings ... a slip of the tongue: comparing his crew’s service favorably to land-based waiters and housekeepers but
    리포트 | 4페이지 | 2,500원 | 등록일 2020.11.23 | 수정일 2020.11.24
  • 지각과 인지
    지각처리 신체도식 (body scheme) - 신체 부위들 간의 관계에 대한 내적 인식을 습득하는 능력 , Body scheme disorder - 편측무시와 신체의 전체나 한 부분에서의 ... 우산 , 라디오 , 칫솔 자동차 , 만년필 , 컵 , 우산 , 라디오 , 칫솔4 ) Memory( 기억력 ) ▶ Declarative memory ( 서술기억 ) = 외현기억 ( explicit ... 티아민 ( 비타민 B1, thiamin) 의 결핍으로 유두체와 시상에 장애가 발생하면 기억장애를 일으키는 코르사코프증후군 ( Korsakoff’s syndrome) 이 생길 수 있다
    리포트 | 57페이지 | 4,000원 | 등록일 2020.03.03 | 수정일 2020.12.24
  • [한눈에 딱! 깔끔하게 정리한] 영단어 분류 (긍정적 의미)
    , 성심scheme계획하다, 계획ventilate환기시키다동정/위로empathy감정이입, 공감sympathy동정, 공감compassion동정pity동정, 동정을 느끼다wretched비참한 ... , 소박한sheer순수한, 완전한direct솔직한, 똑바른explicit명백한, 솔직한transparent투명한, 솔직한innocence순수, 결백, 무죄ingenuous솔직 담백한 ... , 정말 같은마음conscious의식하고 있는consciousness자각, 의식subconscious잠재의식의dependence의존conscience양심conscientious양심적인inscribe명심하다impression인상
    시험자료 | 8페이지 | 1,500원 | 등록일 2020.05.01
  • 수치해석 Home test (Numerical Analysis)
    `at````x`=`2using Euler's method, explicit scheme, implicit scheme, and Runge-kutta method, respectively ... +로 구해보면 아래와 같다.결과 값 : n = 10 , h = 0.1 일 경우Euler : 3.679686 , explicit : 4.154803 , implicit : 6.451833 ... 값을 만들기 위해 n값에 20을 대입하여, n = 20 에서 y 의 값을 구하면 아래와 같다.결과 값 : n = 20 , h = 0.05 일 경우Euler : 4.558168 , explicit
    리포트 | 25페이지 | 3,500원 | 등록일 2014.05.23
  • Final Morris's plea
    Morris is the key figure in the kickback scheme orchestrated by Hevesi, according to the prosecution’ ... The report does not explicitly his financial connections with the Democrats with his appointment as Car ... felony in pension pay-to-play scheme, agreed to pay back $19 million (Nov. 22)By Melissa Grace and Kenneth
    리포트 | 6페이지 | 3,500원 | 등록일 2016.02.09
  • FDM & FEM using the Matlab (Electrodynamics)
    iterative scheme with C.D in space (5-point difference)noids (outside) A similar argument can be applied ... Electrostatics 2 3 4 5 % Solving the 2-D Poisson equation by the Finite Difference ...Method % Numerical scheme ... term b(round(ny/4),round(nx/4))=3000; b(round(ny*3/4),round(nx*3/4))=-3000; %% i=2:nx-1; j=2:ny-1; %Explicit
    리포트 | 25페이지 | 2,000원 | 등록일 2013.07.06
  • 데이터구조 - HW3 - Representing Arbitrary Finite Numbers Using Linked Lists - 연세대학교 최정윤 교수님
    Alternatively, you may choose to explicitly specify the position of the decimal point by defining a structure ... This number can be represented as a linked list, with one element for every digit, plus some scheme for ... the two basic schemes outlined here.Using the linked list representation, construct a function to add
    리포트 | 6페이지 | 1,500원 | 등록일 2011.12.20
  • figurative language
    Figures of speech, or “rhetorical figures,” or schemes In which the departure from standard usage is ... A comparison between two distinctly different things is explicitly indicated by the word “like” or “ ... as .”Simile A comparison between two distinctly different things is explicitly indicatemetaphor T he
    리포트 | 28페이지 | 1,000원 | 등록일 2012.06.26
  • hyperbolic equation & c-code
    LINEAR PROBLEM 1st order wave equation, where a is the speed of sound The first upwind scheme-explicit ... at t=0.5sec The Lax-Wendroff method (explicit) Comparison of the solutions at t=0.5sec for various ... ) The Lax=Wendroff method (explicit) The MacCormack method (explicit) The Beam and Warming method
    리포트 | 13페이지 | 5,000원 | 등록일 2009.03.29 | 수정일 2022.11.23
  • 운영체제 연습문제 3장
    A swapping scheme is implementedto remove partially run programs from memory and reinstate themlater ... Automatic and explicit bufferingc. Send by copy and send by referenced. ... Automatic and explicit buffering -Automatic buffering providesa queuewith indefinite length; thus ensuring
    리포트 | 7페이지 | 1,000원 | 등록일 2010.09.29
  • 두 평판 사이에 흐르는 유동 해석과 matlab 알고리즘.
    Lassonen 방법은 결국 Ax = b의 행 렬을 푸는 것인데, 여기서 A matrix가 tridiagonal 구조가 되기 때문에 이행렬을 푸는데 걸리는 시간이 explicit scheme에서 ... 이러한 과정을 수행하기 위해서는 무엇보다 scheme의 제대로 된 이해가 선행 되어야 할 것 같다. ... Algebraic scheme? Stability- FTCS Method위의 대수 방정식에서 왼쪽 term의 값만이 유일한 미지수이다.
    리포트 | 13페이지 | 2,500원 | 등록일 2009.09.28
  • 화재모델링
    핵심 알고리즘은 공간 및 시간에서 second order로 정확한 Explicit predictor-collector scheme 이다. ... 가장 긴 값이 평균 경과 벽시계 시간(average elapsed wall clock time)보다 작지만 근접해야 한다.병렬 계산의 효율은 최대 CPU/step을 스텝당의 평균 시간으로 ... surrounded by obstruction- the obstruction cannot 유입되는 particle이 질량을 가질 경우 SURF line에서 PARTICLE_MASS_FLUX를
    리포트 | 82페이지 | 1,000원 | 등록일 2011.04.17 | 수정일 2019.06.20
  • 프랑스의 유명한 현대 사회학자 피에르 브르디외
    schemes. ... Habitus can be defined as a system of dispositions (lasting, acquired schemes of perception, thought ... not be permitted to continue this relationship, but which never make this coercive fact explicit.
    리포트 | 6페이지 | 1,000원 | 등록일 2008.01.26
  • actualtest1550
    , error, oversight 실수scheme, strategy 계획(prevalent, prevailing, pervasive, extensive, rampant, ubiquitous ... ,iniquitous 부패한adjudicate, put on trial 판결 내리다dismiss, fire, oust 해산시키다explicit, clear, distinct, unequivocal ... 억제하다sedative, tranquilizing 진정시키는tranquilizer, calmative 진정제moke, score, deride, ridicule, sneer at 조롱하다awkward
    시험자료 | 3페이지 | 1,500원 | 등록일 2009.05.08
  • William Faulkner’s The Sound and the Fury and Absalom, Absalom!
    Faulkner uses delicate and complex time schemes primarily through theme, time setting and characterization ... (The Sound and the Fury, 153)And the final crystallization is death, as explicitly implied in the character ... Mortimer suggests that Dilsey shows endurance in the midst of the change and comes to recognize the fullness
    리포트 | 15페이지 | 2,000원 | 등록일 2007.12.02
  • [운영체제] 운영체제 공룡책 4장 연습문제 풀이
    Devise a scheme that allows a process to wait until a mailbox is empty, or explain why such a scheme ... scheme where mailboxes are used.a. ... Automatic and explicit bufferingAutomatic 은 프로그래밍을 더 쉽게 만들지만 시스템 설계시 더 어렵다.c.
    리포트 | 6페이지 | 1,000원 | 등록일 2005.06.22
  • 화재 시뮬레이션, 피난 시뮬레이션, FDS
    Hydrodynamics Model- Navier-Stokes 방정식 형태로 수치 해석을 수행한다.- 주요한 알고리즘은 Explicit predictor-collector scheme ... 실물 시뮬레이션 (Full sc한 인명의 피해도 계속 증가하고 있다. 건물화재로부터 발생되는 연기는 인명안전에 심각한 위해 요소가 된다. ... Radiation Transport- 복사열전달은 non-scattering gray gas 에다한 열 전달방정식을 푸는 동안 모델에 포함되어 진다.- 방정식의 풀이는 유한 체적법과
    리포트 | 9페이지 | 1,500원 | 등록일 2007.09.18
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 05일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
2:48 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대