CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - random process

搜索资源列表

  1. EasyRandom_demo

    0下载:
  2. 本压缩文件提供了VC平台中在固定的时间内生成随机数的程序。-the compressed files provided VC platform in a fixed time generating random process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12.9kb
    • 提供者:于清波
  1. 蒙特卡罗方法解粒子输运问题

    0下载:
  2. 蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:217.63kb
    • 提供者:张一
  1. chaoshipaiduifangzhen

    0下载:
  2. 模拟随机过程求解超市实际问题。很具有代表性。matlab-random process simulation solving practical problems supermarket. Very representative. Matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:918byte
    • 提供者:戴玉婷
  1. RAND_EX

    0下载:
  2. 产生指数分布随机数的程序-index generated random distribution of the process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:781byte
    • 提供者:一二三
  1. RAND_POI

    0下载:
  2. 产生泊松分布随机数的程序-generated random Poisson distribution of the process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:873byte
    • 提供者:一二三
  1. 高斯随机数的产生

    0下载:
  2. 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.86kb
    • 提供者:范范
  1. 简单的四则运算题

    0下载:
  2. 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-28
    • 文件大小:7.78kb
    • 提供者:何晓龙
  1. rand_gen

    0下载:
  2. 随即分布数据产生的程序,产生均匀分布、瑞利分布、标准高斯分布、莱斯分布的随机变量-Then the distribution of data generation process, resulting in uniform distribution, Rayleigh distribution, the standard Gaussian distribution, Rice distribution of the random variable
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:122.43kb
    • 提供者:杨光
  1. Random_number_generation

    0下载:
  2. 用C编写的随机数的产生的函数程序,共享以参考-Written with the C function random number generation process, sharing with reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:4.91kb
    • 提供者:蛐蛐
  1. jvzhen

    0下载:
  2. 计算机系统结构中,利用随机函数产生出两个随机矩阵,计算两个矩阵相乘。在此过程中,记录下两个矩阵相乘之前之后的两个系统时间,求出时间差。绘制出矩阵维数和时间的坐标图。-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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:113.61kb
    • 提供者:橙子
  1. 1

    0下载:
  2. 完成将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,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.56kb
    • 提供者:rcwust
  1. FCFS

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.02kb
    • 提供者:朱超
  1. Digital-signal-procesing

    0下载:
  2. 以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,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:杨冬冬
  1. yingyongsuijiguocheng

    0下载:
  2. 经典的应用随机过程分析的书籍,并讲述在随机过程在智能计算中的应用。-Classic books using random process analysis, and about the random process in intelligent computing applications.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:127kb
    • 提供者:Robert
  1. KALMAN

    0下载:
  2. 卡尔曼滤波器PID控制,采用时域递推法,处理信号噪声的平稳随机过程-PID control, Kalman filter, recursive time-domain method to deal with the noise of the stationary random process signals
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:811byte
    • 提供者:likang
  1. Stochastic-process-formula

    0下载:
  2. 随机过程的重要公式,希望对大家有用,自己总结的,请使用-Random process formula, we want to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:98.84kb
    • 提供者:lee
  1. Brownian-Motion-simulation

    1下载:
  2. 布朗运动是一种具有广泛应用背景的重要随机过程。在本文件中,采用了基于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
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:黄晓明
  1. Poisson-Random-Process

    0下载:
  2. 这个程序是产生一个泊松过程,并且模拟,检验。-This program is a Poisson process, and simulation, testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:14.46kb
    • 提供者:胡佳
  1. Interval-Anaysis

    0下载:
  2. 根据应力功率谱或随机过程的功率谱密度,计算其过程的带宽系数,用于区分过程是否是宽带过程-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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:zhuying
  1. GUSS

    0下载:
  2. 多点高斯平稳随机过程模拟,运用了快速傅里叶变换进行模拟。-Multi-Gaussian stationary random process simulation, using a fast Fourier transform simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-12
    • 文件大小:1.05kb
    • 提供者:叶波
« 12 »
搜珍网 www.dssz.com