登录
首页 » 算法 » Monte Carlo method known as random or statistical skills test method. More than...

Monte Carlo method known as random or statistical skills test method. More than...

于 2022-07-14 发布 文件大小:217.63 kB
0 90
下载积分: 2 下载次数: 1

代码说明:

蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GNU科学图书馆
    这是在GNU通用公共许可证的科学应用程序中的数值计算库。完整的学科领域涵盖了包括图书馆,多项式的复数根特殊功能向量和矩阵排列排序BLAS支持线性代数Eigensystems快速傅立叶变换正交随机数伪随机序列的随机分布统计直方图n元组蒙特卡罗积分模拟退火微分方程插值数值微分切比雪夫逼近系列加速离散汉克尔变换求根最小化最小二乘拟合物理常数IEEE浮点离散小波变换基础样条曲线
    2023-04-18 11:05:04下载
    积分:1
  • 表示OFDM信号PAPR降低使用裁剪和SLM技术
    它包含用于以下操作的用户驱动的代码:1.显示的QPSK基带信号。2. OFDM功率谱。OFDM信号的3 BER性能。OFDM信号的4频谱。5.降低PAPR使用剪切/过滤。6.降低PAPR使用选择性映射。PAPR降低使用选择性映射和剪切/过滤7.比较研究。oneOf的正交频分复用(OFDM)系统中的具有挑战性的问题之一是它的高峰 - 均功率比(PAPR)。
    2023-05-04 11:15:03下载
    积分:1
  • Mahout在大数据的应用
    该资料包括大数据内应用的的所有算,支持单机、伪分布、全分布等环境运行,主要应用推荐产品、分类产品。
    2022-04-22 03:47:25下载
    积分:1
  • 排序模板实现
    #include #include using namespace std; #define SELECTSORT      1 #define INSERTSORT      1 #define BUBBLESORT      1 #define SHELLSORT       1 #define QUICKSORT       1 #define MERGESORT       1  template
    2022-04-24 16:36:42下载
    积分:1
  • 基于遗传的多机器人路径规划,C++源码
    本代码为改进遗传算法机器人路径规划。这个改进遗传算法在传统遗传算法的交叉、变异操作、修正算子方面做了改进,比例算子和最优选择依次应用在选择阶段以保证具有高适应度的个体有高的生存概率,从而优秀的个体的适应性可以传递到下一代。利用简化、平滑、修正操作等等来对适应度函数进行优化,实现改进遗传算法的机器人路径规划。
    2022-03-24 19:43:25下载
    积分:1
  • Perseptorn
    实验室工作“神经计算网络”。他们实现了感知器。
    2022-02-21 21:16:53下载
    积分:1
  • Monte Carlo method known as random or statistical skills test method. More than...
    蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
    2022-07-14 13:23:24下载
    积分:1
  • 带进位的16进制转化为10进制
    应用背景带进位的16进制转换为10进制,带进位的16进制转换为10进制,带进位的16进制转换为10进制,带进位的16进制转换为10进制。关键技术 进制转换主要涉及到对进制的理解问题,进制转换主要涉及到对进制的理解问题,进制转换主要涉及到对进制的理解问题。
    2022-04-19 12:53:29下载
    积分:1
  • This program evaluates mathematical expressions to output a single number e.g. 1...
    This program evaluates mathematical expressions to output a single number e.g. 1+1 will give 2. It can handle brackets indices and modulation(rounding) as well and ordinary operators.
    2022-03-13 14:25:29下载
    积分:1
  • 一个简单的银行系统C语言代码,包含排序,线性搜索等功能
    一个简单的银行系统C语言代码,包含排序,线性搜索等算法功能-Banking system, a simple C language code, including sorting, search algorithms such as linear functions
    2023-01-23 19:10:04下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载