上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 136 下一页
摘要: #include #include #include #include #include using namespace std; /* * A solution for "The Trip" problem. * UVa ID: 10137 */ #include int main (int argc, const char... 阅读全文
posted @ 2013-10-23 14:15 katago 阅读(632) 评论(0) 推荐(0)
摘要: #include#include#include#include#include#includeusing namespace std;int n, m;char x[101][101];void calc(){ for(int i=0;i=0 && a=0 && b0) printf("\n"); count++; printf("F... 阅读全文
posted @ 2013-10-23 14:13 katago 阅读(668) 评论(0) 推荐(0)
摘要: 总结:1、用cache缓存结果2、不要假设输入数据的顺序,大的可能在前,小的在后3、中间计算结果可能要用long long 保存 阅读全文
posted @ 2013-10-23 13:58 katago 阅读(590) 评论(0) 推荐(0)
摘要: UVa Online Judge 工具網站 UVa中译题uHuntAlgorithmist Lucky貓的ACM園地,Lucky貓的 ACM 中譯題目 MirrorUVa Online Judge題目中譯!非常偉大的工作,請大家要心懷敬意!Ruby兔的ACM園地UVa Online Judge題目中譯!非常偉大的工作,請大家要心懷感激!uHunt這個站製作了一些網頁小工具,可以查詢自己在... 阅读全文
posted @ 2013-10-22 14:54 katago 阅读(858) 评论(0) 推荐(0)
摘要: 八度音阶和频率的关系 Frequency in hertz (semitones above or below middle C) Octave→ Note↓ ... 阅读全文
posted @ 2013-02-28 17:02 katago 阅读(24990) 评论(6) 推荐(4)
摘要: X display manager (program type) From Wikipedia, the free encyclopedia For the program called "X Display Manager", seeXDM (display manager). ... 阅读全文
posted @ 2012-10-19 16:27 katago 阅读(1590) 评论(0) 推荐(0)
摘要: python examples https://github.com/imatix/zguide/tree/master/examples/Python hwserver.py Python代码 # # Hello World server in Python # Binds REP socket to tcp://*:55... 阅读全文
posted @ 2012-09-27 15:58 katago 阅读(4780) 评论(1) 推荐(0)
摘要: 安装相关库: sudo apt-get install libtool autoconf automake uuid-dev 编译zeromq 下载链接: #wget http://download.zeromq.org/zeromq-3.2.0-rc1.tar.gz 移除旧版本 sudo make uninstall wget http://download.ze... 阅读全文
posted @ 2012-09-27 15:43 katago 阅读(3002) 评论(0) 推荐(0)
摘要: 在线幻灯片Slide Show System汇总 - PPT的替代品 在线幻灯片Slide Show System汇总 - PPT的替代品 来源:http://xoops.org.cn/modules/newbb/viewtopic.php?post_id=54676 PowerPoint大家都很熟悉,至于在线的PPT,目前也有很多,最著名的当属google docs。然而也有很多开源、简... 阅读全文
posted @ 2012-09-27 11:44 katago 阅读(645) 评论(0) 推荐(0)
摘要: 《没有银弹:软件工程的本质性与附属性工作》(英语:No Silver Bullet — Essence and Accidents of Software Engineering)是IBM大型机之父佛瑞德·布鲁克斯所发表一篇关于软件工程的经典论文,原先是在1986年都柏林IFIP研讨会的一篇受邀论文[1][2],隔年电机电子工程师学会《Computer》也转载了这篇文章,他们用了几张《伦敦狼人(T... 阅读全文
posted @ 2012-09-27 11:00 katago 阅读(7960) 评论(0) 推荐(1)
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 136 下一页