摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int main0101() { char ch[] = " -1 阅读全文
posted @ 2020-09-04 22:36 wh19991213 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //字符串截取strtok会破坏源字符串,用\0替换截取的标志位 阅读全文
posted @ 2020-09-04 22:02 wh19991213 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //使用系统函数strchr在字符串中查找字符 int main0 阅读全文
posted @ 2020-09-04 20:59 wh19991213 阅读(149) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //使用系统函数sprintf格式化写入;把格式化的数据写入某个字 阅读全文
posted @ 2020-09-04 20:16 wh19991213 阅读(105) 评论(0) 推荐(0) 编辑