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

搜索资源列表

  1. 编写重载函数Max1可分别求取两个整数

    0下载:
  2. 编写重载函数Max1可分别求取两个整数,三个整数,两个双精度数,三个双精度数的最大值。并将结果输出。 -The preparation of overloaded function Max1 strike two integers respectively, three integer, two double-precision number, the maximum number of three pairs of precision. And the resulting output.
  3. 所属分类:Windows编程

    • 发布日期:2012-03-29
    • 文件大小:228953
    • 提供者:testsb
  1. data sort 按从大到小的顺序排列

    0下载:
  2. 由输入对话框输入100个数值,数据放入数组a,其中的整数放入数组b,然后运用选择分类法将数组b中的数据按从大到小的顺序排列,并以每行五个数据在窗体上输出。-100 from the input dialog box to enter values ​ ​ into the data array a, where the integer into the array b, then select the classification using the data in the array b by
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2920
    • 提供者:张娟娟
  1. someccode 象棋之马踏棋盘

    0下载:
  2. 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:3349
    • 提供者:
  1. bignumber.rar

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

    • 发布日期:2017-03-29
    • 文件大小:645
    • 提供者:肖影
  1. CBigInt_CommonDivision.zip

    0下载:
  2. 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。,This procedure code, mainly to test the four large integer arithmetic, as well as on the ba
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:654761
    • 提供者:lidemin
  1. BigData

    0下载:
  2. 设计一个类处理任意大整数。必须实现输入、输出操作、加法操作和赋值操作。-Design a class to handle arbitrarily large integers. To the input and output operations, the addition operation and assignment.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:戴巍
  1. hugeintplus.rar

    0下载:
  2. 100位的大整数加减法.输入格式可以任意,要带符号+ -,不带或者只有一个带都可以.允许输入的数前面有多个0(可以超过100).,Big Integer Plus and minus.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:78604
    • 提供者:zhuo
  1. bigint

    0下载:
  2. 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11362
    • 提供者:tee
  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
    • 文件大小:8445
    • 提供者:chen
  1. dashuxiangcheng

    0下载:
  2. 利用分治方法设计实现大整数乘法的递归算法-Using the method of big integer partition design and realize the recursion algorithm square
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:563
    • 提供者:曹萌萌
  1. add

    0下载:
  2. ACM的一个经典算法,计算两个大整数的相加,采用STL容器-ACM, a classical algorithm to calculate the sum of two large integers, the use of STL containers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:596
    • 提供者:wangxuefeng
  1. mi

    0下载:
  2. 计算大整数的幂,是采用字符串模拟乘法的算法!-Large integer power calculation using the string multiplication algorithm simulation!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1809
    • 提供者:漫指针
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2501
    • 提供者:caoxiang
  1. BIGINT

    0下载:
  2. 本人编写大整数程序,c++实现,可实现几十位乃至几百位整数的四则运算-I write large integer program, c++ implementation can be realized dozens or even hundreds of integer arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:717471
    • 提供者:ding
  1. Desktop

    0下载:
  2. 在一些应用中,特别是现在的密码学中,常常需要用超过100位的整数来做乘法,以此来对数据加密。现在有两个小于等于100位的大整数a和b(位数相同),请写程序计算出这两个大整数乘积的结果。-In some applications, in particular, cryptography is now often need to do more than 100 integer multiplication as a way to encrypt the data. There are two le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4423
    • 提供者:胡鹏
  1. BigIntegerForCSharp

    0下载:
  2. 类似于Java大整数类的CSharp版大整数类-BigInteger class for CSharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:18436
    • 提供者:窦云亮
  1. dazhengshu

    0下载:
  2. 本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:360425
    • 提供者:林丽
  1. mul

    0下载:
  2. 二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的-Dichotomy for large integer multiplication, quickly and easily. Good source code, can be used to study, can be directly used for projects of
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:13532
    • 提供者:wanglianqing
  1. HugeInteger

    0下载:
  2. 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2445
    • 提供者:LiaoKai
  1. bigint

    1下载:
  2. 用c++实现的一个大整数类,可以进行加减乘除,求模,模幂,模逆运算-Using c++ to achieve a large integer class, you can add or subtract multiply and divide, seeking mold, modular power, modular inversion
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:638938
    • 提供者:xyh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 43 »
搜珍网 www.dssz.com