|
r = new Random();
public void init ()
{
// Layout 설정
this.setLayout(null); // null값
this.setBackground(Color.white); //배경색
// Button
bt1.setBounds(new Rectangle(10,10,70,20)); //레이아웃 직접 설정
bt1.addActionListener(this);
this.add(bt1);
bt2.setBounds(n
|
- 페이지 4페이지
- 가격 2,000원
- 등록일 2021.07.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
r\n";
unsigned char mem[MAX_MEM]; // 메모리 배열.
int add=0; // 마지막 주소를 기억하기 위한 변수.
int file_error=0;
/* Shell Instruction */
void Get_Instruction(char *);
void Menu(char *);
void Help();
void Dir();
void Quit_Sicsim();
/* OPCODE, MNEMONIC Instruction */
void Init
|
- 페이지 100페이지
- 가격 3,000원
- 등록일 2008.01.21
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
R. Nyhoff and Sanford C. Leestuma, 2001, "Introduction to Fortran 90 for Engineers And Scientists", Prentice-Hall, Inc.
[2] Martin O.H and Ali B, "Fortran77 for engineers and scientists", Brooks/Cole, pp. 455-457. Ch. 1. Introduction to Computing
Ch. 2. Basic Fortran
Ch. 3. Selective Executio
|
- 페이지 45페이지
- 가격 3,000원
- 등록일 2004.07.21
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
나타낸다.
plot(f1,\'r\');
hold on
plot(f2,\'g\');
plot(f3,\'b\');
plot(final_result,\'k\'); 1. 지수 평활 모형
2. 선형추세 지수평활 모형
3. 계절조정 선형추세 지수평활법(Winter's model)
4. 시계열 분해법
5. 각 모형들의 비교
⦁모형간 성능 비교
|
- 페이지 20페이지
- 가격 8,400원
- 등록일 2012.09.28
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
R.layout.main);
helper = new DBHelper(this);
ImageView btn1 = (ImageView) findViewById(R.id.imageView1);
btn1.setOnClickListener(new View.OnClickListener() {
@Override
|
- 페이지 181페이지
- 가격 4,800원
- 등록일 2015.01.10
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
R) Dual-Core E5200@2.50HZ
2GB RAM, 160GB HDD
OS : Microsoft? Windows? XP Professional SP3 (32-bit)
JAVA Version "1.6.0_18"
Eclipse 3.5.2
④팀 원 :
⑤개발 기간 :
2010년 5월 12일 ~ 2010년 6월 11일 1.프로젝트 개요
①주 제
②
|
- 페이지 20페이지
- 가격 4,900원
- 등록일 2010.07.01
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
R로 계산하여 나가면 된다.
즉, 수식자체에 우선순위가 표현되어 있다.
③ Infix를 Postfix로 바꾸기 위해서는 연산의 우선순위를 정해야 한다.
▪ 알고리즘의 설계
① Infix 수식 표현에 들어가는 연산자에 대한 우선순위를 정하여 준다.
|
- 페이지 7페이지
- 가격 2,500원
- 등록일 2015.07.21
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
R); //폭풍우가 걸리면 임의의 위치로 보내는 함수
void teleport(char T); //우주여행이 걸리면 가고싶은곳으로 가게하는 함수
void donation(char G); //기부금을 내는곳에 걸리면 20만을 내도록하는 함수
void gift(char M); //기부금을 받는곳에 걸리면
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2009.12.11
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
The amount of available water resources in South Korea is 630㎥
1955 2,940㎥ → 1990 1,452㎥(decrease)
⇒ Classified as water scarce countries
Heat loss through the roof has a large impact on decreasing overall heat load of the building
→ Winter - Night heat loss caused by the sky radiant heat ex
|
- 페이지 24페이지
- 가격 1,000원
- 등록일 2024.02.12
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
1) main function
int main(void){
char s[MAX_LINE][100]={NULL}; // for file strings
readFile(s);
storeSubstrings(s);
searchString(s);
return 0;
}
2) readFile function
//read strings from "input.txt" file
void readFile(char (*temp)[100]){
FILE* f; // file pointer f
f=fopen("input
|
- 페이지 50페이지
- 가격 900원
- 등록일 2010.01.04
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|