摘要: #include <stdio.h> #include <string.h> char* Find_str(char* p) { for (int i = 0; i < strlen(p); i++) { for (int j = 0; j < strlen(p); j++) { if (p[j] 阅读全文
posted @ 2020-03-13 19:51 神迹丶 阅读(783) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> struct Array //定义一个数据存储结构 { int* data;//内存地址 int length;//顺数表长度 int listsize;//顺序表大小 }; typ 阅读全文
posted @ 2020-03-13 00:21 神迹丶 阅读(207) 评论(0) 推荐(0) 编辑
网站已运行: