C語言程式變換

2022-03-15 15:55:28 字數 983 閱讀 1453

1樓:高原狼人

//想必你是想寫兩個分開的遞迴

#include

#include

float f1(int n);

float f2(int n) ;

void main()

float f1(int n)

float f2(int n)

2樓:

讓你們看看什麼叫遞迴

#include

#include

float sn=100.0,hn=sn/2;

float gethn(int i)

float getsn(int j)

void main()

3樓:

#include

float f1(float a,int n)float f2(float a,int n)main()

不太理解你的total of road

4樓:匿名使用者

#include "stdio.h"

main()

void f(int n)

5樓:

float rebound(float inif, int n);

main()

sn += rebound(10, 0);

printf("the total of road is %f\n",sn);

printf("the tenth is %f meter\n",rebound(initsn,10));

/* @float inif --初始值

/* @int n --**次數

/* @return --第n次**的多高

float rebound(float inif, int n)

if(n == 0)

if(n == 1)

else}

c語言程式問題,C語言程式問題?

1.在你打算學習c語言之前,你要下一個狠狠地決心.因為許多電腦愛好者在學習c語言的過程中,都會遇到困難,從而沒有堅持到最後.只有你下定狠狠地決心,才能學會c語言,才能學好c語言.2.要想學習好c語言,就要學會細心,耐心.c語言程式的編寫需要非常細心,因為一個標點符號的錯誤,可能導致程式的無法執行.3...

c語言秒錶程式,C語言秒錶程式

下面程式你試下,延時函式自己加一下,幾毫秒到幾十毫秒 include quot reg51 h quot unsigned char i,j,m,xa 4 unsigned char table1 0x01,0x02,0x04,0x08 unsigned char table2 0x3fev0x06...

C語言程式編寫,如何編寫C語言程式

陣列的地方換成指標的形式就可以了,在定義的地方加個 p,然後把p a就可以了,例a i 可以寫成p i的形式。include main min a 0 site2 0 for i 1 i 10 i if a i temp1 a 9 a 9 max j site1 a j temp1 temp1 a ...