登录
首页 » Visual C++ » lihong-wang-mcml

lihong-wang-mcml

于 2020-10-27 发布 文件大小:3019KB
0 342
下载积分: 1 下载次数: 57

代码说明:

  Texas A&M大学Lihong Wang教授编写的经典,用蒙特卡罗模型模拟光在组织、复杂介质、溶液中的传播。附带详细说明文件。(Classics Professor Lihong Wang Texas A & M University, prepared using Monte Carlo simulation model of light in the organization, the complexity of the medium, the solution spread. With detailed documentation.)

文件列表:

李刚lihong wang mcml
....................\1995LWCMPBMcml.pdf,979325,2010-10-08
....................\1997LWCMPBConv.pdf,582300,2010-10-08
....................\index.htm,12987,2010-10-08
....................\Mcman.pdf,771400,2010-10-08
....................\Mcman.txt,51468,2010-10-08
....................\Mcman。txt.docx,38724,2014-03-18
....................\mcml.exe,254025,2010-10-08
....................\mcmlcitations.htm,315834,2010-10-08
....................\mcR5pc
....................\......\Conv.exe,278601,2000-03-01
....................\......\CONV.H,8044,2000-03-01
....................\......\CONVCONV.C,39600,2000-03-01
....................\......\CONVI.C,14941,2000-03-01
....................\......\CONVISO.C,11671,2000-03-01
....................\......\Convmain.c,4230,2000-03-01
....................\......\CONVNR.C,5230,2000-03-01
....................\......\CONVO.C,32049,2000-03-01
....................\......\Debug
....................\......\.....\MCMLMAIN.obj,10077,2014-03-17
....................\......\.....\MCMLMAIN.pch,220280,2014-03-17
....................\......\.....\MCMLMAIN.pdb,25600,2014-03-17
....................\......\.....\vc60.idb,33792,2014-03-17
....................\......\.....\vc60.pdb,45056,2014-03-17
....................\......\Mcml.exe,254025,2000-03-01
....................\......\MCML.H,7129,2000-02-29
....................\......\MCMLGO.C,21002,2000-02-29
....................\......\MCMLIO.C,29259,2000-02-29
....................\......\MCMLMAIN.C,5699,2000-02-29
....................\......\MCMLNR.C,2355,2000-02-29
....................\......\SAMPLE.MCO,31684,1999-09-23
....................\......\temp1.mco,21817,2010-10-11
....................\......\temp2.mco,155752,2010-10-11
....................\......\TEMPLATE.MCI,965,1992-06-23
....................\......\复件 TEMPLATE.MCI,965,1992-06-23
....................\mcR5pc.zip,222375,2010-10-08
....................\mcR5unix
....................\........\convcode
....................\........\........\conv.h,7803,1994-09-27
....................\........\........\convconv.c,38077,1994-09-27
....................\........\........\convi.c,14341,1994-09-27
....................\........\........\conviso.c,11151,1994-09-27
....................\........\........\convmain.c,4076,1994-09-27
....................\........\........\convnr.c,5008,1994-09-27
....................\........\........\convo.c,29943,1994-09-27
....................\........\........\Makefile,317,1998-05-20
....................\........\........\sample.mco,31055,1994-09-27
....................\........\mcmlcode
....................\........\........\Makefile,272,1998-05-20
....................\........\........\mcml.h,6923,2000-03-01
....................\........\........\mcmlgo.c,20253,2000-03-01
....................\........\........\mcmlio.c,28118,2000-03-01
....................\........\........\mcmlmain.c,5493,2000-03-01
....................\........\........\mcmlnr.c,2264,2000-03-01
....................\........\Sample
....................\........\......\conv,122880,1994-09-27
....................\........\......\conv.bat,1248,1992-10-20
....................\........\......\example.mci,634,1993-05-13
....................\........\......\example.mco,31054,1993-05-13
....................\........\......\mcml,90112,1993-04-03
....................\........\......\mcmlconv.man,51468,1992-10-20
....................\........\......\htm" target=_blank>p1,1634,1992-10-20
....................\........\......\sample.mco,31055,1992-10-20
....................\........\......\template.mci,930,1992-10-20
....................\mcR5unix.tar.gz,162462,2010-10-08
....................\ReadmeR5.txt,1937,2010-10-08
....................\src-mcml
....................\........\src-mcml
....................\........\........\mcml.h,6923,1993-04-05
....................\........\........\mcmlgo.c,19967,1993-04-05
....................\........\........\mcmlio.c,27500,1993-04-05
....................\........\........\mcmlmain.c,5492,1993-04-05
....................\........\........\mcmlnr.c,2264,1993-04-05
....................\src-mcml.tar.gz,16116,2010-10-08
....................\TEMPLATE.MCI,965,1992-06-23
....................\基于C语言的多层组织中光传输的蒙特卡罗模型.doc,22016,2010-10-11
....................\笔记.txt,726,2014-03-18

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

发表评论

0 个回复

  • Recursive_integer_division
    递归法求解整数划分。 整数划分,是指把一个正整数n写成如下形式: n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
    2014-02-06 14:21:38下载
    积分:1
  • SysTimeConversion_project
    When you use the Microsoft Automation functions VariantTimeToSystemTime to convert variant time to system time and the SystemTimeToVariantTime to convert system time to variant time, the milliseconds value appears as zero or is ignored
    2007-10-16 09:34:37下载
    积分:1
  • Survivability-of-network
    以生存性、最小生成树数目和介数评价网络节点的重要性。(Survivability, the number of minimum spanning tree and the number of referrals to evaluate the importance of the network nodes.)
    2013-05-10 15:04:19下载
    积分:1
  • vcmatlab
    本程序是使用VC编写,在VC中调用MATLAB,由于MATLAB编写算法功能强大,所以与VC结合使用比较方便。(The program is written using the VC in the VC call MATLAB, MATLAB write algorithms as powerful, it is convenient in combination with the VC.)
    2010-05-08 21:12:30下载
    积分:1
  • Untitled
    正向云发生器及其代码,matlab描述.....(cloud creator of forward and the code of that,discribed by matlab)
    2015-01-04 16:21:48下载
    积分:1
  • C_application_framework_achieve_classic_code
    C实现应用程序框架的经典代码C application framework to achieve the classic code(C application framework to achieve the classic code)
    2010-08-18 12:20:06下载
    积分:1
  • MySimu
    收费站排队仿真程序,动画实时显示,指标事实输出(Toll station queuing simulation program)
    2014-08-09 18:22:28下载
    积分:1
  • EKF_UKF
    EKF UKF 滤波算法在MATLAB仿真软件中的仿真,并进行对比(EKF UKF filtering algorithm in MATLAB software simulation, and compared)
    2013-03-08 22:10:57下载
    积分:1
  • Ds_fusion
    实现数据融合,证据理论,有详细的文字说明,便于移植使用(realize data fusion,evidential theroy)
    2011-12-01 16:08:33下载
    积分:1
  • Philosophers
    这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用(This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good)
    2010-01-06 20:31:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载