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

搜索资源列表

  1. jsff123

    0下载:
  2. 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:108.61kb
    • 提供者:Snake
  1. xiejie

    0下载:
  2. 弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:798byte
    • 提供者:m
  1. ksxjf

    0下载:
  2. 快速弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-rapid chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, They must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.32kb
    • 提供者:m
  1. chord

    0下载:
  2. 解非线性方程的双点弦截法的c程序,在Turbo C上可运行,内含源程序和一个例子以及实验报告。-Solution of nonlinear equations of two-point string c cut-off law procedures, the Turbo C can be run, including source code and an example and experimental report.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:25.49kb
    • 提供者:白文静
  1. YcYf

    0下载:
  2. 计算翼型的最大厚度弦向位置以及对翼型的点坐标进行均匀差值-Calculate the maximum thickness of airfoil chord and the airfoil to the location coordinates of the point difference between uniform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:358.44kb
    • 提供者:大波
  1. xianjiefaqiujiefangcheng

    0下载:
  2. 运用数学中弦截法求解方程解,效率较高,算法执行效率良好-Solving equations using chord intercept solutions, more efficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:727byte
    • 提供者:zjjjjj
  1. SECANT_ALGORITHM

    0下载:
  2. 非线性代数方程的求解的Mathematica的代码,割弦法,可以解决任意的代数方程,代码清晰,方便用户修改代码,使之成为自己的东西。-Non-linear algebraic equations of the Mathematica code, cutting chord method, can solve any algebraic equation, the code clear, user-friendly modify the code, making our own things.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.1kb
    • 提供者: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
    • 文件大小:72.8kb
    • 提供者:
  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
    • 文件大小:861byte
    • 提供者:yangxiuyi
  1. Numerical-analysis-of-program-3

    0下载:
  2. 数值分析算法,该压缩包含有雅克比迭代算法、弦割法法及综合评测法等-Numerical analysis algorithms, the compression Jacobi iteration algorithm, France and France chord cutting and comprehensive evaluation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.63kb
    • 提供者:David
  1. Fastchord

    1下载:
  2. 快速弦切法matlab程序。该函数为用快速先切法求方程根的方法。-Quick chord cut method matlab program. This function is fast first cut method for Equation Root.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:652byte
    • 提供者:lisa
  1. Chord

    1下载:
  2. 弦切法求根。该函数为用利用弦切法求方程根的方法。-String cutting method root finding. The function Equation Root chord cutting method.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:644byte
    • 提供者:lisa
  1. string-cross-method

    0下载:
  2. Fortran语言下的牛顿迭代方法程序和弦截法程序代码-Fortran, methods and procedures under the Newton iteration method chord intercept program code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1.62kb
    • 提供者:kevin
  1. 4

    0下载:
  2. 使用牛顿迭代法和弦截法求方程的根的近似解。-Newton iterative method cut the chord root equation method for the approximate solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:768byte
    • 提供者:xiyuluo
  1. niudunxiange

    0下载:
  2. MATLAB中利用牛顿法弦割法对多项式进行求解的源代码-MATLAB, chord cutting method using Newton method for solving polynomial source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:程上
  1. main.cpp

    1下载:
  2. (1) 编写用Newton迭代和弦截法解非线性方程的通用程序-1) write a general procedure for solving nonlinear equations by using the Newton iterative chord intercept method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:qiuxiazaia123
  1. Secant-method

    0下载:
  2. 割线法,又称弦割法,弦法。是求解非线性方程的根的一种方法。属于逐点线性化方法。-The secant method, called secant method, chord method. Is a method to solve the root of nonlinear equation. Point by point linearization method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:630byte
    • 提供者:程一琳
搜珍网 www.dssz.com