Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-07-26 01:37:06
阅读次数:
221
If you, like us, are constantly looking for more efficient ways to work, then you will really appreciate what the Zeigarnik effect has to offer. It ca...
分类:
其他好文 时间:
2014-07-25 19:08:02
阅读次数:
423
You can use your robot to send real-time video images, and this could be a very interesting DIY robotic application. In this article, we make an overview of three possible ways for real-time streaming...
分类:
移动开发 时间:
2014-07-24 23:39:43
阅读次数:
634
jquery库的概述 jquery是继承Prototype之后的又一个优秀的Javascript库,由美国人Jone Resig创建于2006年1月,包括核心库,UI和插件等几部分,其宗旨是Writes less, do more。 官方网站:http://jquery.com/ jquery...
分类:
Web程序 时间:
2014-07-24 22:30:32
阅读次数:
215
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1562
题意:求小于等于n(1 16)的约数个数最多的数。
反素数
根据反素数的定义,这个题就是让求最大的反素数。
反素数搜索的依据的两个重要的性质:
反素数的质因子是从2开始的连续的素数;
p=2^t1*3^t2*5^t3*7^t4.....必然t1>=...
分类:
其他好文 时间:
2014-07-24 17:41:46
阅读次数:
138
ArbitrageDescriptionArbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of th...
分类:
其他好文 时间:
2014-07-24 17:34:26
阅读次数:
380
A run loop for a given thread will wait until one or more of its input sources has some data or event, then fire the appropriate input handler(s) to p...
分类:
其他好文 时间:
2014-07-24 17:15:40
阅读次数:
301
Problem Description
In the year 8888, the Earth is ruled by the PPF Empire . As the population growing , PPF needs to find more land for the newborns . Finally , PPF decides to attack Kscinow w...
分类:
其他好文 时间:
2014-07-24 12:25:06
阅读次数:
219
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法Some sites could not be found. See the error log for more detail.这话的...
分类:
系统相关 时间:
2014-07-24 09:58:13
阅读次数:
465
A method is presented for finding a shortest path from a starting place to a destination place in a traffic network including one or more turn restric...
分类:
Web程序 时间:
2014-07-24 00:50:17
阅读次数:
422