码迷,mamicode.com
首页 >  
搜索关键字:more is better    ( 8032个结果
【leetcode刷题笔记】Regular Expression Matching
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
the zeigarnik effect:the scientific key to better work
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
3 Possible Ways for Real-Time Video Streaming Between Camera and Android Device Read more at http://
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库的概述 jquery是继承Prototype之后的又一个优秀的Javascript库,由美国人Jone Resig创建于2006年1月,包括核心库,UI和插件等几部分,其宗旨是Writes less, do more。 官方网站:http://jquery.com/ jquery...
分类:Web程序   时间:2014-07-24 22:30:32    阅读次数:215
zoj 2562 More Divisors(反素数)
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
POJ2240——Arbitrage(Floyd算法变形)
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
转:RunLoop简单了解
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
hdu1800Flying to the Mars (字典树)
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.错误 解决方法
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
Method for finding shortest path to destination in traffic network using Dijkstra algorithm or Floyd-warshall algorithm
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!