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

《计算机组成及汇编语言原理》阅读笔记:p121-p122

《计算机组成及汇编语言原理》学习第 8 天,p121-p122 总结,总计 2 页。

一、技术总结

1.memory优化

(1)cache memory

remove blank from “Most computers support two different kinds (levels) of cache: level one (L1) cache is built into the CPU chip itself and runs at CPU speed, while level two (L2) cache is a special set of high-speed memory chips placed next to the CPU on the motherboard.”

(2)memoery management

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

1.reinterpreted

vt. interpet sth in a new of different way(重新解释)。

p122, Rather than referring to specific physical locations in memory, the program refers to a particular logical address which is reinterpreted by the memory manager to a particular physical location, or possibly even on the hard

disk.

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Patrick Juola,《计算机组成及汇编语言原理》:https://book.douban.com/subject/3069889/

2. 英语

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

(2) Cambridge Dictionary:https://dictionary.cambridge.org
在这里插入图片描述

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


http://www.kler.cn/a/455182.html

相关文章:

  • 机器学习详解(11):分类任务的模型评估标准
  • 【Rust自学】7.2. 路径(Path)Pt.1:相对路径、绝对路径与pub关键字
  • c++基于过程
  • C# OpenCV机器视觉:凸包检测
  • 《OpenCV计算机视觉》-对图片的各种操作(均值、方框、高斯、中值滤波处理)及形态学处理
  • libcurl ftp上传中文路径问题
  • 智慧城市可以实现哪些方面的监测
  • Linux 搭建 nginx+keepalived 高可用 | Nginx反向代理
  • Python有哪些常用的库
  • 汇编学习(一)
  • 麒麟操作系统服务架构保姆级教程(五)NGINX中间件详解
  • 《Java源力物语》-4.集合府邸的新秀
  • 地理数据库Telepg面试内容整理-数据库设计与性能优化
  • 【面经】25届 双非本科 字节跳动 北京 四年的总结
  • scala基础学习_运算符
  • --- 网络基础 ---
  • 数据结构二叉树
  • ARM 获取cpu个数
  • 遥望科技转型这一年
  • CloudDM 升级全新 SQL 审核架构,适配多种数据源
  • Wireshark 分析常见 Web 攻击的流量特征
  • 抖去推碰一碰系统技术源码/open SDK转发技术开发
  • GoldenDB 三节点集群部署安装
  • 基于Qcom虚拟化平台vdev virtio的EF BE实现(八)
  • Confluent Cloud Kafka 可观测性最佳实践
  • MySQL NaviCat 安装及配置教程(Windows)【安装】