首页 > TAG信息列表 > v33

多线程排序-v33-多进程-管道通信

makefile v33:v33.o gcc -o v33 v33.o -lm -lpthread v33.o:v33.c gcc -c v33.c .PHONY:clean clean: -rm v33 -rm *.o -rm *.txt v33.c // 多线程排序-多进程-管道通信-V33 #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h&g