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

《Operating System Concepts》阅读笔记:p460-p4470

《Operating System Concepts》学习第 36 天,p460-p4470 总结,总计 11 页。

一、技术总结

无。

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

1.lifespan

(1)lifespan: life + span(“the period of time that sth exists or happens”)

c. 也写作 life-span, the length of time for which a thing exists(寿命)。

(2)示例

One way to improve the lifespan and performance of NVM devices over time is to have the file system inform the device when files are deleted, so that the device can erase the blocks those files were stored on(《Operating System Concepts》第 462 页)。

2.spontaneously

(1)spontaneous: sponte(“of one’s own accord, willingly(自愿)”)

adj. in a way that is natural, often sudden, and not planned or forced(自发的)。

(2)spontaneously

(3)示例

Error detection determines if a problem has occurred — for example a bit in DRAM spontaneously changed from a 0 to a 1, the contents of a network packet changed during transmission, or a block of data changed between when it was written and when it was read(《Operating System Concepts》第 462 页)。

3.chassis

(1)chassis: capsa(“box, case”)

c. the frame of sth。

(2)示例

To allow a system to gain access to more storage, either an individual storage device, a device in a chassis, or multiple drives in a chassis can be connected via USB FireWire or Thunderbolt ports and cables(《Operating System Concepts》第 470 页)。

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

相关文章:

  • Redis 事件机制详解
  • 第三十一篇 数据仓库(DW)与商业智能(BI)架构设计与实践指南
  • 流量分配的艺术: 如何设计一款负载均衡组件
  • 大数据环境搭建
  • C++之 【模板初阶(函数模板与类模板)】
  • 单表达式倒计时工具:datetime的极度优雅(Kimi)
  • (滑动窗口)算法训练篇11--力扣3.无重复字符的最长字串(难度中等)
  • ENSP学习day9
  • 算法及数据结构系列 - 滑动窗口
  • 2025-03-22 学习记录--C/C++-PTA 练习7-10 查找指定字符
  • js逆向之断点调试
  • 告别低效人工统计!自动计算计划进度
  • LintCode第1712题 - 和相同的二元子数组
  • (一)丶Windows安装RabbitMQ可能会遇到的问题
  • Docker入门篇4:查看容器资源、查看容器详细信息、查看容器日志、查看容器内运行的进程
  • uni-app jyf-parser将字符串转化为html 和 rich-text
  • HTML URL 学习笔记
  • 清洁机器人垃圾物识别与智能分类回收系统研究(大纲)
  • 调用链路传递隐式参数
  • 连接chatgpt的桌面语音助手
  • AD(Altium Designer)更换PCB文件的器件封装
  • ObjC属性assign/retain/copy的区别?不同编程语言的属性?ObjC语言obj->name和obj.name的区别?类成员变量?
  • javabean类,测试类,工具类都是什么?
  • 树莓派5介绍与系统安装
  • OpenCV vs MediaPipe:哪种方案更适合实时手势识别?
  • ubuntu桌面图标异常——主目录下的所有文件(如文档、下载等)全部显示在桌面
  • 【MLP多层感知机】
  • c++怎么将输入的一行字符根据“,“分割成字符串数组或者整型数组
  • @WebFilter 注解
  • DeepSeek处理多模态数据的技术要点和实现方式