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

搜索资源列表

  1. ntree

    2下载:
  2. 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:878byte
    • 提供者:自由人
  1. PolynomialIncludingAllFunctions

    1下载:
  2. 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43.59kb
    • 提供者:shijunhui
  1. ALGER

    0下载:
  2. 使用C++编写的经典数值计算算法,包括NEWTON迭带法,SIMPSON,二分法,二分法求根,还附加了模式识别的FISHER算法-prepared to use the classic C numerical algorithms including Netwon Diez belt law, Simpson, black, black roots, also added a pattern recognition algorithm Fisher
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:吕经纬
  1. Bi_formula

    1下载:
  2. 二分法求方程的实根 很简单的一个程序 要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:慕幽香
  1. chswordV2

    0下载:
  2. Jacobi GaussSeidel法求算式的根-Jacobi GaussSeidel Act formula for the roots
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:邹健
  1. for_equation_real_radix

    0下载:
  2. 分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。-respectively dichotomy Newton law xianjie (secant) Equation x3-3x2 x-1 = 0 all real roots (precision of less than 0.00001).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:叶枫
  1. newton_raphson

    0下载:
  2. Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1.6kb
    • 提供者:风帆
  1. Numerical_Computing_with_MATLAB

    0下载:
  2. Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe-
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.81mb
    • 提供者:Michael A
  1. ncm

    0下载:
  2. Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed u
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:238.02kb
    • 提供者:Michael A
  1. fixed_point

    0下载:
  2. matlab function ---> find roots using fixed-point iteration
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1012byte
    • 提供者:Di Lin
  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
    • 文件大小:817byte
    • 提供者:赵云
  1. A_maths_me1067647162002

    0下载:
  2. This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:liudm_123456
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.22kb
    • 提供者:XFX
  1. polynomials10

    0下载:
  2. This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs) Implemented in ANSI C++ Templates. Handles all real and complex floating p
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2.58mb
    • 提供者:_tika_
  1. roots

    0下载:
  2. 一元多项式方程求根,可以求出方程的所有根,包括虚根-Code to find all real roots of a polynomial with real coefficients.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5.46kb
    • 提供者:taoyqc
  1. finding-roots

    0下载:
  2. finding roots by search method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:138.49kb
    • 提供者:MOHAMED
  1. roots-music.m

    0下载:
  2. 空间谱估计算法中的求根MUSIC算法,很简单程序。-Spatial spectrum estimation algorithm finding roots of MUSIC algorithm is very simple program.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:958byte
    • 提供者:宋雪松
  1. the-roots-of-quadratic-equations

    0下载:
  2. search for the roots of quadratic equations
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1.71kb
    • 提供者:Wiwit
  1. roots-by-gauss-ellimination

    0下载:
  2. this code of matlab finds the roots of equation by gauss elimination mthod
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:11.78kb
    • 提供者:tomcruise
  1. ROOTS

    0下载:
  2. finding roots to a function using bisection and newton method
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:30.94kb
    • 提供者:Geoada
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com