• 통합검색(532)
  • 리포트(435)
  • 논문(40)
  • 시험자료(39)
  • 방송통신대(12)
  • 자기소개서(2)
  • ppt테마(2)
  • 서식(1)
  • 이력서(1)

"Double precision floating-point number" 검색결과 41-60 / 532건

판매자 표지는 다운로드시 포함되지 않습니다.
  • 쉽게 풀어쓴 C언어 express 13장 구조체 연습문제
    ---------\n");c = complexadd(A, B);print(c);}*///5번/*#include struct point{int x, y;};int equal(s ... {int x, y;};int equal(struct point *a, struct point *b){if (a->x == b->x && a->y == b->y)return 1 ... , y;};typedef struct circle{struct point center;int r;}CIRCLE;//원의 면적을 계산하는 함수double area(struct c
    시험자료 | 10페이지 | 1,500원 | 등록일 2021.06.06 | 수정일 2021.12.06
  • 판매자 표지 자료 표지
    (A+)열유체설계및실험_열전달_예비레포트
    Convective Heat Transfer Experiment-Identity Number :Name :Class Number :Affiliation : Sungkyunkwan ... (receptacles for heater element)14Heater element15Measuring point static pressureFigure 3. WL-314(2)Table ... University,School of Mechanical EngineeringDate : 2021-09-20AbstractAs an engineer, it is essential
    리포트 | 12페이지 | 1,500원 | 등록일 2022.07.07
  • 판매자 표지 자료 표지
    C언어 1학년 1학기 중간고사 개념정리본
    이 사용하는 데이터를 일시적으로 저장할 목적으로 사용하는 메모리 공간표준 자료형(정수형): short, int, long long표준 자료형(실수형): float, double ... (constant): 저장된 값의 변경이 불가능한 값.Short, int, long: 정수형 데이터double, float: 부동소수점형 데이터char:문자형 데이터short: 16 ... C언어[전체정리]컴퓨터는 범용적인 기계이다->컴퓨터를 범용적으로 만드는 것은 프로그램 사용계산기vs컴퓨터: 계산기는 정해진 기능만을 수행함. 기능 변경 불가. 컴퓨터는 수행
    시험자료 | 7페이지 | 1,500원 | 등록일 2024.06.16
  • [BUSS238] 광고론(영강)_레포트, 이마트의 지속가능성, ESG
    . Therefore, I would like to choose E-Mart, which has the largest number of stores in the country , to ... marketing. This report only deals with E-Mart, a large offline discount store.2Main point2.1Current s ... 1IntroductionWith prolonged Covid-19, the trend in our lives has changed from "Contact" to "Untact
    리포트 | 7페이지 | 5,000원 | 등록일 2021.08.03
  • 판매자 표지 자료 표지
    shell&tube type 열교환기 설계
    은 자유로이 움직일 수 있도록 Floating Tubesheet 나 U-Tube 와 같은 것을 사용한 것이다 . 이렇게 하면 Differential Expansion 에 의한 문제 ... 를이라면 Bellows 를 가지는 Single Tube-Pass Floating Head 라던지 , Expansion Joint 를 가지는 Fixed Tubesheet 열교환기 ... Shell 로 보기는 어렵다 .III. Shell Tube Type 열교환기 설계 (4) The H-Type Shell “Double Split Flow” Type 으로 불리
    리포트 | 102페이지 | 2,000원 | 등록일 2022.11.23
  • 판매자 표지 자료 표지
    The Teacher's Grammar of English TG 요약정리본 / Chapter 10. Determiners
    times)(9)She bought double the amount we need.10.2.10 Fractions (three-fourth, two-fifths)(10)Three ... .10.2.7 Cardinal Numbers (one, two, three)(7)She bought three hats.10.2.8 Ordinal numbers (first, s ... econd, next, last)(8)That is the second time he has done that.10.2.9 Multipliers (double, twice, three
    시험자료 | 9페이지 | 1,000원 | 등록일 2023.05.17
  • 판매자 표지 자료 표지
    씨샵 프로그래밍 (입출력,데이터 형식, 형변환)
    ,615 문자 char 2 실수 float 4 -3.402823e38~3.402823e38 실수 double 8 -1.79769313486232e308 ~ 1.79769313486232 ... } 1.2345000e+004 f / F 고정 소수점 Fixed Point {0:f} 12345.00 g / G 일반 General {0:g} 12345 n / N 숫자 Number ... ( 변수와 자료형 ) 자료형이란 ? 변수의 선언 정수 실수 문자열 Int float string 자료형 변수명 (= 초기값 ); Int level = 10 ; 세미콜론 프로그래밍 마침
    시험자료 | 42페이지 | 2,000원 | 등록일 2021.11.20 | 수정일 2021.11.27
  • 반도체와 삼성의 영향력 Semiconductor and Samsung’s Contribution to the Field 영어에세이 Research Paper (1026단어)
    has always been about faster speed, precision and minimizing the size of the device. The development ... , who is one of the top three in the field of semiconductors.-BackgroundSemiconductors are usually made ... , wasKorea is capable of making such devices.The 1980s constitutes a turning point in the history of
    리포트 | 5페이지 | 3,000원 | 등록일 2020.08.11
  • 판매자 표지 자료 표지
    국민대학교 국제안보협력 기말 에세이
    was a double-edged sword itself. The appearance of new-independent states separated from Soviet ... truggling to maintain its practical influence. Including the Baltic states, a lot of new-independent states ... separated from the collapsed Soviet Union arose, and Ukraine was one of them. NATO - Russia c
    리포트 | 4페이지 | 2,500원 | 등록일 2024.06.02
  • 부경대 프로그래밍 언어론 과제
    해야 한다.※ 자료형 :C언어에는 정수형으로 int, short, unsigned int, long long int 가 있고 실수형으로는 float, double이 있으며 문자형인 ... ) {float between;if (a1 > a2) {between = a1 - a2;printf("stud%d의 점수가 %d만큼 더 높습니다.\n", x, between);}else ... ;beginif a1>a2 thenbeginbetween := a1-a2;write('stud1s score is');write(between);writeln('points
    리포트 | 19페이지 | 1,500원 | 등록일 2020.11.04 | 수정일 2020.11.23
  • 토목공학 엔지니어(Civil Engineering)국내 대기업 인턴 및 신입 합격을 부르는 영문 이력서 및 자소서 핵심 문장(한국어 포함)
    and address concerns for on-going projects.작업을 계획하고 진행 중인 프로젝트에 대한 우려 사항을 해결하기 위한 기술 문서를 제공 ... on-site engineers.공사 진행 상황을 모니터링하고 건설업자 및 현장 엔지니어와 협의하기 위해 현장 방문을 실시했습니다.Acted as contact for client ... engineer and manager on [Number] highway projects. [번호] 고속도로 프로젝트에서 프로젝트 수석 엔지니어 및 매니저로 근무
    자기소개서 | 8페이지 | 3,000원 | 등록일 2021.10.25 | 수정일 2021.12.14
  • 판매자 표지 자료 표지
    화학공학실험2 화공실2 gas absorption 결과레포트
    double-film theory. The CO2 concentration in the bottom part of the reactor over time was measured ... 1. Title: Gas Absorption2. ObjectiveThe objective is to characterize the performance of a packed ... alculate the overall mass transfer coefficient, number of transfer unit and height of transfer unit.3
    리포트 | 7페이지 | 2,000원 | 등록일 2024.07.13
  • Surface tension 실험보고서(영문)
    the liquid at one point on the circumference is a=γcosθ, so the total force inside the c ... is displayed as '0'.(2) Place the pre-weighed paper sheet on the Ring. Put the weights on the sheet ... position.(4) Read the mark indicated by the dial.A-2) Measurement of the apparent surface tension(1
    리포트 | 5페이지 | 2,000원 | 등록일 2021.12.16
  • 판매자 표지 자료 표지
    화학공학실험2 화공실2 liquid-liquid extraction 결과레포트
    1. Title: Liquid-Liquid Extraction2. ObjectiveLiquid-liquid extraction is an operation for s ... eparating a specific substance from the mixture using a selective solvent when a means of distillation ... -based separation is inadequate due to the similarity in their boiling points of mixture (azeotropic
    리포트 | 7페이지 | 2,000원 | 등록일 2024.07.13
  • 판매자 표지 자료 표지
    무역실무 수출 아이템 발표 영어 PPT 자료
    Twin pressure electric rice cooker Model number : CRP-JHT1010FS Newest Twin ultra high pressure ... rice cooker·Ultra high pressure, zero-pressure cooking ·Double packing ·Separable cover by touching ... efficiency grade 1 st grade Model Number CRP-JHT1010FS Weight 8.7kgCUCKOO Electronics Business Type
    리포트 | 13페이지 | 2,500원 | 등록일 2022.04.24
  • 판매자 표지 자료 표지
    열유체실습 예비레포트 3
    number and Nusselt number. By using the values, we will figure out the convective heat transfer c ... ).Due to the large number of heat exchanger shapes and conditions, the thickness of the thermal ... imilitude theory a dimensionless number, the Nusselt number, can be developed that considers the
    리포트 | 11페이지 | 1,500원 | 등록일 2022.08.21
  • 3성분계의 상평형도 결정
    하였는지를 추정하였다.2. 서론-실험 목적: 물, 톨루엔, 아세톤으로 이루어진 3성분 액상계의 상평형도를 정삼각형 좌표계에 나타냄으로써 3성분 액상계의 상평형 거동과 정삼각형 좌표계를 이해 ... 하도록 한다.-이론① 정삼각형 좌표계3성분 계의 자유도, F는 Gibbs의 상률(相律, phase rule)에 따라 (5-p)로 나타내어진다. 3성분 계는 상이 하나이면 계의 상태 ... 의 변수는 F=3-p 가 되어 최대변수가 2개이므로 2차원 평면에 표시할 수 있다. 온도와 압력이 정해지고, 상이 하나인 계의 변수는 X1 + X2 + X3 = 1의 관계를 갖는 조성
    리포트 | 7페이지 | 1,000원 | 등록일 2021.10.29
  • C언어 완전정복(2)
    프로그래밍 언어실습Ⅱ2016081044 김다운2019.04.30 (화)√ 라이브러리 함수를 특징짓는 Point : 미리 정의되어 있고, 필요할 때 호출한다.C는 내장함수 방식 ... ( ), tolower( ), toascii( ) 도 마찬가지다. 라이브러리 함수에 들어있는 것들에 들어있는 pow( )는 pow(2.0, 3.0) ; 같은 형식으로 써야한다. 왜? double ... [10] ;gets(name) ;strupr(name) ;puts(name) ;}결과는 모두 대문자로 출력된다. TOM----------------------------------
    시험자료 | 27페이지 | 3,000원 | 등록일 2020.10.22 | 수정일 2021.01.06
  • 가변 시간 골드스미트 부동소수점 나눗셈기 (A Variable Latency Goldschmidt's Floating Point Number Divider)
    , and 59 for the double precision floating point. Let ‘F=1+e’, there is ‘F=1-e’, where ‘e< e+3e’. If ... algorithm for a floating point divide calculates it by performing a fixed number of multiplications ... this truncation error is less than ‘e=2’. The value of p is 29 for the single precision floating point
    논문 | 10페이지 | 무료 | 등록일 2025.05.25 | 수정일 2025.05.27
  • 가변 시간 골드스미트 부동소수점 제곱근 계산기 (A Variable Latency Goldschmidt's Floating Point Number Square Root Computation)
    is 28 for the single precision floating point, and 58 for the double precision floating point. Let ... iterative algorithm for finding a floating point square root calculates it by performing a fixed number of ... given value. To find the square root of a floating point number F, the algorithm repeats the following
    논문 | 11페이지 | 무료 | 등록일 2025.05.29 | 수정일 2025.06.05
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 06월 09일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
2:36 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감