摘要:
```C++ #define _CRT_SECURE_NO_WARNINGS #include #include #include //节点结构体 struct stackNode { struct stackNode * next; }; //栈的结构体 struct LStack { struc 阅读全文
posted @ 2023-06-02 14:00
CodeMagicianT
阅读(41)
评论(0)
推荐(0)
摘要:
栈的顺序存储.c ```C++ #define _CRT_SECURE_NO_WARNINGS #include #include #include"seqStack.h" struct Person { char name[64]; int age; }; void test01() { //初始 阅读全文
posted @ 2023-06-02 10:27
CodeMagicianT
阅读(36)
评论(0)
推荐(0)

浙公网安备 33010602011771号