摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int my_strcmp(char ch1[],char ch2 阅读全文
posted @ 2020-08-18 22:39 wh19991213 阅读(190) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> /* 返回值类型 函数名 (参数列表) { 代码体 return 阅读全文
posted @ 2020-08-18 22:10 wh19991213 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdlib.h>#include<time.h>#include<stdio.h> int main01() { srand((size_t)time(NULL)); for(int i=0;i<100;i++) { 阅读全文
posted @ 2020-08-18 21:09 wh19991213 阅读(106) 评论(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 c 阅读全文
posted @ 2020-08-18 20:08 wh19991213 阅读(1193) 评论(0) 推荐(0) 编辑