您的位置:首页 > 理论基础

mit 计算机科学及编程导论(6)

2012-07-10 10:25 316 查看
words:

regression , pictorial , plot , x-axis , differentiable , tangent , curve , intercept , perturb , derivative , slope , torture , creep up , escalate , pope , peculiar , suspicious , paranoia , trait , bump , ivy , yank , on the fly , utility , instill

notes:

1. write a function to test

2. when you write the code , make sure you have consider all the situation (bi-section search for squared root must consider fraction numbers)

3. speed of convergence : choose right algorithm

4.mutable type(list & dictionaries) and immutable type (variable & string & tuple)

5. new elements can't give you new computational power ,but more convenient and faster
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: