1.set定义:每个元素最多只出现一次,并且默认的是从小到大排序。set遍历:题目http://www.cnblogs.com/ZP-Better/p/4700218.htmlfor(set::iterator it = dict.begin(); it != dict.end(); ++it) c...
分类:
其他好文 时间:
2015-08-09 20:31:58
阅读次数:
129
先来看一道编程题:将字符串"i am chinese man a better man"逆序成为"man better a man chinese am i".public class ReverseString { public static void main(String args[])...
分类:
编程语言 时间:
2015-08-09 15:23:25
阅读次数:
117
参考:http://scikit-learn.org/stable/modules/label_propagation.html
The semi-supervised estimators insklearn.semi_supervised are
able to make use of this additional unlabeled data to better ca...
分类:
其他好文 时间:
2015-08-07 09:39:40
阅读次数:
258
ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number
of rows like this: (you may want to display this pattern in a fixed font for better legi...
分类:
其他好文 时间:
2015-08-05 16:30:25
阅读次数:
200
在python的交互环境中,隐藏着一个彩蛋。
输入import this, 你将看到Tim Peters写的“Zen of Python”:
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Compl...
分类:
编程语言 时间:
2015-08-04 11:12:30
阅读次数:
124
poj 3660 Cow ContestDescriptionN (1 ≤ N ≤ 100) cows, conveniently numbered 1..N, are participating in a programming contest. As we all know, some cows code better than others. Each cow has a certain co...
分类:
编程语言 时间:
2015-07-31 21:56:13
阅读次数:
136
In 2014, I need to change my role from a SDET into Dev or to be a better SDET. Current job and work environment cannot provide enough passion to conti...
分类:
其他好文 时间:
2015-07-31 00:59:16
阅读次数:
121
http://acm.hdu.edu.cn/showproblem.php?pid=1856More is betterTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 327680/102400 K (Java/Others)Total Sub...
分类:
其他好文 时间:
2015-07-30 18:30:27
阅读次数:
133
More is betterTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 327680/102400 K (Java/Others)Total Submission(s): 18707Accepted Submission(s): 6873P...
分类:
其他好文 时间:
2015-07-29 21:13:04
阅读次数:
111
Problem Description
Mr Wang wants some boys to help him with a project. Because the project is rather complex,
the more boys come, the better it will be. Of course there are certain requirements....
分类:
其他好文 时间:
2015-07-29 19:23:08
阅读次数:
135