摘要: 我爱中华 我爱老大, 老大威武, 景甜_百度百科姓名:景甜生日:1988年7月21日(农历六月初八)简介:景甜,中国内地女演员。1988年7月21日生于陕西西安市,毕业于北京电影学院表演系。2010年因主演电影《我的美女老板》走红 ... 阅读全文
posted @ 2015-11-25 22:33 青灯梦阑 阅读(166) 评论(0) 推荐(0)
摘要: SG*****003 董*一、实验过程实验1 :fork()的调用源代码 test.c#include <errno.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>int main(){ pid_t pid; int count=0; pid=fork(); count++; printf("count=%d\n",count); return 0;}编译后运行结果是实验2:fork()和exec()的组合使用源代码 string3.c#include< 阅读全文
posted @ 2013-05-27 20:32 青灯梦阑 阅读(253) 评论(0) 推荐(0)