摘要:
21:59:45 2019-08-20 学习 增加了对链表的测试 增加了对双链表的测试 以后写完后一定要测试(来自憨憨博主的提醒) 阅读全文
摘要:
10:30:22 2019-08-20 基础不牢 瞬间爆炸 参考资料:https://blog.csdn.net/ts_54eagle/article/details/4418627 https://blog.csdn.net/xingjiarong/article/details/47656339 阅读全文
摘要:
19:41:25 2019-08-19 继续学习 链表的游标实现 Cursor.h 1 #ifndef _CURSOR_H 2 #define _CURSOR_H 3 #define Size 50 4 #define Null 0 //当Next为0 类似于空指针 5 typedef int Pt 阅读全文