2014-09-2920:51:45POJ 2482Fleeting time does not blur my memory of you. Can it really be 4 years since I first saw you? I still remember, vividly, on ...
分类:
其他好文 时间:
2014-09-29 23:43:31
阅读次数:
326
主要代码:public class LoginActivity extends Activity { private EditText username; private EditText userpassword; private CheckBox remember; pr...
分类:
移动开发 时间:
2014-09-28 19:49:35
阅读次数:
276
Trie图的简单应用。这题关键是想出递推式。令d(i)表示从字符i开始的字符串,d(i)=sum{d(i+len(x))},x是s[i...L]的前缀。然后把所有可分解成的单词构造成一颗Trie树,再让母串在上面跑,d[0]即是方案总数。
#include
#include
#include
#include
#define mod 20071027
#define M 400005
using...
分类:
其他好文 时间:
2014-09-26 20:24:47
阅读次数:
179
第五十一题Write a C function which does the addition of two integers without using the '+' operator. You can use only the bitwise operators.(Remember the g...
分类:
其他好文 时间:
2014-09-24 00:51:55
阅读次数:
253
UVALive 3942 - Remember the Word(DP,数组Trie+指针Trie)
ACM
题目地址:
UVALive 3942 - Remember the Word
题意:
给一些单词,然后给一个长的单词,问有几种方法能组成这个大单词,单词可以重复用。
分析:
DP[i]=sum{DP[j} (i,从后往前求。
本来用数组Trie写得爽...
分类:
其他好文 时间:
2014-09-23 23:03:45
阅读次数:
242
1) Allocate a chunk of memory big enough to satisfy the request, and return a pointer to it.2) Remember which chunks of ram are in use and which aren'...
分类:
其他好文 时间:
2014-09-15 14:17:28
阅读次数:
134
cried me a river--kristinia debargeIstill remember the day that we metIhold on to every word you saidAsked me to surrenderAnd that's what i didAnd you...
分类:
其他好文 时间:
2014-09-13 18:40:25
阅读次数:
193
host1:~#echomidware1|passwd--stdinmidwareChangingpasswordformidware.passwd:Haveexhaustedmaximumnumberofretriesforservice修改/etc/pam.d/common-passwordpasswordrequiredpam_pwhistory.soremember=5retry=3修改remember参数为1,修改完密码之后再将参数恢复。
分类:
其他好文 时间:
2014-09-03 13:18:17
阅读次数:
1296
Linux Makefile HowtoLinux Makefile HowtoAs far as I can remember, I have worked with makefile for quite a while, and Iwill look up for the meaning of ...
分类:
系统相关 时间:
2014-08-26 11:19:55
阅读次数:
345
When life gets hard and you want to give up,remember thatlife is full of ups and downs, and without the downs,the upswould mean nothing当生活很艰难,你想要放弃的时候...
分类:
其他好文 时间:
2014-08-26 11:07:35
阅读次数:
287