您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 素数判定MillerRabin算法

  2. 随机产生的任意大小的数,并验证其是否为素数。
  3. 所属分类:C++

    • 发布日期:2013-01-01
    • 文件大小:2048
    • 提供者:sslinlin11
  1. MillerRabin素性检验

  2. nt MillerRabin(unsigned char Odd[],unsigned char Random[],int s,unsigned char Mp[]){//MillerRabin素性检验//OK unsigned char A[M],B[M]; int t,i; PowerFunction(Random,Mp,Odd,A); t=Judgment1(A); if(t){ printf("Odd可能是素数!\n"); return 1; }//if for(i=0;i<s;
  3. 所属分类:其它

    • 发布日期:2013-01-21
    • 文件大小:8192
    • 提供者:outofbox2012
  1. MillerRabin素数测试

  2. 这是一个MillerRabin素数测试源程序,实现了低错误率的米勒Rubin测试
  3. 所属分类:其它

    • 发布日期:2008-10-29
    • 文件大小:2048
    • 提供者:kgn28