搜索资源列表
CHANGE1
- 无限循环小数转换成分数 无限循环小数转换成分数-unlimited repeater converted into scores unlimited repeater converted into scores
分数转循环小数
- 分数转循环小数,JAVA编写
1
- 随机性算法。通过模拟投点法,计算无限不循环小数Pi的值,并比较投掷不同次数时值的精确程度。-Random algorithm. Through the simulation stage investment, calculate the value of Pi unlimited non-recurring decimal, and to compare the number of a time when throwing different degree of precision.
Displayed-as-a-decimal-fraction
- 分数显示为小数,例如3/4=0.75.1/3=0.333,还有循环小数的表示方法,自己看算法-Scores as fractions, such as 3/4 = 0.75.1/3 = 0.333, as well as recurring decimal representation, their algorithm to see
xiaoshu
- 是一个用C语言编写的求解循环小数的循环节的程序-Is a solution written in C language section of the program loop circulator
cycle
- 输入两个不大于100000的正整数a和b,输出a/b的结果。当然,不是只输出整数部分,小数部分也是要算出来的,不过因为是整数, 如果结果是无限小数,结果一定是循环小数,必定存在循环节,比如1/3 = 0.33333....,或者1/7 = 0.142857142857..., 所以如果是循环小数,那么仅仅输出到第一个循环节结束就可以了,如果不是循环小数,则把精确结果输出(多余的末尾0不要输出)。 输入 仅一行输入,包含两个整数a和b,中间以空格分开-Not more than 1
xiaoshu
- 是一个用C语言编写的求解循环小数的循环节的程序-Is a solution written in C language section of the program loop circulator
Point
- 基本功能构造函数析构函数重载的确是用数学方法,但是3楼有个弊端,那就是y可能为根式,根式是无限不循环小数,而double又是有限的,这样就有误差,所以建当△为0.000001时就可以认定为相切,但即使这样,也不准确-China s most sophisticated research vessel-- named Kexue, or Science-- left for the west Pacific on Tuesday afternoon from the eastern port ci
倒数计算VB源代码
- 计算末位数字是1、3、7、9的整数(倒数是纯循环小数)的倒数的整个循环节,而不受字长限制。算法是本人在中学时得到。后来发现印度佛教的佛经中有类似算法。
Loop-fractional
- 以十进制小数的形式输出两个自然数n/d的结果;如为循环小数,则将循环节括起来-Output the result of two natural numbers n/d in decimal decimals if it is a recursion, enclose the loop.