Crossin的编程教室

标题: 这题我想了2天了 [打印本页]

作者: exchen    时间: 2016-10-27 23:39
标题: 这题我想了2天了
我现在在学6.00.1X 计算机科学和PYTHON编程导论其中有一题我死活解不出不知道有没有人可以帮下忙?

作者: exchen    时间: 2016-10-27 23:41
http://www.xuetangx.com/courses/ ... ek_2/Problem_Set_2/
这题是这样的一年的贷款要求你用二分法求出用户月最低还款是多少
作者: exchen    时间: 2016-10-27 23:42
其中还有个要求没看懂。。。不知道有没有大神能解一下2天了死活都弄不好
作者: exchen    时间: 2016-10-27 23:44
然后这是原文
Write a program that uses these bounds and bisection search to find the smallest monthly payment to the cent (no more multiples of $10) such that we can pay off the debt within a year. Try it out with large inputs, and notice how fast it is (try the same large inputs in your solution to Problem 2 to compare!). Produce the same return value as you did in Problem 2.

作者: crossin先生    时间: 2016-10-28 14:23
你那个链接不登录看不到。另外你也不可能直接发个题目就让别人帮你做吧……
你可以把你遇到的具体问题发出来。

我的理解:二分法大概就是说,你用一个循环,然后不断尝试每月的还款量,如果大了就减半,如果小了,就加上一半,最后收敛到一个结果上。

作者: exchen    时间: 2016-10-28 16:46
crossin先生 发表于 2016-10-28 14:23
你那个链接不登录看不到。另外你也不可能直接发个题目就让别人帮你做吧……
你可以把你遇到的具体问题发出 ...

我是做出来了就是结果和他的结果不对
作者: exchen    时间: 2016-10-28 16:47
crossin先生 发表于 2016-10-28 14:23
你那个链接不登录看不到。另外你也不可能直接发个题目就让别人帮你做吧……
你可以把你遇到的具体问题发出 ...

就是他那个限制条件没有看懂
作者: crossin先生    时间: 2016-10-29 17:08
exchen 发表于 2016-10-28 16:47
就是他那个限制条件没有看懂

这个不太清楚了,那应该不是代码层面的问题




欢迎光临 Crossin的编程教室 (https://bbs.crossincode.com/) Powered by Discuz! X2.5