搜索资源列表
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
FindMax
- 寻找最大数的例子-finding the greatest number of examples
SearchCr
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。
BigInteger_factorial
- 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘
test
- Java 大数解决计算精度问题,比如2.0-1.1=0.89999999999的问题-Java large numbers to solve computational accuracy problems, such as 2.0-1.1 = 0.89999999999 problems
AWebsearchprogram
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
LargeIntegerOperation
- 数制转换和运算方法。用Java语言编写一个十六进制大数运算程序 -Number system conversion and computing methods. Java language using a hexadecimal calculation procedures of large numbers
BigDecimal
- java 数组实现大数加减乘除运算 -java 数组实现大数加减乘除运算java 数组实现大数加减乘除运算
bigNum
- 采用JavaString类的方法实现大数的相加相减-Methods used to achieve JavaString class subtraction of large numbers of the sum
Max
- 从键盘输入若干个数找出其中最大数,最大数出现的次数-Enter a number from the keyboard to find the largest number, maximum number of occurrences
hadoop
- 用hadoop的mapreduce寻找最大数-Hadoop' s used to find the maximum number of mapreduce
computeRationalNumber
- 实现有理数运算. (支持大数) 该例子为1/2+2/3+3/4+....+n-1/n 的运算. -Compute rational numbers
numbergusser
- 任选1和9998之间的两个不同的数,他们所包含的数字完全相同(0除外),如1000和1,1234和4231。用其中的大数,减去小数,得到结果R。从结果R中移出一个非零的数字。如果剩下的数字个数少于3,则在前补0,使得其至少包含3个数字。可以证明,如果给定剩下的3个数字,那么,可以确定被移去的那个数字。 如: 给定数字:“087”,可以确定,被移去的数字为3。因为4321-1234=3087,移去3,剩下087。 给定数字:“099”,可以确定,被移去的数字为9。因为1000-1=99
Change
- java大数相减 至少大于1000的长度-java subtraction of large numbers of length at least greater than 1000
BigNumberPlus
- java大数相加 至少大于1000的长度-java at least more than the sum of large numbers of length 1000
dashu
- 大数乘法,设x和y都是n位的二进制整数,计算他们乘积xy,吧整数x和y各分2段-Multiplication of large numbers, let x and y are n-bit binary integer, calculate their product xy, it integers x and y sub-paragraph 2
windows-calculator
- 主要功能:基本实现windows-vista下简单计算器的功能(除M+等)。 1: 基本的一元( ,根号)及二元运算(—+-*/)。 2: 支持累计运算(累加,累减,累乘,累除)。 3: 支持大数操作,数据范围在10的8000次方范围内。在超过10的8千次左右时,判其溢出。 4: 支持科学计数法(小数超过38位舍之) 5: 错误与警告的提示。如输入超过39位时弹出提示(输入过长)等。-windows calculator written by java. Functio
Rational
- 这是java中大数的运用。实现了1/2+2/3+...+99/100的计算。-this is the application of BigInteger in Java.This file is used of calculating 1/2+2/3+...+99/100.
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
AplusB
- 使用java语言实现了大数加法的功能,大致思路即将输入数据转化为数组,然后按位运算再进行求和。(Java language is used to implement the addition of large numbers. The general idea is that the input data will be transformed into an array, and then it will be calculated by bit operation.)