上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 345 下一页
摘要: crontab 运行pyhon脚本 安装与检查crontab crontab -e 这里一切都用绝对路径,即你用那个目录下的python 运行哪个目录下的文件 用安装在/home/lg/anaconda3/bin/ 下的py... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: # 总核数 = 物理CPU个数 X 每颗物理CPU的核数 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: # 总核数 = 物理CPU个数 X 每颗物理CPU的核数 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #include using namespace std;double getavg(int *pt,int size);int m... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(28) 评论(0) 推荐(0)
摘要: #include using namespace std;double getavg(int *pt,int size);int m... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: // 函数定义void swap(int *x, int *y){ int temp; temp = *x; /* 保存... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: // 函数定义void swap(int *x, int *y){ int temp; temp = *x; /* 保存... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(41) 评论(0) 推荐(0)
摘要: #include using namespace std;int main() { int var=1988; ... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #include using namespace std;int main() { int var=1988; ... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(3) 评论(0) 推荐(0)
摘要: #include using namespace std;const int MAX = 3;int main (){ int ... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(4) 评论(0) 推荐(0)
上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 345 下一页