模拟115登陆纯C(语言)版。

回复 已回复12 星标
更多

模拟115登陆纯C(语言)版。

-----------------------------源码,别喷啊,写的不好别骂我,仅供参考和娱乐-----------------------------------

#include <stdio.h>

#include <string.h>

#include <stdlib.h>

#include <conio.h>

void main()

{

int i;char id[20],psw[20];

while(1)

{

printf("\n\n                                >> 115账号:");

 gets(id);

printf("\n                                >> 密   码:");

 for(i=0;i<19;i++)

{psw[i]=getch();

   if(psw[i]!='\15'&&psw[i]!='\b')

 putchar('*');

   else if(psw[i]=='\b')

 {   if(i!=0)  

      printf("\b \b");

i-=2;

if(i==-2)

i=-1;

 }

else break;

}

psw[i]='\0';


if(((strcmp(id," ")==0)&&(strcmp(psw,"hello")==0))||((strcmp(id," ")==0)&&(strcmp(psw,"ylmf")==0))

   ||((strcmp(id," ")==0)&a&(strcmp(psw,"fudekun")==0))||((strcmp(id," ")==0)&&(strcmp(psw,"littersmall")==0)))

{printf("\n\n\n                            <<<恭喜您,验证通过!>>>\n\n");

break;}          


else {printf("\n\n\n                 Sorry,账号或密码不正确!请按回车键重新输入!");

 while(1)

  {if(getch()=='\15')

  {system("cls");

 break;

  }

  }

 }

}

printf("\n               **************************************************");

printf("\n               *                                                *");

printf("\n               *  welcome to 115,hope you have a nice time !!!  *");

printf("\n               *                                                *");

printf("\n               *  欢 迎 您 来 到 1 1 5 ,祝 您 玩 得 愉 快 !!!  *");

printf("\n               *                                                *");

printf("\n               **************************************************\n\n\n\n\n\n\n");


}



----------------------------------------------分割线-----------------------------------------------








2014-01-28 00:30:54更新过

正序阅读 12# 2014-01-31 16:18

 感觉楼主也真够无聊的

11# 2014-01-29 01:59

登入界面哪是这样写的,C++,像你这个纯属娱乐,不过也可以了,赞一个

10# 2014-01-29 00:08
大学C语言课程?

9# 2014-01-28 22:08

试试连接他们的提交接口。。。。。。

8# 2014-01-28 21:36

好吧纯属娱乐……

7# 2014-01-28 21:33

 楼主貌似C语言新手起步啊,赞一个,加油吧!

6# 2014-01-28 21:27
哈哈。不错,就应该这样学习

5# 2014-01-28 09:43

 哇噻,官方人员的密码都被你猜到了

4# 2014-01-27 22:32
看看

3# 2014-01-27 22:27
76086425

2# 2014-01-27 21:53


1# 2014-01-27 21:04
此帖已被锁定,无法回复
新窗口打开 关闭