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

搜索资源列表

  1. HugeInt

    0下载:
  2. C++实现大整数类的运算符重载,输入输出重载,和关系判断重载-C++ achieve large integer class of operator overloading, overloading the input and output, and the relationship between judges overloaded
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2142
    • 提供者:ly
  1. Big-Int-P

    0下载:
  2. 我有一个简单的问题:给出两个大整数a,b,你的工作就是求其中a+b的和-I have a very simple problem for you.Given two integers A and B, your job is to calculate the Sum of A+ B.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:591
    • 提供者:jie5338628
  1. bignumber.cpp

    0下载:
  2. 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2546
    • 提供者:shi739517
  1. bignumber100

    0下载:
  2. 能够实现大整数相乘,为初学C++的一个很好的例子.-Large integer multiplication can be achieved for the novice C++ for a good example.
  3. 所属分类:系统编程

    • 发布日期:2017-04-12
    • 文件大小:690
    • 提供者:shuo44520
  1. c119

    0下载:
  2. 完成两个大整数的乘除加减运算,并将两个数的结果一数组形式输出-Complete two big integer multiplying of addition and subtraction,And the result of two Numbers one array form output
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6844
    • 提供者:reng517395
  1. dashuchengfa

    0下载:
  2. 大数乘法C语言实现,被乘数和乘数,考虑到大整数,用string装入,然后在分别取出各个字符进行运算-C language implementation multiplication of large numbers, multiplicand and multiplier, taking into account the large integer, packed with string, and then removed at the various characters separately
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1162
    • 提供者:shao083378
  1. dazhengshu

    0下载:
  2. 大整数相乘。可以支持一百位一下大整数。可以支持小数点哦。--
  3. 所属分类:Applications

    • 发布日期:2017-04-12
    • 文件大小:1247
    • 提供者:huan406284
  1. dazhengshuxiangjia

    0下载:
  2. 本程序主要把无法存储的大整数用字符串保存起来,然后计算两个大整数的和-This program can not store large integer with a string saved, and then calculate the two big integers and
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3639
    • 提供者:du271359
  1. helloworld106

    0下载:
  2. 有关大整数的加减乘除,使用数组保存计算结果,用高精度运算的算法进行设计-sfasafdas
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2723
    • 提供者:you785395
  1. DigitalSignatureStandard(DSS)

    0下载:
  2. 运行程序之前需要配置OpenSSL的开发环境(SHA-1算法利用OpenSSL开发包实现),本源代码实现了DSS数字签名(美国标准数字签名标准),主要运用了大整数的加减模幂、以及欧几里得算法。并有一个完整的界面。-You need to configure before running the program OpenSSL development environment (SHA-1 algorithm uses OpenSSL development package implementati
  3. 所属分类:CA program

    • 发布日期:2017-05-30
    • 文件大小:12159031
    • 提供者:郭政伟
  1. 5140309123_2_11

    0下载:
  2. 将两个系统无法保存的大整数做加法运算,利用数据结构-plus big integer
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:31303
    • 提供者:赵雅雯
  1. suanfasheji

    0下载:
  2. 常见算法设计与分析源代码,包括背包问题,n皇后问题,大整数乘法,阶乘问题,汉诺塔等-Common algorithm design and analysis of source code, including the knapsack problem, n queens problem, large integer multiplication, factorial problem, Tower of Hanoi, etc.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:22143
    • 提供者:zty9
  1. dazhengshuyunsuan

    0下载:
  2. 该代码能够计算100位长度的大整数的加减乘除四则运算-100 large integer can calculate the length of the four operations of addition, subtraction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1932
    • 提供者:燕藏锋
  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. bign

    0下载:
  2. c++大整数模板,包含四则运算,求平分根,取模等常见运算,主要在ACM竞赛中.-c++ large integer template contains four operations, seeking split root, modulus and other common operations, mainly in the ACM contest
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2290
    • 提供者:陈斐童
  1. calculate

    0下载:
  2. 20位以上大整数的加减,支持循环计算和从文本文档中批量输入计算-Can achieve more than 20 large integer addition and subtraction, support for iterative calculation text documents and batch input and batch computing equation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:3716
    • 提供者:寿柏茂
  1. bign

    0下载:
  2. 计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater than, not equal to other operatio
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:Gary
  1. GMP

    0下载:
  2. GMP大整数运算库,支持c语言上面进行大整数运算-GMP large integer arithmetic library support c language on top of large integer arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:780176
    • 提供者:周涛
  1. div-1024bits

    0下载:
  2. 1024位大整数除法运算,默认相加的两个数在D盘根目录,1.txt 2.txt-1024 bit large integer division
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-05
    • 文件大小:24408
    • 提供者:
  1. int-add

    0下载:
  2. 大整数除法运算,用户输入两个大整数,系统给出相加结果。-1024 bit large integer addition operation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:12070
    • 提供者:
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 43 »
搜珍网 www.dssz.com