当前位置: 代码迷 >> dlinklist的解决方案
 
  • 各位高手救救我吧!!!

    各位高手救救我吧!!! 求助:关于双向链表 #include<stdio.h>#include<stdlib.h>#include<conio.h>#defineOK1#defineERROR0typedefstructDLNode{intdata;structDLNode*prior,*next;}DLNode,*DLinkList...

    145
    热度
  • 求助:关于双向链表

    求助:关于双向链表 #include<stdio.h>#include<stdlib.h>#include<conio.h>#defineOK1#defineERROR0typedefstructDLNode{intdata;structDLNode*prior,*next;}DLNode,*DLinkList;intListInse...

    188
    热度
  • 我写的双向链表的创建程序有错,请指教!

    我写的双向链表的创建程序有错,请指教! #include"stdio.h"#include"malloc.h"typedefcharDataType;typedefstructnode{DataTypedata;structnode*next,*prior;}dlistnode;typedefdlistnode*dlinklist; dlinklistcreatedli...

    194
    热度
上一页1下一页