搜索资源列表
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
resource_code_of_RSA
- 文件包括RSA算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。
BigInt
- RSA公钥加密算法(基于大整数的分解难实现的,包括大整数的加、减、乘、除,加密,解密等)
NTRU
- 关于NTRU加密算法的实现 环内多项式的加 减 乘 除
c.rar
- QT编写的简单计算器,比较简单实现加 减 乘 除,simple counter
ecdsa
- 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
jisuanqi
- 可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (
Locksoft
- 文件包括rsa算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Rsa algorithm for the original documents, including procedures and detailed notes. 1024 can be achieved over the use of large prime numbers for encryption an
simplecomputer
- 简单计算器,能够实现简单的加、减、乘、除。其原理就是使用了两个栈。一个符号栈,一个数据栈。-A simple calculator,it can able to achieve a simple add, subtract, multiply, divide. The principle is to use two stacks. A symbol stack, a data stack.
RandomInt
- 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
calc.tar
- 普通计算器功能的实现(包含加、减、乘、除、取模、取余等功能)。-The realization of common calculator functions (including add, subtract, multiply, divide, modulus, take over other functions).
my_calc_
- 使用QT4实现的一个计算器,能够实现加、减、乘、除基本的功能,还能够实现清除功能。-QT4 achieved using a calculator, can be achieved add, subtract, multiply, divide the basic functions, but also to achieve clearance.
24points
- “巧算24点”的游戏内容如下:一副牌中抽去大小王剩下52张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。要求每张牌必须用一次且只能用一次。 请编写该游戏,当游戏者无法计算结果时应给出答案。 -Game content is as follows: " A simple calculation of 24 points," removing the remainder of the size of the king in a deck
JSQ
- VC++实现的小型计算器,可以实现加、减、乘、除等等。是VC++书里面里面的程序-The small calculator the VC++ implementation can be achieved addition, subtraction, multiplication, division, etc.. Is inside the VC++ book inside the program
none_tuXing
- 没有界面的计算器,可以进行加、减、乘、除运算-calculator start
201503014
- 基于vc++的WINDOWS下的.DLL制作,实现加、减、乘、除的功能,且是基于类实现的。-Based on vc++ under WINDOWS. DLL, can realize the function of add, subtract, multiply and divide, and is based on class implements.
bigint
- delphi写的大数运算单元,支持加、减、乘、除(商和余数),里面有调用各方法的示例。-delphi write large numbers arithmetic unit supports addition, subtraction, multiplication, division (quotient and remainder), there are examples of each method call.