求大神幫編個C 程式。關於單連結串列的。300分,devc 可以執行的

2021-04-20 20:04:57 字數 777 閱讀 4998

1樓:匿名使用者

#include

using namespace std;

#define limit -10000000struct node

int count(node *head, int x);

int get_max(node *head);

node* locate(node *head, int i);

void tidyup(node *head);

void sort_list(node *head);

void output(node *head);

void free_list(node *head);

int main()

p->next = null;

}int count(node *head, int x)int get_max(node *head)node* locate(node *head, int i)void tidyup(node *head)else}}

void sort_list(node *head)if (lt->next == q)}}

void output(node *head)void free_list(node *head)輸出例項:

2樓:匿名使用者

親愛的,你沒有附上分

求C 高手幫忙編個簡單的類的程式

例7 10 多繼承的簡單應用。base1.h ifndef base1 h define base1 h class base1 endif base2.h ifndef base2 h define base2 h class base2 endif derived.h ifndef derive...

求C 大神解答問題!讀程式快要考試了。。求大神幫忙丫

第一題 value 10,constructed value 10,copy constructed value 20,copy constructed value 20,destructed value 20,destructed value 10,destructed 分析 本題主要考察建構函式...

求關於微控制器定時器和計數器的c語言程式!大神出現吧

書上資料多,很簡單的。如果是為了應付老師的話超超就行了。如果是自己想設計的話好好研究把 把tmod 設定為一個定時一個為計數,定時的定0.5秒然後計算出th1和tli 的初值 計數的就8位的定為中斷在中斷裡顯示就行了 只要設定好tmod方波就能產生,用方式一,我認為計數用中斷比較好,不浪費cpu,在...