《算法导论(第4版)》阅读笔记:p14-p16

《算法导论(第4版)》学习第 9 天,p14-p16 总结,总计 3 页。

一、技术总结

无。

二、英语总结(生词:2)

1. in light of

(1)释义

idiom. in light of 是美式用法,英式用法是 in the light of。take sth into consideration(鉴于,考虑到,由于)。

同义词:

1)in view of

2)in consideration of/consider

3)take sth into account

4)in relationship to

(2)示例

You might wonder whether algorithms are truly that important on contemporary computers in light of other advanced technologies...(《《算法导论(第4版)》》第 14 页)

2. fabricate

(1)fabricate: fabrica("a workshop")

vt. to manufature sth(制造); to produce sth in order to deceive(伪造)。

(2)fabrication

c/u. the act of fabricate。

(3)示例

advanced computer architectures and fabrication technologies(《《算法导论(第4版)》》第 14 页)

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

第 1 章(The Role of Algorithms in Computing)总结:简要介绍算法可以解决哪些问题, 算法评估方式(efficiency)等,相当于概述,什么都说一点。

四、参考资料

1. 编程

(1) Thomas H. Cormen,Charles E. Leiserson,Ronald L. Rivest,Clifford Stein,https://book.douban.com/subject/35591269/

2. 英语

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

(2) Cambridge Dictionary:https://dictionary.cambridge.org

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

相关推荐
CoovallyAIHub3 小时前
全球OCR新标杆!百度0.9B小模型斩获四项SOTA,读懂复杂文档像人一样自然
深度学习·算法·计算机视觉
weixin_377634843 小时前
【强化学习】RLMT强制 CoT提升训练效果
人工智能·算法·机器学习
拾光Ծ3 小时前
【C++高阶数据结构】红黑树
数据结构·算法
Qiuner3 小时前
《掰开揉碎讲编程-长篇》重生之哈希表易如放掌
数据结构·算法·leetcode·力扣·哈希算法·哈希·一文读懂
cici158743 小时前
基于MATLAB的ADS-B接收机卫星与接收天线初始化实现
算法·matlab
木井巳4 小时前
[Java数据结构与算法]详解排序算法
java·数据结构·算法·排序算法
美狐美颜SDK开放平台4 小时前
直播美颜SDK功能开发实录:自然妆感算法、人脸跟踪与AI美颜技术
人工智能·深度学习·算法·美颜sdk·直播美颜sdk·美颜api
缓风浪起5 小时前
【力扣】2011. 执行操作后的变量值
算法·leetcode·职场和发展
gsfl5 小时前
双指针算法
算法·双指针
郝学胜-神的一滴5 小时前
矩阵的奇异值分解(SVD)及其在计算机图形学中的应用
程序人生·线性代数·算法·矩阵·图形渲染