立下此碼, 過段時間再看是否有進步!
#
include
#include
<
malloc
.h>
struct
list;#
define list_init(head) \
(head)
->next =
(head);\
(head)
->prev =
(head) \
void __list_add(
struct
list
*new
,struct
list
*prev,
struct
list
*next)
void list_add(
struct
list
*new
,struct
list
*head)
void __list_del(
struct
list
*prev,
struct
list
*next)
void list_del(
struct
list
*enpry)
int main(
void
)list_del(tmp);}
python學習練習
1.猜數字遊戲 d python coding utf 8 2019 4 14 10 29 n 1tuichu 1 import random print 20,讓我們一起來玩遊戲吧 20,sep n end n rnum random.randint 1,100 while 1 1 num int...
2 11練習 練習5(1) p37
練習 5 1 修改前乙個練習,將dataonly中的資料在main 方法中賦值並列印出來。public class dataonlytest dataonly data new dataonly data.i 47 data.d 1.1 data.b false system.out.println...
Linux學習練習1
1.建立兩個使用者,要求 乙個使用者名為rob,uid為2001,屬於it組 groupadd it useradd u 2001 g it rob 另乙個使用者名為jack,uid為2003,屬於hr組,不可登入系統,1個月後帳號過期 groupadd hr useradd u 2003 g hr...