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

搜索资源列表

  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.04kb
    • 提供者:jason..
  1. BigInteger

    0下载:
  2. 高精度模版,C++实现,重载实现加减乘除.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:Nick
  1. BigInteger

    1下载:
  2. 一个基于c#的大整数类,内含各种大整数的操作
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26.57kb
    • 提供者:xi
  1. biginteger

    0下载:
  2. 用c语言实现大整数加减乘除, 求余, 最小公倍数等计算-C language implementation with large integer addition and subtraction multiplication and division, remainder, least common multiple and other computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8.25kb
    • 提供者:chen
  1. BigInteger

    0下载:
  2. 很多人实现了大数的加减乘除运算 这里提供一个重载了输入输出和不等号等操作符的大数类,希望能让大家用c++编程时能更灵活的使用大数-Many people realized the addition and subtraction, multiplication and division of large numbers here to provide a heavy-duty computing the input-output and inequality operator of larg
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1.89kb
    • 提供者:张智勇
  1. biginteger

    0下载:
  2. 在c++环境下实现了超大整数的计算(普通计算机无法实现计算的超大整数),包括运算符重载-At c++ environment achieve a large integer calculation (general computer can not achieve large integer calculations), including operator overloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:8.54kb
    • 提供者:马丽
  1. RSA

    0下载:
  2. 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:817.79kb
    • 提供者:张三
  1. biginteger

    0下载:
  2. biginteger c library
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:38.36kb
    • 提供者:makissy
  1. CSBigInteger

    0下载:
  2. 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:14.13kb
    • 提供者:ajtlnui
  1. Zd01

    0下载:
  2. BigInteger for c# with pretty realization : number stored not as BCD, but as it s byte-representation
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:32.44kb
    • 提供者:Nyashka
  1. Bigint.cpp

    0下载:
  2. Biginteger implementation on c-Biginteger implementation on c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:munkhtsogt
  1. BigInteger

    0下载:
  2. C++实现了一个大整数类,包括加法,减法,乘法,除法,以及求余等功能,并对以上操作符进行了重载,经反复测试,运行结果正确-C++ implementation of a large integer categories, including addition, subtraction, multiplication, division, and remainder functions, and these operators were overloaded, after repeated tes
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:
  1. BigInteger

    0下载:
  2. 一个支持大整数加减乘除运算的计算器,能显示运算时间和生成随机数,用c++编写,采用对话框窗口。-A support for large integer multiplication and division addition and subtraction calculator can show computation time and generates random numbers, written using c++, using the dialog window.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3.87mb
    • 提供者:刘文奇
  1. songuyen-lon-cPP

    0下载:
  2. big integer in c++, biginteger
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:727byte
    • 提供者:bestvietnam
  1. bigint-2009.05.03

    0下载:
  2. 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类BigUnsigned 和 BigInteger。-You can use this library in a C++ rogram to do arithmetic on integers of size limited only by your computer s memory. The library provides BigUnsigned and BigInteg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:38.92kb
    • 提供者:james
  1. ErlangCacu2

    0下载:
  2. 爱尔兰计算器java实现。实现爱尔兰B公式和爱尔兰C公式的计算,知道三个参数中任意两个可以得到第三个参数的值。同时,利用了BigDecimal和BigInteger类,理论上,只要时间足够,程序可以实现对于任意大小的数的计算。另外,程序可以绘制B-C图和B-a图,还可以显示大群化效应。-Irish calculator java. B formula of Ireland and the Irish C formula calculation, know any two of the three
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:11.47kb
    • 提供者:lijun
  1. bigintegermultiply

    0下载:
  2. C++实现两个5000位以内的大整数相乘-C++ Two BigInteger multiply
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:1.6mb
    • 提供者:LJQ
  1. songuyen-lon-cPP

    0下载:
  2. big integer in c++, bigintegerbig integer in c++, biginteger-big integer in c++, biginteger
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:798byte
    • 提供者:lixjun
  1. songuyen-lon-cPP

    0下载:
  2. big integer in c++, bigintegerbig integer in c++, biginteger-big integer in c++, biginteger
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:845byte
    • 提供者:owthw
搜珍网 www.dssz.com