摘要:
w CSDN 论坛 http://bbs.csdn.net/wap/topics/390186917 对原帖的问题做严谨化处理,并对“公平”做出假设。 问题: 有n个人轮流在宿舍内煮晚饭,宿舍内每天只煮一次晚饭。当晚轮到谁煮饭且该人当晚回宿舍就必须煮饭,其他晚上只要回宿舍则一定在宿舍吃晚饭且不做饭。 阅读全文
posted @ 2017-04-20 23:27
papering
阅读(244)
评论(0)
推荐(0)
摘要:
w https://zh.wikipedia.org/wiki/图论术语 团 完全图K5 完全图K5 完全图K5 完全图是所有顶点两两相邻的图。n阶完全图,记作Kn。如图所示为K5。n阶完全图有n(n-1)/2条边。 图中的团是由图中两两相邻的顶点构成的集合。 阅读全文
posted @ 2017-04-20 21:59
papering
阅读(168)
评论(0)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/图论术语 树 有标号的树,有6个顶点和5条边 有标号的树,有6个顶点和5条边 有标号的树,有6个顶点和5条边 连通无圈图称为树,一般记为T。其中,度数为1的顶点称为叶子,否则称为内点。有时我们会从树中选出一个顶点作为特殊顶点,称之为根以示区 阅读全文
posted @ 2017-04-20 21:58
papering
阅读(284)
评论(0)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Planar_graph The Polish mathematician Kazimierz Kuratowski provided a characterization of planar graphs in terms of fo 阅读全文
posted @ 2017-04-20 21:49
papering
阅读(917)
评论(0)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Ramsey's_theorem https://zh.wikipedia.org/wiki/拉姆齐定理 在组合数学上,拉姆齐(Ramsey)定理,又称拉姆齐二染色定理,是要解决以下的问题:要找这样一个最小的数n,使得n个人中必定有 k 阅读全文
posted @ 2017-04-20 21:22
papering
阅读(1955)
评论(0)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Pigeonhole_principle Sock-picking Assume a drawer contains a mixture of black socks and blue socks, each of which can be 阅读全文
posted @ 2017-04-20 20:51
papering
阅读(619)
评论(0)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Entropy_(information_theory) https://zh.wikipedia.org/wiki/熵(信息论) 熵的概念最早起源于物理学,用于度量一个热力学系统的无序程度。在信息论里面,熵是对不确定性的测量。但是在信息世 阅读全文
posted @ 2017-04-20 20:40
papering
阅读(559)
评论(0)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Markov_chain https://zh.wikipedia.org/wiki/马尔科夫链 In probability theory and related fields, a Markov process, named aft 阅读全文
posted @ 2017-04-20 20:14
papering
阅读(274)
评论(0)
推荐(0)
摘要:
w recursion nexttoken 阅读全文
posted @ 2017-04-20 19:09
papering
阅读(154)
评论(0)
推荐(0)
摘要:
[root@g ~]# /usr/bin/redis-cli -a mypwd -p 16380 -h 1.2.3.41.2.3.4:16380> info# Serverredis_version:3.2.10redis_git_sha1:00000000redis_git_dirty:0redi 阅读全文
posted @ 2017-04-20 18:12
papering
阅读(182)
评论(0)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Address_Resolution_Protocol The Address Resolution Protocol (ARP) is a telecommunication protocol used for resolution of 阅读全文
posted @ 2017-04-20 17:07
papering
阅读(419)
评论(0)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Text_file https://zh.wikipedia.org/wiki/文本文件 阅读全文
posted @ 2017-04-20 16:42
papering
阅读(166)
评论(0)
推荐(0)
摘要:
每小时执行一次为 0 */1 * * * 这种写法。 注意的是,很容易粗心写成 * */1 * * * 这种写法,代表每隔一小时每一分钟都执行一次 其他例子: crontab每分钟定时执行:*/1 * * * * service mysqld restart //每隔1分钟执行一次*/10 * * 阅读全文
posted @ 2017-04-20 12:33
papering
阅读(360)
评论(0)
推荐(0)
摘要:
w 阅读全文
posted @ 2017-04-20 12:21
papering
阅读(133)
评论(0)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Toeplitz_matrix Proof of Stolz-Cesaro theorem | planetmath.org http://planetmath.org/ProofOfStolzCesaroTheorem 阅读全文
posted @ 2017-04-20 00:59
papering
阅读(179)
评论(0)
推荐(0)
摘要:
w http://planetmath.org/sites/default/files/texpdf/33795.pdf Stolz–Cesàro theorem - Wikipedia https://en.wikipedia.org/wiki/Stolz%E2%80%93Ces%C3%A0ro_ 阅读全文
posted @ 2017-04-20 00:57
papering
阅读(426)
评论(0)
推荐(0)
摘要:
w Stochastic matrix - Wikipedia https://en.wikipedia.org/wiki/Stochastic_matrix Suppose you have a timer and a row of five adjacent boxes, with a cat 阅读全文
posted @ 2017-04-20 00:17
papering
阅读(234)
评论(0)
推荐(0)
摘要:
RFC 5988 - Web Linking https://tools.ietf.org/html/rfc5988#section-5.1 https://www.zhihu.com/question/28557115/answer/48094438 5.5. Examples For examp 阅读全文
posted @ 2017-04-20 00:13
papering
阅读(1907)
评论(0)
推荐(0)
摘要:
w Markov Process -- from Wolfram MathWorld http://mathworld.wolfram.com/MarkovProcess.html 谷歌背后的数学_知识库_博客园 http://kb.cnblogs.com/page/538249/ 阅读全文
posted @ 2017-04-20 00:01
papering
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号