上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: #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) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //使用系统函数strcmp、strncmp int main01 阅读全文
posted @ 2020-09-03 21:01 wh19991213 阅读(88) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //使用系统提供的函数strcat、strncat int mai 阅读全文
posted @ 2020-09-03 20:07 wh19991213 阅读(456) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //使用系统提供的函数strcpy int main0101() 阅读全文
posted @ 2020-09-03 19:37 wh19991213 阅读(89) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //字符串逆置 void inverse01(char*ch) { 阅读全文
posted @ 2020-09-03 18:48 wh19991213 阅读(257) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int getstrcount01(char*ch) { int 阅读全文
posted @ 2020-08-31 20:47 wh19991213 阅读(191) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> char*my_strstr(char*src,char*dest 阅读全文
posted @ 2020-08-31 20:13 wh19991213 阅读(252) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //int argc表示传递参数的个数 ;eg:gcc -o he 阅读全文
posted @ 2020-08-31 19:00 wh19991213 阅读(192) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int my_strlen01(char*ch) { //计算字符 阅读全文
posted @ 2020-08-30 20:55 wh19991213 阅读(798) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int main01() { /*char ch[]="hello 阅读全文
posted @ 2020-08-30 20:44 wh19991213 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页