志不达者智不坚 言不信者行不果
志不达者智不坚 言不信者行不果
概要
博文
About
分类
归档
标签
Light
Dark
Automatic
数学
折半查找有条件
2015-5-12,Tuesday 预计阅读时间: 0 minutes and 40 seconds with 147 words. 本文总阅读量
次
programme
,
数学
You want to solve F(x)=0, if f(a)<0<f(b), so the value must be inside the [a,b].
… 阅读全文>>
So beautiful code
2015-5-12,Tuesday 预计阅读时间: 0 minutes and 39 seconds with 143 words. 本文总阅读量
次
programme
,
数学
So beautiful (define (f x y) (define (f-helper a b) (+ (* (square a)) (* y b) (* a b))) (f-helper (+ 1 (* x y)) (- 1 y)))
… 阅读全文>>
«
Cite
×