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

搜索资源列表

  1. Citerativenumerical

    0下载:
  2. 主要是二分法,分段线性插值 简单迭代 牛顿迭代等常用的数值计算的程序。-Mainly dichotomy, a simple iterative piecewise linear interpolation commonly used, such as Newton s iterative numerical procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8731
    • 提供者:宇航
  1. NormaluseAlgorithm

    0下载:
  2. 常用的一些算法例子,有二分法,牛顿法,变步长法,最小二乘法等-Some examples of commonly used algorithms, there is dichotomy, Newton method, variable step-size method, least squares, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8126
    • 提供者:刘川
  1. erfen

    0下载:
  2. 二分法求解非线性方程的一个根,可以计算出一般非线性方程的近似解-Dichotomy for solving nonlinear equations a root, you can calculate the approximate solution of general nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3019
    • 提供者:annie
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  1. Newtonfangchengqiujie

    0下载:
  2. 运用数学二分法、牛顿迭代法方程求根,程序运行通过,满足效果-Dichotomy, Newton iteration equation Roots
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:zjjjjj
  1. Bisection_method

    2下载:
  2. 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1263
    • 提供者:he
  1. numerus

    0下载:
  2. 数值算法的相关算法实现,包括单点弦法迭代法 牛顿迭代法 二分法 拉格郞日插值 牛顿法插值等算法-Numerical algorithm related algorithms, including the single-point chord iteration Newton' s iteration method dichotomy Rugby Lang on Newton interpolation algorithm for interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:74544
    • 提供者:
  1. DivideAndConquer_Algo

    0下载:
  2. 1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1940
    • 提供者:zelda
  1. NumericalAnalysisProgram

    0下载:
  2. 数值分析课程的一些实用典型算例程序: 二分法,高斯消元法,牛顿法,拉格朗日法,龙贝格-Numerical analysis courses typical examples of some practical procedures: dichotomy, Gaussian elimination method, Newton method, Lagrangian, Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3276479
    • 提供者:yuchao
  1. Newton_erfen

    0下载:
  2. 数值计算算法,二分法中的牛顿二分法源码。-Numerical algorithm, the Newton dichotomy dichotomy source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:408126
    • 提供者:梁文华
  1. ExpandingRods

    0下载:
  2. 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:861
    • 提供者:yangxiuyi
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. 080714020201

    0下载:
  2. 二分法求非线性方程,设定固定值,缩减空间计算量-Dichotomy of nonlinear equations, a fixed value, to reduce the amount of space calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:875848
    • 提供者:陈凡谷
  1. erfenfa

    0下载:
  2. 利用二分法求解方程的根,使用C++编程实现的,程序很简单,但也很实用的,希望大家多多支持-Solving equations using the root of the dichotomy, the use of C++ programming, the procedure is very simple, but is also very useful, hope you can enjoy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1621
    • 提供者:吴极
  1. bisect

    0下载:
  2. 该function文件可以利用二分法求解方程的数值解,其中有例子-The function files can be used to solve equations numerical solution of the dichotomy, of which examples
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:516
    • 提供者:李佳乐
  1. iterativemethods

    0下载:
  2. 分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solving nonlinear equation x5-3x3+ x
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:458923
    • 提供者:陈博灿
  1. 2

    0下载:
  2. 牛顿迭代法及其二分法的实验编程,适合初学者使用。-Newton iteration method and its experimental programming dichotomy, suitable for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:602
    • 提供者:qqq
  1. qujianerfenfa

    0下载:
  2. 是c语言编程,数值计算方法,区间二分法编程。-Is the c programming language, numerical calculation, interval dichotomy programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:183270
    • 提供者:郭龙
  1. bisect0

    0下载:
  2. 运用二分法求解非线性函数F(x)=0,应用的是Fortran90语言编写。-The use of dichotomy for Nonlinear Function F (x) = 0, application of the Fortran90 language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:777
    • 提供者:陈力
  1. newton

    0下载:
  2. 分别使用牛顿下山法和二分法解非线性方程-Newton descent method were used for solving nonlinear equations and the dichotomy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7642
    • 提供者:
« 1 2 34 5 6 »
搜珍网 www.dssz.com