摘要:
c语言实现的串: 创建串 查看串 连接串 比较串 求子串 串长 销毁串 主函数 结果示例 #include<stdio.h> #include<stdlib.h> #define MaxSize 258 //定义串 typedef char DataType; typedef struct Stri 阅读全文
posted @ 2021-05-09 14:09
云雨归海
阅读(282)
评论(0)
推荐(0)
摘要:
c语言顺序循环队列: 初始化 Push操作 Pop操作 主函数 #include<stdio.h> #include<stdlib.h> #define ml 4 //初始化队列为四个存储单元 //定义顺序存储环队列 typedef int DataType; typedef struct Queu 阅读全文
posted @ 2021-05-09 13:57
云雨归海
阅读(244)
评论(0)
推荐(0)

浙公网安备 33010602011771号