Programming Abstractions in C阅读笔记:p246-p247
《Programming Abstractions in C》学习第68天,p246-p247总结,总计2页。
一、技术总结
本章以尼姆游戏为例进行讲解,在教材中通常会采用现实世界中的实例作为教学工具。这类实际生活中的案例往往具有较高的学习门槛,在编写作基础要求方面较为严格。对于学习者而言具有一定较高的学习门槛包括人文素养、历史背景以及专业知识储备等多方面的综合需求。如果缺乏这些方面的储备可能会使读者在理解相关内容时遇到障碍进而影响阅读进度。对于熟悉尼姆游戏规则的读者而言则可以较为顺畅地理解作者论述的内容甚至可以跳过具体规则部分而相对不熟悉的情形则需要从头开始逐步掌握其基本玩法与核心逻辑。这种编写思路实际上已经在教材初期就确定下来作为读者则需要主动筛选适合自身水平的学习材料并持续提升自身的理论素养和实践能力最终才能达到能够独立理解权威专业的经典著作这一成长必经之路
二、英语总结
1.considerably是什么意思?
答:
(1)considerably < considerable。
The term "considerable" can be described as "significant" and refers to something that is notably larger than others. It originates from the 1650s and has since evolved to signify something that is important or notable. Originally, it referred to something that was worthy of attention or consideration.
p245, Despite using backtrack algorithm for illustration purposes when considering a maze scenario, this approach extends beyond mere simplicity.
2.unenvialbe是什么意思?
答:
Without enthusiasm, a situation is considered unpleasant (without being liked).
(2)enviable: envy + -able. adj. making you desire possession of it (desiring to possess), desirable.
(3)envy: *en(看见的) + videre: vt. 欲望别人拥有的品质或东西(羡慕、嫉妒)。
3.nonetheless是什么意思?
答:
(1)none:the absence or lack of sth。
(2)- notwithstanding: This suffix type is utilized to create adverbs or conjunctions, which indicate that something is accomplished or occurs despite the specific thing mentioned.
三、其它
四、参考资料
1. 编程
Eric编写了《编程抽象与C语言》一书:https://book.douban.com/subject/2003414
2. 英语
(1)Etymology Dictionary:https://www.etymonline.com
Cambridgate Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)
