- 博客(2)
- 收藏
- 关注
原创 Scrapy运行报错
AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv3_METHOD'和AttributeError: module ‘lib‘ has no attribute ‘OpenSSL_add_all_algorithms
2023-03-15 22:50:24
834
2
原创 操作系统实验七 磁盘调度算法的模拟与实现(C语言)
代码: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define max 200 int num; //磁盘数 //55 58 39 18 90 160 150 38 184 int request[100]; //请求磁盘序列 int begin; //开始磁盘位置 int kua; //横跨的总数 int k; //每次
2021-06-28 10:07:41
13898
6
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人