块级标签div ………………块级标签h1~h6 ………………标题ul (内含多个li)ol (内含多个li)dl (内含一个dt 多个dd)………………列表table(内含tr th td)……………………表格p…………………………………………段落br…………………………………………换行form……...
分类:
其他好文 时间:
2014-08-13 10:12:35
阅读次数:
179
thread_group是boost库中的线程池类,内部使用的是boost::thread。随着C++ 11标准的制定和各大编译器的新版本的推出(其实主要是VS2012的推出啦……),本着能用标准库就用标准库的指导原则,决定把项目中多线程相关的部分代码从boost::thread迁移到std::th...
分类:
其他好文 时间:
2014-08-13 00:59:24
阅读次数:
191
Description
Problem E: Perfect Pth Powers
We say that x is a perfect square if, for some integer b,x = b^2. Similarly,
x is a perfect cube if, for some integerb, x = b^3. More generally,
x is a ...
分类:
其他好文 时间:
2014-08-12 13:48:54
阅读次数:
280
来自: 泉水小夜 2014-08-11 15:38:15蔬菜:Leek 韭菜Caraway/coriander 香菜Spinach 菠菜Cabbage 卷心菜Chinese cabbage 白菜Celery 芹菜Cauliflower 菜花Broccoli 西兰花Lettuce 生菜Rape/col...
分类:
其他好文 时间:
2014-08-12 13:31:34
阅读次数:
476
Dark roads
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 583 Accepted Submission(s): 253
Problem Description
Economic times th...
分类:
其他好文 时间:
2014-08-11 21:26:42
阅读次数:
208
回退到某个版本第一种方法1 #注意:使用此方法的文件无法提交到版本库2 3 svn update -r 版本号 yourfile第二种方法1 #可以svn commit -m "revert to yourversion"2 3 svn merge -r当前版本号:某个版本号 yourfile.Th...
分类:
其他好文 时间:
2014-08-11 21:01:12
阅读次数:
162
原题http://poj.org/problem?id=2104
K-th Number
Time Limit: 20000MS
Memory Limit: 65536K
Total Submissions: 37130
Accepted: 11974
Case Time Limit: 2000MS
Description
...
分类:
其他好文 时间:
2014-08-11 17:57:42
阅读次数:
233
题目链接题意 : 中文题不详述。思路 : 由N%Mi=(Mi-a)可得(N+a)%Mi=0;要取最小的N即找Mi的最小公倍数即可。 1 //1788 2 #include 3 #include 4 #include 5 #include 6 #define LL long long 7 8...
分类:
其他好文 时间:
2014-08-11 11:37:52
阅读次数:
160
1082. Read Number in Chinese (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Given an integer with no more than ...
分类:
其他好文 时间:
2014-08-11 00:23:11
阅读次数:
256
Bear and FloodlightTime Limit:4000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64u[Submit] [Go Back] [Status]DescriptionOne day a bear lived on th...
分类:
其他好文 时间:
2014-08-11 00:14:51
阅读次数:
275