梦殇国际
标题:
随便写的一个产生密码的程序 Objective-C
[打印本页]
作者:
看等非军事01
时间:
2014-5-21 23:24
标题:
随便写的一个产生密码的程序 Objective-C
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <Windows.h>
#include <Winbase.h>
#include <conio.h>
int main()
{ char a;
int loop;
LARGE_INTEGER litmp;
LONGLONG Q;
printf("Reloading AK47,please wait......\n");
getch();
while(1)
{
printf("(RAND)");
for(loop=1;loop <= 30;loop++)
{
QueryPerformanceCounter(&litmp);
Q = litmp.QuadPart;
srand((unsigned)time(NULL)+(unsigned int)Q);
a=rand() % 75 +48;
if (!(((a >= 58)&&(a <= 64))||((a >= 91)&&(a <= 96))))
printf("%c",a);
else loop--;
}
printf("\n");
getch();
fflush(stdin);
}
return 0;
}
作者:
倾冷月
时间:
2014-5-21 23:28
编译出来啊
作者:
renzheren
时间:
2014-5-21 23:46
这是什么啊
作者:
小B
时间:
2014-5-21 23:50
随机种子不需要每次循环都用新
作者:
扒皮
时间:
2014-5-22 13:46
什么代码?
作者:
华彩篇章
时间:
2014-6-4 22:04
请认真写一个
作者:
轰隆一声响
时间:
2014-6-17 11:57
看不懂,但知道是代码,源码
欢迎光临 梦殇国际 (https://714.hk/)
Powered by Discuz! X3.4