Programming Abstractions in C阅读笔记:p197-p201

《Programming Abstractions in C》学习第64天,p196-p201总结。

一、技术总结

很难,唯有继续往下看才能让其变容易。

二、英语总结

1.psychologically是什么意思?

答:

(1))psychology > psychological > psychologically。

(2)psychology: psyche("spirit/soul心灵") + -logy("study of, 研究"), the study of the spirit。"心理学"的意思来自于德国哲学家克里斯蒂安·沃尔夫的《经验心理学》(The meaning "science or study of the phenomena of the mind" is attested by 1748, in reference to Christian Wolff's "Psychologia empirica" (1732))

2.behind是什么意思?

答:behind可以做介词也可以做副词。

(1)adv. in the place where sb or sth was before。leave 和 leave behind每页太大区别,翻译时可省略。示例:p200, When you move a tower of size N-1 to the temporary spire as part of the recursive strategy, you've left a disk behind on the starting spire。

3.in light of 是什么意思?

答:in light of是美式写法,英式是in the light of,意思是:in view of; taking into account; considering(考虑)。示例:p200, To answer this questions, you need to think about the subproblem in light of the rules of the game。

三、参考资料

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)

相关推荐
apocelipes1 天前
常用编程语言和库的正则表达式性能对比
c语言·c++·python·性能优化·golang·开发工具和环境
RainCity4 天前
Java Swing 自定义组件库分享(十二)
java·笔记·后端
LinXunFeng12 天前
Obsidian - 使用 Share Note 分享笔记并自部署
前端·笔记·github
LDR00616 天前
Type-C 快充全面升级!LDR6601 赋能个人护理便携电机,重塑剃须刀 / 理发器新体验
c语言·开发语言
雪碧聊技术16 天前
Tree.js是什么?一文讲透
开发语言·javascript·ecmascript
码云数智-园园16 天前
C++20 Modules 模块详解
java·开发语言·spring
swordbob16 天前
NIO的channel中什么是 fd(File Descriptor,文件描述符)
java·开发语言·nio
源分享16 天前
Java线程同步的多种实现方法(非常详细)
java·开发语言·jvm
Luminous.16 天前
C语言--day30
c语言·开发语言
玖玥拾16 天前
C/C++ 数据结构(七)栈、容器适配器
c语言·数据结构·c++··容器适配器