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
破解補丁