随笔分类 -  读书笔记

摘要:第三篇——跟波利亚学解题 波利亚,数学家。数学问题中运用的各种方法,又何尝不是我们解各种学术or生活中问题的思维方式呢? 波利亚在书中提到的一些启发式思考方法: 1. 时刻不忘未知量(即时刻别忘记你到底想要求什么,问题是什么) 2. 用特例启发思考(泛化的问题往往无从下手,可以通过特例寻求一般性解答 阅读全文
posted @ 2016-03-06 11:34 Christen 阅读(271) 评论(0) 推荐(0)
摘要:第二篇 —— 思维改变生活 About experience: 1.亲身经历了之后才能明白。别人的故事只是他们的想法。 2.亲身经历了就一定明白吗? 3.不需要亲历也能明白——理性的力量 如何运用理性的力量: 善于看到事物的本质 从失败(自己及别人的)中总结出经验教训从而成功 学习——从自己以及别人 阅读全文
posted @ 2016-02-14 21:47 Christen 阅读(241) 评论(2) 推荐(0)
摘要:第一篇 —— 暗时间 1、什么是暗时间 2、为什么要关注暗时间 3、怎样利用时间 what 看书并记住书中的东西只是记忆,并没有涉及推理,只有靠推理才能深入理解一个事物,看到别人看不到的地方,这部分推理的过程就是你的思维时间,也是人一生中占据一个显著比例的“暗时间”。 why 能够充分利用按时间的人 阅读全文
posted @ 2016-01-30 01:55 Christen 阅读(207) 评论(0) 推荐(0)
摘要:The practice of programmingChapter 4 InterfacesA good programmer should always be good at designing.The essence of design is to balance competing goal... 阅读全文
posted @ 2015-12-13 22:32 Christen 阅读(218) 评论(0) 推荐(0)
摘要:The practice of programmingChapter 3Design and ImplementationIn this section, we focus on one kind problem:generate random English text that reads wel... 阅读全文
posted @ 2015-12-06 23:26 Christen 阅读(151) 评论(0) 推荐(0)
摘要:The practice of programmingChapter 2Algorithms andData StructuresSearchingsequential search (linear search):easy but the amount of work is directly pr... 阅读全文
posted @ 2015-11-22 23:55 Christen 阅读(175) 评论(1) 推荐(0)
摘要:The Practice of ProgrammingIn the preface, the author illustrates four basic principles of programming - simplicity, clarity, generality,automation.I ... 阅读全文
posted @ 2015-11-15 23:59 Christen 阅读(185) 评论(1) 推荐(0)