码迷,mamicode.com
首页 >  
搜索关键字:组合破解    ( 2个结果
组合破解windows域账号
1.fgdumpfoofus.net下载(获取域账号SAM数据库)2.Winrtgenhttp://www.oxid.it/projects.html下载(或者rtgen)3.ophcrack-win32-installer-3.6.0.exehttp://ophcrack.sourceforge.net/download.php下载或者rainbowcrack-1.6.1-win64.ziphttp://project-rainbowcrack.com下载fgdu..
分类:Windows程序   时间:2017-03-16 22:58:17    阅读次数:226
M个元素集合取出N个不重复排列组合
#include<stdio.h>#include<string.h>intcheck(char*str,intl){for(inti=0;i<l;i++){for(intj=0;j<l;j++){if(j==i)continue;if(str[i]==str[j])return1;}}return0;}voidShow(intn,intm,char*str,char*p,double*i){n--;for(inta=0;a<m;a++){p[n]=str[a];if..
分类:其他好文   时间:2014-09-27 02:53:49    阅读次数:490
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!