搜索资源列表

  1. roots

    0下载:
  2. roots--一个轻量级的内存数据库系统。基于Hash Map的table设计。快速轻巧。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:112228
    • 提供者:icewind
  1. PRF

    0下载:
  2. Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:31744
    • 提供者:陈西
  1. roots

    0下载:
  2. 所属分类:数据库系统

    • 发布日期:2024-10-22
    • 文件大小:111616
    • 提供者:icewind
  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 a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-22
    • 文件大小:2702336
    • 提供者:_tika_
  1. Real-roots-of-equations-of-higher

    0下载:
  2. 本文根据STURM定理设计了一个算法按这一算法编写了一个求高次方程所有实根近似值的C语言程序. -STURM theorem in this article in accordance with an algorithm designed by this method for the preparation of a high approximation of real roots of all equations of the C
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:366592
    • 提供者:王成
  1. roots

    0下载:
  2. This program will find the real roots of a function. You must input two initial guesses of where the roots might be.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:Chris
  1. yingyongshuzhifenxi

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 -This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative m
  3. 所属分类:Windows编程

    • 发布日期:2024-10-22
    • 文件大小:3239936
    • 提供者:zz
  1. BAIRSTOW-2

    0下载:
  2. SUBROUTINE TO FIND ALL REAL & COMPLEX ROOTS OF AN n-th DEGREE POLYNOMIAL EQUATION f(X) = anX**n + an-1X**n-1 + ..... + a2X**2 + a1X + ao = 0, where: n > 2 BAIRSTOW METHOD- SUBROUTINE TO FIND ALL REAL
  3. 所属分类:软件工程

    • 发布日期:2024-10-22
    • 文件大小:4096
    • 提供者:ilias
  1. roots

    0下载:
  2. 试分发求根请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-roots
  3. 所属分类:Windows编程

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:du
  1. roots

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

    • 发布日期:2024-10-22
    • 文件大小:5120
    • 提供者:taoyqc
  1. MCI-core---working-with-square-roots

    0下载:
  2. MCI core - working with square roots
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:300032
    • 提供者:killerbee007
  1. finding-roots

    0下载:
  2. finding roots by search method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-22
    • 文件大小:141312
    • 提供者:MOHAMED
  1. roots-music.m

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

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:宋雪松
  1. roots

    0下载:
  2. used to find the nature of the roots of the given data type
  3. 所属分类:文件格式

    • 发布日期:2024-10-22
    • 文件大小:11264
    • 提供者:Shankar
  1. the-roots-of-quadratic-equations

    0下载:
  2. search for the roots of quadratic equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-22
    • 文件大小:2048
    • 提供者:Wiwit
  1. Jacobi-seeking-roots-of-equations

    0下载:
  2. 雅克比求方程组的根,已经调试成功。只需要输入变量即可。-Jacobi equations seeking roots, debugging has been successful. Only need to enter the variable.
  3. 所属分类:汇编语言

    • 发布日期:2024-10-22
    • 文件大小:13312
    • 提供者:政治
  1. find-roots

    0下载:
  2. MATLAB 数值求根程序,用二分法求任意函数的跟-find roots
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:hehuijing
  1. roots-by-gauss-ellimination

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

    • 发布日期:2024-10-22
    • 文件大小:12288
    • 提供者:tomcruise
  1. ROOTS

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

    • 发布日期:2024-10-22
    • 文件大小:31744
    • 提供者:Geoada
  1. Roots-Pump-Animation

    0下载:
  2. 罗斯泵中的三叶泵的动画模拟,可以方便看出泵的工作原理-the animation of roots pump
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-10-22
    • 文件大小:44032
    • 提供者:孙庆丰
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org