1樓:匿名使用者
#include
#include
typedef struct node
node, *list;
void input(list l)
scanf("%s%s%d",p->name, p->***, &p->age);
cur ->next = p;
cur = p;
cur->next = null;}}
void show(list l)
}void del(list l, int n)else}}
void destroy(list l)
int main()
;int age;
list l =&h;
input(l);
show(l);
scanf("%d",&age);
del(l, age);
show(l);
destroy(l->next);
return 0;}
2樓:匿名使用者
是隻能用連結串列實現是嗎?你著急要嗎,我下午有空的話幫你寫下哈,或者晚上。
求c語言大神幫忙,解決一下這道題!
3樓:匿名使用者
include
main()
;//宣告結構變數和結構指標,並初始化
struct human x=,*p=&x;
//利用結構指標顯示結構中的資料
cout<<"(*p).name="<<(*p).name<符為p分配記憶體
p=new human;
//從鍵盤上為p指向的結構物件賦值
cout<<"p->name=";
cin>>p->name;
cout<<"p->***=";
cin>>p->***;
cout<<"p->age=";
cin>>p->age;
cout<<"-------------------------" main() ;//宣告結構陣列和結構指標變數,並初始化 human x=,,},*p=null; //用下標變數的輸出結構陣列的元素 for (int i=0;i<3;i++) x;//使用結構變數x中的整型指標ip x.ip=new int; //分配1個單元 *(x.ip)=100; cout<<"x.ip:"< main() ;//定義baby結構 struct baby ; //宣告baby結構變數並初始化 baby b1=}; //下列是baby結構變數b1的引用。 cout<<"b1.num="< main() ;//使用遞迴結構變數 list l1=; cout<<"l1:"< main() ;//用student宣告3個結構指標變數 struct student *head,*tail,*temp; //申請第1塊資料,並設定各結構指標的初值 temp=new struct student; //申請記憶體 head=temp; // 頭指標 tail=head; // 尾指標 //迴圈為連結串列輸入資料 cout<<"\tname math ***puter"<>temp->name; if (temp->name[0]!='*') else //為下一個學生申請記憶體 temp->next=new struct student; temp=temp->next; // 使處理指標temp指向新記憶體塊 }//將連結串列資料從頭到尾列印出來 cout<<"--------------------" cout<***puter<<"," 4樓: 用匯編建一個資料庫 不過,我很懶 5樓:小乖00不乖 有要求用什麼寫麼,不知道做個mfc軟體行不行,行的話我這裡有一個你可以直接拿去用 求大神幫忙解決這道c語言的題 6樓:zz迎風 #include #define m 10 void main() ,i=0,j,m; printf("\nplease enter an integer number between 4 and 10:"); scanf("%d",&m); for(j=0;j 容a[j]=(j+1)*(j+1); printf("\nthe output :\n"); for(i=m-1;i>=0;i--) printf("%4d",*(a+i));} 求c語言大神幫忙解答這道題問題出在** 7樓:匿名使用者 因為你未按格式輸入,scanf函式並沒有為a和b設定值,而你又沒有初始化a和b。因此,a、b的值是不確定的,極有可能都小於60或都大於等於60,因此執行的是else。 8樓:匿名使用者 加逗號表示不同變數之間的資料以逗號分隔,因此逗號號的資料流才賦予下一個變數。去掉逗號會按資料型別對輸入資料流進行最大匹配賦予變數值。 9樓:風火輪 輸入格式必須與scanf中的形式相匹配。 也就是說scanf("%d,%d",&a,&b); 的形式,必須寫成 (輸入) , (輸入) 否則程式會執行出錯。 可以更改scanf輸入形式,如/,那麼輸入就業要寫成50/80的形式。 include void main printf 請輸入第2個陣列的10個整數 printf n for i 0 i 10 i for i 0 i 10 i c語言程式設計題,求助大神 int fun int x int fun int x if x x count x return 0 樓上的都會... 這個是很基礎的,就是從鍵盤獲得數,然後根據條件判斷,滿足條件執行迴圈體裡的內容,最後列印出來 1.定義結構體 struct student 2.計算平均函式 平均成績存放在該學生的結構體的avg成員中 void avg struct student s 3.冒泡法,選擇法排序 省略 4.輸出,省略 ... include include int main return 0 這道題看不懂,求c語言大神教,謝謝?因為next是本型別的指標,所以理 論上可以不斷連環。比如一個結構體陣列 list 50 list 0 next list 1 list 0 next next list 1 next list ...c語言程式設計題求大神相助,C語言程式設計題 求大神相助!!!
用c語言程式設計這道題,求大神講解,指教,謝謝了
求C語言大神教教我。謝謝,這道題看不懂,求c語言大神教,謝謝