搜索资源列表
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
quadraticequationofonedollar
- 解一元二次方程方程的-Solution of quadratic equation of one dollar
Solving
- 用于解一元二次方程,当输入系数错误时,会显示error,当解是复数时,有i显示。-Solving a Quadratic equation
JieFangCheng
- 用c#编写的一个小程序,用来解一元二次方程,初学c#的朋友可以拿来作为一个参考!-Prepared with a small c# program, used to solve quadratic equation, beginner c# friends can be taken as a reference!
Cyuyan
- 对字符串进行把个数多于两位的挑选出来,解一元二次方程,利用函数重载在MFC中画图,用三种方法排序,木材抛光问题-On the string to the selected number of more than two, for solving a quadratic equation, using function overloading in the drawing in MFC, sorted in three ways, wood polish problems
2Unary-quadratic-equation
- 用visual c++解一元二次方程。方程的各系数由读者自行给出。-To solve Unary quadratic equation by useing visual c++ . The coefficients of equation are given by the reader .
exercise
- 设计一个含有多个菜单项的菜单演示程序,然后再为这些菜单项设计相应的功能。 要求: (1)程序显示下列菜单选项: 1. 解一元二次方程 2. 石头、剪子、布游戏 3. 退出程序 选择1-3: (2)用户选择1,则求解一元二次方程Ax² +Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。 (3)用户选择2,则模拟石头、剪子、布游戏。用户可以任选石头、剪子、布中的一种,计算机也随机产生3种物件之一,根据“石头赢剪子,剪子赢布,布赢石头”的规则判定
一元二次方程
- 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)