• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(705)
  • 리포트(604)
  • 시험자료(61)
  • 방송통신대(13)
  • 논문(11)
  • 자기소개서(7)
  • 서식(6)
  • 이력서(3)

"compiler" 검색결과 41-60 / 705건

  • C언어 스케치 연습문제 솔루션 - 제 03장 입출력
    )가 컴파일(compile)하기 전에 어셈블러의 전처리(preprocess) 과정이 필요하다.. ( X )자료유형 short는 short int라고도 하며, long은 long int라고도 ... 저장공간 크기와 저장되는 자료 값의 종류가 결정된다. ( O )0과 양수를 처리하는 자료유형은 short, int, long 앞에 키워드 unsigned를 표시한다. ( O )컴파일러(compiler ... char a; int d;float f1 = 3.5, f2 = 3.5;char ch = 'c';unsignedchar = 5;char field = 127;printf("%d\n",
    리포트 | 13페이지 | 1,000원 | 등록일 2023.02.16
  • 웹페이지에서 이메일 주소를 추출하는 자바 프로그램
    container){Pattern p = Pattern.compile("([\\w\\-]([\\. ... @newsis.com원하는 대상 URL은 url 에 입력하면 된다. ... GetEmailAddr {static String url="https://newsis.com/view/?
    리포트 | 4페이지 | 3,000원 | 등록일 2020.07.07
  • 안도다다오 고시노하우스PPT
    ,1820-2000 - 건축의 형태공간 · 규범 - 나, 건축가 안도다다오 사이트 - https://www.slideshare.net/nabeelajoomun/group-work-compilation ... lp=true - https://www.pinterest.co.kr/pin/344173596496136640/? ... next_slideshow=1 - https://www.pinterest.co.kr/pin/*************18924/?
    리포트 | 26페이지 | 1,500원 | 등록일 2021.04.26 | 수정일 2021.06.13
  • 지속 가능한 관광 방안 (쿠바)
    TransportationStakeholders for Environmental Issue Government “Old cars are a good attraction ” → Making policy and compilation ... 3945955 Socio-cultural Issue https:// www.scmp.com/magazines/post-magazine/travel/article/2126623/good-bad-and-ugly-sides-cuba-tourists ... ars ↓ Air pollution No more bright colored citySustainable Plan with Multiplier Effects Diesel Lots of
    리포트 | 17페이지 | 2,000원 | 등록일 2021.05.10
  • 데이터 구조 2 정리
    두 알고리즘의 성능 비교시간 복잡도(time complexity)- T(P) = compile time + run time- 시간 추정1.system clock 사용2.프로그램 수행시 ... - step count 결정하는 동기1. ... 새로운 로 확장된 array returnArray(C 언어에서 표현)- c에서의 1차원 arrayex) int list[5], *plist[5]; -> 연속된 memory 공간 할당
    리포트 | 4페이지 | 1,000원 | 등록일 2020.09.19 | 수정일 2020.10.16
  • 웹사이트 디자이너(Website Designer)국내 및 외국계 취업 및 이직 합격을 부르는 영문이력서 및 자소서 핵심 문장(한국어 포함)
    title]과(와) 협력 했습니다.Consulted with marketing department to ascertain organizational requirements, then compile ... coding to create web page content that addresses organizational demand.조직의 요구를 해결하는 웹 페이지 내용을 작성하기 위한 ... 기반 SEO 및 광고 캠페인을 구현하여 예산 사양을 충족 했습니다.Determined coding requirements for site creation, including e-commerce
    자기소개서 | 7페이지 | 3,000원 | 등록일 2021.12.17
  • 파이썬 프로그래밍 오리엔테이션
    유사 C, C++, Java, Python 등 대부분의 언어프로그램 처리 기법에 따른 분류 컴파일 기법 컴파일 (compile): 고급 언어로 작성된 프로그램을 컴퓨터가 실행할 수 ... 있는 프로그램으로 변환하는 방식을 의미 컴파일러 (compiler): 컴파일 프로그램 원시 프로그램 (source program): 고급 언어로 작성된 프로그램 목적 프로그램 (object ... v=cDA3_5982
    리포트 | 28페이지 | 4,000원 | 등록일 2022.03.21 | 수정일 2022.07.20
  • 조선시대 유물 소개 (영어)
    The Annals for each reign were compiled and published based on the court historiographers’ transcripts ... Because these annals were compiled under the direction of the Japanese, so the distortion of facts damage ... , there are many virtual countries on the map such as volcano country, women country, three-head country
    리포트 | 7페이지 | 2,000원 | 등록일 2019.11.17
  • [ICU 워드클라스] - Ventilator의 종류와 기전, 사용환자의 간호와 합병증
    tidal volume 제공 장점: 폐상태(airway resistance, lung compilance)와 상관없이 일정한 TV을 제공 단점: 과도한 TV으로 인한 폐손상 위험성 ... 가까이 두도록 한다. 5. ventilator 사용 환자의 간호6. ventilator 사용 환자의 합병증 합병증의 원인: 양압환기와 기관내 삽관으로 일어난다. 1) Airway compilation ... /content/56/8/1170 - 황옥남 외.
    리포트 | 19페이지 | 1,000원 | 등록일 2021.12.08 | 수정일 2021.12.14
  • C프로그래밍 핵심정리
    변환 단계(compile) : 소스파일을 기계어로 변환한다. 이 때 파일을 오브젝트 파일이라 부른다. 3. ... C 언어의 특징1. 이식성이 좋다. 2. 모듈성이 좋다. 3. 간결하다. 4. 효율적인 언어이다. 5. 범용언어이다.1.
    시험자료 | 6페이지 | 2,500원 | 등록일 2022.11.09 | 수정일 2023.05.16
  • 영작 세종대왕 업적 배울점
    This institution played a crucial role in research and the compilation of important texts, contributing ... His contributions extended to music, science, and technology. ... Before Hangul, literacy was a privilege of the elite who could read and write Chinese characters.
    리포트 | 2페이지 | 500원 | 등록일 2024.07.14
  • 2020년 가천대학교 편입 기출 C형(문제만)
    Our website compiles news headlines and summaries from other sources, and it allows you to scan them ... all in one place. (1.2) ① copies② remits③ delivers④ edits 2. ... the setting of social agendas and forming public opinions, are positioned to stand out, and the list changes
    시험자료 | 12페이지 | 2,000원 | 등록일 2021.11.14
  • 인하대 정보통신공학과 시스템프로그래밍2주차 과제
    cat because it’s a compiled file.5548 89e5 bfc0 0640 00The red part (55) is push ebpThe blue part (48 ... 2369 6e63 6c75 6465 203c 7374 6469 6f2e 683e in ASCIIHomework 6 :We can’t se the contents of ex1 with ... 99 e5) is mov rbp, rspThe green part (bf c0 06 40 00) is mov edi, 0x40006c0Homework 7 :Homework 8 :Homework
    리포트 | 16페이지 | 1,000원 | 등록일 2022.05.20
  • 방통대 2021년 1학기 C프로그래밍 기말과제
    ① example.exe정답해설c언어 프로그램은 코딩(coding), 컴파일(compile), 링킹(linking)의 3단계 변환 과정으로 완성된다. ... counter ... #include void main() {char var='A';printf("varl=%d var2=%c", var, var); ㉠putchar(var+2) ; ㉡}3.
    방송통신대 | 11페이지 | 15,000원 | 등록일 2021.05.24 | 수정일 2021.05.26
  • 토익수능 필수영단어암기자료-누적테스트지 포함
    cheat----------41 cinema42 classify43 clause44 clinic45 collapse46 collide47 collision48 compel49 compile50 ... cheat----------41 cinema42 classify43 clause44 clinic45 collapse46 collide47 collision48 compel49 compile50 ... convenient76 convention77 conversion78 convert79 couch80 criterion----------81 curriculum82 curve83
    리포트 | 154페이지 | 1,000원 | 등록일 2020.01.23
  • 한양대학교 공학도를위한창의적프로그래밍 기말고사 치팅페이퍼
    머신 러닝1) 모델구조: Sequential() → model.add() → model.compile() ... layer 나란히 연결: model=Sequential()- 입력layer: model.add( Dense(30, input_dim=13, activation=- 모델컴파일: model.compile ... 반환 →df_scaled = pd.DataFrame( df_scaled, columns=df.columns )df_scaled.describe().loc[[‘mean’,‘std’,
    시험자료 | 1페이지 | 2,000원 | 등록일 2023.01.20
  • Use of Hashtags of Fashion Influencers on Instagram / 인스타그램 패션 인플루언서 해시태그 언어학적 분석
    Hashtag compiles posts with the same information by entering the topic you want to search for. ... hashtags, campaign hashtags, trend hashtags, and content hashtags. ... and enhancing curation functions.
    리포트 | 9페이지 | 4,000원 | 등록일 2024.02.04
  • [A0] 영어회화2 기말과제물.
    The best alternative we reached through the meeting was to scan the students’ photos, compile them into ... In addition, the students who received counseling could get some small gifts and a special discount for ... However, as the coronavirus hit the whole country, we were unable to hire a gymnasium and a big gathering
    방송통신대 | 6페이지 | 3,900원 | 등록일 2021.02.28 | 수정일 2022.08.24
  • The First English Dictionary
    It was compiled and written by Samuel Johnson. ... The committee's main goals were to publish a grammar of English, to create a dictionary, and to consider ... In France in 1635, Cardinal Richelieu called upon his country to establish the French Academy to establish
    시험자료 | 1페이지 | 2,000원 | 등록일 2023.12.29
  • SCAP 4일차 실습코드 정리 및 이론 요약
    */title "01jan2008 ~ 12dec2008 : 주문건" ;run;%mend;/* 현재는 매크로의 compile 상황을 로그에 나타내주지 않는다 *//* compile된 ... end;else do;%let foot=Some Internet Orders;/ 3. global symbol table의 foot 변수 값 업데이트 /end;end;run;/ 4. compile ... 복습libname orion 'C:\educ\scap_94\macro1_94';/*1원빈도표 */%macro count;proc freq data = orion.orders;where
    시험자료 | 14페이지 | 1,500원 | 등록일 2020.05.30
AI 챗봇
2024년 08월 31일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
10:01 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대