摘要:
代码 main.c 1 #include<stdio.h> 2 #include<stdlib.h> //定义此头文件,里面包含一些宏和通用工具函数,包含atoi()函数 3 int sum(int N,int arr[]); //声明sum函数 4 int main(int argc,char * 阅读全文
posted @ 2021-11-15 11:34
20191208孙汇阳
阅读(69)
评论(0)
推荐(0)
摘要:
代码 1 #include <stdio.h> 2 #include <pthread.h> 3 #include <stdlib.h> 4 #include <semaphore.h> 5 6 #define NUM 5 7 int queue[NUM]; 8 sem_t blank_number 阅读全文
posted @ 2021-11-15 11:19
20191208孙汇阳
阅读(31)
评论(0)
推荐(0)
摘要:
1.代码 #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <ctype.h> struct arg_set { char *fname; int count; }; struct arg_set *mailbo 阅读全文
posted @ 2021-11-15 11:04
20191208孙汇阳
阅读(35)
评论(0)
推荐(0)
摘要:
1. 2. 先创建txt文件 3.解密 4.随机数加密 5.随机数解密 阅读全文
posted @ 2021-11-15 10:29
20191208孙汇阳
阅读(14)
评论(0)
推荐(0)
浙公网安备 33010602011771号