F4 陣列逆轉 10 分

2021-09-27 07:10:11 字數 586 閱讀 1756

本題要求實現乙個函式,可將乙個整型陣列裡的元素逆轉。例如原陣列是[1,3,5,7,9],逆轉之後變成[9,7,5,3,1]

函式介面定義:

void

reverse

(int

*array,

int size)

;

其中引數 array是陣列首位址,size是陣列的長度(size>0)。

裁判測試程式樣例:

函式被呼叫進行測試的乙個可能的例子像這樣:

#include

void

reverse

(int

*array,

int size)

;int

main()

/* 你提交的**將被嵌到這裡 */

輸入樣例:

51 2 3 4 5

輸出樣例:

5 4 3 2 1

void

reverse

(int

*array,

int n)

}

F4的實現方式

1 在螢幕編輯器的layout中,指定螢幕元素所使用的search help 2 使用函式的方法,在選擇螢幕上實現f4.所使用的函式為 f4if int table value request report ztest03.types begin of t s werks,werks type t0...

F4硬體FFT頻譜顯示

include sys.h include delay.h include usart.h include led.h include key.h include lcd.h include timer.h include math.h include arm math.h include adc....

SAP中的F4幫助

今天在除錯標準程式的時候,意外的發現了乙個f4幫助的函式,感覺還是挺好用的。f4if field value request從函式名就可以看出是給字段新增f4幫助的。f4 help for fields that are only known at runtime這是這個函式的描述,即執行時使用。在...