CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - chain

搜索资源列表

  1. fit_line

    0下载:
  2. //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -/ / linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:qiao
  1. 矩阵链乘算法

    0下载:
  2. 距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35 * 40) A (40 * 20) A (20 * 10) A (10 * 15) concludes the best order. Algorithm from : computer algorithm Seeker
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7678
    • 提供者:mars
  1. Arithmetic2

    0下载:
  2. 用VC可视化平台写的矩阵链乘多段判决算法,并对该算法作CPU运行时间记录。-VC visualization platform written by the multi-chain matrix of the judgment algorithm, and an algorithm for CPU running time record.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:56248
    • 提供者:Tidge.Bush
  1. chmmbox_1_2

    1下载:
  2. CHMMBOX, version 1.2, Iead Rezek, Oxford University, Feb 2001 Matlab toolbox for max. aposteriori estimation of two chain Coupled Hidden Markov Models. -CHMMBOX, version 1.2, Iead Rezek, Oxford University, Feb 2001 Matlab toolbox for max. apo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:823205
    • 提供者:Joyce
  1. hmc

    2下载:
  2. Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3249
    • 提供者:西晃云
  1. CHAIN

    0下载:
  2. 运筹学中的马尔可夫链算法,很有用,检查可以运行
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:leoee
  1. CHAIN

    0下载:
  2. 解马尔科夫链CHAIN.C-CHAIN.C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1413
    • 提供者:丹尼尔
  1. 大数阶乘

    0下载:
  2. 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be improved using Chain store results!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9016
    • 提供者:小蒙
  1. HMMall

    1下载:
  2. 马尔可夫过程是一类重要的随机过程,它的原始模型马尔可夫链,由俄国数学家Α.Α.马尔可夫于1907年提出。本程序是对隐马尔可夫模型的一个完整的建模。 -Markov process is one important class of stochastic processes, and its original model of Markov chain, by the Russian mathematician Markov Α.Α. made in 1907. This procedure is
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:206711
    • 提供者:lili
  1. maerkefulian

    0下载:
  2. 马尔可夫链算法,可以自动输出一段有意义的文-Markov chain algorithm, can automatically output section of meaningful text
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1446
    • 提供者:wn
  1. project

    0下载:
  2. 以“一主三从”主从多机通信系统为物理模型,研究应用马尔可夫链建立仿真算法及蒙特卡洛法建立了数学模型,通过将完整的系统元件化,并对每个元件创立各自的状态转移机模型,仿真运行状态,实现了对于这一通信系统的可靠性建模评估。-" One the main three from the" master-slave multi-communication system for the physical model to study the application of Markov cha
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:17520
    • 提供者:pobenliu
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14841
    • 提供者:xichen
  1. gibbs_metropol_sampler

    0下载:
  2. this r code for Gibbs sampler and Metropolis sampler which are two variants of markov chain monte carlo simulators.-this is r code for Gibbs sampler and Metropolis sampler which are two variants of markov chain monte carlo simulators.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3388
    • 提供者:meysa
  1. shuxuesuanfa

    1下载:
  2. 包括分枝定界算法,线性规划单纯形算法,马尔可夫链算法,贝叶斯决策方法,生产计划算法,动态规划的投资问题的C语言解决-Including the branch-and-bound algorithm, linear programming simplex algorithm, Markov chain algorithms, Bayesian decision-making methods, production planning algorithms, dynamic programming i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:631326
    • 提供者:宇航
  1. MC_mont_carlo

    0下载:
  2. Markov Chain for monte carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1955
    • 提供者:Ines
  1. Fig10_38

    0下载:
  2. It s about matrix chain algorithm souce code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:539
    • 提供者:Park
  1. Matrix-Chain_JAVA

    0下载:
  2. Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1277
    • 提供者:Justas
  1. random-simulation

    0下载:
  2. MCMC,short for Markov Chain Mente Carlo, is a good way for random simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:7066302
    • 提供者:David
  1. Markov-Chain

    0下载:
  2. 马尔可夫链,因安德烈·马尔可夫(A.A.Markov,1856-1922)得名,是数学中具有马尔可夫性质的离散时间随机过程。该过程中,在给定当前知识或信息的情况下,过去(即当期以前的历史状态)对于预测将来(即当期以后的未来状态)是无关的-Markov chain, Yinandelie · Markov (AAMarkov ,1856-1922) got its name, is a discrete time stochastic process with Markov mathematica
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1007
    • 提供者:黄毅
  1. matrix-chain

    0下载:
  2. Matrix Chain Multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:55132
    • 提供者:Pardeep Kumar
« 12 3 »
搜珍网 www.dssz.com