上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: Unary and Binary Operations unary operations: This operand can be either a register or a memory location. For example, the instruction incl (%esp) cau 阅读全文
posted @ 2018-06-11 13:12 geeklove 阅读(289) 评论(0) 推荐(0)
摘要: 主机的IP地址与硬件地址的区别: 数据报在传输过程中的流程: 需要注意的地方: 地址解析协议ARP ARP协议的用途是为了从网络层使用的IP地址,解析出在数据链路层使用的硬件地址 RARP协议叫逆地址解析协议,用于从硬件地址中找到IP地址。DHCP协议已经包含了这项功能。 每一台主机上都有一个ARP 阅读全文
posted @ 2018-06-10 14:55 geeklove 阅读(261) 评论(0) 推荐(0)
摘要: 不同语言的正则表达式的实现方法不一 PCRE表达式全集 https://www.regular-expressions.info/quickstart.html https://zh.wikipedia.org/wiki/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5 阅读全文
posted @ 2018-06-07 20:24 geeklove 阅读(122) 评论(0) 推荐(0)
摘要: 网络层提供的两种服务: 网络层的设计思路: 基本情况如下: 情况如下图所示: 虚电路服务与数据报服务的对比: 一些网络连接的中间设备: 分组在互联网中的传送: 如图: IP地址编址方法历史: 两级IP地址的表示: IP地址 ::= {<网络号>,<主机号>} 网络号在整个互联网范围内唯一,主机号在网 阅读全文
posted @ 2018-06-07 19:04 geeklove 阅读(177) 评论(0) 推荐(0)
摘要: 1 数据在网络中的时延主要包括四个部分: 发送时延:主机或路由器在发送数据帧时需要的时间 传播时延:电磁波在信道中的传播时间 处理时延:主机或路由器收到分组之后处理花费的时间 排队时延:分组在输入队列和输出队列的排队时间,时间长短取决于网络当时的通信量 2物理层: 在物理层上传输的数据单位是比特 频 阅读全文
posted @ 2018-06-05 19:03 geeklove 阅读(4453) 评论(0) 推荐(0)
摘要: Data Formats 如图: Accessing Information 如图: The low-order 2 bytes of the first four registers can be independently read or written by the byte operatio 阅读全文
posted @ 2018-06-03 18:11 geeklove 阅读(270) 评论(0) 推荐(0)
摘要: x86(wiki): x86 is a family of backward-compatible(向后兼容) instruction set architectures[a]based on the Intel 8086 CPU and its Intel 8088 variant(变种). IA 阅读全文
posted @ 2018-06-03 13:44 geeklove 阅读(320) 评论(0) 推荐(0)
摘要: 需要虚拟存储器的原因: As demand on the CPU increases, processes slow down in some reasonably smooth way. But if too many processes need too much memory, then so 阅读全文
posted @ 2018-06-01 19:42 geeklove 阅读(238) 评论(0) 推荐(0)
摘要: 根据文档(https://docs.python.org/2/tutorial/controlflow.html#more-on-defining-functions) 介绍了三种方法 1 Default Argument Values The most useful form is to spec 阅读全文
posted @ 2018-06-01 16:39 geeklove 阅读(216) 评论(0) 推荐(0)
摘要: Fully Associative Caches: definition: A fully associative cache consists of a single set (i.e., E = C/B) that contains all of the cache lines. 只有一个set 阅读全文
posted @ 2018-05-27 15:53 geeklove 阅读(309) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
点击右上角即可分享
微信分享提示