>
其他
>
C语言,求一元二次方程ax2+bx+c=0的根.
人气:420 ℃ 时间:2019-10-08 13:01:06
解答
#include"stdio.h"
#include"math.h"
void yici(int a,int b)
{
double x=-b/a;
printf("x=%lf\n",x);
}
void erci(int a,int b,int c)
{
int data;
double x1,x2;
data=b*b-4*a*c;
if(data
推荐
求写一个C语言程序 求一元二次方程ax2+bx+c=0的跟.
试写一个JAVA语言表达式,计算一元二次方程ax2+bx+c=0的一个根 .
一元二次方程ax2+bx+c=0至少有一个根是零的条件是( ) A.c=0且a≠0 B.b=0 C.c=0且b=0 D.c=0
已知关于x的一元二次方程:ax2+bx+c=0,若a-b+c=0,则此方程必有一个根为( ) A.1 B.0 C.-1 D.-2
1.已知抛物线y=2x2-7x+3与x轴的交点坐标为A、B,顶点为C,则△ABC的面积为____.
The gap's being closed easily enables people to enjoy...
英语:so far this year we () a fall in house prices by between 3 and 5 percent
I hate those people who like to take sth out of nothing.
猜你喜欢
求读书笔记有好词佳句阅读感悟内容概要
一袋米80千克,第一天吃去4分之1,第二天吃去5分之2,两天共吃几千克
要使(ax^2-3x)(x^2-2x+1)的展开式中不含x^3项,则a=
红铅笔1支1.9元,蓝铅笔1支1.1元.两种铅笔共买了16支共花了28元.问红/蓝铅笔共买了几支?
铅蓄电池:Pb+PbO2+2H2SO4=2PbSO4+2H2O(1)写出电极反应式
解分段函数基本思路概念 填空
be willing to 后加什么
I was surprised to see my pet cat was still [ ] after the fire.填什么?
© 2024 79432.Com All Rights Reserved.
电脑版
|
手机版