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

《Operating System Concepts》阅读笔记:p489-p489

《Operating System Concepts》学习第 41 天,p489-p489 总结,总计 1 页。

一、技术总结

无。

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

1.merely

(1) merely:mere(“pure”) + -ly

adv. only, nothing more than(仅仅,只是)。

(2)示例

These columns(柱子) have no function and are merely decorative.

2.incidental

(1)incident: in-(“in”) + cidere(“to fall”)

c. an event that is either unpleasure or unusual.

(2)incidental

adj. accompanying but not a major part of sth(附带的)。

(3)示例

In many cases, the main job is I/O, and the computing or processing is merely incidental(《Operating System Concepts》第 489 页)。

3.embodiment

(1)embody: em(“in”) + body

vt. give a tangible or visible form to (an idea, quality, or feeling)(具体表现,具身化)。

(2)embodiment

(3)示例

Next, we discuss the I/O services provided by the operating system and the embodiment of these services in the application I/O interface(《Operating System Concepts》第 489 页)。

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

http://www.dtcms.com/a/94646.html

相关文章:

  • 编译原理——自底向上语法优先分析
  • linux中如何获取其他进程的退出状态
  • 交通数据集
  • leetcode日常刷题
  • 如何对AI玩家进行改进
  • QT错误集合
  • 人工智能与网络安全
  • 动态内存分配与内存对齐
  • MySQL 的 JSON 查询
  • Python 实现机器学习小项目实战教程*
  • 设计模式-结构型模式-外观模式
  • 第十五届蓝桥杯PythonB组
  • Node.js 批量修改文件名脚本
  • 华为OD机试A卷 - 密室逃生游戏(C++ Java JavaScript Python )
  • MQ 如何保证数据一致性?
  • Linux下的socket演示程序2
  • 【Linux网络(七)】数据链路层
  • MySQL 表 t1 建立联合索引 (a, b, c),在 where a < ? and b > ? and c < ? 中哪些索引生效
  • 一台电脑最多能接几个硬盘?
  • localhost 和 127.0.0.1 的区别
  • 图解AUTOSAR_SWS_FlashDriver
  • 5G核心网(5GC)开户中,DNN(Data Network Name,数据网络名称)
  • 【目标检测】【深度学习】【Pytorch版本】YOLOV1模型算法详解
  • Python 爬虫案例
  • Redis:String 类型 内部实现、编码、命令及应用场景
  • Java基础 3.27
  • C语言学习关键笔记
  • DeepSeek详解:探索下一代语言模型
  • 并查集(Union-Find Set)课程笔记
  • 【JavaScript】闭包笔记