高手!这是什么语言实现的啊?HTML?还望高手给讲解一下!这个东西不错!我试验过了!
|
|
|
|
|
不错是不错,就是关不了,害的我要到任务管理器中去结束进程才行。
|
|
|
|
|
嗯,真好,就是没有关闭的地方啊,害我在进程里找了一会!
|
|
|
|
|
我设计的10位数以内的密码编辑器
#include "stdio.h" main() { char a,b; int i,j; printf("\ninput your mima,but not beyond 10 chars!:"); for(i=1;i<=20;i++) {a=getch(); putch('*'); i++;} printf("\ninput your mima,but not beyond 10 chars!:"); for(j=1;j<=20;j++) {b=getch(); putch('*'); j++;} ; if(a=b) printf("\nPASS!"); else printf("\nFAID!please reinput!"); getch();
}
可以帮我改下吗?
|
|
|
|
|
是用C语言编的吗?
|
|
|
|
|
 哈哈
|
|
|
|
|