• 통합검색(262)
  • 리포트(184)
  • 논문(57)
  • 시험자료(13)
  • 방송통신대(4)
  • 자기소개서(3)
  • ppt테마(1)

"shape coding" 검색결과 101-120 / 262건

판매자 표지는 다운로드시 포함되지 않습니다.
  • 한국인의 손짓언어를 활용한 3D 제스처인터랙션 어휘연구 (Research on the Three-Dimensional Gesture Interaction Vocabulary Utilizing Korean Hand Gestures)
    Koreans' hand gestures. Body language is a code shared within a group of people and hence can have ... hand gestures with functions by general meanings associated with them, rather than the shape of the ... 갖는다.몸짓언어는 한 집단의 약속된 코드(Code)이며 각문화적, 세대적 차이로 인해 상반된 의미를 가질 수있기 때문에, 연구범위를 현 한국사회에서 일반적으로 통용되는 손짓
    논문 | 14페이지 | 무료 | 등록일 2025.05.27 | 수정일 2025.06.04
  • 종동요형 파력발전장치의 발라스트 제어 알고리즘에 대한 규칙파 중 연구 (Study on Ballast Control Algorithm for Pitch-type Wave Energy Converter under Regular Wave Conditions)
    improve the WEC of an asymmetric shape that performs pitch motion, by changing the physical c ... 하였다. 3차원 회절/방사 포텐셜 해석 상용코드인 WAMIT을 이용하여 규칙파에 대한 25개 모델의 유체동역학적 특성을 파악하고 운동 성능을 비교하였다. 주파수 영역에서 산출 ... Energy Converters (WECs) are optimized for specific environmental conditions in the design pro-cess
    논문 | 10페이지 | 무료 | 등록일 2025.05.29 | 수정일 2025.06.05
  • 김내성 번안 추리소설에 나타난 공간의식 연구: 아서 코난 도일의 원작 속 공간과의 비교를 중심으로 (A study on the spatial perception in Nae-Seong Kim's detective novel adaptation — Focusing on the comparison of space in respect of Arthur Conan Doyle's original)
    disorderly to decipher the codes of space elements. Gyeongseong in Nae-Seong Kim's detective novel ... of modern city-space, creating shapes of detective on Nae-Seong Kim's detective novel adaptation of ... 었던 간극이기도 하다. This study was aimed at analysizing the diverse aspects of excellent self-consciousness
    논문 | 40페이지 | 무료 | 등록일 2025.05.27 | 수정일 2025.06.04
  • <시월애>와 <김씨표류기>에 나타난 섬과 소통의 의미 (The meaning of the island and communication in <A Love Story> and <Castaway on the Moon>)
    >. Seongmodo is the location of the movie, Il-Mare has a shape of remote island and eco-friendly structures, it ... can be said to shaped human fundamental solitude and father’s love towards his son. Through the ... 어서 중요한 코드인 소통의 의미를 고찰함으로써 영화에 나타난 섬에 대한 인식을 살펴보았으며, 향후 영화 속에서 섬이 훨씬 다양한 공간으로 형상화되고 그에 따른 연구도 활발해지기를 기대
    논문 | 27페이지 | 무료 | 등록일 2025.05.23 | 수정일 2025.05.26
  • 두근두근 파이썬1장 연습문제
    (), left() 함수만을 사용한다.#코드import turtlet = turtle.Turtle()t.shape("turtle");t.fd(100)t.lt(90)t.fd(100)t ... 를 두껍게 한다. 거북이를 이동하여서 다음과 같이 두께가 10인 선을 그려보자.#코드import turtlet = turtle.Turtle()t.shape("turtle");t ... 색으로 변경하여서 다음과 같이 길이가 100픽셀인 선을 그려보자.#코드import turtlet = turtle.Turtle()t.shape("turtle");t.color
    리포트 | 7페이지 | 2,000원 | 등록일 2019.05.28
  • MNIST CNN 학습 최적화
    oftmax 계산을 같이 해주는 softmax_cross_entropy_with_logits_v2를 적용했다.위의 사진은 수업 자료에 있는 코드에서 loss부분만 바꾼 것이 ... 학습횟수를 50000번으로 늘렸고 횟수를 늘린 만큼 속도를 높이기 위해 batch size를 250으로 증가시켰다. 기존의 코드였다면 overfitting이 발생해 nan이 나올 ... .Variable(tf.constant(0.1, shape=[num_filters2]))bn_conv2 = batch_norm(h_conv2,num_filters2,phase_train)h
    리포트 | 16페이지 | 2,000원 | 등록일 2019.12.23
  • 두근두근파이썬 2장 연습문제
    하면 되는가?#코드import turtlet = turtle.Turtle()t.shape("turtle")side = 200t.fd(side)t.lt(120)t.fd(side)t ... 가 회전하는 각도는 angle 변수에 저장한다.#코드import turtlet = turtle.Turtle()t.shape("turtle")side = 100angle = 90t ... p.691. 사용자한테 이름과 나이를 입력하게 한다. 사용자가 100살이 되는 연도를 화면에 출력하는 프로그램을 작성하라.#코드name = input("이름을 입력하시오
    리포트 | 6페이지 | 2,000원 | 등록일 2019.05.28
  • 판매자 표지 자료 표지
    두근두근 파이썬 6장 연습문제
    )*결과7번*문제 -터틀 그래픽과 반복을 사용하여 눈 모양을 그려보자.*소스import turtlet = turtle.Turtle()t.shape('turtle')t.color ... 는 프로그램을 작성하라. 별들은 시작 각도가 약간씩 다르다.*소스import turtlet = turtle.Turtle()t.shape('turtle')t.color('red')t ... randomimport turtlet = turtle.Turtle()t.shape('turtle')for i in range(10):r = random.randint(1,100)a
    리포트 | 8페이지 | 1,500원 | 등록일 2019.09.21 | 수정일 2020.04.23
  • 판매자 표지 자료 표지
    두근두근 파이썬 2장 연습문제
    .Turtle()t.shape('turtle')radius=50t.up()t.goto(0,0)t.down()t.circle(radius)x=int(input('증가시킬 반지름의 길이를 입력 ... ide 변수의 초기값은 100이다. side 변수를 이용하여 화면에 삼각형을 그려보자.소스)import turtlet=turtle.Turtle()t.shape('turtle')s ... 로 표시하였다. 만약 우리가 삼각형 한 변의 길이를 200으로 변경한다고 하자. 5번 코드에서 어디만 수정하면 되는가?소스)import turtlet=turtle.Turtle()t.s
    리포트 | 5페이지 | 1,000원 | 등록일 2019.09.21
  • 두근두근파이썬6과연습문제
    이름조원과제번호Chapter 6.작성 소스코드#연습문제1번:2~100 사이의 모든 짝수를 출력하는 반복 루프를 작성하기for i in range(2,101,2):print(i ... %로 1000만원을 저금했을 경우에 2000만원이 되는데몇 년이 걸리는지 계산하기 위하여 다음과 같이 코드를 작성하였다.잘못된 점은 없는지 체크해보자.'''year = 0 # 시간(년 ... = turtle.Turtle()t.shape("turtle")t.color("blue")for i in range(6):t.goto(0,0)t.forward(100)t.forward(
    리포트 | 10페이지 | 2,000원 | 등록일 2019.05.16 | 수정일 2019.05.23
  • 두근두근파이썬4과연습문제
    이름조원과제번호1번작성 소스코드# 연습문제 1번 (오류 발생 이유)# 오류 수정 전 : print( '나는' + 12 + '개의 사과를 먹었다.')# 오류 수정 후 : print ... 다.출력 결과스크린샷과제번호2번작성 소스코드# 연습문제 2번 : 문자열 더하고 곱하기print('apple'+"grage")print('apple'*3)출력 결과스크린샷과제번호3번작성 ... 소스코드# 연습문제 3번 개별문자 추출a=input('문자열을 입력하시오: ')print(a[0:2]+a[4:6])출력 결과스크린샷과제번호4번작성 소스코드# 연습문제 4번
    리포트 | 10페이지 | 2,000원 | 등록일 2019.05.16
  • 두근두근 파이썬 4장 연습문제
    #코드#출력결과‘apple’ + ‘grape’‘apple’ * 32. 다음과 같은 수식을 계산하면 결과는 무엇인가?applegrapeappleappleapple#답print ... ('apple' + 'grape')print('apple' * 3)#코드#출력결과3. 다음과 같이 사용자가 입력한 문자열 중에서 처음 2 글자와 마지막 2 글자를 추출한 후에 이 ... 들을 합쳐서 출력해보자.s = input('문자열을 입력하시오: ')print(s[0:2] + s[-2:])#코드#출력결과4. 다음과 같이 사용자가 입력한 문자열 뒤에 항상 “하는 중
    리포트 | 7페이지 | 2,000원 | 등록일 2019.05.28
  • 두근두근 파이썬 연습문제 3장
    에 100만큼 전진하고 왼쪽으로 90도 회전하여 100만큼 전진한다. 화면에 그려진 직선이 일치하는가?#코드import turtlet = turtle.Turtle()t.shape ... 하는 내장 함수 max(x,y), min(x,y)을 사용해보자.#코드x = int(input("x: "))y = int(input("y: "))a = x + yb = x - yc = x ... 는 다음과 같이 계산한다.#코드r = int(input("r: "))h = int(input("h: "))vol = 3.141592*r**2 * hprint("원기둥의 부피
    리포트 | 5페이지 | 2,000원 | 등록일 2019.05.28
  • 두근두근파이썬3과연습문제
    6번작성 소스코드# 93P 6번, turtle을 이용하여 직선을 그리기#1. turtle 그래픽을 생성하기import turtlet = turtle.Turtle()t.shape ... 조원과제 기여과제번호91p 1번작성 소스코드# 91p 1번 : max, min 함수를 이용하여 프로그램 출력하기x=int(input('x: '))y=int(input('y ... : ',multi)print('두 수의 평균: ',aver)print('큰 수',max(x,y))print('작은 수',min(x,y))출력 결과스크린샷과제번호91p 2번작성 소스코드
    리포트 | 8페이지 | 2,000원 | 등록일 2019.05.16
  • [A+]디지털 멀티미터를 이용한 저항측정, 공진 주파수, 보드선도 결과레포트(Basic tools for electronic measurement, system dynamics and time-frequency domain measurement)
    maximum percentage error of 0.43% and errors were within tolerance found from the color code. The ... )14n how the parameters affect the shape of the graph.4.3 Experiment using Bode AnalyzerWe made three ... and figured out resonance frequency. Also analyzed how damping ratio affect the shape of bode plots
    리포트 | 23페이지 | 2,000원 | 등록일 2019.12.22 | 수정일 2019.12.24
  • 두근두근 파이썬 Chapter 5 연습문제
    후에 조건문을 사용하여 큰 원 안에 작은 원이 포함되는지를 판단하는 프로그램을 작성하라.-소스 코드import turtlet=turtle.Turtle()t.shape ... 이 올바른지를 검사하는 프로그램을 작성하여라.-소스 코드import randomX = random.randint(1, 100)Y = random.randint(1, 100)sub = X ... Homework(과목 : 프로그래밍)연습문제 1다음 프로그램의 출력은 무엇인가?-소스 코드age = 20if age < 20:print('20살 미만')else:print('20
    리포트 | 9페이지 | 1,000원 | 등록일 2019.12.31
  • 영문에세이 간호학과 의료딜레마 Nursing) Discussion about Ethical Practice
    , justice, role fidelity and confidentiality. The code of ethics offer nurses guidance to act within the ... patients. The nursing code of ethics emphasizes the need for nurses to provide care for patients ... ethical conduct among younger nurses by impacting knowledge on ethical aspects and shaping policy
    리포트 | 3페이지 | 3,000원 | 등록일 2019.02.05
  • 항공기의 날개골의 종류 및 항공기에 작용하는 힘의 종류를 그림과 함께 특징에 대하여 영문으로 간단히 소개하시오
    characteristics depend on the shape of the airfoil.1. Camber - Distance from code line to average c ... amber line2. Leading edge - Airfoil refers to the front edge, the shape of the leadingedge has a c ... ircular arc or a pointed wedge shape3. trailing edge - The rear edge of the airfoil, the shape of the
    리포트 | 6페이지 | 1,000원 | 등록일 2018.06.11
  • Molecular biology Lecture 1. Macromolecules
    / DNA Mutagenesis Repair Transcription / Gene Regulation (operon) Translation / genetic code Genomics ... unraveling the genetic code 1972 Paul Berg Made the first recombination DNA in vitro 1977 W Gilbert ... important laboratory methods - IUltracentrifuge 1920s Estimation of size shape of molecule
    리포트 | 46페이지 | 3,000원 | 등록일 2019.05.17 | 수정일 2019.05.27
  • 파이썬으로 태극기 만들기
    )t.fd(x)t.right(90)t.fd(y)t.right(90)t.up()t.goto(0,0)t.down()def draw_shape(radius,color1):t.left ... .end_fill()draw_shape(R/2,"red") #태극무늬t.setheading(180)draw_shape(R/2,"blue")#건t.up()t.goto(-((9*R ... Homework(과목 : 프로그래밍)-태극기 그리는 소스 코드import turtlex=int(input("가로길이를 입력하세요:"))t=turtle.Turtle()y=(x/3
    리포트 | 7페이지 | 1,500원 | 등록일 2019.12.31
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 06월 08일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:39 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감