c语言注册码
‘壹’ c/c++程序设计学习与实验系统注册码是多少
AD3CAD3C7894BA。
‘贰’ c语言用户注册代码
C语言编程实现用户的注册和登录
#include "stdafx.h"
#include "string.h"
#define n 20
void zhuce();
void denglu();
char yhm[n],mm[n];
int main(int argc, char* argv[])
{
int i;
printf("-----------\n1.注册\n2.登陆\n3.继续\n0.退出\n");
scanf("%d",&i);
switch(i)
{case 0: break;
case 1 : zhuce();break;
case 2: denglu();break;
}
return 0;
}
void zhuce( )
{char temp1[n],temp2[n],temp3[n],yhmtmp[n];
printf("输入用户名\n");
fflush(stdin);//清空缓存
gets(yhmtmp);
printf("输入密码\n");
fflush(stdin);
gets(temp1);
printf("输入密码确认\n");
fflush(stdin);
gets(temp2);
if(!strcmp(temp1,temp2))
{strcpy(mm,temp1);
printf("注册成功\n");
}
else
{printf("输入密码确认\n");
gets(temp3);
if(!strcmp(temp1,temp3))
{strcpy(mm,temp1);
printf("注册成功\n");
}
else
printf("注册失败\n");
}
}
void denglu( )
{
char s1[n],s2[n];
printf("输入用户名\n");
fflush(stdin);
gets(s1);
printf("输入密码\n");
fflush(stdin);
gets(s2);
if((strcmp(s1,yhm))&&(strcmp(s2,mm)))
printf("登陆成功\n");
}
‘叁’ C语言验证注册码
#include<stdafx.h>
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include<ctype.h>
int isValid(char *str,int n)
{
int i,sum=0;
for(i=0;i<5;i++)
sum+=toascii(str[i]);
switch(n)
{
case 0:
if(sum%5==3)
return 1;
else
return 0;
case 1:
if(sum%7==5)
return 1;
else
return 0;
case 2:
if(sum%11==7)
return 1;
else
return 0;
case 3:
if(sum%13==11)
return 1;
else
return 0;
}
}
void main( )
{
char psw[50],str[4][6];
int i;
printf("plese input the password:\n");
gets(psw);
if(strlen(psw)==23 && psw[5]=='-' && psw[11]=='-' && psw[17]=='-'){
for(i=0;i<24;i++)
{
if(i%6==5)
{
str[i/6][5]='\0';
continue;
}
str[i/6][i%6]=psw[i];
}
if(isValid(str[0],0) && isValid(str[1],1) &&
isValid(str[2],2) && isValid(str[3],3))
printf("\nRegister success!\n");
else
printf("\nThe serial number is wrong!\n");
}
else
printf("\nThe format of serial number is wrong!\n");
_getch();
}
//我刚试了下,在VS中运行的很好
‘肆’ C语言学习系统注册码3.2
1.注册码:666273170233627635
2.注册名:Zhenlong[BCG]
注册码:
3.注册名:leifeng[SEA] 注册码:
4.注册名: simonyan 注册码:
‘伍’ C语言学习系统3.2 注册码
1.注册码:666273170233627635
2.注册名:Zhenlong[BCG]
注册码:
3.注册名:leifeng[SEA] 注册码:
4.注册名: simonyan 注册码:
其实我不建议你用V3.2版现在已有许多新版(更高版本)且是免费的
‘陆’ C语言学习系统3.2 注册码是多少
实在对不住了,找了半天没有的,你要的话只能是等人破解了,
‘柒’ cfree3.5注册码
#include "stdafx.h"
#include "stdlib.h"
#include "stdio.h"
int main(int argc, char* argv[])
{
char chKey[128] = {0};
unsigned int unXORCode, unRemainder, unQuotient, unTmp, unMachineCode;
printf("Please Key in the Machine Code: ");
scanf("%d", &unMachineCode);
unXORCode = unMachineCode ^ 0x90909090;
unRemainder = unXORCode % 0x25;
unQuotient = unXORCode;
if (unRemainder < 0x11)
{
unRemainder += 0x11;
}
int i;
i = 0;
while (unQuotient != 0)
{
unTmp = unQuotient % unRemainder;
unQuotient /= unRemainder;
if (unTmp >= 0xa)
{
unTmp = unTmp + 0x61 + 0xf6;
unTmp &= 0x0ff;
chKey[i] = unTmp;
}
else
{
chKey[i] = unTmp + 0x30;
}
i++;
}
printf("Key is: ");
while (i >= 0)
{
printf("%c", chKey[i]);
i--;
}
printf(" ");
return 0;
}/
这是C语言的注册码代码,用VC编的,你找个VC编译器编译一下,用它生成注册码,能用的,我的就是这样注册的,注册码也跟机器码差不多长,绝不是楼上的147f
‘捌’ C语言学习系统的注册码!
http://www.uushare.com/user/aww255/file/1558083
破解补丁