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

搜索资源列表

  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. Newton1

    0下载:
  2. 本程序用来求解数值分析中的非线性方程组。非线性方程的解析解通常很难给出,因此线性方程的数值解法就尤为重要。本实验采用两种常见的求解方法二分法和Newton法及改进的Newton法。-This procedure is used to solve the numerical analysis of nonlinear equations. Analytical solutions of the nonlinear equations are usually difficult to give nu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-18
    • 文件大小:216718
    • 提供者:梧桐雨
  1. matlab1

    0下载:
  2. 基于matlab编程的二分法的程序与分析-Based on the the matlab programming dichotomy of program and analysis
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:21049
    • 提供者:罗泽明
  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. erfenfa-gexianfa

    0下载:
  2. 这是一个关于用matlab实现二分法和割线法的程序,比较实用~-This is a support blood with the matlab realize dichotomy and secant, more practical
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1156
    • 提供者:sun
  1. TEST1404

    0下载:
  2. 迭代法,牛顿法,二分法,弦截法迭代法,-Iterative method, Newton method, dichotomy, Secant method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:1634
    • 提供者:常林锋
  1. shuzhi

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

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

    0下载:
  2. 数值求根(二分法和牛顿法)以及辛普森数值积分matlab的function函数文件,可修改求根精度等-Numerical root finding (the dichotomy and Newton law), and Simpson numerical integration the matlab function function file, modify the root finding accuracy
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:1305
    • 提供者:scotelong
  1. binarysearchafloyd

    0下载:
  2. 二分法查找---------数学建模中关于Matlab数学软件中的算法的程序---简便的查找算法-Dichotomy Find--------- Mathematical modeling algorithm Matlab mathematical software program--- simple search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:665
    • 提供者:李嘉
  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. erfenfa

    1下载:
  2. 二分法求矩阵特征值的matlab程序设计-The dichotomy matrix eigenvalues ​ ​ matlab program design
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1124
    • 提供者:韩亮
  1. er-fen-fa

    0下载:
  2. 基于matlab,通过二分法求解非线性方程-Based on Matlab for solving nonlinear equations dichotomy
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:2780
    • 提供者:吴娟
  1. algorithms-for-nonlinear-equations

    0下载:
  2. 一个求解非线性方程根的算法的集合,包括牛顿迭代法,二分法,不动点迭代法等方法。-A collection of algorithms for solving nonlinear equations root, including the the Newton iteration dichotomy, fixed point iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:29892608
    • 提供者:zhang
  1. varray

    0下载:
  2. 这是一个可变长度数组管理的源代码,数组的成员为任意长度的结构实例或对象,该代码封装了调用接口,可以动态添加成员对象、删除对象、和通过索引定位对象。最重要的是实现了插入排序、对散乱的数组进行快速排序、二分法搜索和二分法删除等接口。-This is a variable length array management source code, a member of the array is the example of the structure or object of any length,
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2965
    • 提供者:cnauth
  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 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com