CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蒙特卡罗

搜索资源列表

  1. src-conv.tar

    2下载:
  2. 蒙特卡罗算法。用盟特卡罗算法模拟光在组织钟的传播,也可以模拟其它领域随机粒子的运动等。-Monte Carlo algorithm. Shakespeare used the AU-simulation algorithm organizations bell in the spread, but also in other fields can be simulated random particle movement.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:30839
    • 提供者:白光磊
  1. 模拟退火例子1

    1下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9122
    • 提供者:刘明
  1. 模拟退火例子2

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11082
    • 提供者:刘明
  1. 模拟退火例子3

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6055
    • 提供者:刘明
  1. 蒙特卡罗法

    0下载:
  2. 蒙特卡洛法介绍和相关程序,很好的入门资料-Monte Carlo, described and related procedures, a very good introductory information on
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12536
    • 提供者:方锐
  1. montecarlo

    0下载:
  2. 此文件包括蒙特卡罗方法的基本思想及应用,有很多MATLAB实例,是学习蒙特卡罗方法的很好资料。没有解压密码-this document, including the Monte Carlo method and the application of the basic idea, there are many examples of MATLAB study is a good method of Monte Carlo data. No extracting passwords
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3679987
    • 提供者:陈圣
  1. mtkldoc

    0下载:
  2. 蒙特卡罗算法的ppt,包含了在计算机、通量计算机、积分计算机上的运用-Monte Carlo algorithm ppt, contained in the computer, computer flux, with the use of computers, etc.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1212360
    • 提供者:sxm
  1. 3SAT

    1下载:
  2. 对于给定的带权3-CNF,设计一个蒙特卡罗算法,使其权值之和尽可能大-regard to the right to bring 3-CNF, a Monte Carlo algorithm design, make it the right value and the greatest possible
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1785
    • 提供者:自由人
  1. normal_distribution_and_validation

    1下载:
  2. VB编的蒙特卡罗模拟用的正态分布随机数的产生与验证-VB series of the Monte Carlo simulation of the normal random number generation and verification
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:肖晶
  1. simulate-dpsk8

    2下载:
  2. 本例用matlab语言实现了8dpsk的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。-cases using the Matlab language of the codec 8dpsk and awgn channel through the simulation. Using Monte Carlo simulation, to be error performance, drawing curves. Algorithms can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2340
    • 提供者:陆游
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5929399
    • 提供者:zhxj
  1. cnvsimu

    0下载:
  2. 这里提供了二进制双极性(2,1,3)卷积码通信系统的蒙特卡罗仿真函数,并与未编码系统作了比较。-here for a binary bipolar (2,1,3) Convolutional Codes communications systems Monte Carlo simulation function, and with no coding system were compared.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3332
    • 提供者:yx
  1. vb6mini

    0下载:
  2. 4dpsk和8dpsk的matlab仿真实现,采用蒙特卡罗仿真法,绘制误码率曲线-the realization of 4dpsk&8dpsk by matlab tool.it use the Monte Carlo methods to 程/Communicationdraw the graph.,matlab,通讯编程/Communication-4dpsk 8dpsk and Simulation of Matlab, using Monte Carlo simulation metho
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6697964
    • 提供者:刘定
  1. Drawing5_61

    1下载:
  2. 对薄膜生长的方法之一磁控溅射的过程模拟,采用蒙特卡罗方法。-pair of thin film growth method magnetron sputtering process simulation, using the Monte Carlo method.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:221752
    • 提供者:曹光明
  1. Integral-MTK

    0下载:
  2. 用蒙特卡罗方法求积分的小程序,可以设置求解精度-using the Monte Carlo method for the integration of small procedures, the setting up of Accuracy
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8631
    • 提供者:yay
  1. DSCDMAmontcarlosimulation

    0下载:
  2. 通过蒙特卡罗仿真说明直接序列扩频系统在抑制正弦干扰的有效性-Monte Carlo simulation shows direct sequence spread spectrum system in the sinusoidal interference inhibited the effectiveness
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:863
    • 提供者:anne
  1. montecarlonotes

    0下载:
  2. 蒙特卡罗方法得课件,很详细! 蒙特卡罗随机模拟方法很不错得,大家快下。-Monte Carlo method in the courseware, very carefully! Monte-Carlo simulation method is pretty good in, we quickly under.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:302254
    • 提供者:郭星
  1. qingyuanzi2

    0下载:
  2. 氢原子3s轨道的蒙特卡罗模拟,其开发利用了c语言,运行时候将画出图,是个不错的代码!-hydrogen atom 3s orbit Monte Carlo simulation, development and utilization of the c language, running time draws a plan, is a good code!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:94789
    • 提供者:wang
  1. montecarlomatlab

    0下载:
  2. 含有蒙特卡罗模拟的原理方法和产生二维随机数的方法,很简单实用-with Monte Carlo simulation method and the principle of random numbers generated by two-dimensional method, it is very simple and practical
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:85665
    • 提供者:戴玉婷
  1. m.files

    5下载:
  2. 1. 对薄膜形成与生长中相关物理过程及现象进行分析和建模。 2. 利用蒙特卡罗(Monte Carlo)方法和分子动力学(Molecular Dynamics)方法对薄膜形成与生长过程进行计算机模拟。 3. 对多孔硅形成的模拟。 -1. The film formation and growth of relevant physical processes and phenomena analysis and modeling. 2. Monte Carlo (the Monte C
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7605
    • 提供者: nihao
« 1 2 3 4 56 7 8 9 10 ... 31 »
搜珍网 www.dssz.com