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

搜索资源列表

  1. 大整数的运算3.1

    0下载:
  2. 本程序可以对那些数值超出整形的大整数进行+ - * % 运算欢迎大家使用并提出宝贵修改意见 -the procedures for those values beyond the plastic for the integer-*% Operational Everyone is welcome to use and valuable changes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2499
    • 提供者:钟毓秀
  1. 大整数运算2

    0下载:
  2. 这是很好的大整数的运算,适合于在密码学中应用和开发-This is a good large integer arithmetic, and suitable for the application of cryptography and development
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:246137
    • 提供者:李里
  1. stein

    1下载:
  2. 采用stein算法求两个任意大整数(超过计算机整形表示范围)的最大公约数。-STEINNESS algorithm used for two arbitrary integer large (over the scope of said plastic computer), the common denominator.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3407
    • 提供者:刘小六
  1. calculate(sign)

    0下载:
  2. 该程序用C语言实现了大整数的加减乘除运算-the program with C language of the large integer arithmetic operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3503
    • 提供者:梁伟明
  1. subsetcalculator

    0下载:
  2. 本算法实现2-10集合划分问题,采用动态规划法和大整数方法-the algorithm 2-10 set partition, using dynamic programming methods and the Integer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12301
    • 提供者:自由人
  1. Bint

    0下载:
  2. 算法与数据结构中的大整数相乘问题,在C#环境下运行的.-algorithm and data structure of the large integer multiplication, in C# environment operates.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28768
    • 提供者:violet
  1. hugeint00

    0下载:
  2. 此程序用于大整数运算,定义了类,运算符重载等。可以用。还有阶乘输出 -procedure for large integer arithmetic, the definition of the category, such as Operator. Can use. There factorial output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3180
    • 提供者:xz
  1. 可用于数论计算的无符号大整数类

    0下载:
  2. 可以进行无限制的整数计算-can unrestricted rounding
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11379
    • 提供者:罗愈
  1. 高精度整数运算

    0下载:
  2. 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1338
    • 提供者:王资
  1. 大整数

    0下载:
  2. c++写的一个关于数据结构大整数的问题,相信会给喜欢数据结构的朋友们带来帮助!-c write data on the structure of a large sum of the problem, I believe, would like the data structure to help bring friends!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1543
    • 提供者:离别
  1. 长整数的乘积求余及应用

    0下载:
  2. 长整数的乘积求余及应用,能使得大整数的乘积变为小程序- The long integer product strives for -odd and the application, can cause the great integer the product to become the scr ipt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:立即
  1. 1024位大整数相乘(N次方)取模

    0下载:
  2. 1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57293
    • 提供者:李春晖
  1. LLongInt

    0下载:
  2. 一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:5537
    • 提供者:
  1. BigInt

    0下载:
  2. 大数类,在一个基本大数类的基础上进行了新的封装。 可以实现大整数的加减乘除模比较复制等操作,还有浮点数的加减乘数运算。-BTNumber BigNumber
  3. 所属分类:Algorithm

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

    0下载:
  2. 大整数运算程序,字符串输入,清华大学数据结构作业-Large integer arithmetic process, the string input, Tsinghua University, the data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:688022
    • 提供者:zzq
  1. suanfasheji

    0下载:
  2. 算法设计的代码合集,包括排序,大整数相乘,找钱问题等必备算法。-Collection code algorithm, including sorting, multiplying large integers, find the money problems must algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9883060
    • 提供者:toonlily
  1. dazhengshu

    0下载:
  2. 数据结构课程设计:大整数运算器 实现大整数的加减乘除运算 数据结构:线性表-Data Structure Course design: large integer arithmetic unit to achieve a large integer addition and subtraction multiplication and division data structures: linear table
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2636039
    • 提供者:周浩鹏
  1. freelip_1.1

    0下载:
  2. C语言编写的大整数运算库源码,容易使用,计算较快。-c function for the large integer calc package. is supposed to be easy to use, portable, and not too slow.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:188196
    • 提供者:khabcwc
  1. main

    0下载:
  2. 对一些超出整型数范围的正整数的应用,需要自己想办法解决的存储和运算。一种解决方案是用单链表存储一个正整数。注意,数字是用逆序存储的。试设计一个类处理任意大整数,必须实现输入输出操作、加法操作和赋值操作。(For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:苏芒。
  1. 穷举法求解0-1整数规划的matlab程序

    2下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In
  3. 所属分类:数学计算

    • 发布日期:2020-03-26
    • 文件大小:2048
    • 提供者:末光
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com