2824. 【GDOI2012】字符串(string)(Standard IO)Time Limits:1000 msMemory Limits:262144 KBDescriptionmmm正在学习字典序。现在老师给她布置了一个作业:给出一个字符串,问该字符串的所有不同的子串中,按字典序排第K的字...
分类:
其他好文 时间:
2014-07-24 17:21:55
阅读次数:
300
#include#includeusing namespace std;typedef int ElemType;typedef struct Node{ ElemType data; struct Node* next;}*LinkList,Node;LinkList LinkList...
分类:
其他好文 时间:
2014-07-24 17:19:15
阅读次数:
224
hdu4862:http://acm.hdu.edu.cn/showproblem.php?pid=4862题意:给你n*m的方格,每个方格中有一个数(0---9),然后你每次可以选择一个点开始,这个点是之前没有访问过的,然后你可以向右边的的方格跳,也可以向下面的方格跳。跳的过程中,你会丢失(x2-...
分类:
其他好文 时间:
2014-07-24 17:19:05
阅读次数:
192
真心大水题。。。不多说。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 #define typec int11 using namespace ...
分类:
其他好文 时间:
2014-07-24 17:18:35
阅读次数:
217
rtsp://192.168.1.198:554/PSIA/streaming/channels/101Playing rtsp://192.168.1.198:554/PSIA/streaming/channels/101.Connecting to server 192.168.1.198[19...
分类:
其他好文 时间:
2014-07-24 17:18:26
阅读次数:
909
和前面两道题一样不过这题要求输出子序列首尾的元素的值,而且如果所有元素都小于0的话,规定子序列的和为0,并输出整个序列的首尾元素。 1 //#define LOCAL 2 #include 3 #include 4 #include 5 using namespace std; 6 7 co...
分类:
其他好文 时间:
2014-07-24 17:18:19
阅读次数:
203
你得学几招保护自己——By @余弦 2014.引子在这样混乱的互联网上,军阀割据的地盘中,你根本身不由己,当你接入互联网或陌生人的那一刻,你的隐私就失控了。拿到你隐私的坏蛋,他们可以偷窥你,可以诈骗你或你身边的人,可以利用你的隐私做出下三滥的事。他们不会可怜你,你得学几招保护自己,保护你重要的人……...
分类:
其他好文 时间:
2014-07-24 17:17:45
阅读次数:
329
转自http://blog.csdn.net/stellar0/article/details/8741780 分类: ...
分类:
其他好文 时间:
2014-07-24 17:17:25
阅读次数:
250
代码:#includeusing namespace std;int main(){ int n,s,t1[100],t2[100],i,t,j; while(cin>>n) { if(n==0) break; s=1; for(i=0;i>t1[i]>>t2[i];for(i=0;it2[j]) ...
分类:
其他好文 时间:
2014-07-24 17:17:05
阅读次数:
191
Noto 涵盖了世界上所有主要语言,包括欧洲,非洲,中东,印度语,南亚和东南亚,中亚,美洲和东亚语言。也支持几个少数民族和历史语言。不久前,还发布了针对文、日文、韩文的开源字体Noto Sans CJK,包括 7 种粗细的简体中文、繁体中文、日语、韩语、希腊字母、拉丁字母以及西里尔字母。
分类:
其他好文 时间:
2014-07-24 17:17:00
阅读次数:
406
这题居然是1A过的.....最近无比失落的心情顿时愉悦起来~将数据全部读入先用二维数据来存储坐标(先把题做出来再说= =)题目中的x,y的坐标范围是-1W到1W....在数组下标里是不能用负数保存的(当然你偏用map当额没说= =),其实可以把x坐标左移1W个单位,这样最小坐标就从0开始了然后随便找...
分类:
其他好文 时间:
2014-07-24 17:16:25
阅读次数:
149
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
You might be hunting for just cheap ghds nz a form of panache bracelets buy cheap ghd Straightener that higher round information. Common in photograph...
分类:
其他好文 时间:
2014-07-24 17:15:25
阅读次数:
260
原创:如何实现在Excel通过循环语句设置指定行的格式一、需求:想让excel的某些行(比如3的倍数的行)字体变成5号字 如何整;二、实现:Sub code()For i = 1 To Range("A65536").End(xlUp).Row Rows(3 * i & ":" & 3 * i...
分类:
其他好文 时间:
2014-07-24 17:15:05
阅读次数:
247
if(TextUtils.isEmpty(item)){ Toast.makeText(this,"为空", Toast.LENGTH_SHORT).show();}
分类:
其他好文 时间:
2014-07-24 17:14:25
阅读次数:
201
XXX公司-基于SAP的库存管理系统 解决方案 版本:V0.3.0 Excel_Cortan 文件状态: [ ] 草稿 [ ] 正式发布 [√] 正在修改文件标识:当前版本:V0.3作 者:Excel_Cortana完成日期:2014-2-7修改履历版本修订日期修改内容作者V0.0.12013-11...
分类:
其他好文 时间:
2014-07-24 17:14:20
阅读次数:
339
How Many TablesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13040Accepted Submission(s): 6368Pr...
分类:
其他好文 时间:
2014-07-24 17:14:05
阅读次数:
220