最近在看《web2.0策略指南》,开篇即对flicker的DVD租赁业务模型进行分析,目前看来这样的商业模型仍然很强大,而自去年纸牌屋后,flicker又引领了一股自有内容的热潮,湖南卫视未来如爸爸去哪儿、快乐大本营等节目、央视世界杯独播、爱奇艺的晓说,刘春加盟后未可知的big
thing的节目。热潮后,是人为对影音入口的切割,这个入口渐次增多,对用户和对各方入口都不太算是好事,影音入口又进入...
分类:
移动开发 时间:
2014-08-02 10:05:13
阅读次数:
301
Big Number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 25567 Accepted Submission(s): 11600
Problem Description
In many appli...
分类:
其他好文 时间:
2014-08-01 10:58:11
阅读次数:
171
DescriptionYou have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you ...
分类:
其他好文 时间:
2014-07-31 20:04:07
阅读次数:
212
Description
You have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you have a dictionary to help you understand them....
分类:
其他好文 时间:
2014-07-31 00:07:15
阅读次数:
222
http://blog.csdn.net/ultimater/article/details/7884951强烈推荐这个人的博客,解题报告都写得特别好,方法简单易懂,赞~解题思路:1.可以暴力,N的阶乖的位数等于LOG10(N!)=LOG10(1)+.....LOG10(N);公式呀~2.Stirl...
分类:
其他好文 时间:
2014-07-30 23:42:35
阅读次数:
280
题意:这题可以理解为n种物品,每种物品的价值和数量已知,现要将总物品分为A,B两部分,
使得A,B的价值尽可能相等,且A>=B,求A,B的价值分别为多少
分析:这题可以用母函数的思想解,不过求的不是方案数,而是判断尽可能接近总价值的一半的方案是否存在.
也可以用背包思想,每种物品的价值和数量已知,可以将总价值的一半作为容量,求最大价值,也就最接近所求值了...
分类:
其他好文 时间:
2014-07-30 17:25:34
阅读次数:
158
哥们写的代码:dword big;__asm{mov eax,amov ebx,bcmp eax,ebxjle HOHObig =ebxHOHO:big = eax} 网上搜了一些,还有的说直接printf出来...
分类:
其他好文 时间:
2014-07-29 21:15:42
阅读次数:
219
Big Number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4622 Accepted Submission(s): 3198
Problem Description
As we know, Big Num...
分类:
其他好文 时间:
2014-07-29 15:06:18
阅读次数:
194
微软近期Open的职位:Title: Senior SDE The Big Data Tooling team looking for a talented and passionate developer to work on the development and debugging exper...
分类:
其他好文 时间:
2014-07-28 15:22:33
阅读次数:
273
POJ 3013 Big Christmas Tree(最短路Dijkstra+优先队列优化,SPFA)...
分类:
其他好文 时间:
2014-07-28 00:23:19
阅读次数:
243