当前位置: 首页 > news >正文

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

《算法导论(第4版)》学习第 11 天,p18-p31 总结,总计 4 页。

一、技术总结

1. Fourier transform(傅里叶变换)

In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function.

当看到 Fourier 一下没反应过了是“傅里叶”, 那就记一下吧。

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

1. elicit

(1)elicit: e-(“out”) + -licere(“to entice, lure, deceive, 诱惑”)

vt. elicit literally means “to draw out by enticing”; to call forth or draw out sth(引起,引发,引出)。

(2)示例

We also need to be clear about whether we are discussing the running time for an input that elicits the worst-case behavior, the best-case behavior, or some other case(《《算法导论(第4版)》》第 26 页)。

上面这句话的意思是:我们还需要明确我们讨论的是哪种情况下的算法运行时间:是输入引发最优行为的情况,还是输入引发最差行为的情况,亦或是其它情况。

2. educated

(1)educated

adj. 1. having an education(受过教育的)。2. 比喻意义用法:based on some knowledge of fact(有根据的,有依据的)。

(2)示例

You need not make some educated guess about the running time and hope that it never gets much worse(《《算法导论(第4版)》》第 31 页)。

上面这句话的意思是:你无需对运行时间做出某种有根据的猜测,您也无需担心运行时间会变得更长。

3. fairly

(1)fair

adj. 1. impartial and justice(公平的,合理的)。2. moderately numerous, large, or significant(相当的)。

(2)fairly: fair + -ly

adv. 1. justly(公平地)。2. to a moderately high degree,less than very(相当地,表示程度的副词)。

(3)示例

For some algorithms, the worst case occurs fairly often(《《算法导论(第4版)》》第 31 页)。

因为“公平地”和“相当地”意思相差有点大,同时我只记住了"公平",导致自己每次看到 fairly 脑子都要卡一下——“公平地”意思说不通啊,单词没有记错吧?这里捋一下。

关于英语的注解同步更新汇总到 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)

http://www.xdnf.cn/news/396541.html

相关文章:

  • NB-IoT嵌入式产品开发有哪些坑?
  • 基于 TSBS 标准数据集下 TimescaleDB、InfluxDB 与 TDengine 性能对比测试报告
  • 【八股消消乐】项目中如何排查内存持续上升问题
  • 英伟达推理模型论文速读:OpenCodeReasoning-Nemotron-32B
  • 信息学奥赛一本通 1488:新的开始
  • C++之红黑树
  • TypeScript 中的泛型工具详解
  • HVV面试题汇总合集
  • 万字了解什么是微前端???
  • 滑动窗口:穿越数据的时光机
  • YOLOv11与Roboflow数据集使用全攻略
  • Linux : 31个普通信号含义
  • LlamaIndex 第七篇 结构化数据提取
  • Java常用类-String三剑客
  • 不换设备秒通信,PROFINET转Ethercat网关混合生产线集成配置详解
  • iVX:图形化编程与组件化的强强联合
  • CSS 盒子模型与元素定位
  • 汽车诊断简介
  • 【Linux高级全栈开发】2.1高性能网络-网络编程——2.1.1 网络IO与IO多路复用——select/poll/epoll
  • 1、虚拟人物角色聊天 AI Agent 设计方案
  • FME处理未知或动态结构教程
  • FPGA生成随机数的方法
  • 2505d,d的一些疑问
  • all-in-one方式安装kubersphere时报端口连接失败
  • C++.变量与数据类型
  • 单片机调用printf概率性跑飞解决方法
  • Go语言实现分布式锁:从原理到实践的全面指南
  • 网络编程(一)网络编程入门
  • LLMs之Mistral Medium 3:Mistral Medium 3的简介、安装和使用方法、案例应用之详细攻略
  • 使用 Java 反射打印和操作类信息