• 캠퍼스북
  • 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(3,216)
  • 리포트(2,872)
  • 시험자료(125)
  • 논문(120)
  • 방송통신대(78)
  • 자기소개서(14)
  • 서식(5)
  • 이력서(1)
  • 노하우(1)

"snp" 검색결과 61-80 / 3,216건

  • 한글파일 [A0] 영어학의이해 중간과제물.
    V: put NP: the suitcase PP: on the desk. P: on NP: the desk. Det: the N: desk. 공통 문제 4. ... 주어 NP1: Those students in the classroom c. 전치사구 PP1: in the classroom d. ... 외치변형(extraposition)이란 명사구 NP에서 명사를 수식하는 S’(보문소구, 관계절)나 PP(전치사구)를 문장 오른쪽으로 이동시키는 것을 말한다. a.
    방송통신대 | 4페이지 | 3,900원 | 등록일 2021.02.20 | 수정일 2022.08.24
  • 워드파일 모수적 추정을 통한 데이터 기반 분포 모형화 1 (Python 코딩)
    pymc3 as pm import matplotlib.pyplot as plt # 데이터 생성 np.random.seed(42) x_data = np.linspace(0, 10, 100 ... ) true_a = 2.5 true_b = 0.8 y_data = true_a * x_data + true_b * np.sin(x_data) + np.random.normal(0, ... ('b', lower=-10, upper=10) sigma = pm.HalfNormal('sigma', sd=1) y_pred = a * x_data + b * np.sin(x_data
    리포트 | 5페이지 | 2,500원 | 등록일 2023.08.06
  • 한글파일 영어문장구조의 이해
    June’s sister helps herself. 위 문장에서 NP1는 June’s sister를, NP2 June’s와 NP3 herself를 형성한다. ... [S [NP1 [the portrait] [PP of herself]] [VP [V terrified] [NP2 Mary]. ... [S[NP [N We]] [AdvP throughly] [Aux will] [VP [V review] [NP it] [PP [P upon] [NP receipt].
    방송통신대 | 4페이지 | 4,500원 | 등록일 2020.04.22
  • 워드파일 (2020-2학기)방송통신대학교 컴퓨터과학과 시뮬레이션 중간고사 출석대체과제물
    (int np, float u){ np = np * 843314861 + 453816693; if(np < 0){ np = np + 2147483647; np = np + 1; } ... up = (float)(np * 0.4656612e-9); return np; } //포아송분포 public int poissn(int np, int pp){ float b, prod ... int SEED = 364799; public int n, p, seed; public float up, mean; public String StrTime = new String(
    방송통신대 | 8페이지 | 5,000원 | 등록일 2020.12.21
  • 한글파일 방송통신대학교 영어학의 이해 중간 리포트 30점 만점에 30점 받은 자료
    I should do it에서 do it은 V와 NP로 VP로 이어진다. What should I do? ... 즉 S = NP AUS VP 이라고 또 다르게 표현할수 있다. ... 라는 문장도 I should what 으로 보면 do what은 V와 NP로 VP로 이어지며 I should do it 문장과 구성이 같다. should를 앞쪽으로 옮기고 what을
    방송통신대 | 5페이지 | 3,000원 | 등록일 2021.04.07
  • 한글파일 transformational syntax chapter 4. the lexicon 요약
    The Lexicon (2) Categorial Rules (ⅰ) S → NP - AUX - VP (ⅱ) VP → V - NP (ⅲ) NP → DET ? ... ) (a) I left before the party (= NP) (b) I left before the party started (=S) ⇒ (27) before : P, +[-NP ... John ⇒ (100) rely : V, Subcategorisation Frame +[-[ppon-NP2]] Functional structure NP1RELY-ON NP
    리포트 | 5페이지 | 3,000원 | 등록일 2021.11.09 | 수정일 2021.11.22
  • 파일확장자 영어문장구조의이해 1. 멀티미디어 강의에서 제시된 모든 구성소 판별법을 각 문장에 적용하여 밑줄 친 요소들이 각 문장에서 구성소인지 판별하시오.
    (Tom’s mother와 herself는 동일 인물) 위 문장은 Tom’s(NP k ) mother(N i ) cleaned(V) herself(NP k )로 구성되어 있다. ... Tom’s(NP k )와 mother(N i )은 Node NP i 에 의해 직접 관할되며, cleaned(V)귀대명사 herself가 속한 VP가 자신의 선행사(Tom’s mother ... 위 문장은 They(NP), will(Aux), search for the monster(VP) 그리고 soon(AdvP)로 구성되어 있다.
    방송통신대 | 5페이지 | 8,500원 | 등록일 2024.03.26
  • 워드파일 파이썬으로 공학계산 따라하기 IV - 연립미분방정식 (Seires Reactions)
    C_C = k_2 * C_B # = k_2 * k_1 * C_A0 / (k_1 - k_2) * (np.exp(-k_2 * t_val) - np.exp(-k_1 * t_val)) int_value ... (t_val, 0) # C1 = C_A0 * k_1 / (k_1 - k_2), where C_B0 = 0 # --> C_B = k_1 * C_A0 / (k_1 - k_2) * (np.exp ... 입력창에 “#” 를 넣고 뒤에 텍스트를 써두면, 명령어가 아닌 일반 설명을 위한 텍스트로 활용이 가능하다. import numpy as np import matplotlib.pyplot
    리포트 | 6페이지 | 1,000원 | 등록일 2023.12.01 | 수정일 2023.12.02
  • 워드파일 Stress Strength Analysis에서 겹친 부분에 대한 이해 (응력 강도의 신뢰성 분석) - 파이썬 소스 코드 포함
    # 정규분포의 확률밀도함수 def normal_distribution(x, mean, std_dev): return (1 / (std_dev * np.sqrt(2 * np.pi)) ... ) * np.exp(-(x - mean)**2 / (2 * std_dev**2)) # 두 분포의 곱을 계산하는 함수 def product_distribution(x, mean1, mean2 ... 아래는 파이썬 소스 코드입니다. import numpy as np from scipy.integrate import quad import matplotlib.pyplot as plt
    리포트 | 5페이지 | 2,500원 | 등록일 2023.07.25
  • 한글파일 문장구조의 이해<3장 구성요서의 내부구조 에서 나무수형도 (예문 4, 18, 23)>
    S PP NP VP P NP N V NP For hours Pooh chased Piglet S VP NP AdvP N V NP Fast, Pooh chased Piglet *Fast는 ... S NP VP N V NP Det N’ N PP He is the pilot of the airplane S NP VP N V NP V’ Det N He pilots the airplane ... S NP VP N’ V’ NP V’ Det N’ N’ PP(부가어) with dark complexion.
    방송통신대 | 5페이지 | 3,000원 | 등록일 2019.10.20
  • 워드파일 파이썬으로 공학계산 따라하기 III - 미분방정식(일반해)
    C_A0 = 10 k_val = 0.5 def Con_A_1(time): return C_A0 * np.exp(-k_val * time) def Con_B_1(time): # C_B0 ... * np.exp(-k_val_2 * time) def Con_B_2(time): return C_A0 * (1- np.exp(-k_val_2 * time)) tn = np.linspace ... * (1 - np.exp(-k_val * time)) tn = np.linspace(0, 10, 50) plt.grid() plt.plot(tn, Con_A(tn), label='
    리포트 | 4페이지 | 1,000원 | 등록일 2023.11.30 | 수정일 2023.12.04
  • 한글파일 에너지변환실험 A+레포트_차등증폭기
    = 200 T = 5 x = np.arange(-T*np.pi,T*np.pi, 0.001) yin = (V1pp/2)*np.sin(x) yout = (V2pp/2)*np.sin(-x ... (-T*np.pi,T*np.pi, 0.001) Vs1 = (Vs1*22.4)*np.sin(x) Vo1 = ((Vcc+Vee)/22.4)*np.sin(-x) plt.xlabel('time ... hl=ko#scrollTo=in-3X4ZfJSUI ▶차동모드 import numpy as np import matplotlib.pyplot as plt V1pp = 200 V2pp
    리포트 | 5페이지 | 2,000원 | 등록일 2024.04.04
  • 파일확장자 한우에서의 Myostatin 유전변이와 도체형질간 연관성 분석
    Although all the SNPs did not show significant differences in each trait in this study, some SNPs showed ... changed from quantity to quality since early 1990's. ... Moreover, many studies on meat quality using maker assisted selection (MAS) have been conducted.
    논문 | 9페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 transformational syntax chapter 11. binding 요약
    →(93) [s’i who2 [ si np2 is certain [s’j np2 to win]]] ... ) [s np is believed [s John to be innocent]] →(73) [s John2 is believed [s np2 to be innocent]] (86) ... within S or NP (subject, direct, object, indirect object, etc.
    리포트 | 2페이지 | 3,000원 | 등록일 2021.11.09 | 수정일 2022.08.08
  • 파일확장자 NP+好+V”的语义指向和动词限制考察
    pointing, verb restriction, understanding and semantic background of the NP+好 +V construction.From the ... , that is, the semantic orientation within the NP+好+V construction, which represents different meanings ... At this time, the object pointed to by semantics may not appear in the NP+好+V construction due to reasons
    논문 | 20페이지 | 5,500원 | 등록일 2024.01.29
  • 워드파일 MCMC 모델링
    np.sqrt(2 * np.pi)) def metropolis_hastings(n_samples, initial_value, proposal_std): samples = [initial_value ... (x): # 타겟 분포 (정규분포)를 정의합니다. mu = 0 sigma = 1 return np.exp(-0.5 * ((x - mu) / sigma) ** 2) / (sigma * ... np.random.normal(current_value, proposal_std) # 알파 값 계산 (샘플링 대상 분포의 확률을 계산합니다.) alpha = min(1, target_distribution
    리포트 | 5페이지 | 2,500원 | 등록일 2023.06.16
  • 워드파일 방통대 영어문장구조의이해 중간과제물
    books"는 "Jenny"를 포함하는 NP(명사구)이고, 이 NP는 "She"가 속한 S(문장) 안에서 "She"를 c-command합니다. ... , "himself"는 "Ben's mother"보다 높은 위치에 있는데, "himself"가 속한 NP(명사구)는 "Ben's mother"가 속한 S(문장) 안에서 "Ben's ... 동사는 "will search"이며, 이는 will(보조동사)과 search(동사)의 결합으로 이루어진 동사구입니다. 목적어는 "the soon monster"입니다.
    방송통신대 | 3페이지 | 3,000원 | 등록일 2023.05.25 | 수정일 2023.05.31
  • 한글파일 transformational syntax chapter 6. more on transformations 요약
    , (36) [NP2 John] seems to me [NP2 e] to have perjured himself * The domain of application of a rule ... to have hit the fan * how NP-MOVEMENT works (18) John seems ? ... (33) John seems to me to have perjured himself ⇒ (34) John seems to me [np e] to have perjured himself
    리포트 | 3페이지 | 3,000원 | 등록일 2021.11.09 | 수정일 2021.11.22
  • 워드파일 방통대,영문과,영어문장구조의이해,중간과제,과제예시,만점.
    S NP1 Aux VP AdvP N1 V PP Adv P NP2 Det N2 Piglet will search for the monster soon 2-1-2. ... S NP1 Aux AdvP VP N1 V Adv PP P NP2 Det N2 Piglet will search soon for the monster 2-2. 33번 예문 2-2-a. ... S NP1 Aux VP N1 V PP AdvP P NP2 Adv Det N2 Piglet will search for the monster thoroughly
    방송통신대 | 7페이지 | 3,000원 | 등록일 2019.05.02
  • 파워포인트파일 미국 전문간호사, 교육제도, 학위의변화
    신체 사정 급 · 만성질환에 대한 진단과 치료 예방접종 약 처방 엑스레이와 임상검사 오더 건강교육 및 상담 NP( 전문실무간호사 ) 의 특징 NP( 전문실무간호사 ) NP 신뢰성 ... 가 복합적인 건강문제를 가진 입원환자로 확대되어 외래에 한정되었던 NP 들의 실무경계가 점차 흐려지고 있음 미국간호협회는 NP 가 전통적 일반의사의 일차건강관리사업 중 60-80% ... Acute Care Independent Study 2 S Fall II : 8credits Health and Social Policy: The Context for Practice
    리포트 | 55페이지 | 2,000원 | 등록일 2022.03.23
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업