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

搜索资源列表

  1. bigint

    0下载:
  2. 高精度整数运算程序 进行高精度整数的加、减、乘运算。 输入两个十进制大整数M和N(M、N最长可达50位),根据要求计算运算结果并输出。 -Operational procedures for high-precision integer precision integer add, subtract, multiply computing. Enter the two big decimal integer M and N (M, N up to a maximum of 50),
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1412
    • 提供者:lexi
  1. bigint

    0下载:
  2. 大整数运算用与解决3人传球问题 希望会对你有用,马上再传几个pku的-bigintcalculation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:lihongda
  1. bigInt

    0下载:
  2. 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:杨晓斌
  1. depion

    0下载:
  2. 一个权限用一个文本来表示,可能有“修改”、“填写”、“审核”、“删除”等等,这样,对于每个用户,在数据库中,都有一个字段,用来记录这样的权限,某用户权限值可能是“修改|删除|审核”,这样,在查找时,就会比较用户权限值中,有没有包括一个操作的名称。这样验证权限好办,但我弄不明白,权限的赋予与除去是如何实现的。每一个操作的权限值,用一个二进制数来表示,每个权限值,只能是(0),(10),(100),(1000),也就是说,是2的N次方,在MSSQL2000中,最大的 整数是bigint类型的,最
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2239
    • 提供者:gaozizhu
  1. bigint

    0下载:
  2. 一个大整数计算的类!,支持2的256次方以上的数字的计算 -A large integer calculation of the class! In support of two of the 256-th power of more than a figure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1464266
    • 提供者:weely
  1. Bigint

    0下载:
  2. 大整数加减法,可实现负数运算!使用单链表作为数据结构!-Large integer addition and subtraction, can achieve a negative op! Use as a single linked list data structure!
  3. 所属分类:Windows Develop

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

    0下载:
  2. 大数相乘,支持10000位的大型数字,可以快速算得结果-Multiply large numbers in support of a large number 10000, the results can quickly be regarded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3497
    • 提供者:mayuqiang
  1. largenumberoperation

    0下载:
  2. module dwin.lab.BigInt /+ version(Tango) { import tango.stdc.math import tango.stdc.stdlib import tango.stdc.string import tango.stdc.stdio } else { import std.c.math import std.c.stdlib import std.c.string i
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:5971
    • 提供者:123456
  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. BigInt

    0下载:
  2. 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3667
    • 提供者:Glorious Fool
  1. Bigint

    0下载:
  2. 实现大数运算,32bit为一个单位,封装在C++类里,简单易用,速度够快。-Operation to achieve large numbers, 32bit as a unit, encapsulated in C++ class, the easy to use, fast enough.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6010
    • 提供者:hhf
  1. archive.tar

    0下载:
  2. BigInt Class by Igor
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:893607
    • 提供者:khafan
  1. bigint

    0下载:
  2. 大整数运算,大整数的加减乘除,取余,乘方等运算的方法-Large integer arithmetic, addition and subtraction, multiplication and division of large integers method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:445651
    • 提供者:天山雪王
  1. BigInt_rsa

    0下载:
  2. 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6922
    • 提供者:李抒昌
  1. BigInt

    0下载:
  2. 超大整数类,支持加减乘除取余等功能,用数组实现-Large integer class to support Math modulo functions, with the array to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:TFN
  1. bigint

    0下载:
  2. Biginteger library for arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:ilthsafg
  1. bigint

    0下载:
  2. as3.0的64位数据表示,as3.0中没有64位的整数。该包可以自由转换-actionscr ipt 64byte number
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3954
    • 提供者:chqj
  1. BigInt

    0下载:
  2. Big Integer another large ionteger cla-Big Integer another large ionteger class
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1401
    • 提供者:eko
  1. TestBigInt

    0下载:
  2. 大整数类的实现与应用,包括四则运算法则,还有其他的-bigint class
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:372332
    • 提供者:
« 1 2 34 5 6 »
搜珍网 www.dssz.com