一点一滴哦

2019年3月23日

anytime

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define BUFMAX 1024 9 10 11 static void alarm_handler(int s); 12 13 14 static int init_mod; 15 stat... 阅读全文

posted @ 2019-03-23 21:27 一点一滴哦 阅读(243) 评论(0) 推荐(0) 编辑

2019年3月16日

2019.3.16王运达

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 static int l_show(char *path); 13 static int is_dir... 阅读全文

posted @ 2019-03-16 15:55 一点一滴哦 阅读(158) 评论(0) 推荐(0) 编辑

2019年1月21日

1234

摘要: #include <stdio.h> 2 //void strcpy_1(char arr[],char arr1[]); 3 //int strlen_1(char *p); 4 //int strcmp_1(char *p,char *p1); 5 void strcat_1(char arr[ 阅读全文

posted @ 2019-01-21 20:30 一点一滴哦 阅读(139) 评论(0) 推荐(0) 编辑

2019年1月17日

2019.01.17

摘要: 1. 求得两个整型数中较大的那一个 #include <stdio.h> 2 3 4 int is_big (int a,int b); 5 int main (void) 6 { 7 int a,b; 8 printf("请输入两个整形数:\n"); 9 scanf("%d %d", &a, &b 阅读全文

posted @ 2019-01-17 19:30 一点一滴哦 阅读(92) 评论(0) 推荐(0) 编辑

导航