|
c``
,
tau_cc``
(
tau ~≒~ tau_c ~≒~ tau_cc``
)
이 시간동안 Sagnac interferometer는 회전하므로 시계 방향과 반시계 방향으로 진행하는 두 빛의 경로차 Δl 은
Delta l ~=~ 2 `Omega ` tau `R``
그러므로 두 빛의 도달 시간 차이와 위상차는 각각
tau_c ``-`` tau_cc ~=~ {Delt
|
- 페이지 263페이지
- 가격 1,000원
- 등록일 2002.05.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C. 용어 정의 7
Ⅱ. 이론적 배경 9
A. 중도장애 아동에 대한 선택하기 기술 교수의 중요성 9
B. 선택하기 기술 교수 방법 12
1. 선택하기 및 선택 반응의 정의 12
2. 선택하기를 위한 항목 제시 방법 14
3. 선택하기 기술 습득을
|
- 페이지 82페이지
- 가격 3,300원
- 등록일 2001.12.26
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c)? Record the calculated and measured values in Table 13.7.
계산값과 측정값이 오차를 가진다. 파형발생기로 정확한 주파수를 입력하지 못했기 때문이라고 생각한다.
Table 13.7
Calculated
Measured
980.4
1250
4768.4Hz
4800Hz
GRAPH 13.5
(g) Plot versus frequency on Graph 13.2 using t
|
- 페이지 12페이지
- 가격 2,500원
- 등록일 2011.06.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C까지 움직인다. , ΔABP의 넓이를 라 할 때 사이의 관계식을 구하면? (단 0≤X≤6)
주3. 다음 그림은 어느 학급 30명의 몸무게에 대한 히스토그램이다. 계급값이 42.5kg인 계급의 상대도수?
12
11
10
9
8
7
6
5
4
3
2
1
주4. 다음 그림에서 ∠COD= ∠AOD
∠DOE=
|
- 페이지 5페이지
- 가격 800원
- 등록일 2006.11.27
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using swap space to store them?
Answer: If code pages are stored in swap space, they can be
transferred more quickly to main memory (because swap space
allocation is tuned for faster performance than general file
system allocation). Using swap space can require startup time if
the pages are copied t
|
- 페이지 29페이지
- 가격 3,000원
- 등록일 2010.05.31
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
LED_예비 레포트 1.1.hwp
1. 소스 코드 분석
"led_mm.c" 파일
// led_mm.c : LED Control Program using mmap()
#include <stdio.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <termios.h> //헤더파일 선언
#define FPGA_LED 0x12400000
// FPGA_L
|
- 페이지 11페이지
- 가격 1,000원
- 등록일 2015.07.14
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
30. Please _______ all safety regulations when using the pool and fitness facilities.
(A) adhere (B) observe (C) comply (D) dedicate
32. To set the alarm clock, _______ the instructions in the enclosed manual.
(A) follow (B) direct (C) feature (D) watch
2014_1221 기출 130. Teklind, I
|
- 페이지 17페이지
- 가격 2,900원
- 등록일 2016.09.17
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <iostream>
#include <conio.h>
using namespace std;
void merge(const int *A, const int *B, int *C){
int i, j, count = 0;
for(i=0, j=0; i<5 && j<5; count++){
if(A[i] <= B[j])
C[count] = A[i++];
else
C[count] = B[j++];
}
while(i < 5)
C[coun
|
- 페이지 21페이지
- 가격 3,000원
- 등록일 2011.03.16
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using alcohol lamp and lower temperature of loop to 40°C. Pick out single colony using loop and smear on the glass. Fix the cells on the slide glass with flame. 미생물학 실험서 / 한국미생물학회 편 /을유문화사, 1998.
2) Staining
Staining the specimen with crystal violet. stand for 1min and wash the
|
- 페이지 17페이지
- 가격 2,000원
- 등록일 2011.03.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
using namespace std;
class SymbolTable{
private:
string key[10];
int value[10];
int total;
public:
SymbolTable(){
for(int i=0; i< 10 ; i++){
key[i]=\"\";
value[i] = 0;
total = 0;
}
}
void add(string key, int value)
{
for(int i=0; i< 10 ; i++){
if(this->value[i] == 0){
this->key[i] = key;
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|