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

搜索资源列表

  1. Source1

    0下载:
  2. 求解非线性方程的二分法求解fortran源程序程序-Solving nonlinear equations, the dichotomy solving fortran source program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:1111
    • 提供者:王芬涛
  1. numerical-calculation-method

    0下载:
  2. 数值计算的一系列方法的C程序实现(包括二分法、复合梯度法、牛顿下山法、龙格库塔法等主流方法)-The numerical calculation method of the C program (including the the mainstream dichotomy composite gradient method, Newton downhill method, Runge-Kutta method method)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:8872
    • 提供者:西门庆
  1. Source1

    0下载:
  2. 二分法求解方程组的解向量,用于非线性方程组。-Dichotomy solution vector for solving equations of nonlinear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1072
    • 提供者:ahshiyalei
  1. 9.rar

    0下载:
  2. 该程序是运用二分法计算得出结果 ,方便实用,The program is the use of the dichotomy calculated results convenient and practical
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:5865
    • 提供者:刘悦
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:973233
    • 提供者:lisen
  1. Numerical-algorithmsCPP

    0下载:
  2. 一些常用的数值算法,C++的好东东,包括二分法,欧拉法,高斯法-Some commonly used numerical algorithm C++ the good stuff, such dichotomy Euler method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:8235
    • 提供者:张立伟
  1. shuzhi

    0下载:
  2. 数值分析中 常见的非线性方程解法 包括二分法 牛顿法 割线法等-Common nonlinear equation solution including numerical analysis dichotomy Newton method secant
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:2787
    • 提供者:zz
  1. code

    0下载:
  2. 这是一个二分法求方程根的代码.C++语言的一个小程序。-This is a dichotomy equation root code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:7774
    • 提供者:莫南
  1. lab3

    0下载:
  2. It is the method of dichotomy.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:5901239
    • 提供者:Muzdie
  1. RitzaAitkenabisect.m.tar

    0下载:
  2. 1、有限元分析--變分問題的近似計算--Ritz方法 2 、用Aitken加速迭代方法解非線性方程f(x) = 0 3、二分法解非線性方程f(x)=0-1, finite element analysis- the approximate calculation variational problems- Ritz method 2, with Aitken accelerated iterative methods for solving nonlinear equations f (
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:1164
    • 提供者:tangxinhunag
  1. divide-and-conquer-algorithm

    0下载:
  2. 利用分治策略求解时,所需时间取决于分解后子问题的个数、子问题的规模大小等因素,而二分法,由于其划分的简单和均匀的特点,是经常采用的一种有效的方法,例如二分法检索。-When solving using the divide and conquer strategy, the time required depends on the number of decomposed sub-problems, the size of sub-problems and other factors, but
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5081
    • 提供者:周易
  1. 2.1

    0下载:
  2. 函数编程 用二分法以及牛顿迭代法运用VB的编程实例-Functional programming with dichotomy and the Newton iterative method using VB programming examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:897
    • 提供者:郭先生
  1. lab1_mmdo

    0下载:
  2. Mathematics method of dichotomy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6318
    • 提供者:Mikle
  1. numerical-methods

    0下载:
  2. 数值计算方法上机实验,包含牛顿迭代法、二分法等-On numerical methods for experiments, including Newton iteration, dichotomy, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:617288
    • 提供者:chen
  1. bisect

    0下载:
  2. 二分法的Matlab程序实现。求解非线性方程f(x)=0的问题。而方程f(x)是多项式或超越函数又分为代数方程或超越方程。-Dichotomy Matlab program. Solving nonlinear equations f (x) = 0 problems. The equation f (x) is a polynomial or a transcendental function is divided into algebraic equations or transcenden
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:王军
  1. bisect_C

    0下载:
  2. 二分法的C程序实现。研究单变量非线性方程f(x)=0的二分法求解及此方法的收敛性,根据误差估计确定二分次数并进行求解。-Dichotomy of C program. Research univariate nonlinear equation f (x) = 0 dichotomy solving and convergence of this method to determine the binary frequency error estimate based on and solved
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1259
    • 提供者:王军
  1. 2FEN--FA

    0下载:
  2. 运用程序解决二分法问题,得到更精确的值,节省人工计算时间-Use the program to solve the dichotomy problem, get a more accurate value
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:879880
    • 提供者:范庆斌
  1. curve-fitting

    0下载:
  2. 计算方法中“曲线拟合”C语言编程实现。 1)通过对牛顿迭代法的编程练习,掌握方程求根的牛顿迭代法的算法; 2)通过对牛顿迭代法的上机运算,进一步体会牛顿迭代法的特点。-Calculation method " dichotomy" C language programming. 1) dichotomy of programming. 2) perform root zone and error limit comparisons
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:167604
    • 提供者:张银
  1. diedai

    0下载:
  2. 数值分析,利用牛顿法、插值法、二分法、弦截法、史蒂芬森法求取非线性方程的根,运行时可选择任一方法进行求解方程,验证后完全可行-Numerical analysis, using Newton' s method, interpolation, dichotomy, Secant Method, Stephenson law to strike roots of nonlinear equations, you can choose any of the methods for solvin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:294711
    • 提供者:zy
  1. bisectroot

    0下载:
  2. c语言编程用二分法实现方程根的求解过程。-C language programming dichotomy is used to implement process of solving the equation of the root.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1425
    • 提供者:danel
« 1 2 3 4 56 »
搜珍网 www.dssz.com