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

搜索资源列表

  1. bisect

    0下载:
  2. 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值.-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitate and very fast. Numerical an
  3. 所属分类:matlab例程

    • 发布日期:2014-01-21
    • 文件大小:817
    • 提供者:赵云
  1. Bisect

    0下载:
  2. 这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:735
    • 提供者:asdf
  1. bisect

    0下载:
  2. 用数值分析中的二分法求解函数值。很简单,但是正确,可以直接使用-bisect
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:11977
    • 提供者:袁龙艳
  1. bisect

    1下载:
  2. matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:615
    • 提供者:liu
  1. Bisection

    0下载:
  2. he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1989
    • 提供者:sarah
  1. bisect.c

    0下载:
  2. Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
  3. 所属分类:Algorithm

  1. matlabcode

    0下载:
  2. incsrch.m root finding by incremental search requires func1.m bisect.m bisection root finding code uses function file: fcn.m falspos.m root finding by false position newtraph.m -incsrch.m root finding by incremental search req
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2118
    • 提供者:karthik Sriram
  1. Bisect

    0下载:
  2. 二分法:求解方程f(x)=0在区间[a,b]内的一个根-Dichotomy: Solving equation f (x) = 0 in the interval [a, b] within a root
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:550
    • 提供者:fish
  1. bisect2

    0下载:
  2. Minor modification of the function "bisect"
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1266
    • 提供者:yooyoo
  1. Matlabjiefangcheng

    1下载:
  2. matlab解線性方程\方程組的示例 包括newton法iteration法和bisect法-linear equation matlab \ Examples of equations newton method iteration method and the bisect method
  3. 所属分类:matlab例程

    • 发布日期:2016-02-23
    • 文件大小:1178
    • 提供者:hjh
  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. ProSolve

    0下载:
  2. VC6.0写的二分法和牛顿法计算非线性方程的根。-Solving the nonlinear equations by the Bisect method and Newton method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:41759
    • 提供者:赖生建
  1. bisect

    0下载:
  2. This is bisection method in Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:903
    • 提供者:george
  1. bisect

    0下载:
  2. BISSECTION METHODE NUMERIQUE
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:az
  1. bisect

    0下载:
  2. 数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码-Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:723
    • 提供者:王一平
  1. bisect

    0下载:
  2. bisect . it is the application of c programming .these are useful for campus placements interviews -bisect . it is the application of c programming .these are useful for campus placements interviews
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1060
    • 提供者:naresh kumar
  1. bisect

    0下载:
  2. matlab program describes bit selection
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:rajeswari
  1. bisect

    0下载:
  2. Finds a bracketed zero of f(x) by bisection
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:591
    • 提供者:Saeed
  1. bisect

    0下载:
  2. 二元搜索,用二元搜索方法实现数组中单个元素的搜索与定位-bisect search
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1043
    • 提供者:马嘉驹
  1. program 2-2 bisect

    0下载:
  2. matlab method, bisect method
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:codyboxia
« 12 »
搜珍网 www.dssz.com