搜索资源列表
EasyRandom_demo
- 本压缩文件提供了VC平台中在固定的时间内生成随机数的程序。-the compressed files provided VC platform in a fixed time generating random process.
蒙特卡罗方法解粒子输运问题
- 蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical
chaoshipaiduifangzhen
- 模拟随机过程求解超市实际问题。很具有代表性。matlab-random process simulation solving practical problems supermarket. Very representative. Matlab
RAND_EX
- 产生指数分布随机数的程序-index generated random distribution of the process
RAND_POI
- 产生泊松分布随机数的程序-generated random Poisson distribution of the process
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0
简单的四则运算题
- 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
rand_gen
- 随即分布数据产生的程序,产生均匀分布、瑞利分布、标准高斯分布、莱斯分布的随机变量-Then the distribution of data generation process, resulting in uniform distribution, Rayleigh distribution, the standard Gaussian distribution, Rice distribution of the random variable
Random_number_generation
- 用C编写的随机数的产生的函数程序,共享以参考-Written with the C function random number generation process, sharing with reference
jvzhen
- 计算机系统结构中,利用随机函数产生出两个随机矩阵,计算两个矩阵相乘。在此过程中,记录下两个矩阵相乘之前之后的两个系统时间,求出时间差。绘制出矩阵维数和时间的坐标图。-Computer system architecture, the use of random function to produce two random matrices, calculated by multiplying the two matrices. In this process, the record before
1
- 完成将N随机输入的n个结点(含x,y坐标)的快速排雷,实现n个结点相连之后路径长度最短。实现的过程中,占用内存小,时间复杂度和空间复杂度小。-Completion of the N random input n nodes (including x, y coordinates) of the rapid clearance, achieved after n nodes connected to the shortest path length. Implementation process,
FCFS
- 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
Digital-signal-procesing
- 以C语言为模板,详细讲解了数字信号处理中的课中处理过程,处理函数的C语言实现。包括随机数生成,更重FFT算法的C实现,卷积和滤波器。-The C language as a template, gave a detailed course in digital signal processing in the process, the handler of the C language. Including random number generation, more importantly,
yingyongsuijiguocheng
- 经典的应用随机过程分析的书籍,并讲述在随机过程在智能计算中的应用。-Classic books using random process analysis, and about the random process in intelligent computing applications.
KALMAN
- 卡尔曼滤波器PID控制,采用时域递推法,处理信号噪声的平稳随机过程-PID control, Kalman filter, recursive time-domain method to deal with the noise of the stationary random process signals
Stochastic-process-formula
- 随机过程的重要公式,希望对大家有用,自己总结的,请使用-Random process formula, we want to
Brownian-Motion-simulation
- 布朗运动是一种具有广泛应用背景的重要随机过程。在本文件中,采用了基于matlab GUI对二维布朗运动进行了仿真模拟-Brownian motion is a widely used background random process. In this document, using a two dimensional Brownian motion simulation based on the matlab GUI
Poisson-Random-Process
- 这个程序是产生一个泊松过程,并且模拟,检验。-This program is a Poisson process, and simulation, testing.
Interval-Anaysis
- 根据应力功率谱或随机过程的功率谱密度,计算其过程的带宽系数,用于区分过程是否是宽带过程-Process or bandwidth coefficient calculated stress power spectral density of a random process, the bandwidth is used to distinguish the nature of the power spectral density, etc.
GUSS
- 多点高斯平稳随机过程模拟,运用了快速傅里叶变换进行模拟。-Multi-Gaussian stationary random process simulation, using a fast Fourier transform simulation.
