搜索资源列表
大数的运算
- 大数运算的实现,包括加减乘除,四种运算,用个个函数实现各个功能,便于使用.-the realization of large numbers, including arithmetic, four operators, with each function to achieve all the functional and user-friendly.
大数计算
- 一个用delphi编写的关于大数计算的程序,可用于计算任何大小的数字乘积,非常小巧方便,也很适用-a prepared with the majority of the calculation procedures can be used to calculate the size of any digital product, very small convenient, and very applicable
大数计算的源代码
- 大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。-calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some help.
大数的阶层
- 用数组存储一个大数的阶层。输入一个整数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
大数运算类实例
- 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-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
两个大数相乘
- 两个大数相乘,没有什么出彩的地方。算法完全是自己的。在网上找了找没找到。然后准备传一下试试。pas文件一共2.54k,算是能找到的最小的了。
大数加法
- 数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
大数阶乘
- 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be improved using Chain store results!
大数运算类
- 一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。-C wrote a majority of the computing categories, large numbers support the addition, subtraction, multiplication and addition and modular, fast.
找出结构体中最大数
- 找出结构体中最大数初次用C作的小程序-identify the structure of the largest number of initial C for the small program
大数类
- 实现大数的加减乘除,参考《计算机程序设计艺术》
大数相乘的C语言实现
- 该文件实现了大数的相乘,支持数长为100位的数相乘
RsaTool.自己写的RSA算法工具
- 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
大数运算
- 理论上支持无限大数的四则运算,使用c++编写。(Theoretically support the infinite number of four operations, the use of c prepared.)
(法雷 ,大数阶乘)
- 法雷序列和大数阶乘基于c++的实现,并储存到文件中(Farey sequence and the factorial of large numbers)
大数
- 进行大数运算的程序,可以实现100位的乘除法运算(Large number operation)
最大数乘积
- 一个大数,通过添加断点可以将其分为若干个小数,而这几个小数的乘积最大是多少呢?本程序可以通过回溯法求解这个最大数乘积。(A large number, by adding breakpoints can be divided into a number of decimal and decimal the largest product is how much? This procedure can be the product of the maximum number of backtrac
大数阶乘
- 能计算大数的阶乘,而且计算的比较方便。。。。(It can calculate the factorial of large number, and it is more convenient to calculate.)
大数相加
- 大数相加,可以完成任意数位的大数相加,string类(The addition of large numbers of arbitrary numbers)
大数乘法
- 可实现大数的乘法,最大积的位数可以达到500位,可行性有待考证(It can achieve a large number of multiplication, the maximum number of digits can reach 500 bits, the feasibility is to be tested.)