登录
首页 » 算法 » bbp algorithm for calculating pi accurate to more than 10 million

bbp algorithm for calculating pi accurate to more than 10 million

于 2022-03-09 发布 文件大小:1.84 kB
0 76
下载积分: 2 下载次数: 1

代码说明:

bbp算法计算圆周率精确到千万位以上-bbp algorithm for calculating pi accurate to more than 10 million

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

发表评论

0 个回复

  • Abstract: This paper aims to study a thermal complex objects can be an effective...
    摘要:本文旨在研究一种能对复杂热工对象的有效建模方法。基于遗传算法的辨识方法有较强的抗干扰能力,对低、高阶系统、延时系统都可以达到很好的辨识效果。根据单元机组的低阶非线性模型,推导出一个双进双出、能够描述机组动态特性及机炉间相互耦合关系的协调控制系统传递函数矩阵。依次模型为基础,提出一种基于改进的遗传算法的参数辨识方法。-Abstract: This paper aims to study a thermal complex objects can be an effective modeling method. Identification method based on genetic algorithm has strong anti-jamming ability, low, high-end systems, delay systems can achieve very good recognition results. According to unit power plant low-level non-linear model, derived a double inlet and outlet, can describe the dynamic characteristics and boiler-turbine unit is coupled between two relations, coordination and control system transfer function matrix. Turn model was proposed based on improved genetic algorithm based on parameter identification method.
    2022-01-24 09:15:33下载
    积分:1
  • 01背包问题
    01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
    2022-03-15 21:02:09下载
    积分:1
  • 按照既定的步长,输入后筛选已有数据 程序3
    按照既定的步长,输入后筛选已有数据 程序3-accordance with the established step, the imported data screening procedures have been 3
    2022-05-25 22:18:30下载
    积分:1
  • 求矩阵的最大特征值
    求矩阵的最大特征值-matrix for the largest eigenvalue
    2022-01-21 21:13:50下载
    积分:1
  • 参加ICPC的acm队员所使用的比赛模板,包括数论图论,计几何等相关。...
    参加ICPC的acm队员所使用的比赛模板,包括数论图论,计算几何等相关算法。-ICPC members to participate in the acm template used in the game, including number theory graph theory, computational geometry and other related algorithms.
    2022-01-25 15:02:22下载
    积分:1
  • 多项式曲线拟合,和三角分解(LU分解)
    任意阶的多项式曲线拟合方程,附三角maxtix分解-polynomial curve fitting, and triangularity decomposition(LU decmposition)
    2023-09-01 15:10:03下载
    积分:1
  • 基于遗传的BP神经网络优化
    BP网络是一类多层的前馈神经网络。它的名字源于在网络训练的过程中,调整网络的权值的算法是误差的反向传播的学习算法,即为BP学习算法。BP算法是Rumelhart等人在1986年提出来的。由于它的结构简单,可调整的参数多,训练算法也多,而且可操作性好,BP神经网络获得了非常广泛的应用。据统计,有80%~90%的神经网络模型都是采用了BP网络或者是它的变形。BP网络是前向网络的核心部分,是神经网络中最精华、最完美的部分。BP神经网络虽然是人工神经网络中应用最广泛的算法,但是也存在着一些缺陷,例如:①、学习收敛速度太慢;②、不能保证收敛到全局最小点;③、网络结构不易确定。
    2022-03-05 03:53:12下载
    积分:1
  • 使用 PIC 18F4550 的视觉暂留
    用 PIC18F4550 实现的视觉暂留。它已被使用 20 的指示灯,以生成图像。有必要 (包括一个供参考) 100 脉冲编码器。要使用 MAPLAB 的 IDE。在文件夹内有用于形成 20 指示灯线图像的所有矩阵。
    2022-03-13 19:08:53下载
    积分:1
  • 24点 C代码
    二十四点计算程序 ver 1.0 // 作者:刘洋 // 邮件: lynn_mail@yeah.net // 主页:http://digitinn.yeah.net // 日期:2002-8-29
    2022-01-22 11:01:51下载
    积分:1
  • 不使用欧式距离,而是采用相关性对数列进行聚类
    不使用欧式距离,而是采用相关性对数列进行聚类-Do not use Euclidean distance, instead of using the related series of cluster
    2022-06-16 18:26:19下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载