• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(430)
  • 리포트(378)
  • 시험자료(16)
  • 자기소개서(15)
  • 논문(13)
  • 이력서(5)
  • ppt테마(2)
  • 방송통신대(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"fundamentals of data" 검색결과 101-120 / 430건

  • 판매자 표지 자료 표지
    [공기역학실험] Rake를 이용한 초음속 유동장내의 속도측정 결과레포트
    bar 이상)Controller에서 MAF를 작동시킨다.Settling Chamber의 압력값과 Rake의 압력값이 주어지고 Mach Number를 안다.Fundamental of ... 다. 따라서 이 이유로 2퍼센트 대의 작은 오차를 어느정도 설명할 수 있다.참고문헌공기역학 실험 Lab Note Fundamental of Aero dynamics by John D ... 된 신호의 에너지를 증가시켜 출력시키는 장치이다Computer실험을 통해 받아들인 데이터를 종합하여 표로 나타낼 수 있게 해준다. 이번 실험에서 표는 .csv파일로 저장
    리포트 | 6페이지 | 1,500원 | 등록일 2020.05.08 | 수정일 2020.08.26
  • 조직행동(인지)
    consistency External Attribution Internal Attribution Attribution of cause;Fundamental attribution ... fundamental liberties and privileges, as set forth in documents such as the U.S. Bill of Rights ... data resident registration number Family Relations(job of parents, hometown) religion property military
    리포트 | 16페이지 | 3,000원 | 등록일 2018.05.29
  • [광학실험]결과레포트 볼록렌즈의 초점거리
    *************51442001188.552501066.563001025.373509748400~상이 너무 작아서 측정하기가 힘들다.(표 2 Data)d_o의 값이 커질수록 d_i의 값은 감소한다.d_o ... Fundamental Lens equation에 의하여 1/f 값을 나타내게 되므로, 실험에서 구한 d_i와 d_o를 이용하여 1/f의 실험값을 구할 수 있다.실험 횟수f (실험값 ... Fundamental Lens Equation, what would happen to d_i if you increased d_o even further?- the Fundamental
    리포트 | 5페이지 | 1,000원 | 등록일 2017.12.03
  • 현대사회와정보보호8장
    are used to encrypt or decrypt data. 둘 다 키가 데이터를 암호화하거나 복호화 하는데 사용되는데, symmetric encryption에서는 싱글키가 암호 ... three basic operations in cryptography?Encrypting, decrypting, hashing7. What is the fundamental ... components of PKI?certificate authority, registration authority, certificate directories, management
    리포트 | 2페이지 | 1,000원 | 등록일 2018.07.17
  • PELT Chapter 4. Reading 요약
    · consist of lower-level reading processes· start with fundamental basics of letter → longer texts ... Chapter 4. Reading1. What is reading?-Reading: fluent process of readers combining information from ... a text and their own background knowledge to build meaning-Goal of reading: comprehension-Strategic
    리포트 | 3페이지 | 2,000원 | 등록일 2019.10.04 | 수정일 2021.01.22
  • 신이 된 인간 호모데우스 영작
    affirms the possibility and desirability of fundamentally enhancement of human conditions.Contrary ... part 3 begins to discuss the future of algorithms and data that technology humanism is not capable ... . Harari names the new religion `a religion of data' that worships information. Because, mankind also
    리포트 | 5페이지 | 2,000원 | 등록일 2019.01.15
  • [Ayeun] 마이크로프로세서응용 9주차 예비보고서 마프(ADC)
    -to-digital converter의 약자이다.- 아날로그 전기량(주로 아날로그 전압)을 디지털 전기신호로 변환하는 기기나 소자이다.- AD변환기는 디지털 전압계와 데이터 집록 ... 과 비슷하게 됨을 알 수 있다.- 반면 데이터의 양이 너무 많아져 처리하기 곤란할 수 있다는 단점이 되기도 한다.- 초(second)당 몇 번 sampling을 하는지를 SPS(s ... 라면 1초당 200*1000번을 sampling하여 1초당 200,000개의 데이터가 나오는 것이다. 고성능의 MSPS, GSPS로 사용한다.(c)Quantization(양자화)
    리포트 | 14페이지 | 1,000원 | 등록일 2018.12.22
  • 식품미생물학 (영문) 반건조 소세지 발효 과정과 그 응용 발표 PPT. 미생물 발효식품 발표 참고. 레퍼런스 포함.
    * 소매점유통 POS 데이터 , aTFIS ( 식품산업통계정보시스템 )Introduction Characteristics Manufacturing process ... problem associated with microbes Different method of reducing salt content without sensory ... .07g/kg Food preservative (sorbic acid, potassium sorbate, and calcium sorbate) pH level of 4.8~5.6
    리포트 | 27페이지 | 1,000원 | 등록일 2020.02.04
  • 인지&결정과정(16p)
    consistency External Attribution Internal Attribution Attribution of cause;Fundamental attribution ... fundamental liberties and privileges, as set forth in documents such as the U.S. Bill of Rights ... data resident registration number Family Relations(job of parents, hometown) religion property military
    리포트 | 16페이지 | 3,000원 | 등록일 2017.12.21
  • 데이터 구조 과제, dfs, bfs, 프림, 크루스칼
    1. Implement the dfs and bfs algorithms using the given graph and adjacency lists (Figure 1).2. Refine Prim’s algorithm, Kruskal’s algorithm into a C ..
    리포트 | 3,000원 | 등록일 2017.10.13
  • 데이터구조 과제 preorder, postorder, max heap
    1. Figure 1 and 2 show the recursive traversal algorithms(or programs) of preorder and postorder ... , respectively. Write the respectively corresponding iterative traversal algorithms(or programs) of ... preorder and postorder.2. Write a C function that searches for an arbitrary element in a max heap. What is the computing time of your function?
    리포트 | 3,000원 | 등록일 2017.10.13
  • (A0) 연세대 물리학의 현대적 이해 중간고사 수업필기, 시험키워드
    이 두 개 초점과 초점의 가운데가 중심, 오컴의 면도날에 의하면 원이 더 좋음, 그러나 데이터는 타원을 가리킴장반경(semi-major axis)Radius-장반경 period ... force) 필요물리적인 힘이 구심력 제공 이 경우에는 중력원운동=반복←주기(period) T케플러의 제 3법칙은 뉴턴의 만유인력 법칙 그 자체제 1법칙은 데이터가 매우 중요하다는 것 ... s!!!!p16 p=mv 운동량 보존p18 델타 t가 늘어나면서 작은 힘으로 멈출 수 있음p20 cm이 base of support 위에 있어야 함deterministic
    시험자료 | 14페이지 | 2,000원 | 등록일 2020.01.22 | 수정일 2020.10.14
  • [예비/결과레포트] 옴의 법칙 및 직병렬회로(전기전자공학실험)
    . ObjectiveUnderstand the characteristics of resistance through the experiment of Ohm’s law, which is the most ... fundamental law in analyzing electric circuits, and series/parallel circuit.2. Theoretical Background ... ource(or battery) is applied across a resistor in a circuit. In this case, the magnitude of current
    리포트 | 10페이지 | 1,500원 | 등록일 2019.04.27
  • 캐나다의 다문화주의(Multiculturalism in Canada)
    MULTICULTURALISMMulticulturalismA fundamental belief that all citizens are equal regardless of their racial or ... ▪ Recognize and promote that multiculturalism is a fundamental characteristic of Canadian heritage and ... . ConclusionMap of CanadaCANADA AT A GLANCEHistorical population of Canada since confederation, 1867–2009
    리포트 | 17페이지 | 3,000원 | 등록일 2017.07.21
  • 음성평가( GRBAS, NASOMETER, MDVP)
    : auditory/acoustic impression of hyperfunction(related to fundamental frequency noise in high-frequency ... 초씩)+문장 읽기?1. Rough : auditory/acoustic impression of irregularity of vibration(jitter and shimmer)2 ... . Breath : auditory/acoustic impression of degree of air leakage(related to turbulence)3. Asthenic
    리포트 | 4페이지 | 1,500원 | 등록일 2017.11.26
  • Computer Organization And Architecture ch12 요약본
    logic데이터 저장: Movement of data into or out of register and or memory locations데이터 이동: I/O제어: Test and ... repertoire): 얼마나 많은 그리고 어떤 연산들이 제공되는지, 얼마나 복잡한 연산들이 제공되는지데이터 유형들(Data types): 연산이 수행될 데이터의 유형명령어 형식 ... 바이트의 우측 네 비트를 분리해야 한다.Data TransferMust specify(명시 사항)근원지 및 목적지 오퍼랜드의 위치전송될 데이터의 길이각 오퍼랜드의 주소 지정 방식
    리포트 | 6페이지 | 1,000원 | 등록일 2018.11.29
  • HBS 다농(DANNON) 케이스 정리
    of deliverables and data for reporting purpose (to meet annual targets, operating free cash flow ... levelDannon was a U.S. subsidiary of Danone(fresh dairy)Marketing efforts had focused on growing U.S. yogurt c ... linked to the mission of health through food.O = opennessOpen global culture (regularly transferring)P
    리포트 | 7페이지 | 1,500원 | 등록일 2019.02.15 | 수정일 2019.03.06
  • RECOMBINANT DNA 5장 정리
    제5장. Fundamental Features of Eukaryotic Genes.진핵 생물의 근본 특징.서론However, even before recombinant DNA ... 싱의 중요성은 인간 유전체 프로젝트 (Human Genome Project)의 데이터에 의해 강조되었다.A “back of the envelope” calculation had ... gradient ultracentrifugation of eukaryotic DNA revealed that in addition to the main band of genomic DNA
    리포트 | 19페이지 | 2,000원 | 등록일 2018.06.05 | 수정일 2018.06.07
  • 4주차, 증폭기실험
    Fundamentals of operatioStudent numberNameClass numberAffiliationExperiment datenal amplifierTable ... of ContentsTitlePageTable of contents........1Method........21. Experiment 1~42. Experiment 5Result ... ........6Conclusion........7Reference........Method1. Experiment 1~4 Circuit diagram of
    리포트 | 10페이지 | 1,000원 | 등록일 2018.11.02
  • 서울대학교 물리학 실험 2 실험보고서 01 전하와 전하 사이
    ] David Halliday, Fundamentals of Physics Extended, Wiley, 2013, p.717-737 PAGE \* MERGEFORMAT 1 ... 의 전기력을 측정한 것이 되었다. 그 결과 측정 값이 이론 값보다 작게 나타났고 이는 실험2에서도 마찬가지이다.따라서 현재 측정 데이터를 통해 쿨롱의 법칙이 정확히 성립하는지는 알 수 ... 사이의 거리 측정 오차로 충분히 설명된다. 따라서 실험3의 데이터로부터 쿨롱의 법칙이 성립함을 말할 수 있다.실험4에서는 절반은 테프론, 절반은 공기로 두면 두 종류의 축전기 2개
    리포트 | 5페이지 | 1,000원 | 등록일 2019.12.26
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 09월 17일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:23 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감