搜索资源列表
Big_Int_Calculation
- 大数运算的库,速度比较快,可供大家学习使用。-majority of the operations, a relatively rapid pace for our learning.
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
nc.jar
- Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
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.
GMP_src
- GMP大数运算C语言程序库源代码版本5.05-GMP of large numbers arithmetic library source code
CBBS_src_wlibs
- visual v++实现的大数运算算法,需要GMP库-computation of large numbers Visual v++ achieve algorithm, requires the GMP library
MPFR-VS
- 大数运算库MPFR的完整VS2005工程,包含GMP库,MPFR库,以及表达式求值测试程序,直接编译通过。MPFR库能实现任意高精度的浮点数计算(工程默认1000位10进制有效位),如三角函数,对数。-Large numbers arithmetic library MPFR full VS2005 project, including GMP library, MPFR library, and expression evaluation test program, directly comp
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