• 통큰쿠폰이벤트-통합
  • 통합검색(7,871)
  • 리포트(7,015)
  • 시험자료(361)
  • 논문(158)
  • 방송통신대(155)
  • 자기소개서(112)
  • 서식(29)
  • 이력서(27)
  • ppt테마(10)
  • 노하우(4)

"publication system" 검색결과 61-80 / 7,871건

  • 강의발표자료. 파란색. 심플한 교육발표자료. 강의자료. 교제.
    교육시스템 WEBSITE PROGRAMMING The mystical institution of Borcelle School.INTRODUCTION Lorem ipsum dolor ... Another understanding of the database is a system that functions as a collection of files, tables, or ... amet, consectetur adipiscing elit.WEBSITE Borcelle School A website is a collection of interrelated, publicly
    ppt테마 | 10페이지 | 1,500원 | 등록일 2023.12.10
  • 성결대 자바 중간고사 족보
    아래 자바 프로그램에서 빈칸을 채워라public static void main(String args[]) {System.out.println(“지금은 몇 월?”) ... public static void main(String args[]){int sum = 0;for(}) {sum = sum + i;System.out.println(i+“sum = ... ;public class C_interest {public static void main(String args[]){form = newSystem.out.println(“form.format
    시험자료 | 4페이지 | 21,000원 | 등록일 2023.12.15 | 수정일 2024.04.15
  • [방송통신대학교 컴퓨터과학과] 2020년 1학기 JAVA프로그래밍 기말 온라인평가
    public class Test {public static void main(String[] args) {int a = 9;int b = 5;int hap = 0;if(a ... 만약 for문이 끝난 뒤 System.out.println이 출력된다는 점을 모를 경우 4번을 선택할 확률이 상당히 높다. ... {for(int i=0; i
    방송통신대 | 6페이지 | 7,000원 | 등록일 2022.12.15
  • Criteria for dividing a stable state and a unstable state (안정적인국가와 비안정적인 국가를 나누는 기준)
    in the country rate the social system. ... (이청주, 유은지,2013) 그러므로 부정부패가 만연하여 청렴하지 않은 나라는 안정적이라고 할 수 없다.또한, 정치 분야의 시스템이 합리적으로 운영이 잘 되고 있는가에 대한 여부는 ... (오경수, 천명재, 김경희, 2013) 따라서, 정치 시스템이 제대로 작동하지 않으면 정부에 대한 시민들의 기대는 낮을 수밖에 없는데, 국민의 신뢰와 신심이 낮을수록 사회 안정성은
    리포트 | 5페이지 | 4,000원 | 등록일 2024.03.22
  • 객체지향 프로그래밍 족보
    void 출근();public void 퇴근();public void 휴가(String vacationDate);public void 근무기간설정();public void 휴가(String ... uniqueSet.add(applicant)) {// 이미 추가된 경우, 중복된 경우duplicates.add(applicant);}}System.out.println("중복(2회 ... `System.out.println("absolute value of " + i + "=" + absVal);`: 여기서는 문자열 결합 연산 중에 `i`가 `String`으로 자동으로
    리포트 | 9페이지 | 1,000원 | 등록일 2024.02.17
  • 건국대학교 컴퓨터공학부 Java프로그래밍_2주차_랩실습보고서
    학번, 이름 나이, 주소 입출력하기소스코드public static void main(String[] args) {Scanner input = new Scanner(System.in) ... 가위, 바위, 보 게임소스코드//가위(0) 바위(1) 보(2)public static void main(String[] args) {Random r = new Random();int ... 비밀번호 체크하기소스코드public static void main(String[] args) {int count=3;final String pass = "JAY";while(count
    리포트 | 6페이지 | 1,500원 | 등록일 2022.07.06
  • 인구보건 영어지문
    growth and, consequently, its healthcare needs and resources.High fertility rates can strain healthcare systems ... 출산률과 공중보건에 미치는 영향[ Fertility Rates and Their Impact on Public Health ]Fertility rates, which measure ... the number of live births per 1,000 women in a specific population, are a critical factor in public health
    리포트 | 5페이지 | 2,500원 | 등록일 2024.05.01
  • (레포트)홍보와 PR에 대한 이해_홍보와 PR의 차이점
    PR의 시스템 PR의 시스템 구성도1) PR의 관리(management) 상황(1) 평판 관리(Reputation management)평판의 일반적인 의미는 기업 PR 활동이라고 할 ... PR(Public Relations) 개념 고찰PR은 미국에서조차 통일된 견해가 없을 정도로 매우 다양한 정의를 내포하고 있다. 렉스 F. 할로우 (Rex F. ... 홍보와 PR의 차이점홍보는 ‘널리 알리다’라는 의미, 즉 대중매체 또는 인터넷 플랫폼 등을 활용하여 콘텐츠 또는 물품 등을 알리는 것이 홍보이다.PR은 Public Relations의
    리포트 | 3페이지 | 2,000원 | 등록일 2024.06.04
  • 최적의 문자열 편집(자바)
    System.out.println(" ");}// 배열 속 원소들을 합쳐서 하나의 문자열로 출력해주는 함수 public void array2string(String[] x) {for ... 프로그램 소스_1 (편집 함수들을 포함하는 Edit 클래스)// Edit 클래스 선언public class Edit {// 최적 편집 순서로 편집되는 중간 문자열이 저장되는 배열String ... text[];// 정수로 이루어진 2차원 배열을 출력하는 함수// 배열, 행, 열을 입력받아서 2중 for문을 통해 모든 원소를 출력public void IntArrayPrint(
    리포트 | 15페이지 | 3,000원 | 등록일 2021.03.01
  • 2020년 웹 개발자로 구직하며 면접에서 받았던 실제 질문 모범 답변 및 면접을 준비하며 서칭하여 찾은 실제 질문 및 답변을 정리
    중복의 최소화, 무결성, 공유, 보안관리 제공- 데이터베이스관리시스템(DBMS;Database Management System)이란모든 응용프로그램들이 데이터베이스를 공유할 수 있도록 ... 관리해 주고,데이터베이스를 유지하기 위한 일련의 소프트웨어시스템- 정의/조작/제어 기능이 있다.- 장점1) 데이터 중복의 최소화2) 데이터 공유3) 데이터의무결성, 일관성 유지4) ... ("최소값 : "+min);System.out.println("최대값 : "+max);}}- 유클리드 알고리즘; 최대공약수/최소공배수 빠르게 구하기package com.practice.java
    자기소개서 | 11페이지 | 3,000원 | 등록일 2020.12.29 | 수정일 2021.01.04
  • 소공기말 총정리
    void main(String[] args) {System.out.println(0.0 / 0.0);System.out.println(0 / 0);}}- off(set)-by-one ... 포인터, 참조- 배열 인덱스 오류- 수식 예외 오류 : 0으로 나누기, NaN (IEEE Floating-Point 표현)public class Main {public static ... void remove() {// do nothing}}public class Client {public static void main(String[] args) {// Iterator
    시험자료 | 26페이지 | 2,000원 | 등록일 2023.06.18
  • 행정수단론 tools of governence
    Among the policies, the main focus is the ‘alternate no-driving system’ and the ‘free public transportation ... , alternative no-driving system has a high degree of directness. ... transportation policyThe free public transportation policy was introduced as a means of encouraging
    리포트 | 11페이지 | 2,500원 | 등록일 2024.06.07
  • 거버넌스란?
    New way of management based on liberal democratic social system. ... Social cybernetic system Self organized network Governance without Government In a Broad Sense It is ... management Good Governance Social cybernetic system Self-Organized network Peters Market government
    시험자료 | 18페이지 | 1,500원 | 등록일 2023.05.30
  • 교사를 위한 영어 기도문
    education system. ... education system before you. ... We believe that through prayer and action, positive change can happen in the education system.
    리포트 | 2페이지 | 1,000원 | 등록일 2023.07.21
  • Current status and Improving method of collections disposals in Public Library Management
    In these days, by the system of Illinois Library and Information Network, we can get the information ... In its early days, it focused on collaborative storage than resource sharing but it developed as a system ... Public libraries should focus on managing rather than increasing the quantity.
    리포트 | 20페이지 | 2,000원 | 등록일 2023.08.29
  • 객체지향언어 프로그래밍 예제
    ;else {System.out.print(" :");this.clean();}}}public class Water_clean {public static void main(String ... void thread(String color){//실을 꿰다System.out.println("바늘에 " + color + "색 실을 넣어 매듭을 지었다.");}public void ... (minute + "분" + second + "초가 걸립니다.");}else{//1분도 걸리지 않을 경우System.out.println(second손 클래스public int speed
    리포트 | 7페이지 | 1,000원 | 등록일 2020.07.15
  • 대학교 자바스크립트 과제이며, 윤년, 몸무게, 연봉을 출력하는 스크립트입니다.
    자바스크립트 과제입니다.1번 알고싶은 년도를 입력하면 윤년인지 윤년이 아닌지 결과가 출력되는 시스템입니다.import java.util.Scanner;public class Year ... ("이상적인 몸무게"+wi+"kg");}else {System.out.printf("이상적인 몸무게37Kg");}}}}3번 연봉과 근무태도를 입력하면 월봉이 출력되는 시스템입니다.import ... {public static void main(String[] args){int year;System.out.printf("알고싶은 년도를 입력하세요");Scanner scan =
    리포트 | 3페이지 | 4,000원 | 등록일 2020.02.29
  • Differences between Korean and American people's perceptions of COVID19 prevention policy
    Also, they followed the QR check-in system in obedience and used it to enter restaurants, cafes, and ... public places. ... have high credibility, then people would follow the policy such as contact tracking or QR check-in system
    리포트 | 6페이지 | 1,500원 | 등록일 2024.05.06
  • 방통대 방송대 Java프로그래밍 핵심요약노트 교재요약본 (1장~14장)
    Java 인터프리터가 클래스 파일을 Java VM 통해 실행class HelloWorld {public static void main(String[] args) { //args: sSystem.out.println ... ("Hello World"); //ln: li}}# 1~10 정수 합class Sum1to10 {public static void main(String[] args) {int sum
    방송통신대 | 28페이지 | 3,000원 | 등록일 2024.04.10
  • <대학영어2> 영어작문 기말에세이
    The publicity of universities is also revealed in the modern management system of universities. ... As such, universities are public property considering its historical background and operating systems ... For example, it can abolish the existing ‘daily pass’ and instead introduce a membership system to accommodate
    리포트 | 3페이지 | 1,000원 | 등록일 2022.11.13
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:56 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대