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

搜索资源列表

  1. cubic_spline

    0下载:
  2. 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:郭嘉研
  1. t3_1

    0下载:
  2. 求解三次样条函数思路为:由 连续 预设 , 为一次多项式:故 积分2次 积分常数(2个) 由插值条件 确定 积分常数 得 (含预设的 ) 利用 连续: 确定 的 个方程 + 2边界条件 确定 加入 的表达式,形成 。 -solving cubic spline function ideas : consecutive default, as a polynomial : so integral two integral constant (2) determined by int
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:王明明
  1. SplineCSharp

    0下载:
  2. C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。-prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:詹华
  1. CubicMultinomialRegress

    0下载:
  2. 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. admas

    0下载:
  2. 使用Adams三次外插方法求解微分方程的数值解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1090
    • 提供者:yangchunyao
  1. Unary

    0下载:
  2. 一元三次方程求解器,用于高冥次的三次方程求解。自己用的。-Unary cubic equation solver for high-Ming times in three equations. Own use.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4259
    • 提供者:古韵彦
  1. compute

    0下载:
  2. 一个不错的解方程软件,可以直接输入参数解一元一次方程,一元二次方程,二元一次方程,三元一次方程,不完全一元三次方程,在设计工作中遇到需要频繁解方程时,可以减少不少工作量^_^-Solve the equation of a good software solution can be directly input parameters in One equation, a quadratic equation, an equation of binary, ternary one equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:19568
    • 提供者:陈笑天
  1. ComputeCubicFunction

    0下载:
  2. 解一元三次方程,并提示是继续操作还是退出操作-show how to compute a cubic function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1235
    • 提供者:李琴
  1. Solving-cubic-equation-

    0下载:
  2. 用二分法求解三次方程,只需要输入方程的四个系数即可进行求解。-Solving cubic equation with the dichotomy, just type equation can be solved by the four factors.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:886
    • 提供者:liudehua
  1. _sncndn@20and_Cardano@56

    0下载:
  2. 调用MATHLIB37.DLL中的函数_sncndn@20计算三个雅可比椭圆函数sn(e,x),cn(e,x),dn(e,x)在实数域上的值,作为参变量为e的一元实函,sn,cn,dn的周期分别为4K(e),4K(e),2K(e),其中uu=x为实数,emmc=1-e^2称为补模的平方,e=c/a=k称为模或椭圆的离心率。函数原型为void sncndn(float uu,float emmc,float *sn,float *cn,float *dn) 用MATHLIB37.DLL中的函
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:72302
    • 提供者:hanxiaohua
  1. yy

    0下载:
  2. 用二分法计算一个一元三次方程在一定区间范围的根-Calculated with the dichotomy of a cubic equation in a certain range of the root interval
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2510
    • 提供者:杨洋
  1. 00

    0下载:
  2. 一个错误的盛金公式求三次方程根,求指出错误。-A wrong Shengjin Gong eq cubic equation roots, find that error.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:699
    • 提供者:杨菂
  1. ROOT-half

    0下载:
  2. 对玄截法求一元三次方程根进行优化,极大减少了循环次数!-On black sheet for three once basic quadratic equation root optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:526
    • 提供者:陈刚
  1. froot

    0下载:
  2. 牛顿法求解一元三次方程的matlab 的程序,可以在十秒内求解任意一元三次方程-Newton s method for cubic equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:838
    • 提供者:taocan
  1. three

    0下载:
  2. 这是一个用c++程序求三次方程根的程序。-work out Cubic root of the equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:264163
    • 提供者:yujayee
  1. ShengJinFaJieSanCiFangCheng

    0下载:
  2. 解一元三次方程 本程序利用盛金公式,可以解得一般一元三次方程的实根和虚根,以及相应的误差。-Solution of a cubic equation using this procedure Sheng Jingong style, you can solve for the general cubic equation of real roots and imaginary roots, and the corresponding error.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1506
    • 提供者:shredder
  1. 20141211

    0下载:
  2. 盛金公式 - 一元三次方程求解 a,b,c,d 一元三次方程的系数…… ax^3+bx^2+cx+d=0 适用这样的方程 说明:源码里去掉了虚根,经检测,程序计算结果正确-Sheng Jin formula- a three order equation solving A, B, C, factor D yuan three equations...... Ax^3+bx^2+cx+d=0 applies to such equations Note: the sour
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:64633
    • 提供者:jack
  1. Shengjin-Program-Original

    1下载:
  2. 求解一元三次方程的Fortran源代码,自己试了试,可以用-Fortran source code for the three equation of a dollar, you can try, you can use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1200
    • 提供者:常林锋
  1. jieyiyuansancifangcheng

    0下载:
  2. 根据手动输入的各项系数数据,求解一元三次方程。-According to the coefficient data manually entered, solving a cubic equation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2634
    • 提供者:刘仕雄
  1. 谐波平衡法求解二自由度非线性方程

    3下载:
  2. 应用maple软件,采用谐波平衡法对含有三次非线性项的二自由度方程进行了求解,并画出了幅频特性曲线。
  3. 所属分类:Maple

« 1 23 »
搜珍网 www.dssz.com