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

搜索资源列表

  1. 大数的阶层

    0下载:
  2. 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.16kb
    • 提供者:红苹果
  1. inter

    0下载:
  2. 用VC实现的简单大数的划分,采用递归算法实现-with VC simple majority of the division, using recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.71kb
    • 提供者:yxg
  1. 大数运算类实例

    0下载:
  2. 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:刘胜国
  1. cata

    0下载:
  2. 高精度整数问题,即大数问题,利用c++类来结局问题-high-precision integers, that is exaggeration, use categories to the outcome c problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:严林
  1. miracl-largenumber

    0下载:
  2. miracl-大数运算库,大家使用有什么问题请多多提意见-miracl-majority arithmetic library, we use what I would like him to speak up
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.4mb
    • 提供者:zhu
  1. miracl-user

    0下载:
  2. 一套关于大数运算函数库,用来设计与大数运算相关的密码学之应用,这里是说明文档-a majority of computing functions, for the design and operation of large numbers of Cryptography Application, here is the documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:340.78kb
    • 提供者:zhu
  1. HugeInt_C++

    0下载:
  2. 将大数看作一个n进制数组,对于目前的32位系统而言n可以取值为2的32次方,即0x10000000, 假如将一个1024位的大数转化成0x10000000进制,它就变成了32位,而每一位的取值范围就不是0-1 或0-9,而是0-0xffffffff。我们正好可以用一个无符号长整数来表示这一数值。所以1024位的大数 就是一个有32个元素的unsigned long数组。而且0x100000000进制的数组排列与2进制流对于计算机 来说,实际上是一回事,但是我们完全可以针对unsi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.62kb
    • 提供者:杨杰
  1. dsjc

    0下载:
  2. 大数相乘的源代码,使用C++在VC环境中实现.-multiply large numbers of the source code, the use of C in the VC environment to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.69kb
    • 提供者:刘志铭
  1. bigNumberMult

    0下载:
  2. 大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.03kb
    • 提供者:刘志铭
  1. fac_bignum1

    0下载:
  2. 计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:李龙机
  1. bigmun

    0下载:
  2. Delphi的大数运算演示 pudn上大多是VC的 所以传个Delphi的-Delphi forecast Operational Demonstration pudn on most of the so-VC-Delphi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:104.93kb
    • 提供者:NNN
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.27kb
    • 提供者:刘华
  1. max_num_operation

    0下载:
  2. 大数运算-!!! !!! !!! !!! !!! !!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:123456789
  1. bignum

    0下载:
  2. 由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。-computer storage limitations, when it stored more than 32 a few hours, there will be a spillover, The procedure is as long as the majority addition subtraction multiplication.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16.45kb
    • 提供者:heyangyi
  1. PathPlan

    0下载:
  2. 实现了波兰式的求解,对大数计算使用,可以到100位数的运算-realization of the Polish-solving, the use of large numbers calculation, the median of 100 Operators
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43.29kb
    • 提供者:pj
  1. factorial

    0下载:
  2. 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09mb
    • 提供者:裴国东
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3.69kb
    • 提供者:shadow
  1. BigNum

    0下载:
  2. 大数程序,用自定义数据类型及重载运算符的方法实现大数的四则运算-Large numbers program, with self-defined data types and overloaded operator methods to achieve large numbers of the four operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:884.09kb
    • 提供者:tianlan
  1. dashuxiangcheng

    0下载:
  2. 大数相乘,c语言编写,有关的数据结构课程设计可以借鉴一下,-Multiplication of large numbers, c language, the curriculum design of the data structure you can learn from, huh, huh
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:619byte
    • 提供者:杨凌伟
  1. 大数相乘

    0下载:
  2. 大数相乘,最小和计算,切片引用的分割,多种计算技巧
  3. 所属分类:数据结构常用算法

    • 发布日期:2020-04-19
    • 文件大小:3.5kb
    • 提供者:d6d56ude65
« 12 3 4 5 6 »
搜珍网 www.dssz.com