• AI글쓰기 2.1 업데이트
  • 통합검색(459)
  • 리포트(430)
  • 논문(9)
  • 방송통신대(9)
  • 시험자료(7)
  • 자기소개서(2)
  • 서식(1)
  • ppt테마(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"width function" 검색결과 201-220 / 459건

  • 80C196KS의 내부 및 외부구조
    Scan mode로 더욱 용이수행u PWM (Pulse Width Modulation)- 외부하드웨어사용으로 여러응용가능5) Memory Map( Memory Map의 형태)1 ... 에 추가된 RAM으로 SFR에 있는 윈도우로 RAM을 레지스트파일로 매핑시켜 RALU에서 사용가능u SFR (Special Function Resister)- 196 I/O
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2014.06.12
  • 영상처리 - Edge Detection
    -*//* Main function *//*---------------------------------------------*/void main(){// Initialize the ... (){VCAP_Frame *input;Uint8 *output;Uint8 *y1,*cr1,*cb1,*y2;int frameCnt, line;int cdx, cdy;int width ... _settings.vres;width = cdx/2;/*화면을 검은색으로 채워줘라*/for (frameCnt = 0; frameCnty1);cr1 = (Uint8*)(input
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,500원 | 등록일 2013.10.20
  • 알코올 의존증 case study
    distribution width; 적혈구 입자 분포폭)11.510.0-15.0증가: 철결핍성 빈혈, 골수이형성증후군, 한냉응집소PLT (Platelet count; 혈소판 수)262140-440 ... Assessment Function)=64점.(자가진단함.)15. 간호진단객관적 자료 : 1) 2012. 2. 2 간이정신진단 검사 결과 편집증적 사고가 두드러지는 것으 로 나타남.2) 입원시
    Non-Ai HUMAN
    | 시험자료 | 15페이지 | 6,000원 | 등록일 2017.07.25 | 수정일 2021.08.11
  • html 홈페이지 웹사이트제작 개인홈페이지
    = _contentsWidth;}}}function gcc_hasPhoto() {var i;for(i = 0; i < document.images.length; i++) {if ... (document.images[i].width >= user_contents_photo_minSize) {return true;}}return false;}function gcc ... _photo == true) {gcc_resizePhoto();}}function gcc_toggleShowContents() {if (gcc_contents_photo.style
    Non-Ai HUMAN
    | 리포트 | 3,000원 | 등록일 2009.12.09
  • <영문> Important Issues of International Law
    point)But there also differences between them1) while EEZ is the concept of Width or Distance ... Agreement on Tariffs and Trade). It is the International Institution which is similar to the function
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2014.06.28
  • Oscilloscope and Resonance Circuit
    , pulse width, and timing of pulses. Timemeasurements are more accurate when you adjust the portion ... by the period.?R-C, R-L serial/parallel circuit③ Observe output signal if step function, or square ... wave is applied to the differentiating/integrating circuit.[Intergrating Circuit-step function
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,500원 | 등록일 2012.11.27
  • 타이머와 카운터 예비보고서
    기능 : Pulse Width Modulation.(3) 8비트 타이머/카운터의 일반 동작모드① 8비트 타이머/카운터의 특징- 4개의 타이머/카운터 중 0번과 2번 타이머/카운터 ... Function I/O Register)- 특수 기능 I/O 레지스터- 타이머/카운터들을 동기화 하는데 관련된 기능을 담당하는 레지스터76543210TSM---ACMEPUDPSR0PSR
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2015.11.23
  • [아주대 전자회로실험] 예비3장. 적분회로
    , 측정계기(VOM), Oscilloscope, function generator- 저항 : 2.2k, 10k2EA, 22k, 100k,- 연산증폭기(반도체) : 741C, 콘덴서 ... 에서 삼각파의 기울기가 일정하기 때문에 출력파에서 미분된 형태인 상수로 신호가 출력된다. 시뮬레이션에서 Pulse width를 0으로 했었는데 제대로 된 그래프를 얻을 수 없 ... 었다. 내 소견으로는 기울기가 급격하게 변함으로서 미분값의 좌극한과 우극한이 다르기 때문인 것 같다. 그래서 Pulse width를 1ns로 매우 작은값을 인가해주었다.
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2011.09.10
  • 통신실험 예비 8
    on the dual Function Generator.3. Refer to Figure 2-8 and make the following connections.4. Set up ... 며 다른 말로 sinc 왜곡이라고도 한다. 또한 pulse들은 주기가 Ts인 유한한 pulse width를 가진다. 이러한 Aperture Distortion의 효과를 줄이기 위해서
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2014.12.05 | 수정일 2014.12.19
  • 영상처리_영상의 기하학적변환_축소기법
    ; j pDoc- m_width ; j++){ R = pDoc- m_InputImage[i*pDoc- m_width+j]; G = B = R; pDC- SetPixel(j+5, i ... _height ; i++){ for(j = 0 ; j pDoc- m_Re_width ; j++){ R = pDoc- m_OutputImage[i*pDoc- m_Re_width+j ... ]; G = B = R; pDC- SetPixel(j+pDoc- m_width+10, i+5, RGB(R, G, B)); } } }다운 샘플링(Down Sampling) 실행 결과
    Non-Ai HUMAN
    | 리포트 | 51페이지 | 2,000원 | 등록일 2010.05.27
  • [아주대]통신실험 Unit1
    Exercise 1The Dual Function Generator■ 실험 목적1. The dual Function Generator을 이용하여 다양한 신호의 주파수와 진폭 ... 을 조정하고 그 결과를 관찰한다.2. Oscilloscope를 이용하여 The dual Function Generator의 출력 결과를 화면상에 나타난 결과를 관찰한다.■ 실험 이론 ... - 그림1. FUNCTION GENERATOR 참고 사진 -The dual Function Generator는 generator A, B 로 구성되어 있다. 이는 FREQUENCY
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,500원 | 등록일 2010.11.24
  • 판매자 표지 자료 표지
    성인간호학 수술실 팔목골절 CR&IF
    PLT감소성 자반증 등 출혈질환 감별PDW11.0-18.0(%)14.0Platelet Distribution Width. 혈소판 입자 분포폭을 의미PFA(혈소판기능검사50-289 ... (sec)>300▲Platelet Function Analyzer? 혈소판응집이 지연됨. bleeding time이 길어짐.PT11.4-14.4(sec)11.6? 비타민K결핍
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 2,500원 | 등록일 2015.09.30 | 수정일 2023.08.27
  • 커널회귀추정방법 조사 레포트
    . Kernel Width PAGEREF _Toc287468189 \h 7 HYPERLINK \l "_Toc287468190" 4. Kernel PAGEREF _Toc ... 해서는 각 개별Data에 대해 커널(일종의 Bump Function)을 만들어야 한다. 아래 그래프는 위 Data에 대해 가우시안커널(Gaussian Kernels)를 생성한 결과 ... 선형 Chart이다.그림 SEQ 그림 \* ARABIC 2. 커널회귀에 의한 추정식 Chart3. Kernel Width1) 가우시안 커널폭가우시안커널(Gaussian kernel
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 2,000원 | 등록일 2011.03.13
  • 예비8
    . IntroductionIn chapter8, we can familiarize with various functions designed to control DC and step motor ... restriction to make high speed and high voltage because of a brush③ Pulse Width Modulation (PWM)We c ... . So we use PWM(Pulse Width Modulation). In PWM, switch is on for t1 and off for t2. We change the
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,500원 | 등록일 2011.06.01
  • 아날로그최종
    position modulation. Input is ramp function using pulse generator. As input increases, pulse width is ... , signal generator(timer) and output unit. In this report, we analyze each function block and show ... whole circuit specification. And we will comprise all of these function blocks into one system and check
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,500원 | 등록일 2011.06.01
  • 통신실험 예비보고서 Unit1 ex2. The True RMS Voltmeter/Power Meter as a Voltmeter
    Meter as a Voltmeter를 정의 할수 있도록 하며, Dual Function Generator 에서의 신호를 측정하여 RMS와 peak-to-peak Voltage 사이 ... Dual Function Generator9402True RMS Voltmeter / Power Meter9404Oscilloscope-4) 실험 과정① Figure 1-6의 모듈 ... 까지 돌려 pulse 파형의 width를 최소로 조절한다.손잡이를 시계방향으로 돌리면서 pulse width를 서서히 증가시킨다. 오실로스코프에 어떤 영향을 미치는지 확인하고 전압계
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2010.09.29
  • FIR Filter Design FIR 필터 설계
    의 main-lobe width에 의해서 결정되고 통과 대역과 저지 대역의 ripple은 window function의 side-lobe width에 의해서 결정된다. 통과 대역과 저지 ... 대역의 ripple은 window function의 side-love width에 의해서 결정되기 때문에 저지 대역과 통과 대역의 ripple은 거의 동일하다. 좋은 근사 ... 에는 유한계산으로 최적해를 구할 수 있다.□ Window function- 먼저 비인과적인 무한 임펄스 응답을 갖는 적당한 이상적 주파수 선택적 필터를 고른다. 이상적인 주파수 필터
    Non-Ai HUMAN
    | 리포트 | 25페이지 | 1,000원 | 등록일 2010.06.14
  • 직접구동형 영구자석형 풍력발전기 해상용(offshore)
    - the objective function is the cost of active materials(Cost) ② The second optimization = finding a ... design which has a high pull-out torque - the objective function is chosen to be the pull-out ... high efficiency - the objective function is the electromagnetic losses2.3 Conventional PM
    Non-Ai HUMAN
    | 리포트 | 29페이지 | 4,000원 | 등록일 2010.05.22
  • [IT 미디어]인터랙티브 미디어아트 저작도구인 Processing의 활용법 및 소스코드 - 1
    , Primitives3. Data 1 : Variables4. Math 1 : Arithmetic, Functions5. Control 1 : Decisions6. Control 2 ... , width, height) // x, y을? 기점으로 가로 길이가 width 세로길이가 height인 직사각형을 그린다. 여기서 x1, y1은 직사각형을 왼쪽 맨위 점을 의미 ... 한다.ellipse(x, y, width, height) // x, y를 원점으로 가로길이가 width 세로길이가 height인 타원을 그린다.Drawing orderwindow에 그려진
    Non-Ai HUMAN
    | 리포트 | 61페이지 | 3,500원 | 등록일 2012.03.07
  • Size distribution and morphology of Cu6Sn5
    discussionBasic equations -. Let f(t, R) be the size distribution function, the total number of ... plot of diffusivity vs. channel width. (theoretical results) -. Channel width is calculated to be 2 ... .54 nm using measured value of k Assumed channel width is 0.5 nm  diffusivity changes to 5 X 10 -5 c
    Non-Ai HUMAN
    | 리포트 | 35페이지 | 2,000원 | 등록일 2010.06.30
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 02일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
2:31 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감