登录
首页 » 算法 » 马尔可夫链,蒙特卡洛方法,数值模拟 matlab程序

马尔可夫链,蒙特卡洛方法,数值模拟 matlab程序

于 2022-02-22 发布 文件大小:16.43 kB
0 232
下载积分: 2 下载次数: 3

代码说明:

马尔可夫链,蒙特卡洛方法,数值模拟 matlab程序-Markov chain Monte Carlo methods, numerical simulation procedures Matlab

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

发表评论

0 个回复

  • 这是我编的利用傅多项式插值计的程序。
    这是我编的利用傅多项式插值计算法的程序。-This is for my use of polynomial interpolation method Fu procedures.
    2022-04-11 03:36:29下载
    积分:1
  • 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是...
    正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。 对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。 数据输入 输入数据由文件名为input.txt的文本文件提供。文件的第1 行有2 个正整数a和b。 结果输出 程序运行结束时,若找到的a 和b 之间约数个数最多的数是x,将div(x)输出到文件output.txt中。 输入文件示例 输出文件示例 input.txt output.txt 1 36 9 -Positive integer x can be about a few of the positive integer x divisible. Positive integer x the approximate number recorded as the number of div (x). For example, 1,2,5,10 are about 10 positive integer number, and div (10) = 4. Set a and b are two positive integers, a ≤ b, to find a and b between about a few number of the largest number of x. For a given two positive integers a ≤ b, Programming calculated a and b between about a few number of the largest number. Data entry input data from the document text file named input.txt provide. File line 1 has two positive integers a and b. The results run the end of the output, if found between a and b of about a few number o
    2023-04-13 05:20:03下载
    积分:1
  • 生成私人综合数据库不受信任的系统评价
    当数据库供应商或研究者 developingnew 技术评估性能数据库系统是决定性。但这种评价任务很大程度依赖往往由于隐私限制不可用研究的 onactual 数据和查询工作负载。为了克服这一障碍,我们建议框架为合成的 databasewhich 释放准确模型选定的性能特性的原始数据库。我们通过提供正式的严格保证交友改进以前的工作,在 syntheticdatabase 的一代。通过生成合成数据与给定的 queryworkload 相关使用木棍选定组的统计特性的原始 datawhich 平衡隐私损失达到精度。我们的重要贡献是框架的延长到多个表的标准差隐私
    2022-03-02 04:33:04下载
    积分:1
  • Local K
    Local K-means Algorithm for Colour Image Quantization
    2022-06-11 17:22:15下载
    积分:1
  • 机器人足球进攻策略的仿真研究
    资源描述摘要:研究解决高速比赛中机器人由于不能及时准确预测对方防守而使已方进攻缺乏目的性与针对性的问题.为准确优化 设计进攻目标策略,提出了一种随机森林预测模型的进攻路径选择算法。算法利用防守适应值分析模莲!!评估对方机器人的 威胁性.针对对方防守弱点选择有效的进攻路径.采用切线法控制机器人击球,使球的运动与预先设计的进攻路径匹配,进 行了仿真实验,结果表明提高r策略的实用性和可行性,同时系统策略也增加J,机器人的自主性和智能性,使球队的接体能 力得到了改善。
    2022-06-01 14:11:54下载
    积分:1
  • 关于大数运的加 减 乘 除 模 等运 运用了libtommath库的...
    关于大数运算的加 减 乘 除 模 等运算 运用了libtommath库的算法-Addition and subtraction operations on large numbers such as multiplication and division operation mode using the algorithm library libtommath
    2022-01-26 14:38:08下载
    积分:1
  • 四轴源码以及原理图
    小四轴的源码以及原理图    #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8  k = 0;void SPI_Configuration(){ SPI_InitTypeDef   SPI_InitStructure;   /* SPI1 Config -------------------------------------------------------------*/  SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex;  SPI_InitStructure.SPI_Mode = SPI_Mode_Master;  SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b;  SPI_InitStructure.SPI_CPOL = SPI_CPOL_High;  SPI_
    2023-03-12 15:55:03下载
    积分:1
  • 数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。...
    数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。-Numerical Analysis of N Queen
    2022-07-02 00:25:13下载
    积分:1
  • photonic crystals used to calculate the band structure of the program, FORTRAN p...
    用来计算光子晶体能带结构的程序,用fortran编写,效果不错。-photonic crystals used to calculate the band structure of the program, FORTRAN prepared effectiveness.
    2023-01-24 08:40:03下载
    积分:1
  • 贝叶斯分类 matlab
    对于UCI数据集 IRIS 用贝叶斯分类算法分类
    2022-02-20 21:04:15下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载