搜索资源列表
-
0下载:
p-持续CSMA协议下,一个用户在发送之前,先侦听信道,若是空闲,就以概率p发送出去,而以q =1-p的概率推迟到下一帧时。如果下一帧时仍是空闲,便再次以概率p发送而以q推迟到再下一帧时。直到发送成功或另外一用户开始发送时为止。若一开始就侦听到信道忙,它就等到下一帧时,然后再开始上述过程。若发生冲突,这等待一随机时间后重新开始。本实验中取q值为0.5。求的是0.5-持续CSMA。
-p-persistent CSMA agreement, a user before sending the
-
-
0下载:
蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。
-Monte Carlo method known as random or statistical
-
-
0下载:
一个模拟泊松随机过程的小程序。可以计算系统平均等待时间,和平均对列长度。系统参数如 到来速率及离开速率均可在头文件里修改。另外通过修改头文件factorK可以将到来序列的概率分布改为Erlang分布。-a simulated Poisson random process of small programs. System can calculate the average waiting time, and the average length of the list. The system p
-
-
0下载:
遗传算法的程序
遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模
拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式,
从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一
串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式
形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的
适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
-
-
0下载:
一个可以产生均匀随机序列和高斯序列的程序,结果输出至文件,同时高斯序列输出概率分布统计文件,最方便的出图方法是用EXCEL-Can generate a uniform random sequences and sequences of Gaussian process, the resulting output to a file, while the output Gaussian probability distribution sequence statistics file, the
-
-
1下载:
用Matlab产生一满足条件的窄带随机过程,编写子程序计算该随机过程的均值函数,自相关函数,功率谱,包络,包络平方及相位的一维概率密度画出相应的图形-Generated using Matlab to meet the conditions of a narrow-band random process, the preparation of random process subroutine to calculate the mean function, auto-correlation fu
-
-
0下载:
Probability and Random proce-Probability and Random process
-
-
0下载:
simulation for random processes, including histogram of cumulative probability function, conditional probability, random walk process and damped walk process.
-
-
0下载:
Monte Carlo 法不同于前面几章所介绍的确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。Monte Carlo 方法(MCM),也称为统计试验方法,是理论物理学两大主要学科的合并:即随机过程的概率统计理论(用于处理布朗运动或随机游动实验)和位势理论,主要是研究均匀介质的稳定状态[1]。它是用一系列随机数来近似解决问题的一种方法,是通过寻找一个概率统计的相似体并用实验取样过程来获得该相似体的近似解的处理数学问题的一种手段。-Monte Carlo me
-
-
0下载:
In probability theory, a stochastic process, or sometimes random process, is the counterpart to a deterministic process (or deterministic system). Instead of dealing with only one possible reality of how the process might evolve under time (as is the
-
-
0下载:
probability and random proce-probability and random process
-
-
0下载:
模拟实现银行业务调度系统逻辑,具体需求如下:
1、银行内有6个业务窗口,1 - 4号窗口为普通窗口,5号窗口为快速窗口,6号窗口为VIP窗口。
2、有三种对应类型的客户:VIP客户,普通客户,快速客户(办理如交水电费、电话费之类业务的客户)。
3、异步随机生成各种类型的客户,生成各类型用户的概率比例为:
VIP客户:普通客户:快速客户 = 1 :6 :3。
4、客户办理业务所需时间有最大值和最小值,在该范围内随机设定每个VIP客户以及普通客户办理业务所需的时
-
-
0下载:
Probability, Random Processes and Ergodic Proce-Probability, Random Processes and Ergodic Process
-
-
0下载:
Steven Kay 关于随机过程的课件,该课件的参考用书Institute probability and random processes using matlab-Introduction of random process by Prof.Steven Kay.
-
-
0下载:
海杂波相关K分布建模,使用球不变随机过程方法实现,概率密度曲线和功率谱-K distribution of sea clutter modeling spherically invariant random process method, the probability density curve and power spectrum
-
-
1下载:
随机过程中的高斯-马尔科夫过程,以及产生的概率密度函数-The Gaussian random process- Markov process, and the resulting probability density function
-
-
0下载:
以下在x-y坐标系统上进行的游戏属于二维的随机行走。从原点(0,0)开始,每次迭代都是由向左,向上,向右或向下一个单位的随机不构成。当行动者返回原点时,行走结束。在二维世界这种情况发生的概率为1,而三维世界的概率小于1。请编写一个进行100次独立随机行走程序,并计算每个方向的步数的平均数。-The following on the xy coordinate system of the game is a two-dimensional random walk. From the origin
-
-
1下载:
targets and measurements as random finite sets and applying the
probability hypothesis density (PHD) recursion to propagate the
posterior intensity, which is a first order statistic of the random
finite set of targets, in time. At present, ther
-
-
0下载:
通过给出的随机过程,该随机过程是由3个实正弦信号组成,归一化频率分别为0.1,0.25,0.27,其中相位是相互独立在【0,2*pi】上分布的随机相位;噪声是均值为0、方差为1的实高斯白噪声,信噪比为30db,30db,27db,观测样本数为N,通过bartlett法,Welch法,周期图法计算随机过程的概率谱-Given by stochastic process, the stochastic process is composed of three real sine signal, th
-
-
3下载:
(1)产生N(0,1)正态分布的随机过程;
(2)产生正态分布随机过程外的任意一种随机过程;
(3)对随机过程的性能进行评估,包括概率密度函数、分布函数、均值、方差和相关函数。((1) The stochastic process of generating N(0,1) normal distribution;
(2) generating any random process outside the normal distribution random process;
(3) evalua
-