CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 弦截法

搜索资源列表

  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  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
    • 文件大小:26101
    • 提供者:白文静
  1. sovle_eqotions

    0下载:
  2. D:\C语言弦截法解方程,一个不错的方法!!!!!!!!!.-do not know how to express
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2633
    • 提供者:fjp119
  1. code5_2

    0下载:
  2. 用弦截法来求非线性方程的根,方便快捷!非常好用-String cut-off method used for the root of nonlinear equations, convenient and quick!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:张龙
  1. exp5

    0下载:
  2. Newton弦截法求根 初值设为x为 0.1,0.2,0.9,9.0.可在程序中更改 -Root chord Newton method initial cut-off set x to 0.1,0.2,0.9,9.0. May change in the procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:719
    • 提供者:苍月
  1. math

    0下载:
  2. 非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1-Root of all kinds of non-linear equation algorithm,/
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1380
    • 提供者:Liny
  1. xianjiefaqiujiefangcheng

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

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

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. jiefangcheng

    0下载:
  2. 弦截法求解高次方程,VC++6.0编译通过-Secant method for solving equations of higher, VC++6.0 compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:31655
    • 提供者:楠楠
  1. qiugen

    0下载:
  2. 用弦截法实现求方程的根,并且利用c++实现,计算精度高 -Secant Method used to achieve the root of equation, and using c++ to achieve high precision
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:557
    • 提供者:Alena
  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. Matlab

    0下载:
  2. Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1960
    • 提供者:wanghao
  1. four

    0下载:
  2. 各种非线性方程及方程组求解算法,如弦截法,程序在C环境下通过-Equations of nonlinear equations and solving algorithm, such as strings cut method, the program in the C environment through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:16491
    • 提供者:luo
  1. solve-function

    0下载:
  2. 四种方法解方程 1.一般迭代法 2.二分法 3.弦截法 4.牛顿迭代法 -Four methods of solving equations 1 general iteration 2 dichotomy 3 4 chord cut method, Newton iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:刘建军
  1. solution

    0下载:
  2. 程序中为一个固定的方程,此程序利用弦截法来求这个方程的根。-Program for a fixed equation, the program cut method to find the use of chord root of this equation.
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:75621
    • 提供者:赵向军
  1. czsacsv

    0下载:
  2. 迭代法解方程组的matlab程序,包括简单迭代法、牛顿法、弦截法-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11497
    • 提供者:xianzhenghua
  1. ex3

    0下载:
  2. 弦截法迭代求解方程,程序包含初始值,可自行修改-Secant iterative method for solving equations, the program contains the initial value, and may modify
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者:黄文德
  1. 4

    0下载:
  2. 分别用牛顿迭代法与弦截法计算非线性方程的根-Respectively with the root of the nonlinear equation Newton iterative method and Secant Method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:537
    • 提供者:何威
  1. the-root-of-the-equation

    0下载:
  2. 本例子是利用数字中的弦截法来求解方程的根,是不可多得的源代码学习的例子-This example is in digital Secant method to solve the root of the equation, is a rare example source code to learn
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:629035
    • 提供者:骆辉德
  1. mathmatic-analysis

    0下载:
  2. 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2129
    • 提供者:陈虹屹
« 1 23 »
搜珍网 www.dssz.com