Some people advices college stdudent shoud learn to write a blog.To record beautiful life and think
something meaning about life.
And some guys tell me that it's necessary to have a blog for a techn...
分类:
其他好文 时间:
2015-02-26 16:37:55
阅读次数:
180
DescriptionFarmer John has taken his cows on a trip to the city! As the sun sets, the cows gaze at the city horizon and observe the beautiful silhouettes formed by the rectangular buildings.The entire...
分类:
其他好文 时间:
2015-02-25 17:09:45
阅读次数:
210
Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is beautiful if and only if it is divisible by each of its nonzero digits. We will not argue with...
分类:
其他好文 时间:
2015-02-23 23:41:09
阅读次数:
314
1. WebGL WaterThis incredible demo is as fluid as you could believe. Raise and drop the ball into the water to see realistic, beautiful splashing of t...
分类:
Web程序 时间:
2015-02-21 06:29:01
阅读次数:
717
Amakusa, the evil spiritual leader has captured the beautiful princess Nakururu. The reason behind this is he had a little problem with Hanzo Hattori, the best ninja and the love of Nakururu. After he...
分类:
其他好文 时间:
2015-02-18 15:21:45
阅读次数:
323
今天发现maya的属性编辑器界面似乎可以用xml来写,放在/文档/maya/20xx/prefs这样的地方发现一个很牛的maya插件SOuP,其中把一些近年论文的算法也集成进去了,网站在这里:http://www.soup-dev.com/tools.htm 有空打算学学这个插件,对以后开发maya...
分类:
其他好文 时间:
2015-02-18 11:49:24
阅读次数:
197
点击打开链接Redraw Beautiful DrawingsTime Limit: 3000/1500 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1660Accepted Submis...
题目大意题目给你一些没有经过排版的HTML代码,让你按照一定的格式排版好,去掉多余空格,保持规则的缩进。题目分析注意的地方就是’ ’ 和 ‘’ 可能在同一行。
其实题目本身并没有多少技巧,就是锻炼基本的代码功底。刚开始写的时候,写了一坨稀烂的代码,结果出错之后的Debug变得非常困难。所以看似这种随意的代码风格能节省时间,其实维护的成本要高得多得多。后来又重新敲了一遍,发现其实在你有了一个全局的...
分类:
其他好文 时间:
2015-02-13 14:47:42
阅读次数:
159
传送门:Chriswho题意:求区间[1,n]内能整除自己本身各位数字的数的个数。分析:这题跟CF 55D Beautiful numbers一样的,一个数能被它的所有非零数位整除,则能被它们的最小公倍数整除,而1到9的最小公倍数为2520,为了判断这个数能否被它的所有数位整除,我们还需要这个数的值...
分类:
其他好文 时间:
2015-02-12 19:53:42
阅读次数:
150
要邀请n个人参加party,每个人有力量值strength Si和魅力值 beauty Bi,如果存在两人S i ≤ S j and B i ≥ B j 或者 S i ≥ S j and B i ≤ B j 他们两个会产生冲突,问在不产生冲突的条件下,最多能邀请到几个人?【LIS】一开始将所有人按照...
分类:
其他好文 时间:
2015-02-11 10:41:16
阅读次数:
149