搜索资源列表
mod(div)
- 大数除法(含模)有时需要进行超多位数的除法,本程序可以不限位数的计算-majority of the division (including modeling) is sometimes necessary for the ultra-multi-digit division, the process could be open-calculation of the median
dashuyunsuan
- 程序功能:可以完成任意大数的加法,减法和比较大小 乘法,除法和求余只能完成一定范围内数的运算-procedures functions : to complete the addition of large numbers of arbitrary, subtraction and multiplication size comparison, I seek division and completed only within a certain range for the Operati
div2
- 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
17160038384
- 本程序是关于一些大数运算的程序,大数成法、除法、加法、减法
tangxinchun2
- 再发个大数除法,加密解密中除法一般很少使用,还是发个,可以运行的!
bigsum
- 大数加减乘除法
Calculation
- 《实用计算器》是一个集多种计算功能于一体的多功能数值计算器,包括以下七个功能: 1.电桥。用来处理《大学物理基础实验》中双臂电桥部分的实验数据,在左栏中输入所测实验数据后,点击\"计算\"按钮,即在右栏中显示答案。 2.计算器。是模仿Windows XP操作系统附件中的科学计算器做成,但并没有实现它的全部功能,仅能实现十进制下的运算及二进制、八进制、十进制和十六进制间数值的转换。 3.大数运算。能够实现十万位以内非负整数的加法、减法和乘法运算。 4.复数运算。能够实现代数
BigNumber
- 大数加法、减法、乘法和除法的C语言实现源码,可以帮助实现大数运算。
vector
- 用vector<string> 来模拟大数(长度超过int 型整数长度)的存取和运算,初步实现了加法、减法、乘法、除法运算。 -With the vector <string> to simulate large numbers (integer length is longer than int) access and operations, the initial realization of addition, subtraction, multiplicati
div_c51(V1)
- Keil C语言编写大数除法,乘法,加法,减法,十进制转换二进制程序,数据长度可以按照需要修改。-Keil C language division of large numbers, multiplication, addition, subtraction, decimal conversion binary data length can be modified as needed.
gaojingdu
- 高精度算法,包括大数加法,大数减法,大数乘法,大数除法,大数取余等高精度算法-High-precision algorithms, including the addition of large numbers, large numbers subtraction, multiplication of large numbers, large numbers division, such as high-precision algorithm for large numbers to take
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
D
- 计算两个100位大数的除法,结果保留100位小数-Calculation of two of the division of large numbers 100, 100 to retain a small number of results
bgDiv
- 大数除法 用字符串表示 返回余数 范例程序-Division of large numbers with the return of more than string a few examples of that process
Largenumberstotakeoverandthedivisionofthestringalg
- 大数取余和除法的字符串高效算法,非常实用,速度快。-Large numbers to take over and a string of high-performance division algorithms is very useful and fast.
dashuyunsuanyuanma
- 实现了大数运算的加减乘除运算,其中除法最后参数为余数,返回值为除法结果-Achieved computing addition and subtraction multiplication and division operations of large numbers, including division over the last parameter is the number of results returned a value of division
BigDigit
- MFC实现大数的+-*/但是除法的算法比较傻弱,两个数相差太大运算会超慢-MFC to achieve large numbers of the+-*/division algorithm, but more silly weak little difference between the two operations will be a few ultra-slow
largenumbers
- 大数加减乘除法 c++完成~ win32窗口~~!非常适合初学者-Multiplication and division addition and subtraction of large numbers c++ to complete the window ~ ~ ~ win32! Very suitable for beginners
devide
- 大数除法函数devide: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的商和余数。-input two integer strings,output the result of their division
42754514
- 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法()