摘要:
编写多线程程序,主线程中开启两个线程,一个线程打印十个偶数随机数,一个线程打印十个奇数随机数。 #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <string. 阅读全文
摘要:
基于sigaction编写一个信号处理程序,按下CTRL+C,打印奇数随机数,按下CTRL+\,打印偶数随机数,提交代码和运行结果截图。 #include<stdio.h> #include<string.h> #include<signal.h> #include<unistd.h> #inclu 阅读全文
摘要:
推荐在OpenEuler中实现 编写程序 rxx(xx为你学号后两位), rxx -o 生成并打印一个奇数随机数,rxx -e 生成并打印一个偶数随机数。提交代码和运行结果截图。 编写一个多进程程序,父进程通过调用exec和rxx 打印奇数随机数,同时打印自己PID,子进程通过调用exec和rxx 阅读全文