搜索资源列表
bigint
- 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
odd
- 很高效的判断组合数C(n,k)的奇偶性。 巧妙的使用了位运算。时间复杂度为O(1). 避免使用大数类。-Very efficient to determine the number of combinations C (n, k) parity. Clever use of digital computing. Time complexity is O (1). To avoid the use of large numbers type.
SDL_1_1_alpha
- 简单的C++计算库.其中实现了矩阵运算,大数运算.矩阵处理中使用lazy calculate,并且封装常见算法,可以将普通matlab程序用SDL改写.-Easy calculation of the C++ library. One of implementation of matrix operations, computation of large numbers. Matrix deal with the use of lazy calculate, and packaging comm
BigPrimerGen
- 大数的运算的类和大素数生成的算法,用C++实现。-Big number computing and big primer generating algorithm.
BigInt_rsa
- 标准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.
Multiplication-of-large-numbers
- 主要通过C++程序语言实现两个高精度大数的相乘运算。-Mainly through the C++ programming language to achieve the multiplication of large numbers of two high-precision operation.
stringCalculate
- C++大数运算源码,支持+ - * /,支持带符号输入,无位数限制,真正大数计算-C++ source computing large numbers
bignum
- 高效率大数运算类 (c++代码)含加减乘除等等计算-Efficient operation of large numbers class (c++ code) with addition, subtraction, and so calculate
003
- c-free 大数加减法运算 只适用于正整数 但是运算结果可以是负数-c-free big numbers plus and subtract
c-P-P-algorithm-procedures
- 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
PolynomiaMultiple
- 利用C++实现大数多项式的运算,包括连加、连乘等。-The use C++ polynomials of large numbers, including with Canada, even by.
GMP_src
- GMP大数运算C语言程序库源代码版本5.05-GMP of large numbers arithmetic library source code
CBigNumMultiply
- C语言实现的大数相乘运算,可以最少实现5000*5000(再大没有做过测试)个字节的乘法运算。-Large numbers multiplication C language, you can at least achieve 5000* 5000 (again not been tested) bytes multiplication.
No.1---D1
- 用C语言编写的各种排序算法 大数运算程序 dos下运行 vc6.0编译通过-Using C language program operation of large numbers of various sorting algorithms running dos vc6.0 compile
c
- 大数运算,包括加法,减法,乘法,除法,c语言代码。-Majority of computing c language code
gmp-5.1.3
- GMP:GMP大数库是GNU项目的一部分,诞生于1991年。作为一个任意精度的大整数运算库,它包括了任意精度的带符号整数、有理数、浮点数的各种基本运算操作。它是一个c语言的库,但是官方提供了c++的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。GMP库的运行速度非常快的,它的官方网站上称自己为地球上最快的大数库,但是GMP库所提供的只是数学运算功能,并没有密码学相关的高级功能。-Large integer arithmetic library
gmp-6.1.0
- GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr