搜索资源列表
一元三次方程求解
- 一元三次方程解法-one yuan three equations
quartic
- 求解一元三次议程的源代码,用于求解一元三次方程
jiefangc
- 采用最新算法计算一元三次方程 该法不是使用迭代进行计算 而是使用盛金公式进行计算 能准确的计算出三个跟
一元三次方程求解
- 一元三次方程解法-one yuan three equations
CubicMultinomialRegress
- 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double foreca
quartic
- 求解一元三次议程的源代码,用于求解一元三次方程-Solving the agenda of one dollar three times the source code for one dollar three times to solve equations
jiefangc
- 采用最新算法计算一元三次方程 该法不是使用迭代进行计算 而是使用盛金公式进行计算 能准确的计算出三个跟-Algorithm using the latest one dollar three equations instead of using the law but the use of iterative calculation formula for calculating payments Sheng can cal
shengjin
- 用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。-Jin-Sheng Xie used the formula three times a dollar equation aX3 bX2 cX d = 0, (a, b, c, d ∈ R, and a ≠ 0).
java4
- 分别使用一般事件接口和鼠标事件借口,创建一个具有用户界面的完整的解一元三次方程的java应用程序. 包含啦相关代码和运行界面。-Events using the general interface and mouse events under the pretext of creating a complete user interface solution one dollar three equations java appli
java2
- 用java语言编程创建一个解一元三次方程的界面。输入相关系数可以解出x的根,并包含啦计算和清除按钮-Java programming language used to create a solution of one dollar three times the interface equation. Enter the correlation coefficient can be solved the root of x, and i
java1
- java语言编程实现:利用命令行参数解一元三次方程。 包含相关代码和运行结果 -java programming language: the use of command-line parameter cubic equation solution of one dollar. Contains the relevant code and operating results
pstress_v12
- 任意一个一元三次方程求根的C语言程序,希望对大家有用。-Arbitrary one dollar a cubic equation roots of the C language program, I hope useful for all of us.
OneElementCubicEquationSolution
- 实现基于一种新的卡尔丹公式求解一元三次方程,内附详细的文献说明。-A New Way to Calculate the Solutions to One Element Cubic Equation via Cardan Fomula. Papers inside will demonstrate the details.
zuixiaoercheng
- 最小二乘曲线拟合,显示源数据折线图,然后采用一个一元三次方程拟合曲线,生成曲线图-least-squares method to calculate the formula
Unary
- 一元三次方程求解器,用于高冥次的三次方程求解。自己用的。-Unary cubic equation solver for high-Ming times in three equations. Own use.
YYSCFC
- 解一元三次方程的C算法,可以求解一元三次方程-One dollar three equations
ThreeOrderEqu
- 该程序为c++程序,用途是使用卡丹公式求解一般一元三次方程。-Solve Three Order Equation using Cardin formula
solot_eq3
- 可以解一元三次方程的实数解,主函数中first.reset_co(1,2,3,4) 中的1,2,3,4表示输入一元三次方程的系数,用户可以任意更改 -Possible solutions to the cubic equation of Real Solutions
compute
- 一个不错的解方程软件,可以直接输入参数解一元一次方程,一元二次方程,二元一次方程,三元一次方程,不完全一元三次方程,在设计工作中遇到需要频繁解方程时,可以减少不少工作量^_^-Solve the equation of a good software solution can be directly input parameters in One equation, a quadratic equation, an equation o
ComputeCubicFunction
- 解一元三次方程,并提示是继续操作还是退出操作-show how to compute a cubic function