|
랜덤넘버를 생성하고, singular linked list 노드를 만든 후에 각 노드 에 생성된 랜덤넘버를 넣는다.
3). 각 노드들을 차례대로 링크시킨다.
4). Sorting 함수를 호출하여서 오름차순으로 재배열 한다.
5). 입력받은 행렬의 사이즈에 맞게 행렬을
|
- 페이지 2페이지
- 가격 1,800원
- 등록일 2012.08.31
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/* 40problem
Write a program that uses standard functions. The program can be written entirely in main
and must follow the pseudocode shown in below. Give displays appropriate captions and align the data.
1. Prompt the user to enter a number.
2. Read number.
3. Display number.
4. Get a random
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Middle-square method를 이용하여 Random number generator 구현
큰 수들을 곱하면서 중간 값을 취하는 과정을 반복하여 난수를 발생시킵니다.
Project1.java
MyNumber.java
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.06.29
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Generate 1,000 samples whose PDF is normal (Gaussian) distribution N(10 25) using the MATLAB function randn().
→ MATLAB 시뮬레이션 과정 : MATLAB 함수 중 randn()함수와 histfit()함수를 사용.
help randn
RANDN Normally distributed random numbers.
R = RANDN(N) returns an N-by-N matrix containing pseudo-
|
- 페이지 11페이지
- 가격 4,000원
- 등록일 2012.03.11
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
random number // // PERINT : increment of savings, 5% compounded // // YEAR : current year of simulation // // PERLOW : lower bound 0% // // PERHIG : upper bound 8% // // SEED : seed for the random number generator // // U : uniform random number[0, 1] // - 중략 - 1. 교재의 예제를 다음의 조건으
|
- 페이지 5페이지
- 가격 9,000원
- 등록일 2010.03.29
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|