搜索资源列表
蒙特卡罗方法讲义与实现 第三讲 蒙特卡洛方法基本思想
- 蒙特卡罗方法讲义与实现 第三讲 蒙特卡洛方法基本思想 学习计算机模拟的基本过程与方法
蒙特卡罗方法讲义与实现 第五讲 蒙特卡洛方法的应用
- 蒙特卡罗方法讲义与实现 第五讲 蒙特卡洛方法的应用
电力系统风险评估程序
- 电力系统风险评估程序,采用蒙特卡洛方法
63535318montecarlo
- 蒙特卡洛方法的应用算例,采用matlab编写,简单实用-Monte Carlo methods of numerical example, the use of matlab to prepare, simple and practical
dsmc_airflowinmicro
- 直接蒙特卡洛方法计算微管气体流动,主程序所选择的分子数及模拟单元可以修改,包含7个子程序,和一个随机数函数。-The air flow in micropipe with direct simulation mente kalro, we can use different simulation, fortran90
MCM-matlab
- 基本的蒙特卡洛方法入门程序,简单易懂,适用于初学者!-a easy MCM program ,suit to the students.
MCMC
- 北大于江生教授有关蒙特卡洛方法和马尔科夫链的两个PPT(PDF格式):An Introduction to MCMC for Machine Learning、Monte Carlo统计方法。共396页-Peking University Professor Yu Jiangsheng on Markov chain Monte Carlo method and the two PPT (PDF format): An Introduction to MCMC for Machine Learn
INT_COS_DIV_X_MC
- 用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。-By Monte Carlo method, the y = cos (x)/x in a given interval on the value of the definite integral.
CPHYS
- 计算物理课件,有 有限差分方法,蒙特卡洛方法,有限元素方法,分子动力学方法-Computational Physics Courseware, a finite-difference methods, Monte Carlo methods, finite element methods, molecular dynamics method
97288398montecarlomatlab
- 结合matlab强大的数据处理能力和蒙特卡洛方法的强大随机模拟功能,编写了一个小算例-Matlab combination of powerful data-processing capabilities and a powerful Monte Carlo method of random simulation capabilities, to prepare a small example
MCM
- 深入浅出蒙特卡洛方法,蒙特卡洛仿真高级学习文档资料,提供深入浅出的学习帮助-Simple terms Monte Carlo method, Monte Carlo simulation of advanced study and documentation, providing simple terms of learning to help
torpedo_track
- 采用蒙特卡洛方法仿真二维平面内鱼雷对目标的追踪过程-Monte Carlo simulation of two-dimensional plane torpedo the process of target tracking
基于蒙特卡洛求椭圆面积
- 蒙特拉罗方法简介,基于蒙特卡洛方法求椭圆面积,可以通过本案例理解蒙特卡洛的基本思想(Based on Monte Carlo for elliptical area)
try
- 用蒙特卡洛方法在matlab里面计算简单的三重积分。(Monte Carlo method used in the calculation of three simple matlab integral.)
蒙特卡洛
- 蒙特卡洛方法的基本思想和蒙特卡洛方法的应用(The matlab codes of monte carlo method)
MC
- Matlab下基于蒙特卡洛方法解辐射传输方程(solution of radiation transmission equation based on Monte Carlo method under Matlab)
MCS
- 以一典型高边坡为例,利用蒙特卡洛方法,模拟一百万次,计算边坡失效概率以及绘图。(Monte carlo method is used to calculate the slope reliability)
蒙特卡洛,响应面拟合
- 基于MATLAB的蒙特卡洛方法对可靠度的计算,用蒙特卡洛抽样进行可靠度分析(Monte carlo sampling was used for reliability analysis)
蒙特卡洛法计算二重积分
- 程序通过蒙特卡洛方法对一二重积分进行了计算。(The program calculates a double integral by the Monte Carlo method.)
蒙特卡洛方法基础案例matlab源码
- 蒙特卡洛方法实现二项分布基础案例,matlab