搜索资源列表
get_roots
- 自动解一元二次方程,是一个GUI设计的源码,图形界面没有上传,但是只要相应的控件都可以容易找到-automatically with one yuan quadratic equation, is a source of GUI design, graphical interface without uploads However, as long as the corresponding controls can easily find
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
解一元二次方程
- 使用此程序可解一元二次方程
sgl
- 用汇编语言编写的解一元二次方程的代码,键盘输入参数后进行运算并在显示器上给出根的值-Written in assembly language code for solving a quadratic equation, keyboard input parameters after the operation and display the values ??given on the root
jiefangcheng
- C++使用类解一元二次方程,包括实数解和虚数解。-C++ programming use the class to resolve the equation.
equation
- 能用来解一元二次方程组 只要输入相关参数-Solution of one dollar can be used as long as the quadratic equation group enter the relevant parameters
04
- 简易小程序,实现解一元二次方程与石头剪子布的游戏-Simple small program, the realization of solutions of quadratic equation with one dollar stone scissors cloth Game
jyiyecfc
- 解一元二次方程的算法,主要是针对工程中的小应用,可以节省手工计算的时间和人力-Quadratic equation solution algorithm for one dollar, mainly against the project are small applications, manual calculation can be saved time and manpower
fangcheng
- 实现解一元二次方程 和猜拳游戏 包括菜单-C++
MFC
- MFC编程,解一元二次方程并输出一元二次方程-MFC programming, solution of quadratic equations and the output of one dollar one dollar quadratic equation
yiyuanercifangcheng
- 用Java语言编写一个带有界面的程序,其可以解一元二次方程。-With the Java language to write a program with an interface and its possible solutions to the one dollar quadratic equation.
Equation
- 在JAVA开发环境下 根据GUI编辑的简单的可以解一元二次方程的程序-In the JAVA development environment according to a simple GUI editor that can be the procedure for solving a Quadratic equation
quadraticequationofonedollar
- 解一元二次方程方程的-Solution of quadratic equation of one dollar
Solving
- 用于解一元二次方程,当输入系数错误时,会显示error,当解是复数时,有i显示。-Solving a Quadratic equation
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)
二分法解方程
- 这个程序的功能是应用二分法解一元二次方程(The function of this program is to apply the dichotomy to solve a single equation of two variables)
求一元二次方程的解
- 用labview求一元二次方程的解,并表示有无实根(The solution of the two order equation of one element is obtained by LabVIEW, and the real root is expressed.)
例题13.1 一元二次方程及出错信息
- 一元二次方程及出错信息,在程序中输入一元二次方程,获得解析解(A quadratic equation and error information. Enter a quadratic equation in the program, access to analytic solution)
求解一元二次方程
- 在VS下创建多个源文件求解一元二次方程,包含负数解