以前的文章里有的
你找找吧
我就步贴老文章了.....
主要时
改进talk.c的num_alcounter()函数比较简单, 改成如下:
int num_alcounter() {
static int last_time=0;
if(abs(time(0)-last_time)<xxx) return;
last_time=time(0);
alcounter(NULL);
apply_ulist(alcounter);
alcounter(NULL);
return;
}
关于描述就不贴了
【 在 Roka.bbs@bbs.DormForce.net (好大的棉花糖) 的大作中提到: 】
: ??
: 哪里??
: 【 在 sysgp@bbs.9003.dhs.org (hi) 的大作中提到: 】
: : 的确提高效果不少...
: : hehe
: : 快乐很多
--
FROM 166.111.171.247