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

搜索资源列表

  1. dealBigdata

    0下载:
  2. C++实现的模重复平方计算法,当处理两个大数的乘法时,容易产生溢出,得不到正确答案,打入利用模重复平方计算法就可以避免这个问题了。-Repeated square calculations C++ achieve the mold, prone to overflow when dealing with the multiplication of two large numbers, not the correct answer into the use of mold repeated squ
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:1829918
    • 提供者:szl
  1. The-factorial-of-large-numbers

    0下载:
  2. 对大数进行阶乘,使用C++编程,能够快速计算出很大的数值。-The factorial of the number, the use of C++ programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:293325
    • 提供者:谢新
  1. biginteger

    0下载:
  2. 适合科学计算的大数类,数字位数可达500位以上, 一般可用于科学计算,加密解密算法-Suitable for large numbers of scientific computing class, the number of digits up to more than 500, General can be used for scientific computing, encryption and decryption algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1767
    • 提供者:beiyu
  1. ProgrammerCalc2013-05-16(1_0_0_1)

    0下载:
  2. 1.支持数值进制转换。 2.查看数值的内存形式。 2.支持大数(以数组表示)的表达式计算。最大支持499的阶层。 3.VC10.0
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:879836
    • 提供者:Jerry
  1. calculator

    0下载:
  2. 这是我用c#写的大数运算器,支持加,减,乘,除,幂运算,经计算,大概能支持几百位的大数运算,基本毫无bug,供新手学习-This is what I used to write c# majority of the computing that supports addition, subtraction, multiplication, division, exponentiation, the calculation would be able to support hundreds of
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:110553
    • 提供者:杨凡
  1. AC1001

    0下载:
  2. 提供一个简单的计算大数乘方的方法,使用c语言编写。-Provide a simple method of calculating power of large numbers, using c language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:592
    • 提供者:gs
  1. vbds

    0下载:
  2.  VB计算大数的示例源码程序,操作顺序: 先在A、B中输入数据,再按运算符,例如计算: 1024的999次方。则在A框输入1024,B框输入999,然后按“乘方”按钮,R框就是结果了。-VB calculation of Tarsus sample source program, the operating sequence: first in the A, B, enter data, press operators, such as calculating: 1024 999 th powe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:17795
    • 提供者:吴莉莉
  1. MPFR-VS

    0下载:
  2. 大数运算库MPFR的完整VS2005工程,包含GMP库,MPFR库,以及表达式求值测试程序,直接编译通过。MPFR库能实现任意高精度的浮点数计算(工程默认1000位10进制有效位),如三角函数,对数。-Large numbers arithmetic library MPFR full VS2005 project, including GMP library, MPFR library, and expression evaluation test program, directly comp
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4866128
    • 提供者:shenlong
  1. 2.4

    0下载:
  2. 写出一个程序,读取20个整数并计算一个较大数后紧跟一个较小数出现的概率。-Write a program that reads integers 20 and calculates a higher integer number followed by a smaller frequency of occurrence.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:9973
    • 提供者:戴鹏
  1. RM_code

    1下载:
  2. 1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk 2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致 3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可 4、The_creation_of_RM_code.m和RM_Decode.m分别为RM码的编、译码程序,而Majority_logic_decision.m用于译码中的大数判决,combine
  3. 所属分类:matlab

    • 发布日期:2015-08-17
    • 文件大小:4096
    • 提供者:djk
  1. cale_large-numbers

    0下载:
  2. 计算大数阶乘,采用MFC进行编程,可以作为学生学习MFC的范例小程序-Calculate the factorial of large numbers, using MFC programming, can be used as an example of student learning MFC applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:135271
    • 提供者:陈培东
  1. Factorial2

    0下载:
  2. 一般的算法不能计算大数的阶乘,该C代码可以计算大数的阶乘,如100!,200!-Calculate the factorial of large numbers, such as 100! 200!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1170
    • 提供者:小辉
  1. arrayTest

    0下载:
  2. 进行数组测试。在控制台逐个输入数组中的各个数,计算并输出这组数的总和、最大数、最小数、个数及平均数。-Perform an array of tests. In the console individually for each input array number, calculate and output the sum of the numbers in this group, the maximum number, the minimum number, the number and a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:蒋莉
  1. VBBIG

    0下载:
  2. VB计算大数的示例源码程序,操作顺序: 先在A、B中输入数据,再按运算符,例如计算: 1024的999次方。则在A框输入1024,B框输入999,然后按“乘方”按钮,R框就是结果了。-VB calculation of large numbers of sample source program, the sequence of operations: first input A, B data, press operators, such as calculating: 1024 999 th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17849
    • 提供者:wpudn12
  1. 9_1

    0下载:
  2. 按钮"第一题":计算数组的对角线数据和 按钮"第二题":找出最大数以及所在的行下标和列下标 按钮"第三题":求每行的平均值、并把二维数组按行平均值重新排列 按钮"第四题":将排序后的二维数组进行转置-Button "first question": an array of data and calculating the diagonal Button "second question": find out the maximum number of rows and colu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1971
    • 提供者:AUTUMNDREAM
  1. dsjc

    0下载:
  2. 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:116420
    • 提供者:namejiang
  1. main

    0下载:
  2. 功能:实现大数乘法,输入两个整形数字,计算并输出两数之积。-Function: realize the multiplication of large number, enter two plastic figures, calculate and output the product of two Numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:621
    • 提供者:葛万鹏
  1. gmp-5.1.3

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

    • 发布日期:2017-05-15
    • 文件大小:3982378
    • 提供者:wenwen
  1. hugeint

    0下载:
  2. C++的一个类HugeInt(头文件形式)实现大整数加,乘,乘方,能计算12345^3456等大数-A Class named HugeInt to compute huge int plus, times and so on
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:李鹏程
  1. bigNumberAdd

    0下载:
  2. 在计算大数的加减法时,除了用Java比较方便外,很多地方我们需要用c实现,这时就需要利用字符串来手动进位- ON划词翻译ON实时翻译 Addition and subtraction in the calculation of big number, in addition to the use of Java more convenient, a lot of places we need to use C to
  3. 所属分类:EditBox

    • 发布日期:2017-05-10
    • 文件大小:2524584
    • 提供者:wenbo
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com