搜索资源列表
一元二次方程求解.rar
- 一元二次方程求解
一元二次方程的根
- 写一个程序,求一元二次方程的根-write a procedure for one yuan quadratic equation roots
一元二次方程
- KEIL51的一元二次方程的程序-KEIL51 a square procedure
解一元二次方程
- 使用此程序可解一元二次方程
Extract
- 编写一个Java应用程序,在其中编写一个类,该类封装了一元二次方程共有的属性和功能,即该类有刻画方程系数的3个成员变量以及计算实根的方法。并给出计算实根的过程-Write a Java application, in which the preparation of a class that encapsulates the properties of a total of one dollar quadratic equations and functions, that is, such a
jiefangcheng
- C++使用类解一元二次方程,包括实数解和虚数解。-C++ programming use the class to resolve the equation.
一元二次方程求解
- 一元二次方程求解-One dollar for solving quadratic equations
equation_solver
- 如文件名所示,该软件能够计算一元二次方程,并且支持不同的显示形式。在输入时请将方程化为ax^2+bx+c=0的形式。-As the file name shows, the software is able to calculate a quadratic equation, and supports different display forms. Please input into the equation ax^2+bx+c=0 form.
汇编求一元二次方程根,考虑虚数
- 精心收集的汇编语言写的求一元二次方程根,包含取值范围检测,实数部分虚数部分
ang_cheng.cpp - 求解一元二次方程的算法-one yu
- 求解一元二次方程 C语言源代码 保证方便快捷
Text
- 用fortran编程的解一元二次方程,可以解任意的一元二次方程(Solving the two equation of one variable)
一元二次方程
- C语言能够求解一元二次方程的解,有理数范围内,包括无解,一个相同的解,两个解的情况(The solution of a single equation of two variables can be obtained within the rational number range)
判断判别式并求根
- 输入一元二次方程的一般表达式的a,b,c三个数求出他的根(Enter the general expression of a $two equation, a, B, C, three numbers to find his root)
作业4(一元二次方程)
- 一元二次方程求根,java编译,亲测有效(Quadratic equation with one unknown root, java code, pro test)
求一元二次方程的解
- 用labview求一元二次方程的解,并表示有无实根(The solution of the two order equation of one element is obtained by LabVIEW, and the real root is expressed.)
计算平方根和解一元二次方程组 - 副本
- 计算一元二次方程组以及平方根的winform(Calculating the one element two order equations and the square root)
例题13.1 一元二次方程及出错信息
- 一元二次方程及出错信息,在程序中输入一元二次方程,获得解析解(A quadratic equation and error information. Enter a quadratic equation in the program, access to analytic solution)
frmCal一元二次方程求根
- VB程序,用于一元二次方程求根的小例程,供大家参考(VB program for solving the quadratic equation with one unknown small routines, for your reference)
一元二次方程完整分析
- 利用Fortran90编写程序,计算一元二次方程,方法简单(Calculate a quadratic equation.)
求解一元二次方程
- 在VS下创建多个源文件求解一元二次方程,包含负数解