《算法导论(第4版)》阅读笔记:p9-p9
《算法导论(第4版)》学习第 6 天,p9-p9 总结,总计 1 页。
一、技术总结
1. data structure
A data structure is a way to store and organize data in order to facilitate access and modifications(数据结构是一种存储和组织数据的方式,以便于数据的访问和修改)。
这里使用"way"总感觉怪怪的,way有一种“action, process” 的感觉,而 data structure 给人的感觉其实是“object”,不知道我的理解在哪里出了问题。
二、英语总结(生词:1)
1. sinusoid
(1)sinusoid: sinus(“curve”) + -oid(“like”)
c. another term for sine curve(正弦曲线)。
(2)示例
That is, it approximates the signal as a weighted sum of sinusoids, producing the strength of various frequencies which, when summed, approximate the sampled signal(《《算法导论(第4版)》》第 9 页)。
关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。
三、其它
今天没有什么想说的。
四、参考资料
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)