고객 문의전화
02-890-3333
09:00~11:5013:00~18:00 (평일)
'Random' 총 검색 결과 6,537건
-
-
Random variable 예 matlab으로 한것
-
1. Random Variable g a u s s i a n r a ... (Uniform Random Number) MATLAB의 rand 명령어는 0 ... 과 1사이에서 무작위의 숫자를 생성한다. 이 random 숫자는 [0
- 리포트 > 공학/기술|2009.04.28|11페이지|900원|구매(0)|조회(0)
-
-
-
Random Priming for Radiolabeling of DNA fragments
-
Random Priming: Radiolabeling of ... Purified DNA Fragments by Extension of Random ... . B. Components of random priming
- 리포트 > 자연과학|2014.09.13|3페이지|500원|구매(0)|조회(0)
-
-
-
Pseudo-Random Binary Sequences
-
Unit 11 _ Exercise 1 Pseudo-Random ... Binary Sequences 1. 실험 목적 pseudo-random ... in the spectrum? ⑥ On the Pseudo-Random
- 리포트 > 공학/기술|2012.12.23|7페이지|1,900원|구매(0)|조회(0)
-
-
-
[컴퓨터] 랜덤워크(Random Walk)
-
★ Random Walk 결과캡쳐 화면입니다. ★ (1) (mx, my ... 대한 분석 ★ 일단 이번 과제인 Random Walk에 대해 알아보겠습니다 ... . Random Walk란 한 지점에서 출발한 사람이 일직선 위를 1회에
- 리포트 > 공학/기술|2004.06.28|8페이지|1,000원|구매(0)|조회(0)
-
-
-
matlab를 이용한 확률변수
-
Matlab을 이용한 random variable 발생 및 분석 1 ... 분포하는 확률 변수 (uniform random variable) X를 ... 확률 변수 (Gaussian random variable) Y를 발생시킬
- 리포트 > 공학/기술|2010.05.23|4페이지|2,000원|구매(0)|조회(0)
-
-
-
Random Walk Model(랜덤워크)
-
문제 1. Random Walk Model이란? 우선 랜덤워크에 관하여 ... (random walk)라고 불리며 현재까지 여러 이론 및 응용분야에 ... 범위를 random하게 움직이는 particle이 결국엔 원점 부근에
- 리포트 > 공학/기술|2008.07.07|15페이지|1,500원|구매(0)|조회(0)
-
-
-
[Algorithm] Randomized selection / Deterministic selection 문제
-
..FILE:randomized/randomized/main.cpp ... random_gene(int max) { int n; srand ... ; // limiting random number range return n
- 리포트 > 프로그램소스|2013.11.17|0페이지|2,000원|구매(0)|조회(0)
-
-
-
[자료구조]random walk
-
분석> 일단 저는 C언어를 사용하여 이번 과제인 Random Walk를 ... 해결하였습니다. Random Walk는 마치 바둑판 모양의 타일에서 점 ... 하나를 찍었을 때 주위의 8방위로 random하게 뻗어나가며 한 번들어온
- 리포트 > 공학/기술|2004.05.29|7페이지|2,000원|구매(0)|조회(0)
-
-
-
[Flowrian2] SystemVerilog 문법 및 실습 (Random Constraints)
-
SystemVerilog 문법 및 실습 (Random ... Constraints) Jeanne d'Arc 1 목 차 1. 2. Random ... : Random Variables and Constraints
- 리포트 > 공학/기술|2017.07.06|32페이지|2,000원|구매(0)|조회(0)
-
-
-
Random Access File
-
#include #include #include #define TRUE 1 #define FALSE 0 typedef struct { char acctnum[10]; char lname[15]; char fnam..
- 리포트 > 프로그램소스|2010.04.05|0페이지|2,700원|구매(0)|조회(0)
-
-
-
[전력전자]Implementation of a DSP Controlled Random Switching Frequency
-
carrier frequency modulated RPWM(Random ... sound. Randomized switching frequency PWM ... switching frequency (b) random switching
- 리포트 > 공학/기술|2004.06.14|6페이지|19,900원|구매(0)|조회(0)
-
-
-
확률 및 랜덤 프로세스 프로젝트(Gaussian Random Number Generation and Its Characterization)
-
Probability Random Process Computer ... Random Number Generation and Its ... .2, variance=2.0)를 갖는 random number를 10
- 리포트 > 공학/기술|2010.10.15|8페이지|1,900원|구매(0)|조회(0)
-
-
-
[확률] 확률의 모든것 (영문)
-
function of a WSS random process . Maximize (9
- 리포트 > 공학/기술|2003.10.28|28페이지|2,500원|구매(0)|조회(0)
-
-
-
[자바프로그래밍] [자바]Random함수를 이용한 벌칙 게임
-
; i++ ) { j = (int)(Math.random() * 10
- 리포트 > 공학/기술|2003.12.03|2페이지|1,000원|구매(0)|조회(0)
-
-
-
[자료구조] [자료구조]랜던 워크(random walk)
-
/****************************************/ /* random ... */ srand((unsigned)time(NULL)); /* random하게 ... 때까지 계속 loop를 돔 */ while(1) { /* random하게 x
- 리포트 > 공학/기술|2003.10.02|6페이지|1,000원|구매(0)|조회(0)
-
-
-
RAM(Random Access Memory)
-
RAM (Random Access Memory) 목 차 목적 RAM의 ... 방법 결과 고찰 RAM (Random Access Memory) 1 목 적 ... 소자인 MSI(TTL)의 동작에 대하여 학습한다. RAM (Random
- 리포트 > 공학/기술|2007.04.21|11페이지|2,000원|구매(0)|조회(0)
-
-
-
[알고리즘] n-Queen Random
-
; int *col; void random( int ); bool ... = n - 5; random( t ); return 0; } void ... random( int s ) { int i, j; int m; int
- 리포트 > 공학/기술|2003.12.04|2페이지|1,500원|구매(0)|조회(0)
-
-
-
Matlab을 이용한 Continuous Random Variable의 pdf/CDF 계산 및 샘플생성
-
과제 : Matlab을 이용한 Continuous Random ... CDF를 계산하고 그래프 출력 2. 각 분포에 대해 Random Sample ... 일치하는지 비교 분석. ◎ 이론: Uniform Random Variable
- 리포트 > 프로그램소스|2010.01.25|4페이지|1,500원|구매(0)|조회(0)
-
-
-
Random variable generation(matlab)
-
Report Random Variable Generation Using
- 리포트 > 공학/기술|2011.09.14|10페이지|1,500원|구매(0)|조회(0)
-
-
-
Random Signal 2장
-
수의 0과 1(정확히 16개의 1과 15개의 0)이 다소간 random ... 영구히 결정된다. 따라서 시퀀스는 random신호가 아니고 random ... random 신호들처럼 스펙트럼은 연속적이라기보다 선스펙트럼의 형태이다.(9
- 리포트 > 공학/기술|2000.12.28|42페이지|500원|구매(0)|조회(0)
-