码迷,mamicode.com
首页 >  
搜索关键字:forgot    ( 38个结果
2015-2-27 log
I forgot to write today's log at my cubic. So I write it in dometary.Still not finish the two papers which I want to finish yesterday. I must finish t...
分类:其他好文   时间:2015-02-28 01:31:58    阅读次数:169
uva 307 Sticks(回溯剪枝)
uva 307 Sticks George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how m...
分类:其他好文   时间:2015-02-04 16:47:33    阅读次数:187
First glance in Go
Because I forgot to install the Chinese input in this OS, I have to use English input.The first problem which I ran into is "how to import the local f...
分类:其他好文   时间:2015-01-27 01:53:30    阅读次数:149
Reset Password Functionality FAQ
In this DocumentPurposeQuestions and AnswersHow can users request a password reset?How does the Forgot your Password functionality work?How to impleme...
分类:其他好文   时间:2014-09-26 13:24:48    阅读次数:392
Hackerrank--String Function Calculation(后缀数组)
题目链接Jane loves string more than anything. She made a function related to the string some days ago and forgot about it. She is now confused about calcu...
分类:其他好文   时间:2014-08-22 19:36:09    阅读次数:294
[POJ 1011]Sticks(DFS剪枝)
Description George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many stick...
分类:其他好文   时间:2014-08-21 17:10:44    阅读次数:335
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
学习C/C++语言:文件的操作
#include #include void main(int argc,char *argv[]) { FILE *in,*out; if(argc!=3) { printf("you forgot to enter a file name\n"); exit(0); } if((in=fopen(argv[1],"r"))==NULL) { printf("cannot...
分类:编程语言   时间:2014-05-14 21:37:56    阅读次数:321
38条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!