首页 > TAG信息列表 > 质素

多进程计算质素

示例:primer.c #include <stdio.h>#include <stdlib.h>#include <pthread.h>#include <string.h> #define LEFT 30000000#define RIGHT 30000200#define THRNUM (RIGHT-LEFT+1) typedef struct thread_arg_st //自定义结构体{   int i;}targ_st; static void