討論串[問題] 關於linked list
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 5→)留言5則,0人參與, 最新作者ken32293355 (ken)時間9年前 (2017/02/01 18:28), 9年前編輯資訊
0
2
2
內容預覽:
開發平台(Platform): (Ex: Win10, Linux, ...). Linux. 編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出). GCC. 問題(Question):. 我想要寫一個程式,可以計算每一個word出現的次數,預期結果大概是
(還有790個字)

推噓1(1推 0噓 2→)留言3則,0人參與, 最新作者s07021990 (humor)時間13年前 (2012/07/22 20:49), 編輯資訊
0
0
0
內容預覽:
今天下午開始寫linked list. 但是一直卡在這裡. 翻了書和辜狗很久了還是不知道怎麼解決. typedef struct node. {. int data;. struct Node *next;. }Node;. Node* head;. int NodeNum=0;. int addN
(還有304個字)
首頁
上一頁
1
下一頁
尾頁