谁有MyEclipse5.5.1最新的注册码呀??帮忙告诉一下本人急用,先谢了~~~~~~~

解决方案 »

  1.   

    用这个算法算吧 ,li_d_s前辈提供的public   class   Crack   {
    private   static   final   String   L   =   "Decompiling   this   copyrighted   software   is   a   violation   of   both   your   license   agreement   and   the   Digital   Millenium   Copyright   Act   of   1998   (http://www.loc.gov/copyright/legislation/dmca.pdf).   Under   section   1204   of   the   DMCA,   penalties   range   up   to   a   $500,000   fine   or   up   to   five   years   imprisonment   for   a   first   offense.   Think   about   it;   pay   for   a   license,   avoid   prosecution,   and   feel   better   about   yourself. ";public   static   void   main(String[]   args)   {
    String   userId   =   "lidsh ";
    //MyEclipse4.1   GA   其中491(4.9.1)/400(4.0)/401(4.1)/501(5.1.0),()内为版本号,9912310代表注册码过期时间2099/12/31
    //String   need   =   userId.substring(0,1)   +   "YE3MP-401-00-9912310 ";
    //MyEclipse4.0.0   GA
    //String   need   =   userId.substring(0,1)   +   "YE3MP-400-01-9912310 ";
    //MyEclipse4.9.1
    //String   need   =   userId.substring(0,1)   +   "YE3MP-491-01-9912310 ";
    //MyEclipse5.1.0   GA
    String   need   =   userId.substring(0,1)   +   "YE3MP-501-00-9912310 ";
    String   dx   =   need   +   L   +   userId;
    int   suf   =   decode(dx);
    //System.out.println( "SUF: "+suf);
    String   code   =   need   +   suf;
    System.out.println(change(code));
    }static   int   decode(String   s)   {
    int   i   =   0;
    char   ac[]   =   s.toCharArray();
    int   j   =   0;
    for(int   k   =   ac.length;   j   <   k;   j++)   {
    i   =   31   *   i   +   ac[j];
    }
    return   Math.abs(i);
    }
    static   String   change(String   s)   {
    byte   abyte0[]   =   s.getBytes();
    char   ac[]   =   new   char[s.length()];
    int   i   =   0;
    for(int   k   =   abyte0.length;   i   <   k;   i++)   {
    int   j   =   abyte0[i];
    if(j   > =   48   &&   j   <=   57)
    j   =   ((j   -   48)   +   5)   %   10   +   48;
    else   if(j   > =   65   &&   j   <=   90)
    j   =   ((j   -   65)   +   13)   %   26   +   65;
    else   if(j   > =   97   &&   j   <=   122)
    j   =   ((j   -   97)   +   13)   %   26   +   97;ac[i]   =   (char)j;
    }
    return   String.valueOf(ac);
    }
    }
      

  2.   

    Subsriber : accp 
    Subscription Code: nLR8ZC-956-55-5467865113656936 Subscriber: www.1cn.biz 
    Subscriber Code: jLR8ZC-655355-5450765457039125 
                        
    Subscriber: www.1cn.biz 
    Subscriber Code: jLR7ZL-655355-5450755330522962 Subscriber: www.1cn.biz          
    Subscriber Code: jLR8ZC-444-55-4467865481680090 MyEclipse5.5 M2注册码:适用于早期的 5.5 M2 版本的: 
    Subscriber: www.1cn.biz 
    Subscriber Code: jLR8ZC-956-55-5467865833584547 (一) Subscriber: www.1cn.biz 
    Subscriber Code: jLR8ZC-956-55-5467865833584547 (二)* 
    Subscriber: www.1cn.biz 
    Subscriber Code: jLR8ZC-444-55-4467865481680090Subscriber: myeclipse5.5
    Subscription Code: zLR8ZC-655556-54507257688025311 
      

  3.   

    有个这样的代码,真的不错啊!
    顺便说下:程序中“> = ” 要把“> = ”中间的空格去掉,即换成“>= ” 否则编译不通过!楼主试试看吧!
    感谢1楼,感谢li_d_s前辈!
      

  4.   

    soft
    fLR8ZC-855550-6751685954968774
    abc
    nLR8ZC-855550-67516856835882008
    com
    pLR8ZC-855550-67516856666920431
    zzucj1988 
    mLR8ZC-855550-67516856177038543
      

  5.   

    对,搞得好像是2012快要来了·什么问题baidu一下不就可以出来了吗·
      

  6.   

    我那有注册码生成的Java代码……