搜索资源列表
book_total
- Intuitive Probability and Random Processes using MATLAB by Steven M. Kay
lab01_rp
- simulation for random processes, including histogram of cumulative probability function, conditional probability, random walk process and damped walk process.
create_progress
- 进程状态有5种: e -执行态 r -高就绪态 t -低就绪态 w -等待态 c -完成态。初始每个进程均为高就绪状态,如果时间片到则转为低就绪状态。 系统分时执行各进程,规定三个进程的执行概率均为33 。通过产生随机数x来模拟时间片。若各进程的执行时间片到限,产生“时间片中断”而转入低就绪状态。 进程调度算法采用剥夺式调度算法。每次总是选择优先数最小(优先级别最高)的就绪进程投入执行。//先从 r 状态进程中选择,再从 t 状态进程中选择。 进程0完成5次计算:s1++ s2++
Probability_and_Random_Processes_for_Electrical_a
- "Probability and Random Processes for Electrical and Computer Engineers," John Gubner
Probability--Random-Processes-and-Ergodic-Process
- Probability, Random Processes and Ergodic Proce-Probability, Random Processes and Ergodic Process
Introduction-to-Random-Processes
- Steven Kay 关于随机过程的课件,该课件的参考用书Institute probability and random processes using matlab-Introduction of random process by Prof.Steven Kay.
(2006-Wiley)Elements-of-Information-Theory(2nd-Ed
- 1) A Probability Path by Sidney I. Resnick 2) Adventures in Stochastic Processes by Sidney I. Resnick 3) Probability and Measure by Patrick Billingsley 4) Probability, Statistics, and Random Processes for Engineers by Henry Stark and John W. Wo