CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 大整数 随机 生成

搜索资源列表

  1. bigint_zxf

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:180.67kb
    • 提供者:张晓峰
  1. Guess 猜数游戏

    0下载:
  2. 在程序中随机生成一个整数(0-100),用户猜测该数,所猜测的数从键盘输入,程序给出"大了、小了,正确"的回答,直到回答正确时提示是否再猜另一个数,或退出。-And guess the number, the number of speculation from the keyboard, and the program gives "big, small, right" answer, until a correct answer hints wheth
  3. 所属分类:C#编程

    • 发布日期:2017-03-23
    • 文件大小:851.11kb
    • 提供者:裕丰陈
  1. wen

    0下载:
  2. 编写程序。要求:程序运行初期,在窗体左边的列表框中生成10个由小到大排列的10到100之间的随机整数,相应的动态菜单如下图所示;如果选择“转移”菜单下面的“右移”命令,则左边列表框的10个数移动到右边的列表框中,并由大到小排列;再打开“转移”菜单,则只有“左移”命令可用。-Programming. Requirements: run early in the form on the left list box to generate 10 small to large between 10 an
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:2.63kb
    • 提供者:王进光
  1. 1024RSA

    0下载:
  2. 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:61.58kb
    • 提供者:
  1. ArraySort

    0下载:
  2. 随机生成指定个整数,可求最大最小值,按各类算法排序-Pruduct random integrated number array,sort this array by variety way,also can find the min or max number among the array
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:113.22kb
    • 提供者:吱吱鸡
  1. 1024bit-P-p

    0下载:
  2. 随机生成3个1024bit大整数,实现大整数的加法、减法和取模运算,并计算运行100K的平均时间(16进制char类型实现)-1024bit randomly generated three large integer, to achieve large integer addition, subtraction, and modulo operations, and calculate the average running time of 100K (16 hex char type to
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.16kb
    • 提供者:小陈
  1. RSA

    1下载:
  2. RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要 保存,计算出e,d后可销毁。 2、签名算法 设
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-12-12
    • 文件大小:1kb
    • 提供者:zzq
  1. erlang1

    0下载:
  2. 1.Erlang实现分布式管理系统 2.用Erlang编程实现上节课写的树形结构并行求和的功能,将一个很大的数组(随机生成)分成N份(N为处理器数量,未必为2的整数幂),尽可能每份相等,然后用树形结构求和的方式求出总和-1.Erlang Distributed Management System 2. Using the Erlang programming classes to write parallel summation tree features a large array (ra
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:肖捷
  1. ckda

    0下载:
  2. 编写程序,随机生成10个两位的正整数,删除其中最大的数,输出删除前后的数。要求查找最大数用通用过程实现。-Programming, 10 of two randomly generated positive integer, wherein the number of the maximum number of deleted, before deleting the output. Find the maximum number of requests with the general pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:9.88kb
    • 提供者:陈书函
  1. GuessNumber

    0下载:
  2. 以对话框的形式做一个程序,要求随机生成一个0-100的整数,使用者同时输入一个数,若这两个数相等,则提示猜中。若不相等,则提示是偏大还是偏小,直到猜中为止。-In the form of the dialog box to do a procedure that requires a randomly generated integer 0-100, while the user to enter a number, if these two numbers are equal, then pr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:849byte
    • 提供者:韩某
  1. yinzifenjie

    0下载:
  2. //题目2: 益智游戏 //时间限制 : 20000ms //单点时限 : 1000ms //内存限制 : 256MB //描述 //幽香今天心情不错,正在和花田里的虫子玩一个益智游戏。 //这个游戏是这样的,对于一个数组A,幽香从A中选择一个数a,虫子从A中选择一个数b。a和b可以相同。她们的分数是a*b的因子的个数。 //幽香和虫子当然想要获得尽可能的高的分数,你能告诉她们应该选择哪两个数吗。 //由于幽香是个非常随意的人,数组A中的元素都是她随机选择的。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3.01kb
    • 提供者:李中明
  1. MillerRabin

    1下载:
  2. 实验目的 许多密码算法和协议都需要“随机”的大素数,特别是在共享密钥的密码协议中。对于大素数的生成,一个最自然的方法是先生成一个大整数,然后对其进行素性检测。 实验内容与要求 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。 -Purpose of many cryptographic algorithms and protocols need to " random" large prime numbers, partic
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-20
    • 文件大小:1kb
    • 提供者:lei
  1. Test7

    0下载:
  2. 猜数字游戏 使用图形用户界面编写一个猜数字游戏程序,程序随机生成一个100以内的整数,用户从键盘输入猜测的数,程序提示猜的数比生成的数大还是小,直到猜对为止。请自己设置图形用户界面的布局。 -Guess digital games Using a graphical user interface written a number guessing game program, program randomly generated a within 100 intege
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:748byte
    • 提供者:李先生
  1. 111

    0下载:
  2. 利用随机函数生成一个4×4的矩阵(即二维矩阵),范围是[40,80]内的整数,求它的最大值及所对应的下标。-The use of random function to generate a 4* 4 matrix (ie, two-dimensional matrix), the scope of the [40,80] is an integer, the maximum value and its corresponding index.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:11.28kb
    • 提供者:倪佳欣
搜珍网 www.dssz.com