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

搜索资源列表

  1. controller

    0下载:
  2. 1输入四个整数,输出其中最大的数与次大数。 2.输入五门学科的成绩(整数),计算出总分和平均分,平均保留一位小数,输出结果。根据平均分划分等级(E:0-59、D:60-69、C:70-79、B:80-89、A:90-100)使用(if和switch分别实现)。 Choice/10 求 3.输入一个合法的正整数,求出它是几位数;分别打印出每一位数字,按逆序输出各位上的数字. a 10 4. a/10 5.输出1~100之间的偶数,5个数字一行输出。 6.使用循环输出九九乘法
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1266923
    • 提供者:爱珍
  1. Factorial-of-large-numbers

    0下载:
  2. 基于链表的大数阶乘,使用自己的链表实现,可以计算10W的阶乘-Based on the list of the factorial of large numbers, to use their own lists to achieve, you can calculate the factorial 10W
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:995625
    • 提供者:云说
  1. rsa.tar

    0下载:
  2. 不依赖其它任何加密库实现的RSA算法,顺带还实现了大数之间的计算算法,源码有注释。该源码已被我应用到了金融的应用中。-ON划词翻译ON实时翻译 The RSA algorithm does not rely on any other encryption library, incidentally, also realizes the calculation algorithm of large between the number of source notes. The sourc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7516
    • 提供者:田元江
  1. enhanced-RSA

    0下载:
  2. 改进的RSA算法,可快速实现的大数的计算-enhanced RSA algorithm,It can cumulate the big data quikly!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:15720
    • 提供者:jenny
  1. TestBigDataSum_HUAWEI

    0下载:
  2. 华为编程大赛 大数求和。通过输入两不相等的大数,计算其和。程序代码简洁高效。适合找华为招聘机试练习。-The programming competition held by HUAWEI
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:刘仙
  1. Calculator

    0下载:
  2. 大数计算器,可以进行无限位数计算的科学计算器,输入表达式即可-Tarsus calculator, you can calculate the median unlimited scientific calculator, you can enter an expression
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1986
    • 提供者:b
  1. bigdata

    0下载:
  2. 简单的大数定义和计算,包括大数存储结构和加减乘除计算-A large number of definitions and simple calculation, including big data storage structure and add, subtract, multiply and divide calculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:12095
    • 提供者:袁家明
  1. bignum

    0下载:
  2. 这是一个简单大数算法,实现大数的简单的加减计算-algothrim,implemente the big number calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:561
    • 提供者:httese
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. 2008.12.1

    0下载:
  2. 计算大数的阶乘,用的链表和数组的方法。用于学习-Calculation of the factorial of large numbers, using the linked list and array method. For learning
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:xing160137
  1. bigint100

    0下载:
  2. 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2350
    • 提供者:lao06284
  1. JC

    0下载:
  2. 大数阶乘的计算,字符模拟,一次进行4位的运算-Calculation of Factorial of large numbers, character modeling, computation time for 4
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:763
    • 提供者:ba876816
  1. dashuchengfa

    0下载:
  2. 大数乘法,模拟手算方法计算大数相乘,和自己手算的算法一样。-Multiply large numbers, simulate manual calculation method to calculate large numbers multiplied.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:452709
    • 提供者:ellen
  1. TarsusFactorial

    0下载:
  2. 用数组储存大数,然后递归实现阶乘,计算完成后将计算的结果存入数组中,然后输出结果即可。-With an array of storage of large numbers, and then the recursive factorial implementation, which will calculate the result of calculation into the array, then the output can be.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:761
    • 提供者:as3unuu
  1. gmp-6.1.0

    0下载:
  2. GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4869334
    • 提供者:yehuohan
  1. fibo2

    4下载:
  2. 使用Logisim搭建一个根据输入序号x计算对应序号斐波那契数fib[x]的电路(输入序号0对应输出数0,输入序号1对应输出数1,输入序号2对应输出数1,以此类推)并提交。64个周期就能计算出32位无符号整数能表示的最大数位置上的斐波那契数的(最后32bit)-Use Logisim to construct a circuit that calculates the corresponding serial number fib [x] based on the input serial nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:4429
    • 提供者:小猪猪猪
  1. CAL

    0下载:
  2. 汇编写的计算器程序,支持大数的四则运算,支持正负数计算,有删除、AC清空等基本功能-Compilation of written calculator program that supports large numbers of four operations support positive and negative calculation, there are deleted, AC emptied and other basic functions
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:5822
    • 提供者:王月
  1. nv_CSEPT

    0下载:
  2. 大数相乘,计算时间,josep问题,计算JC,分形图形()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:virbual
  1. fughom_overhead

    0下载:
  2. 大数运算,生成两个随机大数,然后计算他们的和,差等()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:155648
    • 提供者:HMOWeeeu!192
  1. 93715368

    0下载:
  2. 计算两个100位大数的除法,结果保留100位小数()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:92160
    • 提供者:Lkopold
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com