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)

相关推荐
Andya_net29 分钟前
Java | Java内存模型JMM
java·开发语言
froginwe1134 分钟前
SQL LIKE 操作符详解
开发语言
182******208344 分钟前
2026年java后端还有机会吗?还能找到工作吗?
java·开发语言
kyriewen111 小时前
你等的Babel编译,够喝三杯咖啡了——用Rust重写的SWC,只需眨个眼
开发语言·前端·javascript·后端·性能优化·rust·前端框架
CSCN新手听安1 小时前
【Qt】Qt窗口(八)QFontDialog字体对话框,QInputDialog输入对话框的使用,小结
开发语言·c++·qt
tumu_C1 小时前
用std::function减缓C++模板代码膨胀和编译压力的一个场景
开发语言·c++
BT-BOX2 小时前
Matlab 2025B下载安装教程
开发语言·matlab
programhelp_2 小时前
Pinterest OA 题库大公开|Programhelp 独家整理(最新高频)
java·开发语言
他是龙5513 小时前
71:Python安全 & 反序列化 & PYC反编译 & 格式化字符串安全
开发语言·python·安全
wjs20243 小时前
Go 语言接口
开发语言