登录
首页 » C# » fz

fz

于 2018-10-15 发布 文件大小:807KB
0 260
下载积分: 1 下载次数: 2

代码说明:

说明:  模拟光子在多层组织中传输的蒙特卡洛仿真,包括散射系数,吸收系数,光场分布等特性(Monte Carlo simulation of photon propagation in multilayer structure ,It includes scattering coefficient, absorption coefficient,light field distribution and so on.)

文件列表:

fz, 0 , 2018-10-15
fz\Conv.exe, 278601 , 2000-03-01
fz\CONV.H, 8044 , 2000-03-01
fz\CONVCONV.C, 39600 , 2000-03-01
fz\CONVI.C, 14941 , 2000-03-01
fz\CONVISO.C, 11671 , 2000-03-01
fz\Convmain.c, 4230 , 2000-03-01
fz\CONVNR.C, 5230 , 2000-03-01
fz\CONVO.C, 32049 , 2000-03-01
fz\filename.txt, 945 , 2016-07-19
fz\fz, 0 , 2018-08-31
fz\fz\Debug, 0 , 2018-08-31
fz\fz\Debug\fz.exe, 64512 , 2016-07-20
fz\fz\Debug\fz.ilk, 431112 , 2016-07-20
fz\fz\Debug\fz.pdb, 437248 , 2016-07-20
fz\fz\filename.mci, 945 , 2016-07-19
fz\fz\fz, 0 , 2018-08-31
fz\fz\fz.ncb, 560128 , 2017-04-21
fz\fz\fz.sln, 872 , 2016-07-20
fz\fz\fz.suo, 12288 , 2017-04-21
fz\fz\fz\Debug, 0 , 2018-08-31
fz\fz\fz\Debug\BuildLog.htm, 32032 , 2016-07-20
fz\fz\fz\Debug\fz.exe.intermediate.manifest, 621 , 2016-07-20
fz\fz\fz\Debug\MCMLGO.obj, 31373 , 2016-07-20
fz\fz\fz\Debug\MCMLIO.obj, 87897 , 2016-07-20
fz\fz\fz\Debug\MCMLMAIN.obj, 18478 , 2016-07-20
fz\fz\fz\Debug\MCMLNR.obj, 9861 , 2016-07-20
fz\fz\fz\Debug\mt.dep, 65 , 2016-07-20
fz\fz\fz\Debug\vc90.idb, 60416 , 2016-07-20
fz\fz\fz\Debug\vc90.pdb, 69632 , 2016-07-20
fz\fz\fz\fz.vcproj, 3875 , 2016-07-20
fz\fz\fz\fz.vcproj.dodo-PC.dodo.user, 1411 , 2017-04-21
fz\fz\MCML.H, 7129 , 2000-02-29
fz\fz\MCMLGO.C, 21002 , 2000-02-29
fz\fz\MCMLIO.C, 29259 , 2000-02-29
fz\fz\MCMLMAIN.C, 5699 , 2000-02-29
fz\fz\MCMLNR.C, 2355 , 2000-02-29
fz\fz_convolution, 0 , 2018-08-31
fz\fz_convolution\fz_convolution, 0 , 2018-08-31
fz\fz_convolution\fz_convolution.ncb, 633856 , 2017-04-21
fz\fz_convolution\fz_convolution.sln, 908 , 2017-04-21
fz\fz_convolution\fz_convolution.suo, 17920 , 2017-04-21
fz\fz_convolution\fz_convolution\fz_convolution.vcproj, 4043 , 2017-04-21
fz\fz_convolution\fz_convolution\fz_convolution.vcproj.dodo-PC.dodo.user, 1411 , 2017-04-21
fz\Mcml.exe, 254025 , 2000-03-01
fz\MCML.H, 7129 , 2000-02-29
fz\MCMLGO.C, 21002 , 2000-02-29
fz\MCMLIO.C, 29259 , 2000-02-29
fz\MCMLMAIN.C, 5699 , 2000-02-29
fz\MCMLNR.C, 2355 , 2000-02-29
fz\SAMPLE.MCO, 31684 , 1999-09-23
fz\temp.txt, 31683 , 2018-07-14
fz\temp1.txt, 31683 , 2016-07-24
fz\TEMPLATE.MCI, 965 , 1992-06-23

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

发表评论

0 个回复

  • FRF_find
    提取nastran“.f06”结果中的节点频响函数数据,可简单修改提取模态频率和 其它数据(Extract nastran, " f06" results in the the node frequency response function data, can be simple modification to extract the modal frequencies and other data)
    2020-12-26 09:19:03下载
    积分:1
  • mcmc
    蒙特卡洛资料,对于编写概率计算问题有较多的帮助,希望能帮到需要的人。(Monte Carlo)
    2012-12-04 09:09:00下载
    积分:1
  • 共轭梯度法
    说明:  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method Gradient) is a method between the steepest descent method and Newton's method. It only uses the first derivative information, but overcomes the disadvantage of slow convergence of steepest descent method, and avoids the disadvantage of storing and calculating Hesse matrix and solving inverse of Newton's method. Conjugate gradient method is not only one of the most useful methods to solve large-scale linear equations, but also the most effective method to solve large-scale nonlinear optimization One of the algorithms of. Among all kinds of optimization algorithms, conjugate gradient method is very important. It has the advantages of small storage, step convergence, high stability and no external parameters.)
    2020-06-27 15:46:08下载
    积分:1
  • KIVA 3V的入门介绍
    KIVA 3V的入门介绍、求解控制方程、边界条件、计算网格、控制方程的离散与求解、程序流程。(Getting KIVA 3V introduction, solving equations, boundary conditions, grid computing, control discrete and solving equations, the program flow.)
    2014-02-04 05:45:54下载
    积分:1
  • 7ef682d55cf0社会力模型
    行人群体疏散仿真的社会力模型,可用于做系统仿真(Social force model for pedestrian evacuation)
    2021-03-19 16:59:19下载
    积分:1
  • OCFD2d_dxy_weno5
    计算流体力学;高精度7阶二维weno格式;矢通量分裂方法(Vector flux splitting in 7 order two dimensional WENO scheme)
    2017-07-06 15:48:23下载
    积分:1
  • fftwuserdll
    说明:  fftw 快速傅里叶变换, C#算法 直接调用dll(fftw fuliye bianhuan C# suanfa zhijie dianyong dll wenjian zhijie daoru fangzai bin wenjian jia zhong)
    2020-06-20 13:20:01下载
    积分:1
  • BEM_Acoustics
    边界元法,可以求解外声场、内声场,在此基础上可以开发出快速边界元法(boundary element method for acoustic problem)
    2021-04-25 10:18:46下载
    积分:1
  • polyfit
    C语言实现多项式的最小二乘拟合,可用于在区间上对函数进行拟合(C language polynomial least squares fitting, can be used to fit the function on the interval)
    2021-02-19 12:39:44下载
    积分:1
  • RationalComplex Matrix calculator
    说明:  Matrix multiplication explained in detail for C++
    2020-08-31 03:09:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载