CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 大整数

搜索资源列表

  1. max-min

    0下载:
  2. 编写一个程序,读入5个整数,然后确定并显示这组数中的最大整数和最小整数。-Write a program that reads five integers, then determine and display this group of the number of the biggest integer and smallest integer.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2360
    • 提供者:孙丹丹
  1. longintplusandmultiplication(1)

    0下载:
  2. 进行大整数的加法和乘法的运算,能对需要大数计算提供帮助。-Large integer addition and multiplication, can be calculated on the need for large numbers to help.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:992
    • 提供者:zhaoshihao
  1. 1234567

    0下载:
  2. 一般的计算器计算位数是有限的,无法实现大整数的计算,此程序实现大整数的加减乘除-Large integer calculations to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:draco
  1. BIG

    0下载:
  2. 该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:761
    • 提供者:鲁蔷
  1. dot

    0下载:
  2. 该算法可以实现两个至多500位的大整数或者小数的乘法运算-The algorithm can achieve up to 500 two large integers or decimal multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1106
    • 提供者:鲁蔷
  1. big-number-calculation

    0下载:
  2. 大整数基本运算,包含加减乘除,带余除法。-Big number calculation!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1999589
    • 提供者:钟少华
  1. 5-5

    0下载:
  2. 带表头指针的单链表, 链表中存储的都是整型数据,递归算法求链表中的最大整数,求链表的结点个数, 求所有整数的平均值。 -class of List
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2066688
    • 提供者:朱朱
  1. 5-1

    0下载:
  2. A[n]为整数数组,递归算法实现: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -A [n] is an integer array, recursive algorithm: (1) Find the largest integer in the array A. (2) Find n integers and. (3) Find the average of n integers.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:2045091
    • 提供者:朱朱
  1. multiply

    0下载:
  2. 自己有休闲时间写的小程序代码,是用VC++写的,关于两个大整数相乘的算法,勉强还可以用。-I write it myself.It is the algorithm of two big integers multiply.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:dragon
  1. Devide-by-3-and-5

    0下载:
  2. 能被15整除的最大整数 给定一个只包含数字(0..9)的字符串,求使用字符串中的某些字符,构造一个能够被15整除的最大整数,注意,字符串中的每个字符只能适用一次。 输入:程序从标准输入读入数据,每行数据由一串数字组成,长度为1到1000. 输出:针对每一行输入,输出一个结果,每个结果占一行,如果无法构造出能够呗15整除的整数,请输出impossible -Be the largest integer divisible by 15, given a contains onl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:7297
    • 提供者:wanglq
  1. big_number_add

    0下载:
  2. 数据结构——大数相加,大整数相加(链表结构)-add numbers
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3407
    • 提供者:chris
  1. long_factorial

    0下载:
  2. 两个大整数相乘,由于long int型的位数也不够,所以要用数组来表示,此程序即是这个功能。-Multiplying two large integers, the number of bits as long int type is not enough, so use an array to indicate that this procedure is this.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:807
    • 提供者:青青
  1. Plus-And-Multiply

    0下载:
  2. 实现任意进制的长整数的加法和乘法。大整数的加法和乘法-Arbitrary binary long integer addition and multiplication. Addition and multiplication of large integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1447
    • 提供者:wangzhen
  1. bigint

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

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

    0下载:
  2. 设有n个正整数,将他们连接成一排,组成一个最大的多位整数。例如:n=3时,3个整数13,312,343,连成的最大整数为:34331213。又如:n=4时,4个整数7,13,4,246连接成的最大整数为7424613。 有多组输入,每组数据格式如下: 第一行,一个数n,(1<=n<=20)表示有n 个数要连接; 第二行,n个数。 与输入对应,有多组输出,每组仅有一行,连接成的多位数 输入样例] 3 13 312 343 [输出样例]
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3392
    • 提供者:朱军华
  1. classic-programs

    0下载:
  2. 本人搜集整理的经典数据结构程序,如 桃子问题,大整数运算,循环链表,迷宫,汉诺塔等经典程序,希望对你有所帮助-I collected more of the classic data structures programs, such as peaches problems, large integer arithmetic, the circular list, Maze, Tower of Hanoi and other classic program, I hope for your he
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:88204
    • 提供者:赵子番
  1. factorial-of-big-number

    0下载:
  2. 大整数的高精度幂,用数组实现,高精度算法的经典程序- factorial of a big int number,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:793
    • 提供者:masi
  1. 123

    1下载:
  2. 该系统要求实现一个简单的计算程序。主要功能计算两个大整数( 20位)的加法和减法,且要按指定的格式输出结果。通过此课题,熟练掌握字符传、数组、格式输出、文件的各种操作,以及基本的计算算法思想的应用。-The system requirements to implement a simple computer program. Calculation of the main functions of two big integers ( 20 bit) additio
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19657
    • 提供者:赵力芸
  1. yunsuan

    0下载:
  2. 大整数 四则运算 质量不错 源码 文档都有的-Large Integer Arithmetic of good quality are the source documents
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:256789
    • 提供者:孟一平
  1. long-integer-operation

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

    • 发布日期:2017-04-05
    • 文件大小:2211
    • 提供者:孟一平
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com