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

"publication system" 검색결과 81-100 / 7,871건

  • 알고리즘 선형검색, 이진검색
    public class Sequentialsearch { public static void main(String[] args) { int[] array ... = { 2, 3, 4, 8, 12, 13, 17 }; //배열 Scanner scan = new Scanner(System.in); System.out.print
    리포트 | 2페이지 | 1,000원 | 등록일 2021.09.01
  • 소켓프로그래밍
    *;public class SimpleServer //전화기{public static void main(String[] args){ServerSocket serversocket = ... *;public class SimpleClient{public static void main(String[] args){try{Socket newSocket = new Socket( ... ;Socket newSocket = serversocket.accept();System.out.println("클라리언트 접속!")
    리포트 | 3페이지 | 1,000원 | 등록일 2020.09.18
  • 6. 씨샵 프로그래밍 (텍스트RPG 6)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (6)C# 텍스트 RPG 만들기 using System; using System.Collections.Generic; using System.Text ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class Character { protected ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class GameController { private
    시험자료 | 12페이지 | 2,000원 | 등록일 2021.12.02
  • [영문리포트] 싱가포르 주택정책 Public Housing Policy in Singapore
    Also, HDB allows people to own public housing or resale, not proposing the rental housing system. ... Review Of Housing Policy And Housing Provision System In Singapore. ... Although there is very little space for private actors to take part in this market, this system enables
    리포트 | 4페이지 | 3,500원 | 등록일 2021.12.31
  • 버블정렬(자바)
    프로그램 소스package assignment;import java.util.Arrays;import java.util.Scanner;public class sorting {public ... static void main(String args[]) {int n;int arr[];String str;Scanner sc = new Scanner(System.in);System.out.print ... ("n 값 입력 : ");// n을 입력 받는다.n = sc.nextInt();// n의 크기를 가진 동적배열을 생성한다.arr = new int[n];System.out.print
    리포트 | 1페이지 | 2,000원 | 등록일 2021.03.01
  • 11. 씨샵 프로그래밍 클래스,객체지향
    () { System. ... System; namespace ConsoleApplication1 { class Dog { public string name; // 개의 이름을 나타내는 필드 public string ... : 객체 생성시 호출되는 메소드소멸자 구조 class [ 클래스명 ] { [ 클래스명 ] () { // } } 소멸자 : 객체 소멸시 호출되는 메소드 생성자 , 소멸자using System
    시험자료 | 33페이지 | 2,000원 | 등록일 2021.11.22
  • <현역의대생> 'The Zero Marginal Cost Society' 영어독후감
    public funds. ... Before talking about, the near collapse of the global banking system in 2008 terrified millions of people ... The American public was enraged that $700 billion in tax revenue was handed over to banks.
    리포트 | 12페이지 | 3,000원 | 등록일 2024.03.16 | 수정일 2024.04.08
  • 자바 프로그래밍 프로그램 연습문제
    *;public class Averagetest {public double average(int math,int science, int english) {int total = math ... static void main(String[] args){Scanner scanner = new Scanner(System.in);System.out.pring(“수학, 과학, 영어 ... ) {Scanner input = new Scanner(System.in);System.out.print("수학,과학,영어 순으로 3개의 정수 입력:");int math = input.nextInt
    리포트 | 20페이지 | 1,000원 | 등록일 2019.12.09
  • 7. 씨샵 프로그래밍 (텍스트RPG 7)
    ; using System.Collections.Generic; using System.Text; namespace TextRpg { class GameController { private ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class Character { protected ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { // 캐릭터를 상속받습니다 . class Monster
    시험자료 | 19페이지 | 2,000원 | 등록일 2021.12.02
  • 8. 씨샵 프로그래밍 (텍스트RPG 8)
    ; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character / ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class GameController { private ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class Character { protected
    시험자료 | 13페이지 | 2,000원 | 등록일 2021.12.02
  • [요약정리] 홍보론 1강 현대 PR의 기본 이해
    조직체(organization): PR의 주체 • 체계적인 시스템을 갖추고 목표를 이루기 위해 지속적, 반복적 노력 2. ... 공중(Public): 사회적 쟁점에 관심을 가지고 의식적인 자기 주장, 사고를 통해 여론 (public opinion)을 형성할 수 있는 사람 3. ... 현대 PR의 정의와 형태1-1) PR의 개념과 정의 - PRPublic Relations): 공중과 관계 맺기 - PR과 홍보를 혼용하여 사용하지만 홍보는 축소된 의미 - 홍보(弘報
    방송통신대 | 7페이지 | 3,000원 | 등록일 2021.04.23 | 수정일 2021.04.28
  • 자바 숫자야구
    package homework;import java.util.Random;import java.util.Scanner;public class homework1_1 {public static ... (0:종료,1:재시작)");int restart = scanner.nextInt();if(restart==0) {System.out.println("\n게임 종료\n");System.exit ... ;System.out.println("You make it on " +gameCount+ " tries.
    리포트 | 1,000원 | 등록일 2022.05.22
  • 심리학의이해 추가과제2 전공+심리학 자바로 만든 MBTI테스트기
    *;public class Psycology {public static void main(String[] args) {System.out.println("간단한 테스트로 내 MBTI ... \n");}}System.out.print("당신의 MBTI는 "+a+b+c+d+"입니다!");}} ... = 'E';break;}else if(arr.equals("아니오")){a = 'I';break;}else{System.out.print("예/아니오 로 입력하시오.
    리포트 | 3페이지 | 1,500원 | 등록일 2021.07.31
  • [경북대학교]자바프로그래밍 7장 과제 소스코드
    *;public class QuestionArrayList {public static void main(String[] args) {ArrayLista=new ArrayList(); ... int input=0;int num=0;Scanner scanner = new Scanner(System.in);do{System.out.println("1.ADD 2.REMOVE ... ;}a.add(num);System.out.println("");}else if(input==2) {System.out.print("삭제 값: ");num=scanner.nextInt
    리포트 | 4페이지 | 1,000원 | 등록일 2021.07.31
  • 20세기 미국 정부의 윤리 동향(영문판) A+
    Views of Ethics in Public administration the ethical agenda of public administration began with tumultuous ... of the spoils system and the corruption In addition to getting rid of evil, the civil service reformers ... It encompassed the basic principles of the civil service system, It was primarily a reaction to the abuses
    리포트 | 5페이지 | 4,900원 | 등록일 2020.06.05
  • 상속, 오버라이딩, 패키지, 접근지정자, 다형성 개념 설명(자바 프로그래밍)
    class num1 {public static void main(String[] args) {Square sq = new Square();sq.side = 2;System.out.println ... 오버라이딩되면 부모 객체의 메서드는 숨겨지기 때문에, 자식 개체에서 메서드를 호출하면 오버라이딩된 메서드가 호출된다.패키지패키지는 클래스 파일을 묶어서 관리하기 위한 수단으로 파일 시스템의 ... ;System.out.println("정육면체의 둘레: " + cb.getPeri());System.out.println("정육면체의 겉넓이: " + cb.getArea());System.out.println
    리포트 | 3페이지 | 1,000원 | 등록일 2021.07.16
  • 명품 자바 EX09_02 코드
    개수를 300개로 늘려서 다시 실험한다.import java.util.Random;public class Ex09_2 { public static void main(String[] ... ("%d ", n); } System.out.print("\n"); ... args) { int n = 0; Random r = new Random(); int[] array = new int[50]; System.out.printf("score[]
    리포트 | 2페이지 | 1,500원 | 등록일 2020.11.01
  • 자바 은행프로그램
    (money);b.deposit(money);System.out.println(a.getName()+"님의 계좌에서 "+b.getName()+"님의 계좌로 "+money+"원을 이체하셨습니다 ... =-1,i=0;for(i=0 ; i< count ; i++){if(account[i].getName() == name){result = i;break;}}if(result==-1)System.out.println ... .");}public int getAccountCount(){return count;}public String toString(){String str="";for(int j=0;j
    리포트 | 4페이지 | 1,000원 | 등록일 2019.10.31
  • 12. 씨샵 프로그래밍 (텍스트RPG 12)
    ; using System.Collections.Generic; using System.Text; namespace TextRpg public Player ( string name, ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class BattleController { private ... Player텍스트 RPG itemIdex 추가 Class Player텍스트 RPG 인벤토리 id 로 변경 Class Player텍스트 RPG 전체코드 Class Player using System
    시험자료 | 19페이지 | 2,000원 | 등록일 2021.12.02
  • 16. 씨샵 프로그래밍 (텍스트RPG 16)
    ; using System.Collections.Generic; using System.Text; namespace TextRpg { enum eShopCommand // 상점 열거형 ... ; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character / ... 텍스트 RPG 수정 실행 ( 구매 및 판매 ) Class ShopControllerC# 텍스트 RPG 만들기 텍스트 RPG 수정 실행 Class ShopController using System
    시험자료 | 11페이지 | 2,000원 | 등록일 2021.12.02
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:47 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대