搜索资源列表
电力系统风险评估程序
- 电力系统风险评估程序,采用蒙特卡洛方法
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
shuxuejianmo_6
- (蒙特卡洛方法) 求出四分之一圆占正方形的比例。随机投点P(x,y)于正方形,π/4的近似值为落在四分之一圆内的点数与总投点数的比值。随机投点次数分别为10000次和50000次,计算π的近似值。 -(Monte Carlo method) are obtained accounting for a quarter of a round square ratio. Voted random point P (x, y) in the square, π/4 for the fall
mcmc
- 蒙特卡洛方法的MATLAB的m文件,看看有用没有-Monte Carlo method of MATLAB m-files to see if there is no useful
torpedo_track
- 采用蒙特卡洛方法仿真二维平面内鱼雷对目标的追踪过程-Monte Carlo simulation of two-dimensional plane torpedo the process of target tracking
paobing
- 在我方某前沿防守地域,敌人以一个炮排(含两门火炮)为单位对我方进行干扰和破坏.为躲避我方打击,敌方对其阵地进行了伪装并经常变换射击地点. 经过长期观察发现,我方指挥所对敌方目标的指示有50%是准确的,而我方火力单位,在指示正确时,有1/3的射击效果能毁伤敌人一门火炮,有1/6的射击效果能全部毁伤敌人火炮. 现在希望能用某种方式把我方将要对敌人实施的20次打击结果显现出来,确定有效射击的比率及毁伤敌方火炮的平均值。 使用蒙特卡洛方法模拟50次打击结果:-A frontier ar
基于蒙特卡洛求椭圆面积
- 蒙特拉罗方法简介,基于蒙特卡洛方法求椭圆面积,可以通过本案例理解蒙特卡洛的基本思想(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