10 2020 档案

摘要:执行c代码 #include<sched.h> #include<stdio.h> #include<stdlib.h> #include<string.h> #include<errno.h> #include <math.h> int main(int argc,char **argv) { l 阅读全文
posted @ 2020-10-29 16:13 JC97 阅读(884) 评论(0) 推荐(0)
摘要:原文出处:https://blog.csdn.net/weixin_38239856/article/details/82117600 作用: 描述调度参数的结构 #include <sched.h> struct sched_param { int32_t sched_priority; int3 阅读全文
posted @ 2020-10-29 08:55 JC97 阅读(1360) 评论(0) 推荐(0)
摘要:shell脚本并不能作为正式的编程语言,因为它是在linux的shell中运行的,所以称为shell脚本。事实上,shell脚本就是一些命令的集合; 如何写一个脚本http://vlambda.com/wz_1j5U66jku2.html 另外在做实验中的方法: 1) 2)如果没配置系统路径,在sh 阅读全文
posted @ 2020-10-14 19:27 JC97 阅读(287) 评论(0) 推荐(0)