2018年3月7日
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文
posted @ 2018-03-07 17:22 米兰达莫西 阅读(139) 评论(0) 推荐(0)
摘要: 内存映射I/O即MMIO,它是PCI规范的一部分,I/O设备被放置在内存空间而不是I/O空间。从处理器的角度看,内存映射I/O后系统设备访问起来和内存一样。这样访问AGP/PCI-E显卡上的帧缓存,BIOS,PCI设备就可以使用读写内存一样的汇编指令完成,简化了程序设计的难度和接口的复杂性。 设备控 阅读全文
posted @ 2018-03-07 16:21 米兰达莫西 阅读(7223) 评论(1) 推荐(0)