char eax;
int esi=0;
int len;
strcpy(ebx,"asdmusic");
len=strlen(ebx);
for(int ecx=0;ecx<len;ecx++)
{
eax=ebx;
if((ecx+1)%2==0)
{
eax=eax/ecx;
}
esi+=eax;
}
CString tt;
tt.Format("%d",esi+20060628);
AfxMessageBox(tt); 原帖由 asdmusic 于 2006-7-2 16:17 发表
char ebx;
char eax;
int esi=0;
int len;
strcpy(ebx,"asdmusic");
len=strlen(ebx);
for(int ecx=0;ecx<len;ecx++)
{
eax=ebx;
if((ecx+1)%2==0)
{
...
高手,算法基本是这样~~~~~~~~~~~~~~~~~~
[ 本帖最后由 caterpilla 于 2006-7-2 21:46 编辑 ] 原帖由 caterpilla 于 2006-7-2 21:18 发表
高手,除去细节,算法基本是这样~~~~~~~~~~~~~~~~~~
:victory::handshake
C++?惊呼!!! 还可以
继续努力吧。。。 正好想学破解灰色按钮,可惜毫无头绪啊 原帖由 lunxian 于 2006-7-5 23:36 发表
正好想学破解灰色按钮,可惜毫无头绪啊
如果程序的资源没有压缩,可以用资源编辑工具,如EXESCOPE打开编辑,把按钮变成使能状态。 用静态编译! 原帖由 lunxian 于 2006-7-5 23:36 发表
正好想学破解灰色按钮,可惜毫无头绪啊
直接修改资源 正想学这个/:18 /:18 /:18
页:
1
[2]