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

搜索资源列表

  1. c

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

    • 发布日期:2017-04-15
    • 文件大小:6716
    • 提供者:闫海莉
  1. big_bit_operation

    1下载:
  2. 实现大整数的存储,以及相应的运算,如模加、模减、模除、蝶形乘、模逆等等。-Implement large integer storage, and the corresponding operations, such as modular addition, modular subtraction, modular addition, butterfly multiplication, modular inversion and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4735
    • 提供者:syevia
  1. bigint

    0下载:
  2. 基于C语言 实现大整数的加减乘法运算-bigint operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2357
    • 提供者:wangning
  1. long-integer-operation

    0下载:
  2. 大整数的运算 实现了四则运算 简单明了-Large integer arithmetic operations to achieve the simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2211
    • 提供者:孟一平
  1. Large-Integer-Precision-Operations

    0下载:
  2. 清华大学数据结构课大作业的源代码,实现大整数的高精度运算,工程文件生成dll,通过exe界面文件装载dll后使用-Tsinghua University, class data structure source code of a large operation to achieve high accuracy large integer calculations, engineering documents generated dll, exe interface through the us
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1036727
    • 提供者:sdrioe
  1. hi_calc

    0下载:
  2. 高精度(大整数)加减乘除运算,压位/不压位-High (large integer) addition and subtraction multiplication and division, the pressure bit/no pressure level
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3388
    • 提供者:WYK
  1. Large-integer-large-integer

    0下载:
  2. 大整数加法器能够很方便地实现对大整数加法的快速运算-Large integer adder can easily achieve the rapid addition of large integer operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1865
    • 提供者:LeeXP
  1. Calculator

    0下载:
  2. 实现大整数(位数在500位内)的基本运算-Implement large integer (the median in the 500) of the basic operations
  3. 所属分类:Algorithm

    • 发布日期:2017-06-22
    • 文件大小:40535040
    • 提供者:焦奕天
  1. bigint

    0下载:
  2. 不受计算机字长限制的大整数类BigInt, 能在BigInt之间、 BigInt与int之间能进行+、-、*、/、 等运算,能进行比较,能数字与字符转换。-Computer word length limit is not a big integer class BigInt, between in BigInt, BigInt and int can be+,-,*,/, among other operations, can be compared to numbers and chara
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:64262
    • 提供者:sogo
  1. code

    0下载:
  2. 用C++编写的大整数计算的模板,可实现加、减、乘、除、取模等运算,可以通过此源码学习高精度的实现。-Written with C++ template large integer can be realized addition, subtraction, multiplication, division, modulus and other operations, you can achieve high-precision study of this source.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1317
    • 提供者:wangyizhi
  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
    • 文件大小:4062796
    • 提供者:刘文奇
  1. BigInteger

    0下载:
  2. 大整数库,实现了大整数之间的四则运算和模、模幂运算以及最大公约数的求解-Large integer library to achieve a large integer arithmetic and between modes, modular exponentiation and the greatest common divisor of the solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1870
    • 提供者:林迪
  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
    • 文件大小:2212
    • 提供者:小陈
  1. string

    0下载:
  2. 使用字符串实现大整数的加法运算,递归算法实现-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1096369
    • 提供者:陈蔚
  1. Large-integer

    0下载:
  2. 实现较大整数的加减乘除等运算,可运行-Achieve a larger integer addition, subtraction and other operations can be run. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:686855
    • 提供者:kjh
  1. ss

    0下载:
  2. 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2278
    • 提供者:fangjunjie
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. HugeInt

    0下载:
  2. C++大整数实现,加减乘除求余运算,检查数据溢出。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4317
    • 提供者:jingshi
  1. polanyunsuan1

    0下载:
  2. 波兰运算(递归求解)可进行大整数的加法 减法 乘法。-polan operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1372
    • 提供者:于一
  1. Big-Integer

    0下载:
  2. 大整数实现500000位的运算,可以改进进行压缩加密算法。-Big Integer 500 000 operations , and can improve the compression and encryption algorithms .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:431103
    • 提供者:刘乐
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com