Programming Abstractions in C阅读笔记:p242-p245

《Programming Abstractions in C》学习第67天,p242-p245总结,总计4页。

一、技术总结

6.2小结主要讲回溯算法及递归算法在迷宫求解中应用,当然,理解然后用代码实现出来还是有些难度的。不过,这并不影响我们进行下一节6.3的学习。

二、英语总结

1.skepticism是什么意思?

答:

(1)skepticism: skeptic + -ism。u. doub that sth is true or useful,怀疑,怀疑论。

(2)skeptic: *spek-(to observe),也写作"sceptic"。c. a person who doubts the truth,持怀疑态度的人。

(3)-ism: word-forming element making nouns implying a practice, system, doctrine, etc.

p233, Your natural skepticism makes you want to see the steps in the solution。

2.eastward是什么意思?

答:看到词根以为是adv,其实也可以做adj。用法总结:

(1)adv: toward the east.

(2)adj: toward the east. p245, The for loop then tries the eastward direction。

3.corridor是什么意思?

答:

(1)curridor < correre: c. a continuous passage in a building,通道。

(2)correre < currere: to run。

(3)currere:*kers-, to run。

三、其它

回炉再造是一个痛苦的、艰难的过程。在这个过程中我们要总结和深刻的反思自己,以新生的状态走向一个全新的开始。人活着就是要面对各种困难的,困难是对我们的锤炼,是给我们增厚能力的宝贵机会。我们被艰难打倒,还是准备去迎接新生?这全在我们自己最终的选择,这个选择过程是需要付出艰难的各种努力的。

四、参考资料

1. 编程

(1)Eric S.Roberts,《Programming Abstractions in C》:https://book.douban.com/subject/2003414

2. 英语

(1)Etymology Dictionary:https://www.etymonline.com

(2) Cambridage Dictionary:https://dictionary.cambridge.org
在这里插入图片描述

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

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-11 13:40:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-11 13:40:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-11 13:40:01       82 阅读
  4. Python语言-面向对象

    2024-01-11 13:40:01       91 阅读

热门阅读

  1. #Uniapp:内置组件scroll-view

    2024-01-11 13:40:01       53 阅读
  2. 【数据库原理】(16)关系数据理论的函数依赖

    2024-01-11 13:40:01       49 阅读
  3. 超市账单管理系统产品数据新增Servlet实现

    2024-01-11 13:40:01       52 阅读
  4. 9.网络进阶管理

    2024-01-11 13:40:01       47 阅读
  5. linux: netstat 与 ss 用法详解

    2024-01-11 13:40:01       49 阅读