- 博客(1)
- 收藏
- 关注
原创 数据结构串的基本操作:求串长,连接两个串s,t,求子串,判断是否相等
源代码:#include <stdio.h>#define MaxSize 100 typedef struct //串结构体{ char ch[MaxSize]; int length; } SqString;void StrAssign(SqString &s,char t[]) //串赋值{int i;for(...
2020-04-18 13:20:49 6140
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人