• 통큰쿠폰이벤트-통합
  • 통합검색(694)
  • 리포트(604)
  • 시험자료(34)
  • 자기소개서(31)
  • 논문(7)
  • ppt테마(6)
  • 서식(5)
  • 이력서(4)
  • 방송통신대(2)
  • 노하우(1)

"naming choice" 검색결과 1-20 / 694건

  • [C언어_실습과제] 문항 2 - e-Mail 주소 변환 프로그램(참고예시)
    각 요소로부터 이메일 생성 선택") choice = int(input("선택: ")) if choice == 1: email_input = input("이메일 주소 입력: ") name_result ... }") print(f"국가: {country_result}") elif choice == 2: name_input=input('이름:') sys_input=input('시스템:') ... (name, system, domain, organization='', country=''): if not country: country = 'usa' return f"{name}@
    리포트 | 3페이지 | 4,000원 | 등록일 2023.10.24
  • 파이썬으로 매출 관리 프로그램을 구현한 코드입니다.
    종료")choice = input("선택: ")if choice == "1":write_daily_sales()elif choice == "2":calculate_total_average_sales ... 종료")choice = input("선택: ")# 사용자 선택에 따라 함수 호출if choice == "1":write_daily_sales()elif choice == "2":calculate_total_average_sales ... ()elif choice == "3":breakelse:print("올바른 옵션을 선택하세요.")결과 : 매출기록 파일에는 입력한 일일 매출이 기록되어 저장됩니다.
    리포트 | 5페이지 | 1,500원 | 등록일 2024.01.06 | 수정일 2024.01.18
  • 컴퓨터프로그래밍: 객체지향기반 물품관리 프로그램
    ; break; } } while(choice ! ... );프로젝트 실행 main() 의 예 do { menu_choice = select_menu (); switch( menu_choice ) { case 1: my_warehouse.fillItemList ... [ i]. getName (); if ( sell_item_name.compare ( current_item_name ) == 0) { // find matched item name
    리포트 | 6페이지 | 1,000원 | 등록일 2019.11.09
  • 급여관리 프로그램 작성 레포트
    \n\n", e[high_e].name);}// d. 개인별 급여 조회else if (choice == 'd'){printf("급여 조회를 원하는 직원의 사번을 입력하세요.") ... int main(){struct employee e[10];int i = 0, cnt, high_e, yes = 1, num, found = 0;char choice;// 1. ... 전체 직원 급여 평균 출력else if (choice == 'b')printf("전체 직원의 총급여 평균은 %f원입니다.\n\n", salaryavg(e, cnt));// c.
    리포트 | 19페이지 | 2,500원 | 등록일 2022.06.05
  • [영문독후감] 부활 - 톨스토이
    Maslova is a survivor who has had to make difficult choices in order to survive, and her resilience and ... he becomes more involved in Maslova's case, Nekhlyudov also begins to examine his own life and the choices ... on a jury for a woman named Maslova who has been accused of theft and prostitution.As Nekhlyudov hears
    리포트 | 1페이지 | 2,500원 | 등록일 2023.01.10
  • 제대로번역한 New Interactions1 Chap5-3. Do You Know What You Will Do?
    A study shows that teaching is the top career choice for teenagers. ... More than ten percent of teenagers name teaching as their dream job.
    리포트 | 4페이지 | 2,000원 | 등록일 2021.12.03
  • 영화 니모를 찾아서(Finding Nemo) 줄거리 영어 1쪽 요약본
    They are reunited in the ocean, and Marlin learns to let Nemo make his own choices and to not be so overprotective ... The film tells the story of a clownfish named Nemo who is taken from his home in the Great Barrier Reef ... Nemo's father, Marlin, sets out on a journey to rescue his son, with the help of a forgetful fish named
    리포트 | 1페이지 | 2,000원 | 등록일 2023.01.30
  • 두근두근 파이썬9장 연습문제
    :')contacts[name] = telwhile True:name = input('(검색모드)이름을 입력하시오:')if not name:break;if name in contacts ... ()for n in range(side):t.fd(length)t.lt(360/side)t.end_fill()for n in range(20):color = random.choice ... :print(name, '의 전화번호는 ',contacts[name],' 입니다.')
    리포트 | 6페이지 | 1,500원 | 등록일 2019.09.21 | 수정일 2020.04.23
  • (영어 레포트) 맥도날드 마케팅 전략 (Hospitality Marketing)
    - Group Assignment -Course Name: Hospitality MarketingCourse code: 32**HSLTutor’s Name: J*** Ca***Tutorial ... They made this crisis to opportunity for recovering refreshing itself and providing consumer choice. ... McDonald’s concerns menu including Happy Meal that is children choice healthy dessert and beverages such
    리포트 | 13페이지 | 4,000원 | 등록일 2021.08.26
  • 난생처음 파이썬 프로그래밍 교재 LAB 문제풀이 정답(4장~7장)
    랜덤하게 가위/바위/보를 내기 위해 필요한 라이브러리myHand = input("나의 가위/바위/보 ==> ")comHand = random.choice(["가위", "바위", " ... = input("이름을 입력해주세요 : ")print("원본 문자열 ==> %s" % name)reverse_name = ''for char in name :reverse_name ... = char + reverse_nameprint("반대 문자열 ==> %s" %reverse_name)2.
    리포트 | 8페이지 | 5,000원 | 등록일 2023.07.01
  • 무인 독서실 예약 프로그램 - 파이썬
    choice():if var.get()==1:label1.configure(text="전대점")else:lavel1.configure(text="매곡점")var=tk.IntVar() ... __name__frame = F(parent=container, controller=self)self.frames[page_name] = frameframe.grid(row=0, column ... rb1 = tk.Radiobutton(self,text ="전대점",variable = var,value=1,command = choice)rb2 = tk.Radiobutton(self
    리포트 | 13페이지 | 3,000원 | 등록일 2020.03.27
  • 역사상 가장 위대한 정리 - 베이즈 정리 (영문리포트)
    my choices. ... The facilitator then asks the participant to change their choice. ... The issue became famous as a highlight of the American television game show "Let's Make a Deal", named
    리포트 | 5페이지 | 2,500원 | 등록일 2023.05.19
  • 미국 대학원 장학금 지원 신청서
    , I have offers with full funding from two other universities but your program is definitely my top choice ... (교수의 성),I am (나의 full name), an admitted student to the (과이름) program for the Fall 20## session. ... who can’t afford the huge expenses of PhD.
    자기소개서 | 1페이지 | 3,000원 | 등록일 2021.03.18
  • A+ 자료) Why are you studying English?
    , I had no choice but to wander when ordering food or finding a way.I fell into a sense of frustration.Thanks ... Hello, my name is Jong Ho.From now on, I will tell you the reason why I study English.The reason why ... should make up for the lack of English conversation.So I bought a book to study English conversation
    리포트 | 2페이지 | 1,000원 | 등록일 2023.01.21 | 수정일 2023.02.28
  • 미국 박사과정 지원 합격 Statement of Purpose (SOP) education 관련 전공
    Statement of PurposeEntering graduate school was the best choice I made in my twenties. ... Theories introduced by scholars such as [name of scholars] fascinated me since they well explained cases ... of [conference name] conference were of practical help as I worked on the paper I later published in
    자기소개서 | 2페이지 | 4,000원 | 등록일 2020.08.08
  • 시사영어 레포트(본문요약)
    유럽 문화에서는 전형적으로 이름들이 부모님들에 의해 선택되어 집니다.Parents’ choice for their child’s name may be based on names of그들의 ... 또 다른 가족들은or professional name-makers come up with a child’s name. ... 〈본문〉When naming a child, some parents seem to choose a name based아이들의 이름을 지을 때 몇 몇 부모들은 단순히 그들의 개인적인
    리포트 | 3페이지 | 2,000원 | 등록일 2022.02.28
  • 게임을 위한 파이썬 문법 강의
    ( m.pi ) print(pi )모듈 from time import sleep s leep(5) import random a = [img1, img2, img3] r andom.choice ... 컴퓨터는 항상 0 부터 시작해요 . ​print(names[1 ]) print(names[2]) ​ # print(names[3]) # 에러가 생깁니다 . ... = add(a, b, c) print(result ) 함수는 같은 일을 반복하지 않기 위해서 사용합니다 .
    리포트 | 15페이지 | 2,500원 | 등록일 2020.09.18
  • 비즈니스영어
    And You can personally bring something pretty and decorate the cafe.Also, our cafe has a dog named "Coco ... . .Of course, you can sit and rest, but if you want, playing with Coco can be a good choice.Our store ... it.It was our store's desire(디자이얼) to sell only fresh desserts, and it was our choice to encourage consumers
    리포트 | 2페이지 | 2,500원 | 등록일 2022.04.18
  • Helinox DAC
    Helinox is a compound name formed from the name of ‘Helios’ the sun god and the night goddess ‘Nox’. ... DAC tent poles are the first choice for high quality light weight tents. ... from ground: 35cm Packing Size: 35cm×12cm Seat Width: 52cm Seat Height: 65cm Weight: 850g (910g when
    리포트 | 22페이지 | 2,000원 | 등록일 2023.02.15
  • 매트랩과제3 18.4.1
    ‘6. >> choice= ‘Enter’ 를 눌렀을시choice =1//‘Wait’를 눌렀을시choice =2//‘Leave’를 눌렀을시choice =31. >> a=[13 182 ... >> strrep(temp,'He','your name')ans ='your name is a smart guy! ... LineSpec)plot(X1,Y1,...,Xn,Yn)plot(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn)plot(Y)plot(Y,LineSpec)plot(___,Name
    리포트 | 4페이지 | 1,000원 | 등록일 2021.02.07
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:47 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대