• 전문가 요청 쿠폰 이벤트
  • 통합검색(1,163)
  • 리포트(973)
  • 시험자료(122)
  • 자기소개서(32)
  • 방송통신대(13)
  • 이력서(10)
  • ppt테마(8)
  • 논문(3)
  • 서식(2)
판매자 표지는 다운로드시 포함되지 않습니다.

"Library call" 검색결과 1-20 / 1,163건

  • [방송통신대 컴퓨터과학과] 파이썬과R 기말과제물
    )library(tidyverse)library(rapport)library(ggplot2)library(scales)# 2번 문제fileInfo = Sys.glob(paste0 ... (globalVar$inpConfig, "/rpy/nutrient2.csv"))data = readr::read_csv(file = fileInfo)dataL1 = data %>%dplyr ... ::na_if(0) %>%dplyr::select(everything()) %>%dplyr::summarise_all(funs(sum(is.na(.))))dataL1b) 파이썬
    Non-Ai HUMAN
    | 방송통신대 | 48페이지 | 3,000원 | 등록일 2021.04.12 | 수정일 2021.05.15
  • 교육공무직 합격 자소서 영문
    become a librarian who contributes to making libraries accessible and beneficial to all students and ... expertise in library-related tasks through various positions in university libraries and school ... time visiting libraries and bookstores to explore a wide range of books. During my school years, I
    자기소개서 | 2페이지 | 500원 | 등록일 2023.09.26
  • 데이터마이닝 통계 데이터과학과 방송통신대학교 과제
    = wine)> fit.step=step(fit.all,direction = "both")Start: AIC=1249.78quality ~ fixed + volatile + c ... - sulphates 1 1295.2 1311.2- alcohol 1 1351.9 1367.9> p.all cutoff=0.5> yhat.allcutoff,1,0)> tab.all ... 03 5 6 1, , Y = 2X2X1 1 2 31 2 3 42 0 7 13 0 0 2> data$X1 data$X2 library(rpart)> data.c data.t
    방송통신대 | 12페이지 | 6,000원 | 등록일 2023.06.18
  • 방송통신대학교 통계데이터학과) 데이터시각화 기말과제물 (50점 만점 A+)
    )> library(readxl)> library(reshape2)> setwd("C:/R")> cur cur# A tibble: 2,269 × 3date USD_to_KRW JPY100 ... 783pixelR코드:> setwd("C:/R/ne_110m_admin_0_countries")> library(sf)> library(ggplot2)> NE.countries ... all variable names> st_crs(NE.countries)Coordinate Reference System:User input: WGS 84wkt
    방송통신대 | 5페이지 | 6,000원 | 등록일 2024.12.11
  • 벤자민 프랭클린 위인전 감상문 영작
    and measure daily. His lifelong commitment to virtue and character formation is a powerful call to ... : Discovering Franklin in a Time of UncertaintyHello, my name is Kim. I found myself at a crossroads ... library and picked up an autobiography of Benjamin Franklin. What I expected to be a passing interest
    리포트 | 3페이지 | 1,000원 | 등록일 2025.06.20
  • 부경대 전자공학과 디지털시스템설계 과제(수의 정렬)
    _logic_1164.all;package use_package is constant sorting_in_width : integer :=4; constant sorting_out ... .all;entity sorting_circuit isport( clk : in std_logic;a,b : in sorting_in_value;fnd3, fnd2, fnd1 ... [과제 03] 수의 정렬 회로(Sorting Circuit)에 대한 설계[수행 및 제출(1)]수의 정렬회로를 VHDL로 설계하시오.library ieee;use ieee.std
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 4,000원 | 등록일 2022.02.05 | 수정일 2023.12.07
  • 판매자 표지 자료 표지
    영어단어찾기 게임 한글파일
    하다baseball야구play연주하다, (게임,놀이 등을)하다join참가하다, 가입하다meet만나다practice연습하다what무엇when언제how얼마나, 어떻게where어디에your너의club동아리movie영화watch보다ride타다bicycle자전거room방, 공간call전화하다 ... 고 다른 친구에게 소개 할 수 있다.● 동아리와 관련된 단어를 찾아 동그라미 하세요.Word Listbook책read읽다library도서관theater연극act연기
    리포트 | 2페이지 | 1,000원 | 등록일 2024.08.26
  • 판매자 표지 자료 표지
    Current status and Improving method of collections disposals in Public Library Management
    University Library built collaborative repository library with high technology which is called RCAP ... -Domestic Countermeasures' present conditionsForeign case of collaborative repository library-USA-Europe ... establish libraries continuously and to increase books in both quantity and quality until 2013
    리포트 | 20페이지 | 2,000원 | 등록일 2023.08.29
  • 여행영어) 외국인 친구에게 내가 살고 있는 지역의 명소 소개해 주기
    Daejeon with plenty to eat and see and People call this place the Modern Culture Exploration Road ... o many things all gathered here for example, you can see a large model of the moon on a bridge, and ... ride bicycles on exercise equipment distributed throughout the river and these people call the c
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 4,300원 | 등록일 2021.07.21
  • 판매자 표지 자료 표지
    <대학영어2> 영어작문 기말에세이
    The library is an important institution that contributes to the accumulation and spread of ... particular, university libraries can play a major role in activating research and forming social discourse ... often restrict citizens' access to the university library, because of concerns about infringement of s
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2022.11.13
  • 부경대 전자공학과 디지털시스템설계 기말1(패리티 검사기)
    검사기를 VHDL로 설계하시오.library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_arith.all;entity parity ... _checker isgeneric(n : integer := 7);port ( a : in std_logic_vector(n-1 downto 0);result : out std ... _logic; b : out std_logic_vector(n downto 0 ));end parity_checker;architecture design of parity_checker issignal parity: std_logic_vector(n downto 0);
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 4,000원 | 등록일 2022.02.05 | 수정일 2023.12.07
  • 부경대 전자공학과 디지털시스템설계 기말2(교통 신호등)
    .all;use ieee.std_logic_arith.all;entity traffic_sign isport( clk,standby,test : in std_logic; segR1 ... [수행 및 제출(2)][수행 및 제출(1)]에서 작성한 상태도에 따라 교통신호등 제어기를 VHDL로 설계하시오.library ieee;use ieee.std_logic_1164 ... 0));end traffic_sign;architecture design of traffic_sign isconstant RGtime : integer:= 10;constant
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 4,000원 | 등록일 2022.02.05 | 수정일 2023.12.07
  • 판매자 표지 자료 표지
    미드 The Office 시즌 1 ep.1 Downsizing 대본입니다.
    All right Jim your quarterlies look very good.How the thing is going at the library?Oh I told you c ... ?Actually you call me in here, but yeah.All right, well let me show you how it's done.Yes, I liked to ... ouldn't closet so?So you're come to the master for guidance?Is this what you're saying grasshopper
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2022.07.05 | 수정일 2022.07.12
  • 판매자 표지 자료 표지
    방송통신대학교-대학영어-다섯 개 단락의 글에서 자신이 공부해야 할 단어 열 개를 골라서 그것을 사용하여 새로운 문장 하나씩을 영작하시오.
    Judges should conduct the fair trial with a thorough investigation of all suspicions그러나 법관은 모든 의혹에 대해 ... lips of the yew tree that roots itself in graves, and the finger of a dead child:ⓓall these were set ... which he saw, boldly answered: “Where are they? let me see them.” And they called the spirits, which
    방송통신대 | 7페이지 | 3,000원 | 등록일 2023.11.06
  • 판매자 표지 자료 표지
    Lifetime of Fluorescence
    Lifetime of Fluorescence 202***** 이** Background Luminescence is observed as a direct consequence ... level, electrons can undergo various pathways. For an electron in the S0 state, initial excitement ... using laser can make it go to the S1 state or higher. Electrons that are excited to higher vibrational
    리포트 | 9페이지 | 2,500원 | 등록일 2024.11.15
  • 400단어 영어 에세이. 첨삭완료되어 문법과 구성이 정확합니다. 코로나 및 온라인수업 주제 <The Role of online learning in a pandemic era>
    COVID-19 has changed most aspects of our life. Social distancing has become a virtue, almost all ... libraries and museums have been shut down. Fortunately, the development of Internet technology has
    Non-Ai HUMAN
    | 리포트 | 1페이지 | 1,500원 | 등록일 2022.02.28
  • My best friend
    during lunch time and after school. So many memories have been built together.Of all things, we both ... in the same class when we were in elementary school and have been close friends ever since ... to him without realizing it. We were friends who took classes together and always played together
    리포트 | 3페이지 | 1,000원 | 등록일 2023.08.03
  • 한양대학교 전문학술영어(전학영, A+) Essay
    for all members of society.Second, the advantages of columnar structures in extending the life of ... the Kwanjeong Library to reduce both the construction period and costs. Taking everything into ... account, active use of existing buildings is probably the best way to protect the environment.All things c
    리포트 | 4페이지 | 2,000원 | 등록일 2023.02.13
  • [1지망 합격]교환학생 수학계획서
    really good opportunity for me.해당 학교 지원동기First of all, communication with local friends will improve c ... international peer mentoring program called lobo Friends at the [학교 이름]. This program is a mission of ... prosthetic legs. There are few research institutes or courses related to the field in Korea and some
    자기소개서 | 2페이지 | 3,500원 | 등록일 2023.10.12
  • 판매자 표지 자료 표지
    Semiconductor Device and Design - 13~14__
    . FPLD Design1. Custom1. Full custom Full Custom Design ▶ How designers design all circuits without using ... standardized Cell Library1. Full custom Full Custom Design ▶ Advantage : Low Chip price ( it can ... achieve excellent performance and reduce arera even though production cost is expensive ▶ Disadvantage
    리포트 | 17페이지 | 2,000원 | 등록일 2023.06.22 | 수정일 2023.06.25
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 25일 수요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:39 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감