第乙個新人貼,寫了一點點鍊錶的基本用法

2021-10-03 19:58:03 字數 1305 閱讀 4599

#include

#include

#define len sizeof(struct student)

struct student

;int n;

intmain()

printf

("要加入的結點是:");

stu=

(struct student*

)malloc

(len)

;scanf

("%ld,%f"

,&stu->num,

&stu->score)

;while

(stu->num!=0)

return0;

}struct student *

creat()

//建立乙個鍊錶

p2->next=

null

;return

(head);}

struct student*

del(

struct student *head,

long num)

//刪除乙個結點

p1=head;

while

(num!=p1->num&&p1->next!=

null)if

(num==p1->num)

//找到這個數啦!!

else

printf

("not find!");

return

(head);}

struct student *

insert

(struct student *head,

struct student *stud)

//插入結點

//傳遞頭結點的位置,和要插入結點的位址(用stud指向)

//則要插入結點成為了第乙個結點(頭結點);

else

//如果該錶不是個空表

if(p0->num<=p1->num)

//如果該煉表不為空,要插入的位置是第乙個結點之前;

//如果該煉表不為空,而且要插入的位置不是第乙個結點之前和最後乙個結點之後

}else

//如果該煉表不為空,要插入的位置是最後乙個結點之後

} n=n+1;

return

(head);}

void

print

(struct student* head)

//輸出鍊錶

while

(p!=

null);

}

關於excel表匯入資料庫的一點點心得

前幾天,學校 要我匯入一批學生的資料,資料量比較龐大,編了個將excel表轉成sql檔案的轉換程式,操作比較簡單,但如果要用要改一下php檔案。src file 2010.txt file name data2010.sql file pointer fopen file name,a i 0 k ...

29期 做完第乙個專案後一點感受

已經很久沒有下筆了,這次的專案感受就來隨便說說吧 不知不覺學php已經好一段時間了,學習過程中一直感覺自己學的不好,雖然老師布置的作業基本能勉強做完,一塊一塊,知識很難整合在一塊。當時我也沒有想太多,雖然我上學也是學的計算機相關專業,但我一直認為自己是零基礎的。因為,在學校時學的並不好,更何況已經工...

29期 做完第乙個專案後一點感受

已經很久沒有下筆了,這次的專案感受就來隨便說說吧 不知不覺學php已經好一段時間了,學習過程中一直感覺自己學的不好,雖然老師布置的作業基本能勉強做完,一塊一塊,知識很難整合在一塊。當時我也沒有想太多,雖然我上學也是學的計算機相關專業,但我一直認為自己是零基礎的。因為,在學校時學的並不好,更何況已經工...