Re: [Ubuntu-zh] Ubuntu 10.10 Release Party ( 北京)

2010-10-06 文章 Xiaofan Zhang
. 绕来绕去这个居然在自己学校里举行。。。感慨一下~~~ -- 涓�涓���ㄥ�� -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101006/1fe934ba/attachment.htm -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

[Ubuntu-zh] 有设计过cron 里面的时 间 那种数据结构的嘛? 给下思路

2010-10-06 文章 Guannan Ma
的很笨拙.. 谢谢 -- Guannan Ma -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101006/a54224db/attachment.htm -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

[Ubuntu-zh] 有设计过cron 里面的时 间 那种数据结构的嘛? 给下思路

2010-10-06 文章 Guannan Ma
的很笨拙.. 谢谢 -- Guannan Ma -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101006/5928f112/attachment.htm -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] 有设计过cron 里面的时 间 那种数据结构的嘛? 给下思路

2010-10-06 文章 Rhys
别存 分钟 小时 日 月 星期中的日 > } > > timer_DIY{ > > filter accept[MAX_ACCEPT_SIZE];  //这个是线段树的数组, 可以有N个这样的线 > 段树组成timer. 决策的时候遍历计算, 取最小值为下一次timer的触发时间. > > day array_deny[xx]; //这个是某些特殊的节假日等的filter > } > > > 有谁做过这方面的数据结构嘛? 能分享下 我觉得我的很笨拙.. > > > 谢谢 > >