摘要:
找出带环单向链表的环入口(交点) 寻找链表环的入口 阅读全文
摘要:
Linux中断-常用的下文处理方法 阅读全文
摘要:
printscript.gdb 点击查看代码 define plist set $x=13 while $x-- p PCur->mData set PCur=(PCur->mNext) end end document plist to list the list by travel end PC 阅读全文