討論串[問題] 救命!完全看不懂LINK LIST
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
j 大都出「好人的召喚」了,我只好簡單畫個圖。. 這裡前提假設 (一般書本假設) 幾個 :. sizeof(int)=4, CHAR_BIT=8, sizeof(TYPE*)=4 翻白話的說. int 是 4bytes, 1 byte=8bit, 指標大小=4bytes. 也不考慮 big/litt
(還有7797個字)
內容預覽:
#include<stdio.h>. #include<stdlib.h>. #include<memory.h>. int main(). {. struct rst. {. int i;. struct rst *link;. };. struct rst node,*head,*tail,*p
(還有457個字)
首頁
上一頁
1
下一頁
尾頁