发布时间:2012-04-17 10:12:43
form:luozhiyong131.blog.chinaunix.netgettimeofday 例子程序 计算时间差void function() { unsigned int i,j; double y; for(i=0;i<1000;i++) for(j=0;j<1000;j++) y=sin((double)i); //耗时操作} main() { struct timeval tpstart,tpend; float timeuse; gettimeofday(&tpstart,NULL);.........【阅读全文】
发布时间:2012-04-17 10:11:35
form:luozhiyong131.blog.chinaunix.net/* * Produce/Consume using multithread */#include <stdio.h>#include <stdlib.h>#include <pthread.h>#include <string.h>.........【阅读全文】
HYYLINUX2013-07-04 17:01
HYYLINUX:本博客只是本人一个学习记录。大部分博文参照:http://blog.chinaunix.net/space.php?uid=24219701&do=blog&view=me&frmd=-1&classid=0&page=21
http://home.lupaworld.com/space-uid-26540.html 一个linuxer的博客
回复 | 举报HYYLINUX2012-02-25 10:02
本博客只是本人一个学习记录。大部分博文参照:http://blog.chinaunix.net/space.php?uid=24219701&do=blog&view=me&frmd=-1&classid=0&page=21