当前位置: 首页> 娱乐> 八卦 > 列表页面设计模板_设计类专业就业前景怎么样_长沙做搜索引擎的公司_网址搜索域名查询

列表页面设计模板_设计类专业就业前景怎么样_长沙做搜索引擎的公司_网址搜索域名查询

时间:2025/8/13 15:16:34来源:https://blog.csdn.net/codists/article/details/146106145 浏览次数:0次
列表页面设计模板_设计类专业就业前景怎么样_长沙做搜索引擎的公司_网址搜索域名查询

《Operating System Concepts》学习第 23 天,p203-p207 总结,总计 5 页。

一、技术总结

1.vmstat

Linux 系统上 vmstat 命令的作用是“Report virtual memory statistics”。

2.scheduling algorithms

(1)FCFS(first-come first-serve)

(2)SJF(shortest-job-first)

准确的叫法应该是“shortest-next-CPU-burst”。

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

1.convoy

(1)convoy: con-(“together”) + via(“road”)

c. a group of vehicles traveling together(车队,船队等)。

vt. accompany (a group of vehicles) for protection(护送)。

(2)示例

There is a convoy effect as all the other processes wait for the one big process to get off the CPU(《Operating System Concepts》第 207 页)。

以下是个人的理解:其它所有进程(all the other processes)排在一个重量级的进程(one big process后等待,这种场景很像“护送,护航”,所以称为“convoy effect”,effect的意思是"a result or consequence of an action "。convoy effect 直译就是“护航效应”、“护送效应”。

2.disastrous

(1)disaster: dis-(“ill”) + astro(“star, planet”)

c/u. great harm。

(2)disastrous: adjective form of disaster。

adj. extremely bad。

示例:It would be disastrous to allow one process to keep the CPU for an extended period(《Operating System Concepts》第 207 页)。

3.provable

(1)prove: *per-(“forward”) + *buh(“to be”)

vt. to show sth is true。

(2)provable:

adj. be able to be proven。

(3)probably:

adv. in a way that be able to be proven。

示例:The SJF scheduling algorithm is provably optimal, in that it gives the minimum average waiting time for a given set of processes(《Operating System Concepts》第 207 页)。

4.optimal & optimum

(1)optimal: optimum + -al

adj. best。

(2)optimal vs optimum

optimum也可以做形容词,意思和 optimal 一样,意为"best"。看到一种说法是“In some areas of mathematics, an optimal value is essentially a local optimum; i.e. it’s an optimum value in its neighborhood.”。这里记录一些用例,方便后续比较,理解。

The SJF scheduling algorithm is provably optimal, in that it gives the minimum average waiting time for a given set of processes(《Operating System Concepts》第 207 页)。

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

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

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

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

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

关键字:列表页面设计模板_设计类专业就业前景怎么样_长沙做搜索引擎的公司_网址搜索域名查询

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: