1樓:天雲一號
|double x, y, a=1; // a的值來需要源自己輸
bai入du
printf("輸入x的值:zhi
dao");
scanf("%lf", &x);
if(x==a || x==-a)
y = 0;
else if(-a
c語言程式設計: 程式設計實現根據以下函式關係,對輸入的每個x值,計算並輸出y的值;
2樓:喵不語
#include "stdio.h"
int main(void)
3樓:說青春如此犯見
#include
int main()
4樓:匿名使用者
double y(double x,double a)
c語言程式設計: 程式設計實現根據以下函式關係,對輸入的每個x值,並計算出y的值。 15
5樓:匿名使用者
double y(double x,double a)
c語言:.根據以下函式關係,對輸入的每個x值,計算出相應的y值
6樓:匿名使用者
你這連式子都不給要別人怎麼填呢,或者給個題目啊
7樓:匿名使用者
#include #include void main()
c語言程式設計: 程式設計實現根據以下函式關係,對輸入的每個a值,並計算出z的值
8樓:匿名使用者
#include
double cal(double a)
int main()
編寫程式,根據下面的函式關係,對輸入的每個x值,計算出相應的y值。
9樓:紅顏笑_墓葬
這裡就只來給出源
一個核心的部分吧(c語言):
int x,y;
scanf("%d",&x);
if(x<=0)
if(x>0&&x<=10)
if(x>10&&x<=20)
if(x>20&&x<=40)
if(x>40)
c語言程式設計: 編寫一個程式,根據下列公式,實現根據輸入的x值,求出y的值,並輸出x和y的值?
10樓:小黑哎啊
||#include
int main()
if(n==5)
if(n==6||n<=0)
if(n==7)
else
p=0;
printf("%d",p);
return 0;}
c語言程式設計,C語言程式設計
int mian 應該是int main 你要輸入一個數才行,建議你加一個提示輸入的語句 c語言程式設計 判斷 字串 s是否和 相等 strcmp s,表示s字元陣列是否是等於號加上字串結束符,其實單單比較是否為等於號 改為 c語言程式設計。else 非字母 switch read buf brea...
c語言程式設計試題C語言程式設計試題
1.x 0 x 0 2.x y y temp 3.m i 0 i k 4.n 100 i i i j j j k k k 4.c getchar n 5.if k s printf 5d n m 0 m m 10 15.2 16.無法解答 17.b 18.48,0 19.c 21.a 23.14 希...
c語言程式設計題目,C語言程式設計題目
給你下思 來路吧第一個 素數演算法不好 源 改用素數篩 沒聽說過的 話 自己搜 很常用的演算法 第二個 對於a先求個位數 然後按照你的演算法求值如果還是超時的話 那麼進行折半遞迴 類似於int get value int a,int b int main include int cacu int a...